]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/configure.ac
configure.ac (gcc_cv_ld_mips_personality_relaxation): New feature check.
authorRichard Sandiford <rdsandiford@googlemail.com>
Sun, 20 Sep 2009 10:36:05 +0000 (10:36 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sun, 20 Sep 2009 10:36:05 +0000 (10:36 +0000)
commit49576e25cbab7891bc3296e2bcd84d0c284560a6
treea84e1e4e16568ba17408fdb8f2fe99d6a35e7ea4
parent63c6c7e070b9c79d0a797ed50fa90c8f1d35480d
configure.ac (gcc_cv_ld_mips_personality_relaxation): New feature check.

gcc/
* configure.ac (gcc_cv_ld_mips_personality_relaxation): New
feature check.
(HAVE_LD_PERSONALITY_RELAXATION): New macro definition.
* configure, config.in: Regenerate.
* dwarf2asm.c (eh_data_format_name): Handle DW_EH_PE_indirect |
DW_EH_PE_absptr.
* config/mips/mips.h (TARGET_WRITABLE_EH_FRAME): New macro.
(ASM_PREFERRED_EH_DATA_FORMAT): Define.  Use MIPS_EH_INDIRECT
for global data if the output could be used in a shared library.
* config/mips/mips.c (mips_override_options): Set flag_dwarf2_cfi_asm
to 0 if TARGET_WRITABLE_EH_FRAME.

From-SVN: r151896
gcc/ChangeLog
gcc/config.in
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/configure
gcc/configure.ac
gcc/dwarf2asm.c