New files for sparc64 cpu.
authorKen Raeburn <raeburn@cygnus>
Wed, 30 Jun 1993 10:30:54 +0000 (10:30 +0000)
committerKen Raeburn <raeburn@cygnus>
Wed, 30 Jun 1993 10:30:54 +0000 (10:30 +0000)
gas/config/.Sanitize
gas/config/tc-sparc64.c [new file with mode: 0644]
gas/config/tc-sparc64.h [new file with mode: 0644]

index b4dc88a..7bd3253 100644 (file)
@@ -115,6 +115,8 @@ 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
@@ -143,7 +145,7 @@ Things-to-lose:
 Do-last:
 
 if ( echo $* | grep keep\-v9 > /dev/null ) ; then
-       echo Keeping v9 stuff in tc-sparc.c.
+       echo Keeping tc-sparc64 and v9 stuff in tc-sparc.c.
 else
        echo Cleaning tc-sparc.c...
        sed '/start\-sanitize/,/end-sanitize/d' < tc-sparc.c > new
@@ -151,6 +153,8 @@ else
                cp tc-sparc.c .Recover
        fi
        mv new tc-sparc.c
+       echo Deleting tc-sparc64 files.
+       rm -f tc-sparc64.c tc-sparc64.h
 fi
 
 # End of file.
diff --git a/gas/config/tc-sparc64.c b/gas/config/tc-sparc64.c
new file mode 100644 (file)
index 0000000..dd30edb
--- /dev/null
@@ -0,0 +1 @@
+#include "config/tc-sparc.c"
diff --git a/gas/config/tc-sparc64.h b/gas/config/tc-sparc64.h
new file mode 100644 (file)
index 0000000..011516c
--- /dev/null
@@ -0,0 +1,2 @@
+#define sparcv9
+#include "config/tc-sparc.h"