* config/t-darwin (crt3.0): Remove work-around for fixed PR26840.
authorSteven Bosscher <steven@gcc.gnu.org>
Sat, 14 Jul 2012 13:50:59 +0000 (13:50 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Sat, 14 Jul 2012 13:50:59 +0000 (13:50 +0000)
From-SVN: r189479

libgcc/ChangeLog
libgcc/config/t-darwin

index fbdd11ebf9cff54b94e5da14c448a8ea3e600837..f7acfcba4aeff7deb75e3b071817332422095b79 100644 (file)
@@ -1,3 +1,7 @@
+2012-07-14  Steven Bosscher  <steven@gcc.gnu.org>
+
+       * config/t-darwin (crt3.0): Remove work-around for fixed PR26840.
+
 2012-06-17  Uros Bizjak  <ubizjak@gmail.com>
 
        * config/i386/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Use
index 3365f010225b4af5184e6d9eb0356dbff8f94ccc..a69169fa610036aa71f0747c265c237d0c681ef6 100644 (file)
@@ -1,7 +1,5 @@
-# Pass -fno-tree-dominator-opts to work around bug 26840.
 crt3.o: $(srcdir)/config/darwin-crt3.c
-       $(crt_compile) \
-         -fno-tree-dominator-opts $(DARWIN_EXTRA_CRT_BUILD_CFLAGS) -c $<
+       $(crt_compile) $(DARWIN_EXTRA_CRT_BUILD_CFLAGS) -c $<
 
 crttms.o: $(srcdir)/config/darwin-crt-tm.c
        $(crt_compile) $(DARWIN_EXTRA_CRT_BUILD_CFLAGS) -DSTART -c $<