175584Sru/* BFD back-end for Intel IA-32 EFI application files.
275584Sru   Copyright 1999, 2000, 2001, 2002, 2007 Free Software Foundation, Inc.
375584Sru   Contributed by David Mosberger <davidm@hpl.hp.com>
475584Sru
575584SruThis file is part of BFD, the Binary File Descriptor library.
675584Sru
775584SruThis program is free software; you can redistribute it and/or modify
875584Sruit under the terms of the GNU General Public License as published by
975584Sruthe Free Software Foundation; either version 2 of the License, or
1075584Sru(at your option) any later version.
1175584Sru
1275584SruThis program is distributed in the hope that it will be useful,
1375584Srubut WITHOUT ANY WARRANTY; without even the implied warranty of
1475584SruMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1575584SruGNU General Public License for more details.
1675584Sru
1775584SruYou should have received a copy of the GNU General Public License
1875584Srualong with this program; if not, write to the Free Software
1975584SruFoundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
2075584Sru
2175584Sru#include "sysdep.h"
2275584Sru#include "bfd.h"
2375584Sru
2475584Sru#define TARGET_SYM bfd_efi_app_ia32_vec
2575584Sru#define TARGET_NAME "efi-app-ia32"
2675584Sru#define COFF_IMAGE_WITH_PE
2775584Sru#define COFF_WITH_PE
2875584Sru#define PCRELOFFSET TRUE
2975584Sru#define TARGET_UNDERSCORE '_'
3075584Sru#define COFF_LONG_SECTION_NAMES
3175584Sru#define PEI_TARGET_SUBSYSTEM	IMAGE_SUBSYSTEM_EFI_APPLICATION
3275584Sru#define PEI_FORCE_MINIMUM_ALIGNMENT
3375584Sru
3475584Sru#include "coff-i386.c"
3575584Sru