summaryrefslogtreecommitdiff
path: root/gold/dwarf_reader.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-11-12 20:55:53 +0000
committerIan Lance Taylor <iant@google.com>2007-11-12 20:55:53 +0000
commit01afcb094356c2fb89d181931bb29c5c59cfb2d8 (patch)
tree87a8ecd39b4f55e9c3d48e95e617076c21ed4f0f /gold/dwarf_reader.h
parentfe7291e4c9bb159c8f4009d393c4f7ef6e4f1790 (diff)
downloadbinutils-redhat-01afcb094356c2fb89d181931bb29c5c59cfb2d8.tar.gz
From Craig Silverstein: Dwarf_line_info can work with Object rather
than Sized_relobj.
Diffstat (limited to 'gold/dwarf_reader.h')
-rw-r--r--gold/dwarf_reader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/dwarf_reader.h b/gold/dwarf_reader.h
index aa4c7a627c..c5347e4f77 100644
--- a/gold/dwarf_reader.h
+++ b/gold/dwarf_reader.h
@@ -46,7 +46,7 @@ class Dwarf_line_info
{
public:
// Initializes a .debug_line reader for a given object file.
- Dwarf_line_info(Sized_relobj<size, big_endian>* object);
+ Dwarf_line_info(Object* object);
// Given a section number and an offset, returns the associated
// file and line-number, as a string: "file:lineno". If unable