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.org/wiki/DebugFission has been updated.) > > OK for binutils and gcc?
Okay. > 2012-05-01 Cary Coutant <ccout...@google.com> > > * dwarf2.def: Remove DW_FORM_GNU_ref_index, > replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base. > > > commit bc45612d20fad44534b0efeeb821671d8e8c5b63 > Author: Cary Coutant <ccout...@google.com> > Date: Tue May 1 16:08:08 2012 -0700 > > Update DW_FORM and DW_AT codes for Fission. Jakub