diff options
Diffstat (limited to 'gold/binary.h')
-rw-r--r-- | gold/binary.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gold/binary.h b/gold/binary.h index 3ce84c2..a611e95 100644 --- a/gold/binary.h +++ b/gold/binary.h @@ -95,7 +95,8 @@ class Binary_to_elf template<int size, bool big_endian> void write_symbol(const std::string&, const Stringpool_template<char>*, - section_size_type, unsigned int, unsigned char**); + section_size_type, typename elfcpp::Elf_types<32>::Elf_WXword, + unsigned int, unsigned char**); // The ELF machine code of the file to create. elfcpp::EM elf_machine_; |