Re: dwarf2out.c: For DWARF 4+, output DW_AT_high_pc as constant offset.

2012-08-20 Thread Jakub Jelinek
On Mon, Aug 20, 2012 at 09:59:26PM +0200, Mark Wielaard wrote: > Ping. There are stable releases of GDB 7.5, valgrind 3.8.0 and > elfutils 0.154 out now that support it. > > I rebased the patch and tested against GDB 7.5. > > 2012-08-20 Mark Wielaard > > * dwarf2out.h (enum dw_val_class):

Re: dwarf2out.c: For DWARF 4+, output DW_AT_high_pc as constant offset.

2012-08-20 Thread Mark Wielaard
On Fri, Apr 27, 2012 at 08:16:04PM +0200, Mark Wielaard wrote: > On Fri, 2012-04-27 at 15:43 +0200, Jakub Jelinek wrote: > > On Fri, Apr 27, 2012 at 03:36:56PM +0200, Mark Wielaard wrote: > > > But even without this, I think the patch is worth it just to get rid of > > > all the relocations necessa

Re: dwarf2out.c: For DWARF 4+, output DW_AT_high_pc as constant offset.

2012-04-27 Thread Mark Wielaard
On Fri, 2012-04-27 at 15:43 +0200, Jakub Jelinek wrote: > On Fri, Apr 27, 2012 at 03:36:56PM +0200, Mark Wielaard wrote: > > But even without this, I think the patch is worth it just to get rid of > > all the relocations necessary otherwise. > > IMHO we should defer applying this by a few months,

Re: dwarf2out.c: For DWARF 4+, output DW_AT_high_pc as constant offset.

2012-04-27 Thread Jakub Jelinek
On Fri, Apr 27, 2012 at 03:36:56PM +0200, Mark Wielaard wrote: > But even without this, I think the patch is worth it just to get rid of > all the relocations necessary otherwise. IMHO we should defer applying this by a few months, given that GDB support is only being added these days and -gdwarf-

dwarf2out.c: For DWARF 4+, output DW_AT_high_pc as constant offset.

2012-04-27 Thread Mark Wielaard
i, 27 Apr 2012 14:27:14 +0200 Subject: [PATCH] dwarf2out.c: For DWARF 4+, output DW_AT_high_pc as constant offset. * dwarf2out.h (enum dw_val_class): Add dw_val_class_high_pc. * dwarf2out.c (dw_val_equal_p): Handle dw_val_class_high_pc. (add_AT_low_high_pc): New fun