diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-07-24 04:27:42 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-07-24 04:27:42 +0000 |
commit | 9af55dcfdf3f6dcd5ad5d57c12b1c77f92ae059f (patch) | |
tree | 6ae9c0076a1cba09f037201018775c868e59cee7 /binutils/.Sanitize | |
parent | b69153b601ed698c4b52cf699bbd5ab626b97ddc (diff) | |
download | fsf-binutils-gdb-9af55dcfdf3f6dcd5ad5d57c12b1c77f92ae059f.zip fsf-binutils-gdb-9af55dcfdf3f6dcd5ad5d57c12b1c77f92ae059f.tar.gz fsf-binutils-gdb-9af55dcfdf3f6dcd5ad5d57c12b1c77f92ae059f.tar.bz2 |
remove d30v sanitization
Diffstat (limited to 'binutils/.Sanitize')
-rw-r--r-- | binutils/.Sanitize | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/binutils/.Sanitize b/binutils/.Sanitize index 904390c..2c29696 100644 --- a/binutils/.Sanitize +++ b/binutils/.Sanitize @@ -181,34 +181,6 @@ else done fi -d30v_files="readelf.c" -if ( echo $* | grep keep\-d30v > /dev/null ) ; then - for i in $d30v_files ; do - if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Keeping d30v stuff in $i - fi - fi - done -else - for i in $d30v_files ; do - if test -r $i && (grep sanitize-d30v $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Removing traces of \"d30v\" from $i... - fi - cp $i new - sed '/start\-sanitize\-d30v/,/end\-sanitize\-d30v/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 - # This must come after all other sanitizations. Re-sanitize the .pot # file. if [ -n "${verbose}" ]; then |