mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
Added new field to disassemble_info structure to provide a function which
determines if a symbol can be found at a given address.
This commit is contained in:
@ -61,34 +61,6 @@ Things-to-lose:
|
|||||||
|
|
||||||
Do-last:
|
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"
|
tic80_files="ChangeLog dis-asm.h"
|
||||||
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
|
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
|
||||||
for i in $tic80_files ; do
|
for i in $tic80_files ; do
|
||||||
|
Reference in New Issue
Block a user