Added new field to disassemble_info structure to provide a function which
authorNick Clifton <nickc@redhat.com>
Tue, 14 Oct 1997 23:05:34 +0000 (23:05 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 14 Oct 1997 23:05:34 +0000 (23:05 +0000)
determines if a symbol can be found at a given address.

include/.Sanitize

index be7ff77..9aae187 100644 (file)
@@ -61,34 +61,6 @@ Things-to-lose:
 
 Do-last:
 
-v850_files="ChangeLog dis-asm.h"
-if ( echo $* | grep keep\-v850 > /dev/null ) ; then
-       for i in $v850_files ; do
-               if test ! -d $i && (grep sanitize-v850 $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Keeping v850 stuff in $i
-                       fi
-               fi
-       done
-else
-       for i in $v850_files ; do
-               if test ! -d $i && (grep sanitize-v850 $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"v850\" from $i...
-                       fi
-                       cp $i new
-                       sed '/start\-sanitize\-v850/,/end-\sanitize\-v850/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
-
 tic80_files="ChangeLog dis-asm.h"
 if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
        for i in $tic80_files ; do