[PATCH] gcc.c: new macro POST_LINK_SPECS to be able to add additional
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Nov 2015 06:39:49 +0000 (06:39 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Nov 2015 06:39:49 +0000 (06:39 +0000)
commit0ed9e37f6c6f0a235e4d0064433d19ec01f9933e
tree041b76d1c5100a6eb663d739b68cde8ee67a7d92
parentb279775faf3c56b554ecd38159b70ea7f2d37e0b
[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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230287 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/doc/tm.texi
gcc/doc/tm.texi.in
gcc/gcc.c