sim: add missing values to array initializers
[deliverable/binutils-gdb.git] / bfd / coff-ia64.c
index 0037c2f6917ddbb1bfd51f4c5774557df55e6e06..38d9ac64022e50a4cbf3b55f2c0096c61c86af87 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for HP/Intel IA-64 COFF files.
-   Copyright 1999, 2000, 2001, 2002, 2007, 2008
+   Copyright 1999, 2000, 2001, 2002, 2005, 2007, 2008, 2009
    Free Software Foundation, Inc.
    Contributed by David Mosberger <davidm@hpl.hp.com>
 
@@ -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[] =
 {
This page took 0.023349 seconds and 4 git commands to generate.