summaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2023-11-21 09:26:19 +0000
committerNick Clifton <nickc@redhat.com>2023-11-21 09:26:19 +0000
commit1c320501655ec8d5077d0a3231652c7d661249bc (patch)
tree14682d855e58471f07ca95611448ab42ca477934 /ld/ChangeLog
parenta68722065fd544995137677fb0e57c392ef00e0e (diff)
Fix: symbols eliminated by --gc-sections still trigger warnings for gnu.warning.SYM
PR 31067 * linker.c (_bfd_generic_link_add_one_symbol): When issuing a warning message, also display a message about the warning not being affected by garbage colleciton. * ld.texi (Special Sections): New entry in the linker manual. Describes how the .gnu.warning and .gnu.warning.SYM sections behave.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index a30d3ad39b6..1766bd86dc2 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+2023-11-21 Nick Clifton <nickc@redhat.com>
+
+ PR 31067
+ * ld.texi (Special Sections): New entry in the linker manual.
+ Describes how the .gnu.warning and .gnu.warning.SYM sections
+ behave.
+
2023-11-15 Arsen Arsenović <arsen@aarsen.me>
* aclocal.m4: Regenerate.