summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gold/binary.h
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gold/binary.h')
-rw-r--r--binutils-2.25/gold/binary.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/binutils-2.25/gold/binary.h b/binutils-2.25/gold/binary.h
index 3ce84c2..6b8a916 100644
--- a/binutils-2.25/gold/binary.h
+++ b/binutils-2.25/gold/binary.h
@@ -1,6 +1,6 @@
// binary.h -- binary input files for gold -*- C++ -*-
-// Copyright (C) 2008-2014 Free Software Foundation, Inc.
+// Copyright (C) 2008-2015 Free Software Foundation, Inc.
// Written by Ian Lance Taylor <iant@google.com>.
// This file is part of gold.
@@ -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_;