From fe8718a4637d92b3cd991a8f1a22d6d0a09bc6dd Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 20 Dec 2007 21:21:24 +0000 Subject: Convert more instances of off_t to be 32-bit types. --- gold/symtab.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gold/symtab.h') 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 void define_with_copy_reloc(const Target*, Sized_symbol* sym, - Output_data* posd, uint64_t value); + Output_data* posd, + typename elfcpp::Elf_types::Elf_Addr); // Look up a symbol. Symbol* -- cgit v1.2.1