* elf32-ppc.c (ppc_elf_check_relocs): Don't fall into REL24
checks from REL32.
This commit is contained in:
parent
e3464671e9
commit
fd38b44ca1
@ -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>
|
||||
|
||||
* elf32-arm.c (elf32_arm_merge_eabi_attributes): Iterate over all
|
||||
|
@ -3335,7 +3335,9 @@ ppc_elf_check_relocs (bfd *abfd,
|
||||
if (s == got2)
|
||||
htab->plt_type = PLT_OLD;
|
||||
}
|
||||
/* fall through */
|
||||
if (h == NULL)
|
||||
break;
|
||||
goto dodyn;
|
||||
|
||||
case R_PPC_REL24:
|
||||
case R_PPC_REL14:
|
||||
|
Loading…
Reference in New Issue
Block a user