diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-06-30 10:30:54 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-06-30 10:30:54 +0000 |
commit | d4ac2d09fd30018f2b4c24bd9b98687c201bbf92 (patch) | |
tree | 5942bfb4cd0dc9cf8fcf787a794d4951337c756d /gas | |
parent | 7d9bb6dab4dbbfa789fa568b6e39ab68bda61217 (diff) | |
download | fsf-binutils-gdb-d4ac2d09fd30018f2b4c24bd9b98687c201bbf92.zip fsf-binutils-gdb-d4ac2d09fd30018f2b4c24bd9b98687c201bbf92.tar.gz fsf-binutils-gdb-d4ac2d09fd30018f2b4c24bd9b98687c201bbf92.tar.bz2 |
New files for sparc64 cpu.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/config/.Sanitize | 6 | ||||
-rw-r--r-- | gas/config/tc-sparc64.c | 1 | ||||
-rw-r--r-- | gas/config/tc-sparc64.h | 2 |
3 files changed, 8 insertions, 1 deletions
diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index b4dc88a..7bd3253 100644 --- a/gas/config/.Sanitize +++ b/gas/config/.Sanitize @@ -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 index 0000000..dd30edb --- /dev/null +++ b/gas/config/tc-sparc64.c @@ -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 index 0000000..011516c --- /dev/null +++ b/gas/config/tc-sparc64.h @@ -0,0 +1,2 @@ +#define sparcv9 +#include "config/tc-sparc.h" |