Commit 288aa22f by Uros Bizjak Committed by Uros Bizjak

elf.h: Define TARGET_UNWIND_TABLES_DEFAULT.

	* config/alpha/elf.h: Define TARGET_UNWIND_TABLES_DEFAULT.

From-SVN: r213010
parent fabf71ba
2014-07-24 Uros Bizjak <ubizjak@gmail.com>
* config/alpha/elf.h: Define TARGET_UNWIND_TABLES_DEFAULT.
2014-07-24 Richard Sandiford <rdsandiford@googlemail.com> 2014-07-24 Richard Sandiford <rdsandiford@googlemail.com>
* rtl.h (target_rtl): Remove lang_dependent_initialized. * rtl.h (target_rtl): Remove lang_dependent_initialized.
......
...@@ -126,6 +126,10 @@ do { \ ...@@ -126,6 +126,10 @@ do { \
"%{Ofast|ffast-math|funsafe-math-optimizations:crtfastmath.o%s} \ "%{Ofast|ffast-math|funsafe-math-optimizations:crtfastmath.o%s} \
%{shared|pie:crtendS.o%s;:crtend.o%s} crtn.o%s" %{shared|pie:crtendS.o%s;:crtend.o%s} crtn.o%s"
/* This variable should be set to 'true' if the target ABI requires
unwinding tables even when exceptions are not used. */
#define TARGET_UNWIND_TABLES_DEFAULT true
/* Select a format to encode pointers in exception handling data. CODE /* Select a format to encode pointers in exception handling data. CODE
is 0 for data, 1 for code labels, 2 for function pointers. GLOBAL is is 0 for data, 1 for code labels, 2 for function pointers. GLOBAL is
true if the symbol may be affected by dynamic relocations. true if the symbol may be affected by dynamic relocations.
......
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