]> git.ipfire.org Git - thirdparty/gcc.git/commit
[PATCH] gcc.c: new macro POST_LINK_SPECS to be able to add additional
authorAndris Pavenis <andris.pavenis@iki.fi>
Fri, 13 Nov 2015 06:39:49 +0000 (08:39 +0200)
committerJeff Law <law@gcc.gnu.org>
Fri, 13 Nov 2015 06:39:49 +0000 (23:39 -0700)
commitd93861237f5136949e6c80a65439aa796e2af224
tree041b76d1c5100a6eb663d739b68cde8ee67a7d92
parent93ebf1fdbe35eadc5e54934061a7a4d7bcdc8262
[PATCH] gcc.c: new macro POST_LINK_SPECS to be able to add additional
steps after linking

* gcc.c (POST_LINK_SPEC): Define if not already defined.
(LINK_COMMAND_SPEC): Use post_link.
(post_link_spec): New, initialize to POST_LINK_SPEC.
(post_link): Initialize new static spec.
* doc/tm.texi.in (POST_LINK_SPEC): Document.
* doc/tm.texi: Regenerated.

From-SVN: r230287
gcc/ChangeLog
gcc/doc/tm.texi
gcc/doc/tm.texi.in
gcc/gcc.c