gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / binary.h
index 75bc731e29854a479cdfc2d94020207376d196ce..8e3d0a2f3935d7cdc9e242d50a0d54430acc0376 100644 (file)
@@ -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 <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_;
This page took 0.023796 seconds and 4 git commands to generate.