From c00809d5fd8ce2a47342dace16ee298afa8de57e Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Fri, 25 Jul 2014 09:28:47 +0200 Subject: [PATCH] elf.h: Define TARGET_UNWIND_TABLES_DEFAULT. * config/alpha/elf.h: Define TARGET_UNWIND_TABLES_DEFAULT. From-SVN: r213044 --- gcc/ChangeLog | 4 ++++ gcc/config/alpha/elf.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6c67c3938ca1..fb1ebec5f80f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-07-25 Uros Bizjak + + * config/alpha/elf.h: Define TARGET_UNWIND_TABLES_DEFAULT. + 2014-07-24 Kyle McMartin * config/aarch64/aarch64-linux.h (TARGET_ASM_FILE_END): Define. diff --git a/gcc/config/alpha/elf.h b/gcc/config/alpha/elf.h index ee44105f725e..9ed2441da1ac 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. -- 2.47.2