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