* dwarf2read.c (comp_unit_header): Delete, unused.

This commit is contained in:
Doug Evans 2012-01-05 20:17:50 +00:00
parent 761f4555cc
commit 6b07635ff9
2 changed files with 4 additions and 17 deletions

View File

@ -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.

View File

@ -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. */