diff options
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e507a9d..d0a5916 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2020-07-31 Alan Modra <amodra@gmail.com> + + PR 26314 + * elflink.c (bfd_elf_link_record_dynamic_symbol): Don't allow + IR symbols to become dynamic. + (elf_link_add_object_symbols): Don't exclude IR symbols when + deciding whether an as-needed shared library is needed. + 2020-07-30 Szabolcs Nagy <szabolcs.nagy@arm.com> PR ld/26312 |