From: Nick Clifton Date: Tue, 14 Oct 1997 23:05:34 +0000 (+0000) Subject: Added new field to disassemble_info structure to provide a function which X-Git-Tag: gdb-4_18~4480 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ecf4429f18ae90f29f8c75e18731295d36d96dba;p=platform%2Fupstream%2Fbinutils.git Added new field to disassemble_info structure to provide a function which determines if a symbol can be found at a given address. --- diff --git a/include/.Sanitize b/include/.Sanitize index be7ff77..9aae187 100644 --- a/include/.Sanitize +++ b/include/.Sanitize @@ -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