https://sourceware.org/bugzilla/show_bug.cgi?id=25570
--- Comment #6 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alan Modra <amo...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=baf09cba8f97be8044f7422cb31b1cb3f23e2762 commit baf09cba8f97be8044f7422cb31b1cb3f23e2762 Author: Alan Modra <amo...@gmail.com> Date: Wed Mar 4 21:14:19 2020 +1030 PR25570, ld duplicate "warning: changing start of section" Note that because we should report a signed delta from the previous VMA it isn't possible to use ngettext. ngettext only supports unsigned long values. So byte/bytes goes from the message. PR 25570 * ldlang.c (lang_sizing_iteration): New static var. (lang_size_sections_1): Warn about no memory region only on first iteration. Warn about changing start address on first iteration then any delta from that on subsequent iterations. Report a signed delta. (one_lang_size_sections_pass): Increment lang_sizing_iteration. -- You are receiving this mail because: You are on the CC list for the bug.