mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-01 01:45:51 +08:00
* config/tc-ppc.c (ppc_force_relocation): Add BFD_RELOC_24_PLT_PCREL.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2005-05-19 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* config/tc-ppc.c (ppc_force_relocation): Add BFD_RELOC_24_PLT_PCREL.
|
||||||
|
|
||||||
2005-05-19 Anton Blanchard <anton@samba.org>
|
2005-05-19 Anton Blanchard <anton@samba.org>
|
||||||
|
|
||||||
* config/tc-ppc.c (parse_cpu): Handle "-mpower5".
|
* config/tc-ppc.c (parse_cpu): Handle "-mpower5".
|
||||||
|
@ -5470,6 +5470,7 @@ ppc_force_relocation (fix)
|
|||||||
case BFD_RELOC_PPC_B16_BRNTAKEN:
|
case BFD_RELOC_PPC_B16_BRNTAKEN:
|
||||||
case BFD_RELOC_PPC_BA16_BRTAKEN:
|
case BFD_RELOC_PPC_BA16_BRTAKEN:
|
||||||
case BFD_RELOC_PPC_BA16_BRNTAKEN:
|
case BFD_RELOC_PPC_BA16_BRNTAKEN:
|
||||||
|
case BFD_RELOC_24_PLT_PCREL:
|
||||||
case BFD_RELOC_PPC64_TOC:
|
case BFD_RELOC_PPC64_TOC:
|
||||||
return 1;
|
return 1;
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user