aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gcc-4.4.3/gcc/config/mips/mips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.4.3/gcc/config/mips/mips.c b/gcc-4.4.3/gcc/config/mips/mips.c
index 23dea588e..00e6b07c0 100644
--- a/gcc-4.4.3/gcc/config/mips/mips.c
+++ b/gcc-4.4.3/gcc/config/mips/mips.c
@@ -14073,7 +14073,7 @@ mips_override_options (void)
GNU ld 2.21 and GCC 4.5 have support for read-only .eh_frames,
but for the time being, we should stick to the approach used
in 4.3 and earlier. */
- flag_dwarf2_cfi_asm = 0;
+ flag_dwarf2_cfi_asm = 1;
mips_init_print_operand_punct ();