diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/dwarf2read.c | 17 |
2 files changed, 4 insertions, 17 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3586c7a..d1d3f0f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2012-01-05 Doug Evans <dje@google.com> + + * dwarf2read.c (comp_unit_header): Delete, unused. + 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com> * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o. diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 1d2fc7f..c5c3991 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -75,23 +75,6 @@ typedef struct symbol *symbolp; DEF_VEC_P (symbolp); -#if 0 -/* .debug_info header for a compilation unit - Because of alignment constraints, this structure has padding and cannot - be mapped directly onto the beginning of the .debug_info section. */ -typedef struct comp_unit_header - { - unsigned int length; /* length of the .debug_info - contribution */ - unsigned short version; /* version number -- 2 for DWARF - version 2 */ - unsigned int abbrev_offset; /* offset into .debug_abbrev section */ - unsigned char addr_size; /* byte size of an address -- 4 */ - } -_COMP_UNIT_HEADER; -#define _ACTUAL_COMP_UNIT_HEADER_SIZE 11 -#endif - /* .debug_line statement program prologue Because of alignment constraints, this structure has padding and cannot be mapped directly onto the beginning of the .debug_info section. */ |