X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gold%2Fdwarf_reader.h;h=86d80bb1b8005ebe313fdd964eb2832d69e1029d;hb=43819297ce3e76908a840fa66159ca83c1560fe5;hp=a2cd374799c5f878c7710c989fe529edb2bbf058;hpb=39d9ead7fb50de3049b68021ff70bc558636ab53;p=external%2Fbinutils.git diff --git a/gold/dwarf_reader.h b/gold/dwarf_reader.h index a2cd374..86d80bb 100644 --- a/gold/dwarf_reader.h +++ b/gold/dwarf_reader.h @@ -1,6 +1,7 @@ // dwarf_reader.h -- parse dwarf2/3 debug information for gold -*- C++ -*- -// Copyright 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. +// Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013 +// Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. @@ -697,8 +698,8 @@ class Dwarf_info_reader symtab_size_(symtab_size), shndx_(shndx), reloc_shndx_(reloc_shndx), reloc_type_(reloc_type), abbrev_shndx_(0), string_shndx_(0), buffer_(NULL), buffer_end_(NULL), cu_offset_(0), cu_length_(0), - offset_size_(0), address_size_(0), cu_version_(0), type_signature_(0), - type_offset_(0), abbrev_table_(), ranges_table_(this), + offset_size_(0), address_size_(0), cu_version_(0), + abbrev_table_(), ranges_table_(this), reloc_mapper_(NULL), string_buffer_(NULL), string_buffer_end_(NULL), owns_string_buffer_(false), string_output_section_offset_(0) { } @@ -895,10 +896,6 @@ class Dwarf_info_reader unsigned int address_size_; // Compilation unit version number. unsigned int cu_version_; - // Type signature (for a type unit). - uint64_t type_signature_; - // Offset from the type unit header to the type DIE (for a type unit). - off_t type_offset_; // Abbreviations table for current compilation unit. Dwarf_abbrev_table abbrev_table_; // Ranges table for the current compilation unit.