From: Andreas Tobler Date: Wed, 19 Dec 2018 21:41:03 +0000 (+0100) Subject: config.gcc: Enable TARGET_DEFAULT_ASYNC_UNWIND_TABLES on aarch64*-*-freebsd* X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5b0acc312d9f99c9cb9a62cbf1149b35cf238cd3;p=gcc.git config.gcc: Enable TARGET_DEFAULT_ASYNC_UNWIND_TABLES on aarch64*-*-freebsd* 2018-12-19 Andreas Tobler * config.gcc: Enable TARGET_DEFAULT_ASYNC_UNWIND_TABLES on aarch64*-*-freebsd* From-SVN: r267287 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 46732eb6d57..fcc7bb0e9ff 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2018-12-19 Andreas Tobler + + * config.gcc: Enable TARGET_DEFAULT_ASYNC_UNWIND_TABLES on + aarch64*-*-freebsd* + 2018-12-19 Uros Bizjak * config/i386/i386.md (SWI1248_AVX512BWDQ_64): Rename from diff --git a/gcc/config.gcc b/gcc/config.gcc index f4ad706ab53..63efbf03396 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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"