diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-06-30 10:34:32 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-06-30 10:34:32 +0000 |
commit | 41532f54c685028bc19c12140f6822dc5c9ec029 (patch) | |
tree | a989893df2be050b782733dd1cd849dd5c447e7b /gas | |
parent | d4ac2d09fd30018f2b4c24bd9b98687c201bbf92 (diff) | |
download | gdb-41532f54c685028bc19c12140f6822dc5c9ec029.zip gdb-41532f54c685028bc19c12140f6822dc5c9ec029.tar.gz gdb-41532f54c685028bc19c12140f6822dc5c9ec029.tar.bz2 |
sparc64 changes
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog.v9 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog.v9 b/gas/ChangeLog.v9 index cbdf91c..551f2ee 100644 --- a/gas/ChangeLog.v9 +++ b/gas/ChangeLog.v9 @@ -1,3 +1,14 @@ +Wed Jun 30 06:21:27 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * config/tc-sparc.c (md_begin): If sparcv9 is defined, reset + current_architecture to v9 automatically. + + * config/tc-sparc.h (TARGET_FORMAT): Use elf64-sparc for v9. + + * config/tc-sparc64.h, config/tc-sparc64.c: New files. + * configure.in: Use sparc64 cpu files for v9, and default to elf + format. + Fri Jun 25 10:47:24 1993 Doug Evans (dje@canuck.cygnus.com) * config/tc-sparc.c (sparc_ip): Remove support for %d/%q fp regs. |