diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-01-24 18:45:50 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-01-24 18:45:50 +0000 |
commit | 75c9ddc9c58f3c991f3330c2a7bfba50b05a346c (patch) | |
tree | 4e79bf407e89d455494c405b692e7d694e1c711e /bfd/.Sanitize | |
parent | 74ae0c978dcd75014671566f2d5989671cf3f439 (diff) | |
download | gdb-75c9ddc9c58f3c991f3330c2a7bfba50b05a346c.zip gdb-75c9ddc9c58f3c991f3330c2a7bfba50b05a346c.tar.gz gdb-75c9ddc9c58f3c991f3330c2a7bfba50b05a346c.tar.bz2 |
* elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Delete checking
of flags, only flags used are controlled by mach number. Bump up
output file mach number to highest of input file mach numbers.
(elf32_sparc_object_p): Watch for EF_SPARC_SUN_US1.
(elf32_sparc_final_write_processing): Set EF_SPARC_SUN_US1 if v8plusa.
Also, delete v8plus sanitization.
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r-- | bfd/.Sanitize | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 1bb18d2..5e4ae30 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -356,34 +356,6 @@ else done fi -v8plus_files="ChangeLog archures.c bfd-in2.h cpu-sparc.c elf32-sparc.c" -if ( echo $* | grep keep\-v8plus > /dev/null ) ; then - for i in $v8plus_files ; do - if test ! -d $i && (grep sanitize-v8plus $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Keeping v8plus stuff in $i - fi - fi - done -else - for i in $v8plus_files ; do - if test ! -d $i && (grep sanitize-v8plus $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Removing traces of \"v8plus\" from $i... - fi - cp $i new - sed '/start\-sanitize\-v8plus/,/end-\sanitize\-v8plus/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 echo '***' Some mentions of Sanitize are still left in $i! 1>&2 |