From: Richard Henderson Date: Sun, 2 Aug 1998 10:22:30 +0000 (+0000) Subject: * elf32-ppc.c (ppc_elf_check_relocs): Init sgot to NULL. Create the X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c95f174afc07a7ea6d9e2d983dbcf67551f1fc54;p=binutils-gdb.git * elf32-ppc.c (ppc_elf_check_relocs): Init sgot to NULL. Create the .got if any relocation referrs to _GLOBAL_OFFSET_TABLE_. (ppc_elf_relocate_section): Pull sgot and splt search to the start of the function. Recognize no .plt as static linking. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0b64f41943a..bd093a49569 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Sun Aug 2 03:19:23 1998 Richard Henderson + + * elf32-ppc.c (ppc_elf_check_relocs): Init sgot to NULL. Create the + .got if any relocation referrs to _GLOBAL_OFFSET_TABLE_. + (ppc_elf_relocate_section): Pull sgot and splt search to the start + of the function. Recognize no .plt as static linking. + 1998-08-01 Ulrich Drepper * elf32-mips.c (_bfd_mips_elf_section_from_shdr): Don't pass