Index: bfd/elf-nacl.h |
diff --git a/bfd/elf64.c b/bfd/elf-nacl.h |
similarity index 68% |
copy from bfd/elf64.c |
copy to bfd/elf-nacl.h |
index 04fd3f0b41290e3a97ddd254beafaee9fdb2538c..417c7e38e6fa572c171cb3bd6769f9be133511e1 100644 |
--- a/bfd/elf64.c |
+++ b/bfd/elf-nacl.h |
@@ -1,5 +1,5 @@ |
-/* ELF 64-bit executable support for BFD. |
- Copyright 1993, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. |
+/* Native Client support for ELF |
+ Copyright 2012 Free Software Foundation, Inc. |
This file is part of BFD, the Binary File Descriptor library. |
@@ -15,9 +15,10 @@ |
You should have received a copy of the GNU General Public License |
along with this program; if not, write to the Free Software |
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, |
- MA 02110-1301, USA. */ |
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, |
+ MA 02111-1307, USA. */ |
-#define ARCH_SIZE 64 |
+#include "bfd.h" |
-#include "elfcode.h" |
+bfd_boolean nacl_modify_segment_map (bfd *, struct bfd_link_info *); |
+bfd_boolean nacl_modify_program_headers (bfd *, struct bfd_link_info *); |