summaryrefslogtreecommitdiff
path: root/gold/symtab.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-12-20 21:21:24 +0000
committerIan Lance Taylor <iant@google.com>2007-12-20 21:21:24 +0000
commitfe8718a4637d92b3cd991a8f1a22d6d0a09bc6dd (patch)
tree1d8c345aa0b876471ab9e73e4f22c04d65aa61bf /gold/symtab.h
parent1f7efbae406ff9f2e8967d508bfae665501dc8ae (diff)
downloadbinutils-gdb-fe8718a4637d92b3cd991a8f1a22d6d0a09bc6dd.tar.gz
Convert more instances of off_t to be 32-bit types.
Diffstat (limited to 'gold/symtab.h')
-rw-r--r--gold/symtab.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gold/symtab.h b/gold/symtab.h
index 9613f2e08b2..786e5cb5a80 100644
--- a/gold/symtab.h
+++ b/gold/symtab.h
@@ -1028,7 +1028,8 @@ class Symbol_table
template<int size>
void
define_with_copy_reloc(const Target*, Sized_symbol<size>* sym,
- Output_data* posd, uint64_t value);
+ Output_data* posd,
+ typename elfcpp::Elf_types<size>::Elf_Addr);
// Look up a symbol.
Symbol*