]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/42982 (regression in gcc.dg/profile-generate-3.c)
authorDave Korn <dave.korn.cygwin@gmail.com>
Fri, 12 Feb 2010 17:35:18 +0000 (17:35 +0000)
committerDave Korn <davek@gcc.gnu.org>
Fri, 12 Feb 2010 17:35:18 +0000 (17:35 +0000)
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

gcc/ChangeLog
gcc/config/darwin.h
gcc/config/darwin9.h

index f33279e8061343249b7e3724820d7dd2a28d5425..7052ce5b38b98a4516cb2c0707d0c47807d8bda8 100644 (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.
index 6595e53bda2cc1432d3fa9fb621cf3bf2cb69f7b..c42bf34a25511329a051ca3051cc2a8b3b3bf1be 100644 (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 }} \
index ff34a5dddea1bd3fdfee80b4c0aed88c8fa7c58e..b8c8a21e371a1865f88a946ba6ce323bae47d32d 100644 (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 }} \