diff options
| -rw-r--r-- | gcc/ChangeLog | 9 | ||||
| -rw-r--r-- | gcc/config/darwin.h | 2 | ||||
| -rw-r--r-- | gcc/config/darwin9.h | 2 |
3 files changed, 11 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f33279e..7052ce5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index 6595e53..c42bf34 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -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 }} \ diff --git a/gcc/config/darwin9.h b/gcc/config/darwin9.h index ff34a5d..b8c8a21 100644 --- a/gcc/config/darwin9.h +++ b/gcc/config/darwin9.h @@ -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 }} \ |
