From 2f3b0d4ad6781d67bfc8d1f225916e596dc89419 Mon Sep 17 00:00:00 2001
From: Samuel Tardieu <sam@rfc1149.net>
Date: Thu, 4 Sep 2008 23:32:05 +0000
Subject: [PATCH] re PR other/32783 (gcc-4_3-trunk/libiberty/configure - for
 ac_func gettimeofday ... gettimeofday - tests twice)

2008-09-04  Samuel Tardieu  <sam@rfc1149.net>

	PR target/32783
	* config/rs6000/rs6000.c (optimization_options): Remove check of
	flag_toplevel_order.

From-SVN: r140013
---
 gcc/ChangeLog              | 6 ++++++
 gcc/config/rs6000/rs6000.c | 7 ++-----
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 531589d01b12..1a18657bbfe3 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-04  Samuel Tardieu  <sam@rfc1149.net>
+
+	PR target/32783
+	* config/rs6000/rs6000.c (optimization_options): Remove check of
+	flag_toplevel_order.
+
 2008-09-04  Adam Nemet  <anemet@caviumnetworks.com>
 
 	* config/mips/mips.h (ISA_HAS_SEQ_SNE): New macro.
diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c
index 934ea8f64356..cdeb1c9c500f 100644
--- a/gcc/config/rs6000/rs6000.c
+++ b/gcc/config/rs6000/rs6000.c
@@ -2179,11 +2179,8 @@ optimization_options (int level ATTRIBUTE_UNUSED, int size ATTRIBUTE_UNUSED)
 
   /* Enable section anchors by default.
      Skip section anchors for Objective C and Objective C++
-     until front-ends fixed.
-     Do not enable section anchors without toplevel reorder.  */
-  if (!TARGET_MACHO
-      && lang_hooks.name[4] != 'O'
-      && flag_toplevel_reorder != 0)
+     until front-ends fixed.  */
+  if (!TARGET_MACHO && lang_hooks.name[4] != 'O')
     flag_section_anchors = 2;
 }
 
-- 
GitLab