From: Bob Wilson Date: Mon, 21 Mar 2005 19:55:05 +0000 (+0000) Subject: * config/tc-xtensa.c (md_apply_fix3): Recognize XTENSA_PLT relocations. X-Git-Tag: binutils-csl-arm-2005q1-branchpoint~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e80a82a32bdc22f1d1895f9b2c42391b0b7fb552;p=thirdparty%2Fbinutils-gdb.git * config/tc-xtensa.c (md_apply_fix3): Recognize XTENSA_PLT relocations. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 4ffd00627b6..a9dbe57d8de 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2005-03-21 Bob Wilson + + * config/tc-xtensa.c (md_apply_fix3): Recognize XTENSA_PLT relocations. + 2005-03-21 Maciej W. Rozycki * config/tc-mips.c (mips_frob_file): Sort BFD_RELOC_MIPS16_LO16 diff --git a/gas/config/tc-xtensa.c b/gas/config/tc-xtensa.c index 1eb6c429fe7..81e9886d80b 100644 --- a/gas/config/tc-xtensa.c +++ b/gas/config/tc-xtensa.c @@ -5711,6 +5711,7 @@ md_apply_fix3 (fixS *fixP, valueT *valP, segT seg) } break; + case BFD_RELOC_XTENSA_PLT: case BFD_RELOC_XTENSA_ASM_EXPAND: case BFD_RELOC_XTENSA_SLOT0_ALT: case BFD_RELOC_XTENSA_SLOT1_ALT: