From 1c320501655ec8d5077d0a3231652c7d661249bc Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 21 Nov 2023 09:26:19 +0000 Subject: 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. --- bfd/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bfd/ChangeLog') diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1430698..e9f571a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2023-11-21 Nick Clifton + + 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. + 2023-11-15 Arsen Arsenović * aclocal.m4: Regenerate. -- cgit v1.1