2009-04-17 Christophe Lyon <christophe.lyon@st.com>
[binutils.git] / bfd / efi-rtdrv-x86_64.c
blobc66b63c0f5d5a3b5c6baf9d83b0e487431280f59
1 /* BFD back-end for Intel64 UEFI runtime driver files.
2 Copyright 1999, 2000, 2001, 2002, 2007, 2008, 2009 Free Software Foundation, Inc.
3 Contributed by Peter Jones <pjones@redhat.com>
4 Based on efi-app-x86_64.c by David Mosberger <davidm@hpl.hp.com>
6 This file is part of BFD, the Binary File Descriptor library.
8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 3 of the License, or
11 (at your option) any later version.
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
18 You should have received a copy of the GNU General Public License
19 along with this program; if not, write to the Free Software
20 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
21 MA 02110-1301, USA. */
23 #include "sysdep.h"
24 #include "bfd.h"
26 #define TARGET_SYM bfd_efi_rtdrv_x86_64_vec
27 #define TARGET_NAME "efi-rtdrv-x86_64"
28 #define COFF_IMAGE_WITH_PE
29 #define COFF_WITH_PE
30 #define COFF_WITH_pep
31 #define PCRELOFFSET TRUE
32 #define TARGET_UNDERSCORE '_'
33 /* Long section names not allowed in executable images, only object files. */
34 #define COFF_LONG_SECTION_NAMES 0
35 #define PEI_TARGET_SUBSYSTEM IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER
36 #define PEI_FORCE_MINIMUM_ALIGNMENT
38 #include "coff-x86_64.c"