mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
* config/tc-ppc.c (md_apply_fix3): Allow BRTAKEN, BRNTAKEN relocs.
This commit is contained in:
parent
f8d2e53fba
commit
ba0b217435
@ -1,3 +1,7 @@
|
||||
2003-06-17 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* config/tc-ppc.c (md_apply_fix3): Allow BRTAKEN, BRNTAKEN relocs.
|
||||
|
||||
2003-06-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||
|
||||
* config/tc-mips.c (ADDRESS_ADD_INSN,ADDRESS_ADDI_INSN,
|
||||
|
@ -5733,6 +5733,12 @@ md_apply_fix3 (fixP, valP, seg)
|
||||
}
|
||||
break;
|
||||
|
||||
case BFD_RELOC_PPC_B16_BRTAKEN:
|
||||
case BFD_RELOC_PPC_B16_BRNTAKEN:
|
||||
case BFD_RELOC_PPC_BA16_BRTAKEN:
|
||||
case BFD_RELOC_PPC_BA16_BRNTAKEN:
|
||||
break;
|
||||
|
||||
case BFD_RELOC_PPC_TLS:
|
||||
case BFD_RELOC_PPC_DTPMOD:
|
||||
case BFD_RELOC_PPC_TPREL16:
|
||||
|
Loading…
Reference in New Issue
Block a user