* elf32-ppc.c (ppc_elf_check_relocs): Don't fall into REL24

checks from REL32.
This commit is contained in:
Alan Modra 2006-03-15 13:52:58 +00:00
parent e3464671e9
commit fd38b44ca1
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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: