diff options
Diffstat (limited to 'bfd/pei-ia64.c')
-rw-r--r-- | bfd/pei-ia64.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bfd/pei-ia64.c b/bfd/pei-ia64.c index dc1980d4ac4..745147e1ff5 100644 --- a/bfd/pei-ia64.c +++ b/bfd/pei-ia64.c @@ -1,5 +1,6 @@ /* BFD back-end for HP/Intel IA-64 PE IMAGE COFF files. - Copyright 1999, 2000, 2001, 2002, 2007, 2009 Free Software Foundation, Inc. + Copyright 1999, 2000, 2001, 2002, 2007, 2009 + Free Software Foundation, Inc. Contributed by David Mosberger <davidm@hpl.hp.com> This implementation only supports objcopy to ouput IA-64 PE IMAGE COFF @@ -34,7 +35,5 @@ #define TARGET_UNDERSCORE '_' /* Long section names not allowed in executable images, only object files. */ #define COFF_LONG_SECTION_NAMES 0 -#define PEI_TARGET_SUBSYSTEM IMAGE_SUBSYSTEM_EFI_APPLICATION -#define PEI_FORCE_MINIMUM_ALIGNMENT #include "coff-ia64.c" |