From Craig Silverstein: Add first version of generating error messages

with file name and line number.
This commit is contained in:
Ian Lance Taylor
2007-11-02 23:02:44 +00:00
parent 8942f2584c
commit 5c2c6c957b
8 changed files with 1089 additions and 267 deletions

View File

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