From 70756893760718d37d8d1cb312f93804950e3a30 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 25 May 1993 18:50:49 +0000 Subject: [PATCH] begin reorganization to support 64-bit elf --- bfd/elf64.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bfd/elf64.c diff --git a/bfd/elf64.c b/bfd/elf64.c new file mode 100644 index 0000000..d5d028c --- /dev/null +++ b/bfd/elf64.c @@ -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" -- 2.7.4