From 4913666781961cd568d765ce5b7e272dd6a4eb8e Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Tue, 7 Oct 1997 19:53:17 +0000 Subject: [PATCH] * 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. --- gas/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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. -- 2.30.2