aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2013-03-26 10:23:58 -0700
committerAndrew Hsieh <andrewhsieh@google.com>2013-03-26 10:23:58 -0700
commit3c138513fb44386c87bd5276725d5459f9243833 (patch)
tree6fee84ab444585c519e43fb66eac6739db6cfcb4 /gcc-4.4.3/gcc
parente88c4f52a771a323dfad124e5f4836c2504a0905 (diff)
downloadtoolchain_gcc-3c138513fb44386c87bd5276725d5459f9243833.tar.gz
toolchain_gcc-3c138513fb44386c87bd5276725d5459f9243833.tar.bz2
toolchain_gcc-3c138513fb44386c87bd5276725d5459f9243833.zip
MIPS GCC 4.4.3 use .cfi_* directives by default
Since we are building GCC 4.4.3 with binutils-2.21 whose ld has support for read-only .eh_frames Without this, "ld.mcld --eh-frame-hdr" very often Change-Id: Ie77b5e8eba02edc4fa44de060cb37fc1d569f027
Diffstat (limited to 'gcc-4.4.3/gcc')
-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 ();