Re: [PATCH 2/6] always define SETUP_FRAME_ADDRESSES

2015-10-15 Thread Trevor Saunders
On Thu, Oct 15, 2015 at 11:47:10AM +0200, Bernd Schmidt wrote: > On 10/15/2015 04:13 AM, Trevor Saunders wrote: > >On Mon, Oct 12, 2015 at 12:19:08PM +0200, Bernd Schmidt wrote: > >>If we go to the trouble of changing this, could we convert macros to target > >>hooks instead while we're there? REVE

Re: [PATCH 2/6] always define SETUP_FRAME_ADDRESSES

2015-10-15 Thread Bernd Schmidt
On 10/15/2015 04:13 AM, Trevor Saunders wrote: On Mon, Oct 12, 2015 at 12:19:08PM +0200, Bernd Schmidt wrote: If we go to the trouble of changing this, could we convert macros to target hooks instead while we're there? REVERSE_CONDITION, SETUP_FRAME_ADDRESSES and FRAME_ADDR_RTX all seem to be us

Re: [PATCH 2/6] always define SETUP_FRAME_ADDRESSES

2015-10-14 Thread Trevor Saunders
On Mon, Oct 12, 2015 at 12:19:08PM +0200, Bernd Schmidt wrote: > On 10/11/2015 02:25 AM, tbsaunde+...@tbsaunde.org wrote: > >From: Trevor Saunders > > > >gcc/ChangeLog: > > > >2015-10-10 Trevor Saunders > > > > * defaults.h (SETUP_FRAME_ADDRESSES): New default definition. > > * builtins

Re: [PATCH 2/6] always define SETUP_FRAME_ADDRESSES

2015-10-12 Thread Bernd Schmidt
On 10/11/2015 02:25 AM, tbsaunde+...@tbsaunde.org wrote: From: Trevor Saunders gcc/ChangeLog: 2015-10-10 Trevor Saunders * defaults.h (SETUP_FRAME_ADDRESSES): New default definition. * builtins.c (expand_builtin_return_addr): Adjust. * doc/tm.texi: Likewise.

[PATCH 2/6] always define SETUP_FRAME_ADDRESSES

2015-10-10 Thread tbsaunde+gcc
From: Trevor Saunders gcc/ChangeLog: 2015-10-10 Trevor Saunders * defaults.h (SETUP_FRAME_ADDRESSES): New default definition. * builtins.c (expand_builtin_return_addr): Adjust. * doc/tm.texi: Likewise. * doc/tm.texi.in: Likewise. * except.c (expand_bui