From: Nick Clifton Date: Wed, 3 Sep 1997 21:55:23 +0000 (+0000) Subject: Removed v850 sanitization X-Git-Tag: gdb-4_18~4871 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84c0ccc99e9edb42acb4e4fefc92e3d8e9a18bcd;p=external%2Fbinutils.git Removed v850 sanitization --- 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 * 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 * 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 * v850.h: New file, provide V850 specific definitions. -end-sanitize-v850 Tue Dec 31 14:44:32 1996 Ian Lance Taylor * common.h (DT_AUXILIARY): Define. @@ -124,12 +122,10 @@ Fri Aug 30 17:06:21 1996 Ian Lance Taylor * common.h (EM_SH): Define. -start-sanitize-v850 Tue Aug 20 14:47:54 1996 J.T. Conklin * common.h (EM_CYGNUS_V850): Define. -end-sanitize-v850 Mon Aug 19 10:59:10 1996 Doug Evans * common.h (EM_CYGNUS_M32R): Define.