aboutsummaryrefslogtreecommitdiff
path: root/gold/mapfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'gold/mapfile.h')
-rw-r--r--gold/mapfile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/mapfile.h b/gold/mapfile.h
index 908a208..808fc66 100644
--- a/gold/mapfile.h
+++ b/gold/mapfile.h
@@ -33,7 +33,7 @@ class Archive;
class Symbol;
class Relobj;
template<int size, bool big_endian>
-class Sized_relobj;
+class Sized_relobj_file;
class Output_section;
class Output_data;
@@ -100,7 +100,7 @@ class Mapfile
// Print symbols for an input section.
template<int size, bool big_endian>
void
- print_input_section_symbols(const Sized_relobj<size, big_endian>*,
+ print_input_section_symbols(const Sized_relobj_file<size, big_endian>*,
unsigned int shndx);
// Map file to write to.