bfd/
[deliverable/binutils-gdb.git] / bfd / elf64-x86-64.c
index 9befd69c5df62c65610ff2a025fda090d2320895..42569b78aa6a8a86e8173e26e778d401a8df0c44 100644 (file)
@@ -3630,7 +3630,9 @@ static const struct bfd_elf_special_section
 #define TARGET_LITTLE_NAME                 "elf64-x86-64"
 #define ELF_ARCH                           bfd_arch_i386
 #define ELF_MACHINE_CODE                   EM_X86_64
-#define ELF_MAXPAGESIZE                            0x100000
+#define ELF_MAXPAGESIZE                            0x200000
+#define ELF_MINPAGESIZE                            0x1000
+#define ELF_COMMONPAGESIZE                 0x1000
 
 #define elf_backend_can_gc_sections        1
 #define elf_backend_can_refcount           1
This page took 0.026063 seconds and 4 git commands to generate.