summaryrefslogtreecommitdiff
path: root/bfd/pei-ia64.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2009-04-21 17:08:20 +0000
committerH.J. Lu <hjl@lucon.org>2009-04-21 17:08:20 +0000
commit23e965ccf55167e0b134188e230f6f41c90bfd23 (patch)
treeaef2646d2e9a7d57c782aff80ffdaf471048dc09 /bfd/pei-ia64.c
parent03fd8fcf7660b448f6a12505cb9127eb76d86e29 (diff)
downloadbinutils-redhat-23e965ccf55167e0b134188e230f6f41c90bfd23.tar.gz
2009-04-21 H.J. Lu <hongjiu.lu@intel.com>
* coff-ia64.c (COFF_PAGE_SIZE): Changed to 8K. * coffcode.h (coff_compute_section_file_positions): Clear D_PAGED if PE section alignment is smaller than COFF_PAGE_SIZE. * libcoff-in.h (pe_tdata): Remove force_minimum_alignment and force_minimum_alignment. * libcoff.h: Regenerated. * pei-ia64.c (PEI_TARGET_SUBSYSTEM): Removed. (PEI_FORCE_MINIMUM_ALIGNMENT): Likewise. * peicode.h (pe_mkobject): Don't set force_minimum_alignment nor target_subsystem. * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Don't check force_minimum_alignment nor target_subsystem.
Diffstat (limited to 'bfd/pei-ia64.c')
-rw-r--r--bfd/pei-ia64.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/bfd/pei-ia64.c b/bfd/pei-ia64.c
index dc1980d4ac..745147e1ff 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"