mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-24 10:24:55 +00:00
* config/tc-xtensa.c (md_apply_fix3): Recognize XTENSA_PLT relocations.
This commit is contained in:
parent
342ee437fb
commit
6e2a91a376
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user