From: David Edelsohn Date: Tue, 7 Oct 1997 19:53:17 +0000 (+0000) Subject: * config/tc-sparc.h (TARGET_FORMAT support): Moved to tc-sparc.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4913666781961cd568d765ce5b7e272dd6a4eb8e;p=binutils-gdb.git * 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. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index ea77a0b097a..60a73455203 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,16 @@ +Tue Oct 7 12:48:30 1997 Doug Evans + + * 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 * config/tc-v850.c (v850_section): Remove.