Commit 06fc4e41 by Andrew Pinski Committed by Andrew Pinski

darwin.h (LINK_COMMAND_SPEC): Arrange -fprofile-generate to imply -lgcov.

2003-12-25  Andrew Pinski  <pinskia@physics.uc.edu>

        * config/darwin.h (LINK_COMMAND_SPEC): Arrange
        -fprofile-generate to imply -lgcov.

From-SVN: r75038
parent 65ae2666
2003-12-26 Andrew Pinski <pinskia@physics.uc.edu>
* config/darwin.h (LINK_COMMAND_SPEC): Arrange
-fprofile-generate to imply -lgcov.
2003-12-26 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (ldm_h8300s_2_normal): Use HImode for
......
......@@ -192,7 +192,7 @@ Boston, MA 02111-1307, USA. */
%{!Zdynamiclib:%{A} %{e*} %{m} %{N} %{n} %{r} %{u*} %{x} %{z}} \
%{@:-o %f%u.out}%{!@:%{o*}%{!o:-o a.out}} \
%{!Zdynamiclib:%{!A:%{!nostdlib:%{!nostartfiles:%S}}}} \
%{L*} %(link_libgcc) %o %{fprofile-arcs:-lgcov} \
%{L*} %(link_libgcc) %o %{fprofile-arcs|fprofile-generate:-lgcov} \
%{!nostdlib:%{!nodefaultlibs:%G %L}} \
%{!A:%{!nostdlib:%{!nostartfiles:%E}}} %{T*} %{F*} \
%{!--help:%{!no-c++filt|c++filt:| c++filt3 }} }}}}}}}}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment