* config/tc-xtensa.c (md_apply_fix3): Recognize XTENSA_PLT relocations.
authorBob Wilson <bob.wilson@acm.org>
Mon, 21 Mar 2005 19:46:01 +0000 (19:46 +0000)
committerBob Wilson <bob.wilson@acm.org>
Mon, 21 Mar 2005 19:46:01 +0000 (19:46 +0000)
gas/ChangeLog
gas/config/tc-xtensa.c

index ff3e3b97cda3dfbc99d1f7a7005fd26475a5a9a2..27af97c40abfc7472767cf73db0c0e0986477aab 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  Nick Clifton  <nickc@redhat.com>
 
        * config/tc-sh.c (sh_elf_final_processing): Fix compile time
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:
This page took 0.031854 seconds and 4 git commands to generate.