summaryrefslogtreecommitdiff
path: root/elfcpp/dwarf.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-11-02 23:02:44 +0000
committerIan Lance Taylor <iant@google.com>2007-11-02 23:02:44 +0000
commite11cba436ae526b09d3b8dbbe98ecfdba60bb924 (patch)
tree8e6120a7d366dfd59ff4edba7004c594360b8be2 /elfcpp/dwarf.h
parentd0af78fa26c11d67e0fd2fb69bdeefdecad610fc (diff)
downloadbinutils-redhat-e11cba436ae526b09d3b8dbbe98ecfdba60bb924.tar.gz
From Craig Silverstein: Add first version of generating error messages
with file name and line number.
Diffstat (limited to 'elfcpp/dwarf.h')
-rw-r--r--elfcpp/dwarf.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/elfcpp/dwarf.h b/elfcpp/dwarf.h
index 0b98bccc1e..b60bdbd601 100644
--- a/elfcpp/dwarf.h
+++ b/elfcpp/dwarf.h
@@ -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