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 <m...@redhat.com> > > * 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 function. > (AT_lbl): Handle dw_val_class_high_pc. > (print_die): Likewise. > (attr_checksum): Likewise. > (attr_checksum_ordered): Likewise. > (same_dw_val_p): Likewise. > (size_of_die): Likewise. > (value_format): Likewise. > (output_die): Likewise. > (gen_subprogram_die): Use add_AT_low_high_pc. > (add_high_low_attributes): Likewise. > (dwarf2out_finish): Likewise. > > OK to commit now?
Okay, thanks. Jakub