From: Ken Raeburn Date: Tue, 25 May 1993 18:50:49 +0000 (+0000) Subject: begin reorganization to support 64-bit elf X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=70756893760718d37d8d1cb312f93804950e3a30;p=binutils-gdb.git begin reorganization to support 64-bit elf --- diff --git a/bfd/elf64.c b/bfd/elf64.c new file mode 100644 index 00000000000..d5d028c0833 --- /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"