> On 09/02/2014 01:59 AM, Matthew Fortune wrote:
> >> > gcc/
> >> > * target.def (TARGET_DWARF_FRAME_REG_MODE): New target hook.
> >> > * targhooks.c (default_dwarf_frame_reg_mode): New function.
> >> > * targhooks.h (default_dwarf_frame_reg_mode): New prototype.
> >> > * doc/tm.texi.in (TARGET
On 09/02/2014 01:59 AM, Matthew Fortune wrote:
>> > gcc/
>> >* target.def (TARGET_DWARF_FRAME_REG_MODE): New target hook.
>> >* targhooks.c (default_dwarf_frame_reg_mode): New function.
>> >* targhooks.h (default_dwarf_frame_reg_mode): New prototype.
>> >* doc/tm.texi.in (TARGET_DWA
Ping^2
Added Jason as maintainer for dwarf related things.
This hook will be used in the following patch:
https://gcc.gnu.org/ml/gcc-patches/2014-08/msg02172.html
Thanks,
Matthew
> Ping.
>
> Thanks,
> Matthew
>
> > Sent: 07 August 2014 07:21
> > > Please don't add target macros. Add a hook if
Ping.
Thanks,
Matthew
> Sent: 07 August 2014 07:21
> > Please don't add target macros. Add a hook if you must, but we're
> > supposed to remove target macros, not add new ones :-)
>
> Thanks Steven, I wasn't sure if there were still things that were
> acceptable as macros. There's a lot to get
> Please don't add target macros. Add a hook if you must, but we're
> supposed to remove target macros, not add new ones :-)
Thanks Steven, I wasn't sure if there were still things that were
acceptable as macros. There's a lot to get rid of still.
Updated patch using a target hook. I've opted to