| Index: bfd/elf-nacl.h
|
| diff --git a/bfd/elf-nacl.h b/bfd/elf-nacl.h
|
| index 417c7e38e6fa572c171cb3bd6769f9be133511e1..87719efe044f527b7bea6e6a76589b885130e61a 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);
|
|
|