Re: [debug] Remove deprecated DW_FORM_sig8 define

2011-03-24 Thread Richard Henderson
On 03/24/2011 08:30 AM, Mark Wielaard wrote: > 2010-03-24 Mark Wielaard > > * dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define. > > 2011-03-24 Mark Wielaard > > * dwarf2out.c (size_of_die): Modify comment to say DW_FORM_ref_sig8. > (value_format): Use DW_FORM_ref_si

[debug] Remove deprecated DW_FORM_sig8 define

2011-03-24 Thread Mark Wielaard
Hi, While reading through the unit type support I noticed some parts were still using the old DW_FORM_sig8 while others used the actual DW_FORM_ref_sig8 as used in the dwarf spec. I missed some things in a first scan because of this, so I thought I just clean it up. 2010-03-24 Mark Wielaard