2009-07-08 Roland McGrath <roland@redhat.com>
+ * libdwP.h (struct Dwarf_Line_s): Reorder members to pack better.
+
* dwarf_getlocation.c (check_constant_offset): New function.
(dwarf_getlocation, dwarf_getlocation_addr): Call it to
handle DW_AT_data_member_location of data[48] as constant offset.
struct Dwarf_Line_s
{
+ Dwarf_Files *files;
+
Dwarf_Addr addr;
unsigned int file;
int line;
unsigned int end_sequence:1;
unsigned int prologue_end:1;
unsigned int epilogue_begin:1;
-
- Dwarf_Files *files;
};
struct Dwarf_Lines_s