]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.gcc: Enable TARGET_DEFAULT_ASYNC_UNWIND_TABLES on aarch64*-*-freebsd*
authorAndreas Tobler <andreast@gcc.gnu.org>
Wed, 19 Dec 2018 21:41:03 +0000 (22:41 +0100)
committerAndreas Tobler <andreast@gcc.gnu.org>
Wed, 19 Dec 2018 21:41:03 +0000 (22:41 +0100)
2018-12-19  Andreas Tobler  <andreast@gcc.gnu.org>

* config.gcc: Enable TARGET_DEFAULT_ASYNC_UNWIND_TABLES on
aarch64*-*-freebsd*

From-SVN: r267287

gcc/ChangeLog
gcc/config.gcc

index 46732eb6d574827b1fda403ba5023a359927a902..fcc7bb0e9ffd09bd04d3d62f4443263d4fb76fa7 100644 (file)
@@ -1,3 +1,8 @@
+2018-12-19  Andreas Tobler  <andreast@gcc.gnu.org>
+
+       * config.gcc: Enable TARGET_DEFAULT_ASYNC_UNWIND_TABLES on
+       aarch64*-*-freebsd*
+
 2018-12-19  Uros Bizjak  <ubizjak@gmail.com>
 
        * config/i386/i386.md (SWI1248_AVX512BWDQ_64): Rename from
index f4ad706ab53683d04e0b46bed5af76c1e7fcd471..63efbf0339697703a9803d6f5e0888205cc0cd28 100644 (file)
@@ -1012,6 +1012,7 @@ aarch64*-*-freebsd*)
        tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file}"
        tm_file="${tm_file} aarch64/aarch64-elf.h aarch64/aarch64-freebsd.h"
        tmake_file="${tmake_file} aarch64/t-aarch64 aarch64/t-aarch64-freebsd"
+       tm_defines="${tm_defines}  TARGET_DEFAULT_ASYNC_UNWIND_TABLES=1"
        ;;
 aarch64*-*-linux*)
        tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h"