Commit 8a1dabd5 by Iain Sandoe

re PR other/44034 (target hooks are hard to maintain)


	PR other/44034
	* config/darwin.c (darwin_override_options): Use renamed
	targetm.asm_out.emit_unwind_label.

From-SVN: r161606
parent dcad005d
2010-06-30 Iain Sandoe <iains@gcc.gnu.org>
PR other/44034
* config/darwin.c (darwin_override_options): Use renamed
targetm.asm_out.emit_unwind_label.
2010-06-30 Bernd Schmidt <bernds@codesourcery.com>
PR tree-optimization/39799
......
......@@ -1864,7 +1864,7 @@ darwin_override_options (void)
/* Disable -freorder-blocks-and-partition for darwin_emit_unwind_label. */
if (flag_reorder_blocks_and_partition
&& (targetm.asm_out.unwind_label == darwin_emit_unwind_label))
&& (targetm.asm_out.emit_unwind_label == darwin_emit_unwind_label))
{
inform (input_location,
"-freorder-blocks-and-partition does not work with exceptions "
......
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