mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 10:30:46 +00:00
From Craig Silverstein: Add first version of generating error messages
with file name and line number.
This commit is contained in:
@@ -35,16 +35,6 @@
|
||||
namespace elfcpp
|
||||
{
|
||||
|
||||
typedef unsigned char Dwarf_uint8;
|
||||
typedef signed char Dwarf_int8;
|
||||
typedef uint16_t Dwarf_uint16;
|
||||
typedef int16_t Dwarf_int16;
|
||||
typedef uint32_t Dwarf_uint32;
|
||||
typedef int32_t Dwarf_int32;
|
||||
typedef uint64_t Dwarf_uint64;
|
||||
typedef int64_t Dwarf_int64;
|
||||
|
||||
|
||||
// DWARF2 codes.
|
||||
|
||||
enum DW_TAG
|
||||
|
||||
Reference in New Issue
Block a user