aboutsummaryrefslogtreecommitdiff
path: root/bfd/.Sanitize
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-02-13 08:56:24 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-02-13 08:56:24 +0000
commit372c8dcf8115ba06b7d3604a1cc6501858245fb8 (patch)
treeaa874a8cf53d3390e41c73bd03667eaf917a80fe /bfd/.Sanitize
parent9c994225bf917748850ed23f6736f7c59310d027 (diff)
downloadfsf-binutils-gdb-372c8dcf8115ba06b7d3604a1cc6501858245fb8.zip
fsf-binutils-gdb-372c8dcf8115ba06b7d3604a1cc6501858245fb8.tar.gz
fsf-binutils-gdb-372c8dcf8115ba06b7d3604a1cc6501858245fb8.tar.bz2
no more v9 code in aoutx.h
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r--bfd/.Sanitize16
1 files changed, 0 insertions, 16 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize
index 759a629..9f52aa3 100644
--- a/bfd/.Sanitize
+++ b/bfd/.Sanitize
@@ -124,20 +124,4 @@ trad-core.c
Do-last:
-if ( echo $* | grep keep\-v9 > /dev/null ) ; then
- echo Keeping v9 in aoutx.h
-else
- echo Sanitizing v9 in aoutx.h
- rm -f new
- while grep -s start-sanitize-v9 aoutx.h ; do
- sed -e '/start-sanitize-v9/,/end-sanitize-v9/d' <aoutx.h >new
- if [ -n "${safe}" ] ; then
- mv aoutx.h .Recover
- else
- rm aoutx.h
- fi
- mv new aoutx.h
- done
-fi
-
# End of file.