RE: Ping^2 - RE: [PATCH] Add target hook to override DWARF2 frame register size

2014-09-04 Thread Matthew Fortune
> 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

Re: Ping^2 - RE: [PATCH] Add target hook to override DWARF2 frame register size

2014-09-02 Thread Richard Henderson
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 - RE: [PATCH] Add target hook to override DWARF2 frame register size

2014-09-02 Thread Matthew Fortune
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 - RE: [PATCH] Add target hook to override DWARF2 frame register size

2014-08-18 Thread Matthew Fortune
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

RE: [PATCH] Add target hook to override DWARF2 frame register size

2014-08-06 Thread Matthew Fortune
> 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