aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff-ia64.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2009-04-21 17:08:20 +0000
committerH.J. Lu <hjl.tools@gmail.com>2009-04-21 17:08:20 +0000
commit4f3607846c68df370c48d4ee43d60f9c803cc613 (patch)
treed61998570e79784e93877c84d89dfd6f0abbe8ff /bfd/coff-ia64.c
parenta1220294e53a9a14bbe3bf1d625ecb7ae05cc1c9 (diff)
downloadfsf-binutils-gdb-4f3607846c68df370c48d4ee43d60f9c803cc613.zip
fsf-binutils-gdb-4f3607846c68df370c48d4ee43d60f9c803cc613.tar.gz
fsf-binutils-gdb-4f3607846c68df370c48d4ee43d60f9c803cc613.tar.bz2
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/coff-ia64.c')
-rw-r--r--bfd/coff-ia64.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/coff-ia64.c b/bfd/coff-ia64.c
index 0037c2f..e8746ce 100644
--- a/bfd/coff-ia64.c
+++ b/bfd/coff-ia64.c
@@ -29,9 +29,9 @@
#include "libcoff.h"
#define COFF_DEFAULT_SECTION_ALIGNMENT_POWER (2)
-/* The page size is a guess based on ELF. */
-#define COFF_PAGE_SIZE 0x1000
+/* Windows ia64 uses 8K page size. */
+#define COFF_PAGE_SIZE 0x2000
static reloc_howto_type howto_table[] =
{