]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
elf.h: Define TARGET_UNWIND_TABLES_DEFAULT.
authorUros Bizjak <ubizjak@gmail.com>
Fri, 25 Jul 2014 07:28:47 +0000 (09:28 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 25 Jul 2014 07:28:47 +0000 (09:28 +0200)
* config/alpha/elf.h: Define TARGET_UNWIND_TABLES_DEFAULT.

From-SVN: r213044

gcc/ChangeLog
gcc/config/alpha/elf.h

index 6c67c3938ca147e6fb99d681b7e8beb6bef46a95..fb1ebec5f80f3be84ee51c994e2c583f2fea5395 100644 (file)
@@ -1,3 +1,7 @@
+2014-07-25  Uros Bizjak  <ubizjak@gmail.com>
+
+       * config/alpha/elf.h: Define TARGET_UNWIND_TABLES_DEFAULT.
+
 2014-07-24  Kyle McMartin  <kyle@redhat.com>
 
        * config/aarch64/aarch64-linux.h (TARGET_ASM_FILE_END): Define.
index ee44105f725e8fec26d98cb94300efbdef934d97..9ed2441da1ac751b7a549bf8805904e37cc4dcbc 100644 (file)
@@ -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.