From: Doug Evans Date: Thu, 5 Jan 2012 20:17:50 +0000 (+0000) Subject: * dwarf2read.c (comp_unit_header): Delete, unused. X-Git-Tag: sid-snapshot-20120201~249 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b07635ff9401b259aa74a888d3d480acc9ace1f;p=platform%2Fupstream%2Fbinutils.git * dwarf2read.c (comp_unit_header): Delete, unused. --- 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 + + * dwarf2read.c (comp_unit_header): Delete, unused. + 2012-01-05 Ulrich Weigand * 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. */