mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* config/tc-ppc.c (md_apply_fix3): Allow BRTAKEN, BRNTAKEN relocs.
This commit is contained in:
@ -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>
|
2003-06-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||||
|
|
||||||
* config/tc-mips.c (ADDRESS_ADD_INSN,ADDRESS_ADDI_INSN,
|
* config/tc-mips.c (ADDRESS_ADD_INSN,ADDRESS_ADDI_INSN,
|
||||||
|
@ -5733,6 +5733,12 @@ md_apply_fix3 (fixP, valP, seg)
|
|||||||
}
|
}
|
||||||
break;
|
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_TLS:
|
||||||
case BFD_RELOC_PPC_DTPMOD:
|
case BFD_RELOC_PPC_DTPMOD:
|
||||||
case BFD_RELOC_PPC_TPREL16:
|
case BFD_RELOC_PPC_TPREL16:
|
||||||
|
Reference in New Issue
Block a user