aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUros Bizjak <ubizjak@gmail.com>2014-07-24 18:44:24 +0200
committerUros Bizjak <uros@gcc.gnu.org>2014-07-24 18:44:24 +0200
commit288aa22fa128e01c02c2be768189e0da0aa4c8af (patch)
treef2b3cc86f8f369eb454c3b2264bc7197f55020e4
parentfabf71ba2cdb1f682b370a1c7e74b1e330faa7d3 (diff)
downloadgcc-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
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/alpha/elf.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 44eb7a7..1524ee0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+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>
* rtl.h (target_rtl): Remove lang_dependent_initialized.
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.