summaryrefslogtreecommitdiffstats
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
commit5c2c6c957be387f3649b143508a2b5c730c0b6f5 (patch)
tree50bcf3279038a085b36033f3b5005c61b9d51c9a /elfcpp/dwarf.h
parent8942f2584cd5e11f2d512c5cf42747644be2735a (diff)
downloadppe42-binutils-5c2c6c957be387f3649b143508a2b5c730c0b6f5.tar.gz
ppe42-binutils-5c2c6c957be387f3649b143508a2b5c730c0b6f5.zip
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
OpenPOWER on IntegriCloud