* dwarf2read.c (comp_unit_head): Reorganize for better packing.

This commit is contained in:
Doug Evans 2008-09-23 17:36:51 +00:00
parent cc9566afed
commit 9cbfa09e9e
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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;