diff options
author | Nick Clifton <nickc@redhat.com> | 2023-06-07 14:30:13 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-06-07 14:30:13 +0100 |
commit | 064ad3ea5ecbc30de1eb52a22ac73fea1b5dcc5b (patch) | |
tree | ee7c4a304e1310d176597bb227750fb63b0eb86d /bfd/ChangeLog | |
parent | [gdb/tui] Factor out border-mode help text (diff) | |
download | binutils-gdb-064ad3ea5ecbc30de1eb52a22ac73fea1b5dcc5b.tar.gz binutils-gdb-064ad3ea5ecbc30de1eb52a22ac73fea1b5dcc5b.tar.bz2 binutils-gdb-064ad3ea5ecbc30de1eb52a22ac73fea1b5dcc5b.zip |
Add extra linker warning message about discrepancies between normal and common symbols.
PR 30499
bfd * elflink.c (elf_link_add_object_symbols): Add a message indicating that alignment and size discrepancies between the definition of common symbols and normal symbols are serious and should be investigated.
ld * testsuite/ld-elfcomm/elfcomm.exp: Update regexps to match new output from the linker.
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 2b466f794a8..1f9b7ec14ba 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2023-06-07 Nick Clifton <nickc@redhat.com> + + PR 30499 + * elflink.c (elf_link_add_object_symbols): Add a message + indicating that alignment and size discrepancies between the + definition of common symbols and normal symbols are serious and + should be investigated. + 2023-05-31 Tristan Gingold <tgingold@free.fr> PR 30444 |