diff options
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 8 | ||||
-rw-r--r-- | bfd/elf32-s390.c | 3 |
2 files changed, 10 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 68004ea..73de8b8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2019-03-01 Andreas Krebbel <krebbel@linux.ibm.com> + + This reverts commit 5a12586d44fa8d5dfc74cbca4f2f36a273a16335. + 2019-01-14 Maamoun Tarsha <maamountk@hotmail.com> + + PR 20113 + * elf32-s390.c (allocate_dynrelocs): Update comment. + 2019-02-28 Tamar Christina <tamar.christina@arm.com> * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Correct CIE parse. diff --git a/bfd/elf32-s390.c b/bfd/elf32-s390.c index 1bf8cc2..49a301f 100644 --- a/bfd/elf32-s390.c +++ b/bfd/elf32-s390.c @@ -1666,7 +1666,8 @@ allocate_dynrelocs (struct elf_link_hash_entry *h, void * inf) /* Make room for this entry. */ s->size += PLT_ENTRY_SIZE; - /* We also need to make an entry in the .got.plt section. */ + /* We also need to make an entry in the .got.plt section, which + will be placed in the .got section by the linker script. */ htab->elf.sgotplt->size += GOT_ENTRY_SIZE; /* We also need to make an entry in the .rela.plt section. */ |