X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gold%2Fbinary.h;h=8e3d0a2f3935d7cdc9e242d50a0d54430acc0376;hb=de54374205650be71237ce51ef7981d30ddd78dc;hp=75bc731e29854a479cdfc2d94020207376d196ce;hpb=bc644c6cfca852cd34e486a018bfde7fd1ac55e8;p=deliverable%2Fbinutils-gdb.git diff --git a/gold/binary.h b/gold/binary.h index 75bc731e29..8e3d0a2f39 100644 --- a/gold/binary.h +++ b/gold/binary.h @@ -1,6 +1,6 @@ // binary.h -- binary input files for gold -*- C++ -*- -// Copyright 2008 Free Software Foundation, Inc. +// Copyright (C) 2008-2020 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. @@ -95,7 +95,8 @@ class Binary_to_elf template void write_symbol(const std::string&, const Stringpool_template*, - 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_;