mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-27 22:10:32 +00:00
* dwarf2read.c (comp_unit_header): Delete, unused.
This commit is contained in:
parent
761f4555cc
commit
6b07635ff9
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user