bfd/
[deliverable/binutils-gdb.git] / gold / gc.h
index 10cdd5f25787d920c3b1969fe62d9584703017cb..4688781fd7a65b4475995c0700f3a18ab7bd2bd5 100644 (file)
--- a/gold/gc.h
+++ b/gold/gc.h
@@ -37,7 +37,7 @@ namespace gold
 class Object;
 
 template<int size, bool big_endian>
-class Sized_relobj;
+class Sized_relobj_file;
 
 template<int sh_type, int size, bool big_endian>
 class Reloc_types;
@@ -178,7 +178,7 @@ gc_process_relocs(
     Symbol_table* symtab,
     Layout*,
     Target_type* target,
-    Sized_relobj<size, big_endian>* src_obj,
+    Sized_relobj_file<size, big_endian>* src_obj,
     unsigned int src_indx,
     const unsigned char* prelocs,
     size_t reloc_count,
This page took 0.024599 seconds and 4 git commands to generate.