Commit 2f3b0d4a by Samuel Tardieu Committed by Janis Johnson

re PR other/32783 (gcc-4_3-trunk/libiberty/configure - for ac_func gettimeofday…

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
parent 640cbe76
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.
......
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment