diff options
Diffstat (limited to 'bfd/elf-nacl.h')
-rw-r--r-- | bfd/elf-nacl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/elf-nacl.h b/bfd/elf-nacl.h index 417c7e3..87719ef 100644 --- a/bfd/elf-nacl.h +++ b/bfd/elf-nacl.h @@ -1,5 +1,5 @@ /* Native Client support for ELF - Copyright 2012 Free Software Foundation, Inc. + Copyright 2012, 2013 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -22,3 +22,4 @@ 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); |