mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
* elf32-ppc.c (ppc_elf_check_relocs): Don't fall into REL24
checks from REL32.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2006-03-16 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* elf32-ppc.c (ppc_elf_check_relocs): Don't fall into REL24
|
||||||
|
checks from REL32.
|
||||||
|
|
||||||
2006-03-15 Ben Elliston <bje@au.ibm.com>
|
2006-03-15 Ben Elliston <bje@au.ibm.com>
|
||||||
|
|
||||||
* elf32-arm.c (elf32_arm_merge_eabi_attributes): Iterate over all
|
* elf32-arm.c (elf32_arm_merge_eabi_attributes): Iterate over all
|
||||||
|
@ -3335,7 +3335,9 @@ ppc_elf_check_relocs (bfd *abfd,
|
|||||||
if (s == got2)
|
if (s == got2)
|
||||||
htab->plt_type = PLT_OLD;
|
htab->plt_type = PLT_OLD;
|
||||||
}
|
}
|
||||||
/* fall through */
|
if (h == NULL)
|
||||||
|
break;
|
||||||
|
goto dodyn;
|
||||||
|
|
||||||
case R_PPC_REL24:
|
case R_PPC_REL24:
|
||||||
case R_PPC_REL14:
|
case R_PPC_REL14:
|
||||||
|
Reference in New Issue
Block a user