X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=bfd%2Felf-nacl.h;h=7451725f85da8a1775d216a00e9739096b3950a7;hb=5f3fc928df037b21ee401d7115951b988a3ea571;hp=31653a88729e52dd296b7ad60835ac1875fac9a8;hpb=6f2750feaf2827ef8a1a0a5b2f90c1e9a6cabbd1;p=binutils-gdb.git diff --git a/bfd/elf-nacl.h b/bfd/elf-nacl.h index 31653a88729..7451725f85d 100644 --- a/bfd/elf-nacl.h +++ b/bfd/elf-nacl.h @@ -1,5 +1,5 @@ /* Native Client support for ELF - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2022 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -16,8 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#include "bfd.h" - -bfd_boolean nacl_modify_segment_map (bfd *, struct bfd_link_info *); -bfd_boolean nacl_modify_program_headers (bfd *, struct bfd_link_info *); -void nacl_final_write_processing (bfd *, bfd_boolean linker); +bool nacl_modify_segment_map (bfd *, struct bfd_link_info *); +bool nacl_modify_headers (bfd *, struct bfd_link_info *); +bool nacl_final_write_processing (bfd *);