efi-app-ia64.c revision 218822
1119895Sanholt/* BFD back-end for HP/Intel IA-64 EFI application files.
2152909Sanholt   Copyright 1999, 2000, 2001, 2002, 2007 Free Software Foundation, Inc.
3152909Sanholt   Contributed by David Mosberger <davidm@hpl.hp.com>
4139749Simp
5119895SanholtThis file is part of BFD, the Binary File Descriptor library.
6119895Sanholt
7119895SanholtThis program is free software; you can redistribute it and/or modify
8119895Sanholtit under the terms of the GNU General Public License as published by
9119895Sanholtthe Free Software Foundation; either version 2 of the License, or
10119895Sanholt(at your option) any later version.
11119895Sanholt
12119895SanholtThis program is distributed in the hope that it will be useful,
13119895Sanholtbut WITHOUT ANY WARRANTY; without even the implied warranty of
14145132SanholtMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15119895SanholtGNU General Public License for more details.
16119895Sanholt
17119895SanholtYou should have received a copy of the GNU General Public License
18145132Sanholtalong with this program; if not, write to the Free Software
19119895SanholtFoundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
20119895Sanholt
21119895Sanholt#include "sysdep.h"
22119895Sanholt#include "bfd.h"
23119895Sanholt
24119895Sanholt#define TARGET_SYM bfd_efi_app_ia64_vec
25119895Sanholt#define TARGET_NAME "efi-app-ia64"
26145132Sanholt#define COFF_IMAGE_WITH_PE
27119895Sanholt#define COFF_WITH_PE
28119895Sanholt#define COFF_WITH_pep
29145132Sanholt#define PCRELOFFSET TRUE
30119895Sanholt#define TARGET_UNDERSCORE '_'
31119895Sanholt#define COFF_LONG_SECTION_NAMES
32152909Sanholt#define PEI_TARGET_SUBSYSTEM		IMAGE_SUBSYSTEM_EFI_APPLICATION
33152909Sanholt#define PEI_FORCE_MINIMUM_ALIGNMENT
34152909Sanholt
35119895Sanholt#include "coff-ia64.c"
36119895Sanholt