Index: binutils/gold/symtab.h |
diff --git a/binutils/gold/symtab.h b/binutils/gold/symtab.h |
index d1cd64761ccabc389a1f39e93fab7e3c840d603f..544712db9f5e890eb2d1e72a2f7934e00db3dce0 100644 |
--- a/binutils/gold/symtab.h |
+++ b/binutils/gold/symtab.h |
@@ -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 |