aboutsummaryrefslogtreecommitdiff
path: root/gold/symtab.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-10-14 07:10:20 +0000
committerIan Lance Taylor <iant@google.com>2007-10-14 07:10:20 +0000
commitd20222a1e7d31611f3a805133ea6f37cd6174fa2 (patch)
treedf5722260a31a832c849eb29a35833bcb19f681c /gold/symtab.h
parenta0c4fb0ac6d0ef13a106a7b46396e8592cd2eeb5 (diff)
downloadfsf-binutils-gdb-d20222a1e7d31611f3a805133ea6f37cd6174fa2.zip
fsf-binutils-gdb-d20222a1e7d31611f3a805133ea6f37cd6174fa2.tar.gz
fsf-binutils-gdb-d20222a1e7d31611f3a805133ea6f37cd6174fa2.tar.bz2
Better multiple definition errors.
Diffstat (limited to 'gold/symtab.h')
-rw-r--r--gold/symtab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/symtab.h b/gold/symtab.h
index 58c0e50..b215f5d 100644
--- a/gold/symtab.h
+++ b/gold/symtab.h
@@ -944,7 +944,7 @@ class Symbol_table
// Whether we should override a symbol, based on flags in
// resolve.cc.
static bool
- should_override(const Symbol*, unsigned int, bool*);
+ should_override(const Symbol*, unsigned int, Object*, bool*);
// Whether we should override a symbol with a special symbol which
// is automatically defined by the linker.