diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-05-25 18:50:49 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-05-25 18:50:49 +0000 |
commit | 70756893760718d37d8d1cb312f93804950e3a30 (patch) | |
tree | ad2332d936f14effbbb577bf6715a36d9f86080f /bfd/elf64.c | |
parent | 619ccb24269a1f4df61485b92b7b179f58fc44e3 (diff) | |
download | gdb-70756893760718d37d8d1cb312f93804950e3a30.zip gdb-70756893760718d37d8d1cb312f93804950e3a30.tar.gz gdb-70756893760718d37d8d1cb312f93804950e3a30.tar.bz2 |
begin reorganization to support 64-bit elf
Diffstat (limited to 'bfd/elf64.c')
-rw-r--r-- | bfd/elf64.c | 22 |
1 files changed, 22 insertions, 0 deletions
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" |