Commit 9ab99933 by Dave Korn Committed by Dave Korn

re PR target/42982 (regression in gcc.dg/profile-generate-3.c)

2010-02-12  Dave Korn  <dave.korn.cygwin@gmail.com>
	    Jack Howarth  <howarth@bromo.med.uc.edu>
	    Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>

	PR target/42982
	Partial revert of unintended change in fix for PR41605.
	* gcc/config/darwin.h: Fix typo.
	* gcc/config/darwin9.h: Same.


Co-Authored-By: Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
Co-Authored-By: Jack Howarth <howarth@bromo.med.uc.edu>

From-SVN: r156736
parent 2e034e32
2010-02-12 Dave Korn <dave.korn.cygwin@gmail.com>
Jack Howarth <howarth@bromo.med.uc.edu>
Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
PR target/42982
Partial revert of unintended change in fix for PR41605.
* config/darwin.h: Fix typo.
* config/darwin9.h: Same.
2010-02-11 Jakub Jelinek <jakub@redhat.com> 2010-02-11 Jakub Jelinek <jakub@redhat.com>
* c-pch.c (pch_init): Clear v. * c-pch.c (pch_init): Clear v.
......
...@@ -272,7 +272,7 @@ extern GTY(()) int darwin_ms_struct; ...@@ -272,7 +272,7 @@ extern GTY(()) int darwin_ms_struct;
%{A} %{e*} %{m} %{r} %{x} \ %{A} %{e*} %{m} %{r} %{x} \
%{o*}%{!o:-o a.out} \ %{o*}%{!o:-o a.out} \
%{!A:%{!nostdlib:%{!nostartfiles:%S}}} \ %{!A:%{!nostdlib:%{!nostartfiles:%S}}} \
%{L*} %(link_libgcc) %o %{fprofile-arcs|fprofile-generate|coverage:-lgcov} \ %{L*} %(link_libgcc) %o %{fprofile-arcs|fprofile-generate*|coverage:-lgcov} \
%{fopenmp|ftree-parallelize-loops=*: \ %{fopenmp|ftree-parallelize-loops=*: \
%{static|static-libgcc|static-libstdc++|static-libgfortran: libgomp.a%s; : -lgomp } } \ %{static|static-libgcc|static-libstdc++|static-libgfortran: libgomp.a%s; : -lgomp } } \
%{!nostdlib:%{!nodefaultlibs: %(link_ssp) %G %L }} \ %{!nostdlib:%{!nodefaultlibs: %(link_ssp) %G %L }} \
......
...@@ -31,7 +31,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -31,7 +31,7 @@ along with GCC; see the file COPYING3. If not see
%{A} %{e*} %{m} %{r} %{x} \ %{A} %{e*} %{m} %{r} %{x} \
%{o*}%{!o:-o a.out} \ %{o*}%{!o:-o a.out} \
%{!A:%{!nostdlib:%{!nostartfiles:%S}}} \ %{!A:%{!nostdlib:%{!nostartfiles:%S}}} \
%{L*} %(link_libgcc) %o %{fprofile-arcs|fprofile-generate|coverage:-lgcov} \ %{L*} %(link_libgcc) %o %{fprofile-arcs|fprofile-generate*|coverage:-lgcov} \
%{fopenmp|ftree-parallelize-loops=*: \ %{fopenmp|ftree-parallelize-loops=*: \
%{static|static-libgcc|static-libstdc++|static-libgfortran: libgomp.a%s; : -lgomp } } \ %{static|static-libgcc|static-libstdc++|static-libgfortran: libgomp.a%s; : -lgomp } } \
%{!nostdlib:%{!nodefaultlibs: %(link_ssp) %G %L }} \ %{!nostdlib:%{!nodefaultlibs: %(link_ssp) %G %L }} \
......
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