diff options
author | Uros Bizjak <ubizjak@gmail.com> | 2014-07-24 18:44:24 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2014-07-24 18:44:24 +0200 |
commit | 288aa22fa128e01c02c2be768189e0da0aa4c8af (patch) | |
tree | f2b3cc86f8f369eb454c3b2264bc7197f55020e4 /gcc/config/alpha/elf.h | |
parent | fabf71ba2cdb1f682b370a1c7e74b1e330faa7d3 (diff) | |
download | gcc-288aa22fa128e01c02c2be768189e0da0aa4c8af.zip gcc-288aa22fa128e01c02c2be768189e0da0aa4c8af.tar.gz gcc-288aa22fa128e01c02c2be768189e0da0aa4c8af.tar.bz2 |
elf.h: Define TARGET_UNWIND_TABLES_DEFAULT.
* config/alpha/elf.h: Define TARGET_UNWIND_TABLES_DEFAULT.
From-SVN: r213010
Diffstat (limited to 'gcc/config/alpha/elf.h')
-rw-r--r-- | gcc/config/alpha/elf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/alpha/elf.h b/gcc/config/alpha/elf.h index 5a6803a..ec90fca 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. |