2009-11-12 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / gold / symtab.h
index d1cd64761ccabc389a1f39e93fab7e3c840d603f..544712db9f5e890eb2d1e72a2f7934e00db3dce0 100644 (file)
@@ -1488,6 +1488,11 @@ class Symbol_table
   static bool
   should_override(const Symbol*, unsigned int, Object*, bool*);
 
+  // Report a problem in symbol resolution.
+  static void
+  report_resolve_problem(bool is_error, const char* msg, const Symbol* to,
+                        Object* object);
+
   // Override a symbol.
   template<int size, bool big_endian>
   void
This page took 0.02385 seconds and 4 git commands to generate.