]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* config/tc-xtensa.c (md_apply_fix3): Recognize XTENSA_PLT relocations.
authorBob Wilson <bob.wilson@acm.org>
Mon, 21 Mar 2005 19:55:05 +0000 (19:55 +0000)
committerBob Wilson <bob.wilson@acm.org>
Mon, 21 Mar 2005 19:55:05 +0000 (19:55 +0000)
gas/ChangeLog
gas/config/tc-xtensa.c

index 4ffd00627b649682a013ab642a890349e6a8888d..a9dbe57d8de8e55acc85311aae1b8e26d9820a93 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-21  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/tc-xtensa.c (md_apply_fix3): Recognize XTENSA_PLT relocations.
+
 2005-03-21  Maciej W. Rozycki  <macro@mips.com>
 
        * config/tc-mips.c (mips_frob_file): Sort BFD_RELOC_MIPS16_LO16
index 1eb6c429fe7eae695c8c9e28617c61f5906ee407..81e9886d80b9602fcdfa57103f79155ed17b7d76 100644 (file)
@@ -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: