aboutsummaryrefslogtreecommitdiff
path: root/binutils/.Sanitize
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-07-24 04:27:42 +0000
committerIan Lance Taylor <ian@airs.com>1998-07-24 04:27:42 +0000
commit9af55dcfdf3f6dcd5ad5d57c12b1c77f92ae059f (patch)
tree6ae9c0076a1cba09f037201018775c868e59cee7 /binutils/.Sanitize
parentb69153b601ed698c4b52cf699bbd5ab626b97ddc (diff)
downloadfsf-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/.Sanitize28
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