mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-03 07:21:58 +00:00
* dwarf2read.c (comp_unit_head): Reorganize for better packing.
This commit is contained in:
parent
cc9566afed
commit
9cbfa09e9e
@ -1,3 +1,7 @@
|
||||
2008-09-23 Doug Evans <dje@google.com>
|
||||
|
||||
* dwarf2read.c (comp_unit_head): Reorganize for better packing.
|
||||
|
||||
2008-09-22 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* symfile.c (symbol_file_add_with_addrs_or_offsets): Don't use
|
||||
|
@ -233,9 +233,9 @@ struct comp_unit_head
|
||||
{
|
||||
unsigned long length;
|
||||
short version;
|
||||
unsigned int abbrev_offset;
|
||||
unsigned char addr_size;
|
||||
unsigned char signed_addr_p;
|
||||
unsigned int abbrev_offset;
|
||||
|
||||
/* Size of file offsets; either 4 or 8. */
|
||||
unsigned int offset_size;
|
||||
|
Loading…
x
Reference in New Issue
Block a user