diff options
author | Ian Lance Taylor <iant@google.com> | 2007-10-14 07:10:20 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-10-14 07:10:20 +0000 |
commit | d20222a1e7d31611f3a805133ea6f37cd6174fa2 (patch) | |
tree | df5722260a31a832c849eb29a35833bcb19f681c /gold/symtab.h | |
parent | a0c4fb0ac6d0ef13a106a7b46396e8592cd2eeb5 (diff) | |
download | gdb-d20222a1e7d31611f3a805133ea6f37cd6174fa2.zip gdb-d20222a1e7d31611f3a805133ea6f37cd6174fa2.tar.gz gdb-d20222a1e7d31611f3a805133ea6f37cd6174fa2.tar.bz2 |
Better multiple definition errors.
Diffstat (limited to 'gold/symtab.h')
-rw-r--r-- | gold/symtab.h | 2 |
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. |