bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/28902] ld: `not found for insert` error has a weird ordering


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/28902] ld: `not found for insert` error has a weird ordering
Date: Sat, 13 May 2023 11:19:29 +0000

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 <amodra@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=31f149015865401c760e9d76157734996fbab770

commit 31f149015865401c760e9d76157734996fbab770
Author: Alan Modra <amodra@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.


reply via email to

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