From: Bob Wilson Date: Mon, 21 Mar 2005 19:46:01 +0000 (+0000) Subject: * config/tc-xtensa.c (md_apply_fix3): Recognize XTENSA_PLT relocations. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e2a91a376d733f08e7ef243888a41eafec7bb6d;p=binutils-gdb.git * config/tc-xtensa.c (md_apply_fix3): Recognize XTENSA_PLT relocations. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index ff3e3b97cda..27af97c40ab 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 Nick Clifton * config/tc-sh.c (sh_elf_final_processing): Fix compile time 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: