diff options
author | Nick Clifton <nickc@redhat.com> | 1997-09-03 21:55:23 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-09-03 21:55:23 +0000 |
commit | 84c0ccc99e9edb42acb4e4fefc92e3d8e9a18bcd (patch) | |
tree | 20bcdedcd8122b7970c2c30a9645dc34d3c29304 | |
parent | a8211eb8d7e5e08afbc15e91069f1ba2d7e9ecdd (diff) | |
download | gdb-84c0ccc99e9edb42acb4e4fefc92e3d8e9a18bcd.zip gdb-84c0ccc99e9edb42acb4e4fefc92e3d8e9a18bcd.tar.gz gdb-84c0ccc99e9edb42acb4e4fefc92e3d8e9a18bcd.tar.bz2 |
Removed v850 sanitization
-rw-r--r-- | include/elf/.Sanitize | 37 | ||||
-rw-r--r-- | include/elf/ChangeLog | 4 |
2 files changed, 2 insertions, 39 deletions
diff --git a/include/elf/.Sanitize b/include/elf/.Sanitize index 808dc24..f2e0656 100644 --- a/include/elf/.Sanitize +++ b/include/elf/.Sanitize @@ -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 diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 19edd26..c70c9d5 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -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. |