From: Nick Clifton Date: Thu, 3 Dec 1998 17:02:49 +0000 (+0000) Subject: change BFD_RELOC_FR30_32 to BFD_RELOC_FR30_48 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f53621405493d26c66df995cac2576749cd2b29;p=binutils-gdb.git change BFD_RELOC_FR30_32 to BFD_RELOC_FR30_48 --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 5df296f0777..d298edf9a11 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,4 +1,9 @@ start-sanitize-fr30 +1998-12-03 Nick Clifton + + * config/tc-fr30.c (md_cgen_lookup_reloc): Generate + BFD_RELOC_FR30_48 instead of BFD_RELOC_FR30_32. + 1998-12-02 Nick Clifton * config/tc-fr30.c (md_cgen_lookup_reloc): Enable relocs for diff --git a/gas/config/tc-fr30.c b/gas/config/tc-fr30.c index 9925e9d40a2..138c94025e0 100644 --- a/gas/config/tc-fr30.c +++ b/gas/config/tc-fr30.c @@ -446,10 +446,8 @@ md_cgen_lookup_reloc (insn, operand, fixP) case FR30_OPERAND_DISP8: return BFD_RELOC_FR30_8_IN_8; case FR30_OPERAND_UDISP6: return BFD_RELOC_FR30_6_IN_4; case FR30_OPERAND_I8: return BFD_RELOC_8; - case FR30_OPERAND_I32: return BFD_RELOC_32; - /* waiting for this to be defined by Dave.... + case FR30_OPERAND_I32: return BFD_RELOC_FR30_48; case FR30_OPERAND_I20: return BFD_RELOC_FR30_20; - */ default : /* avoid -Wall warning */ break; }