On 11/13/2015 08:40 AM, Jeff Law wrote:
On 11/10/2015 11:16 AM, Andris Pavenis wrote:
One may need to execute extra steps after linking program. This is required
for example for DJGPP to run stubify.exe on file generated by linker.
The only way how to achieve was to use LINK_COMMAND_SPEC. It would be
much easier
and less error prone to use new macro POST_LINK_SPEC introduced in this
patch.
Andris
ChangeLog entry
2015 Nov 10 Andris Pavenis <andris.pave...@iki.fi>
* gcc.c: new macro POST_LINK_SPEC
* doc/tm.texi.in: document POST_LINK_SPEC
* doc/tm.texi: regenerate
Instaled with a better ChangeLog. Presumably there's going to be a followup to simplify a bunch
of hte djgpp configuration?
jeff
There are large number of changes in djgpp related configuration files accumulated over many years.
Some cleanup and
verification whether all is still needed and and of course testing of both cross- and native
compiler is required.
It would be rather difficult to split it into parts. I'll going to submit configuration changes for
DJGPP
(gcc/config.host + gcc/config/i386/*djgpp*) in one large patch after cleanup and testing unless
there are objections.
Therefore small small separate changes can be expected first.
Andris