projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc9566a
)
* dwarf2read.c (comp_unit_head): Reorganize for better packing.
author
Doug Evans
<dje@google.com>
Tue, 23 Sep 2008 17:36:51 +0000
(17:36 +0000)
committer
Doug Evans
<dje@google.com>
Tue, 23 Sep 2008 17:36:51 +0000
(17:36 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/dwarf2read.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 0a10e92f66e2f5f86e57552ded68319a5fad4f5f..2327a763c72393f2f8c677ff6c264ad828a04858 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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
diff --git
a/gdb/dwarf2read.c
b/gdb/dwarf2read.c
index b8bd70d16c7b172ecff4ba6d5a9f888a400a2abb..5778fef2bdc085f4d338f761866c93b91831c2cd 100644
(file)
--- 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;