bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/30499] reword "alignment ... is smaller than alignment ..." warn


From: matz at suse dot de
Subject: [Bug ld/30499] reword "alignment ... is smaller than alignment ..." warning
Date: Tue, 30 May 2023 15:52:00 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=30499

--- Comment #1 from Michael Matz <matz at suse dot de> ---
Patch would be trivial:

--- a/bfd/elflink.c
+++ b/bfd/elflink.c
@@ -5339,7 +5339,7 @@ elf_link_add_object_symbols (bfd *abfd, struct
bfd_link_info *info)
                    _bfd_error_handler
                      /* xgettext:c-format */
                      (_("warning: alignment %u of symbol `%s' in %pB"
-                        " is smaller than %u in %pB"),
+                        " changed to %u to match %pB"),
                       1 << normal_align, name, normal_bfd,
                       1 << common_align, common_bfd);
                }

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]