1993-06-30 10:34:32 +00:00
|
|
|
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.
|
|
|
|
|
1993-06-25 17:50:22 +00:00
|
|
|
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.
|
|
|
|
All fp regs are now specified as %f.
|
|
|
|
(priv_reg_table): fpq -> fq.
|
|
|
|
|
1993-06-07 16:57:18 +00:00
|
|
|
Mon Jun 7 09:55:03 1993 Doug Evans (dje@canuck.cygnus.com)
|
|
|
|
|
|
|
|
* config/tc-sparc.c (sparc_ip): Fix parsing of asi number.
|
|
|
|
Fix error message.
|
|
|
|
|
1993-03-23 00:27:59 +00:00
|
|
|
Mon Mar 22 16:25:57 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
|
|
|
|
|
|
|
|
* config/tc-sparc.c (sparc_ip): Add support for membar mask names.
|
1993-06-07 16:57:18 +00:00
|
|
|
Add missing colons in prefetch error messages. Add support for
|
1993-03-23 00:27:59 +00:00
|
|
|
ASI names.
|
|
|
|
|
1993-03-01 20:09:16 +00:00
|
|
|
Mon Mar 1 12:03:16 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
|
|
|
|
|
|
|
|
* config/tc-sparc.c (sparc_ip): Correctly assemble prefetch
|
|
|
|
instructions. Accept integer prefetch function numbers.
|
|
|
|
|
1993-03-01 20:02:59 +00:00
|
|
|
Wed Feb 24 18:26:02 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
|
|
|
|
|
|
|
|
* config/tc-sparc.c (s_xword): Now call big_cons, so large
|
|
|
|
constants are accepted, but symbolic values are not. GCC will not
|
|
|
|
generate the latter currently.
|
|
|
|
|
1993-01-08 14:39:53 +00:00
|
|
|
Fri Jan 8 05:23:59 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
|
|
|
|
|
|
|
|
* config/tc-sparc.c (sparc_ip): For %uhi and %ulo, if not
|
|
|
|
ENV64, emit no reloc.
|
|
|
|
(md_pseudo_table): For ".xword", call s_xword.
|
|
|
|
(s_xword): New function.
|
|
|
|
|