v9 unsanitization
authorKen Raeburn <raeburn@cygnus>
Thu, 16 Jun 1994 21:04:02 +0000 (21:04 +0000)
committerKen Raeburn <raeburn@cygnus>
Thu, 16 Jun 1994 21:04:02 +0000 (21:04 +0000)
gas/config/.Sanitize
gas/config/tc-sparc64.c [deleted file]
gas/config/tc-sparc64.h [deleted file]

index a6161c12ce8de259c0fd1cf357ac9851e29dd038..f5c64cb10a9b294eda96a240d4ad60caeb1e6ce4 100644 (file)
@@ -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.
diff --git a/gas/config/tc-sparc64.c b/gas/config/tc-sparc64.c
deleted file mode 100644 (file)
index dd30edb..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#include "config/tc-sparc.c"
diff --git a/gas/config/tc-sparc64.h b/gas/config/tc-sparc64.h
deleted file mode 100644 (file)
index 011516c..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#define sparcv9
-#include "config/tc-sparc.h"