Re: [patch] Update DWARF codes for Fission

2012-05-02 Thread Cary Coutant
>> This patch to include/dwarf2.def updates the DW_FORM and DW_AT codes >> for the Fission extensions. We've eliminated DW_FORM_GNU_ref_index, >> and replaced DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base. (The wiki >> page at http://gcc.gnu.org/wiki/DebugFission has been updated.) >> >> OK for bin

Re: [patch] Update DWARF codes for Fission

2012-05-01 Thread Jakub Jelinek
On Tue, May 01, 2012 at 04:17:02PM -0700, Cary Coutant wrote: > This patch to include/dwarf2.def updates the DW_FORM and DW_AT codes > for the Fission extensions. We've eliminated DW_FORM_GNU_ref_index, > and replaced DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base. (The wiki > page at http://gcc.gnu

[patch] Update DWARF codes for Fission

2012-05-01 Thread Cary Coutant
This patch to include/dwarf2.def updates the DW_FORM and DW_AT codes for the Fission extensions. We've eliminated DW_FORM_GNU_ref_index, and replaced DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base. (The wiki page at http://gcc.gnu.org/wiki/DebugFission has been updated.) OK for binutils and gcc? -