OSDN Git Service

* dwarf2read.c (comp_unit_head): Reorganize for better packing.
authordevans <devans>
Tue, 23 Sep 2008 17:36:50 +0000 (17:36 +0000)
committerdevans <devans>
Tue, 23 Sep 2008 17:36:50 +0000 (17:36 +0000)
gdb/ChangeLog
gdb/dwarf2read.c

index 0a10e92..2327a76 100644 (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
index b8bd70d..5778fef 100644 (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;