include/ChangeLog
[deliverable/binutils-gdb.git] / gold / testsuite / binary_unittest.cc
index 8e950620c94b32da00ff6547e822626eae5f256e..a9f47c20fcbeddcbc75d67cbc7821cd3110b0f11 100644 (file)
@@ -95,9 +95,9 @@ Sized_binary_test()
   delete sd.symbol_names;
   sd.symbol_names = NULL;
 
-  Sized_relobj<size, big_endian>* relobj =
-    static_cast<Sized_relobj<size, big_endian>*>(object);
-  typename Sized_relobj<size, big_endian>::Address value;
+  Sized_relobj_file<size, big_endian>* relobj =
+    static_cast<Sized_relobj_file<size, big_endian>*>(object);
+  typename Sized_relobj_file<size, big_endian>::Address value;
   bool is_ordinary;
   CHECK(relobj->symbol_section_and_value(0, &value, &is_ordinary) == 0);
   CHECK(is_ordinary);
This page took 0.023203 seconds and 4 git commands to generate.