This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch][aarch64-*-*freebsd*] Enable TARGET_DEFAULT_ASYNC_UNWIND_TABLES
- From: "Richard Earnshaw (lists)" <Richard dot Earnshaw at arm dot com>
- To: Andreas Tobler <andreast-list at fgznet dot ch>, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 20 Dec 2018 10:25:39 +0000
- Subject: Re: [patch][aarch64-*-*freebsd*] Enable TARGET_DEFAULT_ASYNC_UNWIND_TABLES
- References: <ae2fd499-7b38-2f00-6953-01125e92f044@fgznet.ch>
On 12/12/2018 21:32, Andreas Tobler wrote:
> Hi all,
>
> I have this patch since a longer time in my tree. No obvious fallout
> visible.
>
> I'm going to commit this patch in the next days if no one objects.
>
> TIA,
> Andreas
>
> 2018-12-12 Andreas Tobler <andreast@gcc.gnu.org>
>
> * config.gcc: Enable TARGET_DEFAULT_ASYNC_UNWIND_TABLES on
> aarch64*-*-freebsd*.
>
This is OK (we already do it for linux, so I suggest you just go ahead).
R.
>
> Index: gcc/config.gcc
> ===================================================================
> --- gcc/config.gcc (revision 267063)
> +++ gcc/config.gcc (working copy)
> @@ -1012,6 +1012,7 @@
> 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"