* dis-asm.h (arc_get_disassembler): Declare.
authorDavid Edelsohn <dje.gcc@gmail.com>
Fri, 8 Aug 1997 23:47:56 +0000 (23:47 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Fri, 8 Aug 1997 23:47:56 +0000 (23:47 +0000)
Plus remove arc sanitization.

include/.Sanitize

index 420dc8576721836c140ceae4254b8a929f460c38..be7ff77a54b6da638382ceb279d43433580e984b 100644 (file)
@@ -61,34 +61,6 @@ Things-to-lose:
 
 Do-last:
 
-arc_files="ChangeLog dis-asm.h"
-if ( echo $* | grep keep\-arc > /dev/null ) ; then
-       for i in $arc_files ; do
-               if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Keeping arc stuff in $i
-                       fi
-               fi
-       done
-else
-       for i in $arc_files ; do
-               if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"arc\" from $i...
-                       fi
-                       cp $i new
-                       sed '/start\-sanitize\-arc/,/end-\sanitize\-arc/d' < $i > new
-                       if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
-                               if [ -n "${verbose}" ] ; then
-                                       echo Caching $i in .Recover...
-                               fi
-                               mv $i .Recover
-                       fi
-                       mv new $i
-               fi
-       done
-fi
-
 v850_files="ChangeLog dis-asm.h"
 if ( echo $* | grep keep\-v850 > /dev/null ) ; then
        for i in $v850_files ; do
This page took 0.026555 seconds and 4 git commands to generate.