Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(376)

Unified Diff: binutils/gold/symtab.h

Issue 3018030: [binutils] Bump binutils to 2.20.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « binutils/gold/sparc.cc ('k') | binutils/gold/symtab.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « binutils/gold/sparc.cc ('k') | binutils/gold/symtab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698