185815Sobrien/* BFD back-end for Intel IA-32 EFI application files.
2218822Sdim   Copyright 1999, 2000, 2001, 2002, 2007 Free Software Foundation, Inc.
385815Sobrien   Contributed by David Mosberger <davidm@hpl.hp.com>
485815Sobrien
585815SobrienThis file is part of BFD, the Binary File Descriptor library.
685815Sobrien
785815SobrienThis program is free software; you can redistribute it and/or modify
885815Sobrienit under the terms of the GNU General Public License as published by
985815Sobrienthe Free Software Foundation; either version 2 of the License, or
1085815Sobrien(at your option) any later version.
1185815Sobrien
1285815SobrienThis program is distributed in the hope that it will be useful,
1385815Sobrienbut WITHOUT ANY WARRANTY; without even the implied warranty of
1485815SobrienMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1585815SobrienGNU General Public License for more details.
1685815Sobrien
1785815SobrienYou should have received a copy of the GNU General Public License
1885815Sobrienalong with this program; if not, write to the Free Software
19218822SdimFoundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
2085815Sobrien
21218822Sdim#include "sysdep.h"
2285815Sobrien#include "bfd.h"
2385815Sobrien
2485815Sobrien#define TARGET_SYM bfd_efi_app_ia32_vec
2585815Sobrien#define TARGET_NAME "efi-app-ia32"
2685815Sobrien#define COFF_IMAGE_WITH_PE
2785815Sobrien#define COFF_WITH_PE
28130561Sobrien#define PCRELOFFSET TRUE
2985815Sobrien#define TARGET_UNDERSCORE '_'
3085815Sobrien#define COFF_LONG_SECTION_NAMES
3185815Sobrien#define PEI_TARGET_SUBSYSTEM	IMAGE_SUBSYSTEM_EFI_APPLICATION
3285815Sobrien#define PEI_FORCE_MINIMUM_ALIGNMENT
3385815Sobrien
3485815Sobrien#include "coff-i386.c"
35