* elf32-cris.c (cris_elf_relocate_section): <R_CRIS_32_IE>
[deliverable/binutils-gdb.git] / gold / mapfile.h
index 908a208ed5ce44c9584efe1d602de0f26b36cafe..808fc665c7663e21c9453eddf9f0d8beb2474ea9 100644 (file)
@@ -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.
This page took 0.023324 seconds and 4 git commands to generate.