https://sourceware.org/bugzilla/show_bug.cgi?id=28902
--- Comment #5 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=31f149015865401c760e9d76157734996fbab770 commit 31f149015865401c760e9d76157734996fbab770 Author: Alan Modra <amo...@gmail.com> Date: Sat May 13 14:50:23 2023 +0930 PR28902, -T script with INSERT ordering The answer to PR28902 may be deduced from the existing INSERT documentation that says the default script is parsed after the -T INSERT script, if you assume (correctly) that nothing special is done when inserting into -T scripts overriding the default script. In both cases INSERT handling looks for the specified output section later on the internal list of parsed script commands. This isn't obvious though, so make the ordering explicit, and mention that section assignments are the same too. PR 28902 * ld.texi (INSERT): Specify ordering when -T is used both to override the default script and to augment. -- You are receiving this mail because: You are on the CC list for the bug.