change BFD_RELOC_FR30_32 to BFD_RELOC_FR30_48

This commit is contained in:
Nick Clifton 1998-12-03 17:02:49 +00:00
parent a617cb0b12
commit 2f53621405
2 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,9 @@
start-sanitize-fr30
1998-12-03 Nick Clifton <nickc@cygnus.com>
* config/tc-fr30.c (md_cgen_lookup_reloc): Generate
BFD_RELOC_FR30_48 instead of BFD_RELOC_FR30_32.
1998-12-02 Nick Clifton <nickc@cygnus.com>
* config/tc-fr30.c (md_cgen_lookup_reloc): Enable relocs for

View File

@ -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;
}