begin reorganization to support 64-bit elf
This commit is contained in:
parent
619ccb2426
commit
7075689376
1 changed files with 22 additions and 0 deletions
22
bfd/elf64.c
Normal file
22
bfd/elf64.c
Normal file
|
@ -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"
|
Loading…
Reference in a new issue