begin reorganization to support 64-bit elf
authorKen Raeburn <raeburn@cygnus>
Tue, 25 May 1993 18:50:49 +0000 (18:50 +0000)
committerKen Raeburn <raeburn@cygnus>
Tue, 25 May 1993 18:50:49 +0000 (18:50 +0000)
bfd/elf64.c [new file with mode: 0644]

diff --git a/bfd/elf64.c b/bfd/elf64.c
new file mode 100644 (file)
index 0000000..d5d028c
--- /dev/null
@@ -0,0 +1,22 @@
+/* ELF 64-bit executable support for BFD.
+   Copyright 1993 Free Software Foundation, Inc.
+
+This file is part of BFD, the Binary File Descriptor library.
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+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., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+
+#define ARCH_SIZE              64
+
+#include "elfcode.h"