]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[S/390] Add null ptr check + port GOTOFF handling from 32 bit over to 64 bit
authorAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Thu, 19 Nov 2015 10:10:06 +0000 (11:10 +0100)
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Fri, 18 Dec 2015 11:23:51 +0000 (12:23 +0100)
commitd4f21e61d99593f0a81ec12f484fd706d13ba65d
treeed4e72bdaf936da12f96e5fea9b935ed271a3509
parent6ee32f7d4eb4dbb69ce4873f45c6b5b26779927a
[S/390] Add null ptr check + port GOTOFF handling from 32 bit over to 64 bit

bfd/ChangeLog:

PR ld/19263
* elf32-s390.c (elf_s390_gc_sweep_hook): Add null ptr check.
* elf64-s390.c (elf_s390_check_relocs): Port the GOTOFF handling
over from the 32 bit code.
(elf_s390_relocate_section): Likewise.
bfd/ChangeLog
bfd/elf32-s390.c
bfd/elf64-s390.c