mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
Removed v850 sanitization
This commit is contained in:
@ -16,14 +16,6 @@
|
||||
|
||||
Do-first:
|
||||
|
||||
v850_files="v850.h"
|
||||
|
||||
if ( echo $* | grep keep\-v850 > /dev/null ) ; then
|
||||
keep_these_too="${v850_files} ${keep_these_too}"
|
||||
else
|
||||
lose_these_too="${v850_files} ${lose_these_too}"
|
||||
fi
|
||||
|
||||
# All files listed between the "Things-to-keep:" line and the
|
||||
# "Files-to-sed:" line will be kept. All other files will be removed.
|
||||
# Directories listed in this section will have their own Sanitize
|
||||
@ -45,6 +37,7 @@ m32r.h
|
||||
mips.h
|
||||
ppc.h
|
||||
sparc.h
|
||||
v850.h
|
||||
|
||||
Things-to-lose:
|
||||
|
||||
@ -78,7 +71,7 @@ else
|
||||
done
|
||||
fi
|
||||
|
||||
v850_files="ChangeLog common.h"
|
||||
v850_files="ChangeLog common.h v850.h"
|
||||
if ( echo $* | grep keep\-v850eq > /dev/null ) ; then
|
||||
for i in $v850_files ; do
|
||||
if test ! -d $i && (grep sanitize-v850eq $i > /dev/null) ; then
|
||||
@ -131,32 +124,6 @@ else
|
||||
fi
|
||||
done
|
||||
fi
|
||||
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
|
||||
|
||||
for i in * ; do
|
||||
if test ! -d $i && (grep sanitize $i > /dev/null) ; then
|
||||
|
@ -72,7 +72,6 @@ Mon Jan 27 11:54:44 1997 Doug Evans <dje@seba.cygnus.com>
|
||||
|
||||
* m32r.h (enum reloc_type): Add R_M32R_HI16_[SU]LO,R_M32R_LO16.
|
||||
|
||||
start-sanitize-v850
|
||||
Fri Jan 3 11:32:51 1997 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||
|
||||
* v850.h (V850_OTHER_{TDA_BYTE,ERROR}): New bits for the st_other
|
||||
@ -86,7 +85,6 @@ Thu Jan 2 19:30:23 1997 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||
|
||||
* v850.h: New file, provide V850 specific definitions.
|
||||
|
||||
end-sanitize-v850
|
||||
Tue Dec 31 14:44:32 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* common.h (DT_AUXILIARY): Define.
|
||||
@ -124,12 +122,10 @@ Fri Aug 30 17:06:21 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* common.h (EM_SH): Define.
|
||||
|
||||
start-sanitize-v850
|
||||
Tue Aug 20 14:47:54 1996 J.T. Conklin <jtc@hippo.cygnus.com>
|
||||
|
||||
* common.h (EM_CYGNUS_V850): Define.
|
||||
|
||||
end-sanitize-v850
|
||||
Mon Aug 19 10:59:10 1996 Doug Evans <dje@canuck.cygnus.com>
|
||||
|
||||
* common.h (EM_CYGNUS_M32R): Define.
|
||||
|
Reference in New Issue
Block a user