From: Ken Raeburn Date: Wed, 30 Jun 1993 10:30:54 +0000 (+0000) Subject: New files for sparc64 cpu. X-Git-Tag: gdb-4_18~18566 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d4ac2d09fd30018f2b4c24bd9b98687c201bbf92;p=platform%2Fupstream%2Fbinutils.git New files for sparc64 cpu. --- 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"