From eb96e5addbe98a3ee5b76d78e73523e0eea689ce Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 26 May 2006 03:04:09 +0000 Subject: [PATCH] 2006-05-25 H.J. Lu * elf64-x86-64.c (ELF_MINPAGESIZE): Set to 0x100000. --- bfd/elf64-x86-64.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c index 571642ed24..8cf09678e5 100644 --- a/bfd/elf64-x86-64.c +++ b/bfd/elf64-x86-64.c @@ -3631,6 +3631,7 @@ static const struct bfd_elf_special_section #define ELF_ARCH bfd_arch_i386 #define ELF_MACHINE_CODE EM_X86_64 #define ELF_MAXPAGESIZE 0x200000 +#define ELF_MINPAGESIZE 0x100000 #define elf_backend_can_gc_sections 1 #define elf_backend_can_refcount 1 -- 2.11.0