summaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2023-06-07 14:30:13 +0100
committerNick Clifton <nickc@redhat.com>2023-06-07 14:30:13 +0100
commit064ad3ea5ecbc30de1eb52a22ac73fea1b5dcc5b (patch)
treeee7c4a304e1310d176597bb227750fb63b0eb86d /ld/ChangeLog
parentdcb16346459f8e08b1e7e5891a056492a8543182 (diff)
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 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 1acef2afc97..d722d0ba482 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2023-06-07 Nick Clifton <nickc@redhat.com>
+
+ PR 30499
+ * testsuite/ld-elfcomm/elfcomm.exp: Update regexps to match new
+ output from the linker.
+
2023-05-17 Luca Bacci <luca.bacci@outlook.com>
PR 30421