184865Sobrien/* BFD back-end for HP/Intel IA-64 EFI application files.
2218822Sdim   Copyright 1999, 2000, 2001, 2002, 2007 Free Software Foundation, Inc.
384865Sobrien   Contributed by David Mosberger <davidm@hpl.hp.com>
484865Sobrien
584865SobrienThis file is part of BFD, the Binary File Descriptor library.
684865Sobrien
784865SobrienThis program is free software; you can redistribute it and/or modify
884865Sobrienit under the terms of the GNU General Public License as published by
984865Sobrienthe Free Software Foundation; either version 2 of the License, or
1084865Sobrien(at your option) any later version.
1184865Sobrien
1284865SobrienThis program is distributed in the hope that it will be useful,
1384865Sobrienbut WITHOUT ANY WARRANTY; without even the implied warranty of
1484865SobrienMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1584865SobrienGNU General Public License for more details.
1684865Sobrien
1784865SobrienYou should have received a copy of the GNU General Public License
1884865Sobrienalong with this program; if not, write to the Free Software
19218822SdimFoundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
2084865Sobrien
21218822Sdim#include "sysdep.h"
2284865Sobrien#include "bfd.h"
2384865Sobrien
2484865Sobrien#define TARGET_SYM bfd_efi_app_ia64_vec
2584865Sobrien#define TARGET_NAME "efi-app-ia64"
2684865Sobrien#define COFF_IMAGE_WITH_PE
2784865Sobrien#define COFF_WITH_PE
2884865Sobrien#define COFF_WITH_pep
29130561Sobrien#define PCRELOFFSET TRUE
3084865Sobrien#define TARGET_UNDERSCORE '_'
3184865Sobrien#define COFF_LONG_SECTION_NAMES
3284865Sobrien#define PEI_TARGET_SUBSYSTEM		IMAGE_SUBSYSTEM_EFI_APPLICATION
3384865Sobrien#define PEI_FORCE_MINIMUM_ALIGNMENT
3484865Sobrien
3584865Sobrien#include "coff-ia64.c"
36