190075Sobrien/* BFD back-end for Intel IA-32 EFI application files.
2169689Skan   Copyright 1999, 2000, 2001, 2002, 2007 Free Software Foundation, Inc.
3132718Skan   Contributed by David Mosberger <davidm@hpl.hp.com>
490075Sobrien
590075SobrienThis file is part of BFD, the Binary File Descriptor library.
690075Sobrien
790075SobrienThis program is free software; you can redistribute it and/or modify
890075Sobrienit under the terms of the GNU General Public License as published by
990075Sobrienthe Free Software Foundation; either version 2 of the License, or
1090075Sobrien(at your option) any later version.
1190075Sobrien
1290075SobrienThis program is distributed in the hope that it will be useful,
1390075Sobrienbut WITHOUT ANY WARRANTY; without even the implied warranty of
1490075SobrienMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1590075SobrienGNU General Public License for more details.
1690075Sobrien
1790075SobrienYou should have received a copy of the GNU General Public License
1890075Sobrienalong with this program; if not, write to the Free Software
19169689SkanFoundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
20169689Skan
2190075Sobrien#include "sysdep.h"
22169689Skan#include "bfd.h"
23169689Skan
24169689Skan#define TARGET_SYM bfd_efi_app_ia32_vec
2590075Sobrien#define TARGET_NAME "efi-app-ia32"
26169689Skan#define COFF_IMAGE_WITH_PE
27169689Skan#define COFF_WITH_PE
28169689Skan#define PCRELOFFSET TRUE
2990075Sobrien#define TARGET_UNDERSCORE '_'
30169689Skan#define COFF_LONG_SECTION_NAMES
31169689Skan#define PEI_TARGET_SUBSYSTEM	IMAGE_SUBSYSTEM_EFI_APPLICATION
3290075Sobrien#define PEI_FORCE_MINIMUM_ALIGNMENT
33132718Skan
3490075Sobrien#include "coff-i386.c"
3590075Sobrien