diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-10-07 19:53:17 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-10-07 19:53:17 +0000 |
commit | 4913666781961cd568d765ce5b7e272dd6a4eb8e (patch) | |
tree | 61be4bd8d647d6857c95de4358425266ee0aefae | |
parent | db0af6f77141e89cca79cdeb4c6350693e4bfc24 (diff) | |
download | gdb-4913666781961cd568d765ce5b7e272dd6a4eb8e.zip gdb-4913666781961cd568d765ce5b7e272dd6a4eb8e.tar.gz gdb-4913666781961cd568d765ce5b7e272dd6a4eb8e.tar.bz2 |
* config/tc-sparc.h (TARGET_FORMAT support): Moved to tc-sparc.c.
Redefine TARGET_FORMAT to call sparc_target_format.
* config/tc-sparc.c (in_unsigned_range): New function.
(sparc_arch_size): Make static.
(sparc_target_format): New function.
(sparc_ip): Delete variable immediate_max. Rewrite %hi/etc reloc
handling. Add support for %hh,%hm,%lm,%h44,%m44,%l44.
(output_insn): Set `fx_no_overflow'.
(md_apply_fix3): Handle BFD_RELOC_SPARC_{7,H44,M44,L44}.
(tc_gen_reloc): Likewise.
-rw-r--r-- | gas/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ea77a0b..60a7345 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,16 @@ +Tue Oct 7 12:48:30 1997 Doug Evans <dje@canuck.cygnus.com> + + * config/tc-sparc.h (TARGET_FORMAT support): Moved to tc-sparc.c. + Redefine TARGET_FORMAT to call sparc_target_format. + * config/tc-sparc.c (in_unsigned_range): New function. + (sparc_arch_size): Make static. + (sparc_target_format): New function. + (sparc_ip): Delete variable immediate_max. Rewrite %hi/etc reloc + handling. Add support for %hh,%hm,%lm,%h44,%m44,%l44. + (output_insn): Set `fx_no_overflow'. + (md_apply_fix3): Handle BFD_RELOC_SPARC_{7,H44,M44,L44}. + (tc_gen_reloc): Likewise. + Mon Oct 6 14:04:50 1997 Nick Clifton <nickc@cygnus.com> * config/tc-v850.c (v850_section): Remove. |