From: Jeff Law Date: Mon, 2 Dec 1996 07:41:52 +0000 (+0000) Subject: * config/tc-mn10300.c (tc_gen_reloc): Get the addend from X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a9f2e3e24f8dee0b09146364ea433af7331738ec;p=binutils-gdb.git * config/tc-mn10300.c (tc_gen_reloc): Get the addend from fx_offset, not fx_addnumber. Along with some simulator, compiler, bfd changes this fixes 90 or so c-torture execution failures. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 1ccebe909ec..1260c8ce157 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Sun Dec 1 21:46:05 1996 Jeffrey A Law (law@cygnus.com) + * config/tc-mn10300.c (tc_gen_reloc): Get the addend from + fx_offset, not fx_addnumber. + * config/tc-mn10300.h (tc_fix_adjustable): Don't do any reloc adjustments.