Commit ae0bef88 by Ramana Radhakrishnan Committed by Ramana Radhakrishnan

Revert work around for PR40521

2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>

        Revert
        2009-10-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
        * config/arm/arm.c (arm_override_options): Turn off
        flag_dwarf2_cfi_asm for AAPCS variants.

From-SVN: r157575
parent 9abf5d7b
2010-03-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> 2010-03-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
Revert
2009-10-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
* config/arm/arm.c (arm_override_options): Turn off
flag_dwarf2_cfi_asm for AAPCS variants.
2010-03-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
PR target/43399 PR target/43399
* config/arm/arm.c (emit_multi_reg_push): Update comments. * config/arm/arm.c (emit_multi_reg_push): Update comments.
Use PRE_MODIFY instead of PRE_DEC. Use PRE_MODIFY instead of PRE_DEC.
......
...@@ -1877,13 +1877,6 @@ arm_override_options (void) ...@@ -1877,13 +1877,6 @@ arm_override_options (void)
flag_reorder_blocks = 1; flag_reorder_blocks = 1;
} }
/* Ideally we would want to use CFI directives to generate
debug info. However this also creates the .eh_frame
section, so disable them until GAS can handle
this properly. See PR40521. */
if (TARGET_AAPCS_BASED)
flag_dwarf2_cfi_asm = 0;
/* Register global variables with the garbage collector. */ /* Register global variables with the garbage collector. */
arm_add_gc_roots (); arm_add_gc_roots ();
} }
......
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