aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2008-09-23 17:36:51 +0000
committerDoug Evans <dje@google.com>2008-09-23 17:36:51 +0000
commit9cbfa09e9e209914fdd2e87aedddb3da6de4135f (patch)
tree8c1254cfcc219891699f484d2864b732c733a3a3 /gdb/dwarf2read.c
parentcc9566afede70ef3a9371b43b6bfa7205688679f (diff)
downloadgdb-9cbfa09e9e209914fdd2e87aedddb3da6de4135f.zip
gdb-9cbfa09e9e209914fdd2e87aedddb3da6de4135f.tar.gz
gdb-9cbfa09e9e209914fdd2e87aedddb3da6de4135f.tar.bz2
* dwarf2read.c (comp_unit_head): Reorganize for better packing.
Diffstat (limited to 'gdb/dwarf2read.c')
-rw-r--r--gdb/dwarf2read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c
index b8bd70d..5778fef 100644
--- a/gdb/dwarf2read.c
+++ b/gdb/dwarf2read.c
@@ -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;