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
This commit is contained in:
Dave Korn 2010-02-12 17:35:18 +00:00 committed by Dave Korn
parent 2e034e3241
commit 9ab999338b
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
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>
* c-pch.c (pch_init): Clear v.

View File

@ -272,7 +272,7 @@ extern GTY(()) int darwin_ms_struct;
%{A} %{e*} %{m} %{r} %{x} \
%{o*}%{!o:-o a.out} \
%{!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=*: \
%{static|static-libgcc|static-libstdc++|static-libgfortran: libgomp.a%s; : -lgomp } } \
%{!nostdlib:%{!nodefaultlibs: %(link_ssp) %G %L }} \

View File

@ -31,7 +31,7 @@ along with GCC; see the file COPYING3. If not see
%{A} %{e*} %{m} %{r} %{x} \
%{o*}%{!o:-o a.out} \
%{!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=*: \
%{static|static-libgcc|static-libstdc++|static-libgfortran: libgomp.a%s; : -lgomp } } \
%{!nostdlib:%{!nodefaultlibs: %(link_ssp) %G %L }} \