]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* elf32-i386.c (elf_i386_relocate_section): Make undefined symbols
authorJakub Jelinek <jakub@redhat.com>
Mon, 11 Aug 2003 14:26:11 +0000 (14:26 +0000)
committerJakub Jelinek <jakub@redhat.com>
Mon, 11 Aug 2003 14:26:11 +0000 (14:26 +0000)
commit15f40dfc73fc065fd6f203ea56fc8edbcd6736f0
treec70f85170a43776893d9e151b0af376b5259f683
parent6ab189d5a4e597beffd8ca1d6f3e023f43425961
* elf32-i386.c (elf_i386_relocate_section): Make undefined symbols
fatal if -pie.
* elf32-s390.c (elf_s390_relocate_section): Likewise.
* elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
* elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
* elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
* elf64-s390.c (elf_s390_relocate_section): Likewise.
* elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
* elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
* elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
* elf32-ppc.c (ppc_elf_relocate_section): Likewise.
(ppc_elf_relocate_section) <case R_PPC_RELAX32>: Issue fatal error
on undefined symbols if -pie.
* elf32-sh.c (sh_elf_relocate_section): Likewise.
12 files changed:
bfd/ChangeLog
bfd/elf32-i386.c
bfd/elf32-ppc.c
bfd/elf32-s390.c
bfd/elf32-sh.c
bfd/elf32-sparc.c
bfd/elf64-alpha.c
bfd/elf64-ppc.c
bfd/elf64-s390.c
bfd/elf64-sparc.c
bfd/elf64-x86-64.c
bfd/elfxx-ia64.c