PR28902, -T script with INSERT ordering
authorAlan Modra <amodra@gmail.com>
Sat, 13 May 2023 05:20:23 +0000 (14:50 +0930)
committerAlan Modra <amodra@gmail.com>
Sat, 13 May 2023 05:42:48 +0000 (15:12 +0930)
commit31f149015865401c760e9d76157734996fbab770
treec85ceeb9c7d8a6d5dc28e771368f214f9f314364
parenta793b1c488753b944c693d7d1462af7ea182b197
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.
ld/ld.texi