public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch][aarch64-*-*freebsd*] Enable TARGET_DEFAULT_ASYNC_UNWIND_TABLES
@ 2018-12-12 21:32 Andreas Tobler
  2018-12-20 10:25 ` Richard Earnshaw (lists)
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Tobler @ 2018-12-12 21:32 UTC (permalink / raw)
  To: GCC Patches

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*.


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"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch][aarch64-*-*freebsd*] Enable TARGET_DEFAULT_ASYNC_UNWIND_TABLES
  2018-12-12 21:32 [patch][aarch64-*-*freebsd*] Enable TARGET_DEFAULT_ASYNC_UNWIND_TABLES Andreas Tobler
@ 2018-12-20 10:25 ` Richard Earnshaw (lists)
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Earnshaw (lists) @ 2018-12-20 10:25 UTC (permalink / raw)
  To: Andreas Tobler, GCC Patches

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"

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-20 10:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-12 21:32 [patch][aarch64-*-*freebsd*] Enable TARGET_DEFAULT_ASYNC_UNWIND_TABLES Andreas Tobler
2018-12-20 10:25 ` Richard Earnshaw (lists)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).