From: Uros Bizjak Date: Thu, 24 Jul 2014 16:44:24 +0000 (+0200) Subject: elf.h: Define TARGET_UNWIND_TABLES_DEFAULT. X-Git-Tag: releases/gcc-5.1.0~6099 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=288aa22fa128e01c02c2be768189e0da0aa4c8af;p=thirdparty%2Fgcc.git elf.h: Define TARGET_UNWIND_TABLES_DEFAULT. * config/alpha/elf.h: Define TARGET_UNWIND_TABLES_DEFAULT. From-SVN: r213010 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 44eb7a78f0ab..1524ee03dee7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-07-24 Uros Bizjak + + * config/alpha/elf.h: Define TARGET_UNWIND_TABLES_DEFAULT. + 2014-07-24 Richard Sandiford * rtl.h (target_rtl): Remove lang_dependent_initialized. diff --git a/gcc/config/alpha/elf.h b/gcc/config/alpha/elf.h index 5a6803abab88..ec90fca2ef58 100644 --- a/gcc/config/alpha/elf.h +++ b/gcc/config/alpha/elf.h @@ -126,6 +126,10 @@ do { \ "%{Ofast|ffast-math|funsafe-math-optimizations:crtfastmath.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 is 0 for data, 1 for code labels, 2 for function pointers. GLOBAL is true if the symbol may be affected by dynamic relocations.