aboutsummaryrefslogtreecommitdiff
path: root/gas/config/.Sanitize
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-06-16 21:04:02 +0000
committerKen Raeburn <raeburn@cygnus>1994-06-16 21:04:02 +0000
commit708e18fdc6af0978d8a2ee72279c70e926431603 (patch)
tree60420092b62f4ced1c720d42be28fc8ac15cad18 /gas/config/.Sanitize
parent346a6d59825e45e1770f301d8ed870f1a6bbc9cb (diff)
downloadgdb-708e18fdc6af0978d8a2ee72279c70e926431603.zip
gdb-708e18fdc6af0978d8a2ee72279c70e926431603.tar.gz
gdb-708e18fdc6af0978d8a2ee72279c70e926431603.tar.bz2
v9 unsanitization
Diffstat (limited to 'gas/config/.Sanitize')
-rw-r--r--gas/config/.Sanitize25
1 files changed, 0 insertions, 25 deletions
diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize
index a6161c1..f5c64cb 100644
--- a/gas/config/.Sanitize
+++ b/gas/config/.Sanitize
@@ -121,8 +121,6 @@ tc-sh.c
tc-sh.h
tc-sparc.c
tc-sparc.h
-tc-sparc64.c
-tc-sparc64.h
tc-tahoe.c
tc-tahoe.h
tc-vax.c
@@ -151,27 +149,4 @@ Things-to-lose:
Do-last:
-if ( echo $* | grep keep\-v9 > /dev/null ) ; then
- echo Keeping v9 stuff in `pwd`/tc-sparc'*' and obj-elf.h.
-else
- echo Cleaning `pwd`/tc-sparc.c...
- sed '/start\-sanitize/,/end-sanitize/d' < tc-sparc.c > new
- if [ -n "${safe}" ] ; then
- cp tc-sparc.c .Recover
- fi
- mv new tc-sparc.c
- echo Cleaning `pwd`/obj-elf.h...
- grep -v v9 < obj-elf.h > new
- if [ -n "${safe}" ] ; then
- cp obj-elf.h .Recover
- fi
- mv new obj-elf.h
- echo Deleting tc-sparc64 files in `pwd`.
- if [ -n "${safe}" ] ; then
- mv -f tc-sparc64.c tc-sparc64.h .Recover
- else
- rm -f tc-sparc64.c tc-sparc64.h
- fi
-fi
-
# End of file.