diff options
author | Nick Clifton <nickc@redhat.com> | 2020-11-19 17:36:24 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-11-19 17:36:24 +0000 |
commit | a4eba6087d4cec81f8b41477b4da56ff87b88e91 (patch) | |
tree | baabbcc8c0610795c87b07a15a829cf2203e8283 /bfd/ChangeLog | |
parent | a5adb8f3b40184cfe8f0bfd362ba1d37d780d62f (diff) | |
download | gdb-a4eba6087d4cec81f8b41477b4da56ff87b88e91.zip gdb-a4eba6087d4cec81f8b41477b4da56ff87b88e91.tar.gz gdb-a4eba6087d4cec81f8b41477b4da56ff87b88e91.tar.bz2 |
Fix a bug in the s390x linker when discarding all inpuit files.
PR 26918
* elf64-s390.c (elf_s390_finish_dynamic_sections): Check for the
existance of an sgot output section before setting the
sh_entsize.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a23da61..2aa89d0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2020-11-19 Nick Clifton <nickc@redhat.com> + + PR 26918 + * elf64-s390.c (elf_s390_finish_dynamic_sections): Check for the + existance of an sgot output section before setting the + sh_entsize. + 2020-11-18 Jozef Lawrynowicz <jozef.l@mittosystems.com> H.J. Lu <hongjiu.lu@intel.com> |