aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2006-05-26 14:01:08 +0000
committerH.J. Lu <hjl.tools@gmail.com>2006-05-26 14:01:08 +0000
commit2043964ee277d5dce4737b43ac235c4f796f08b5 (patch)
treefd89cd29d743cb867b761979b2639c33df415a9e /bfd/elf64-x86-64.c
parentd3f5e495e06145c257cc85ed175c83361fbca571 (diff)
downloadgdb-2043964ee277d5dce4737b43ac235c4f796f08b5.zip
gdb-2043964ee277d5dce4737b43ac235c4f796f08b5.tar.gz
gdb-2043964ee277d5dce4737b43ac235c4f796f08b5.tar.bz2
2006-05-26 H.J. Lu <hongjiu.lu@intel.com>
* elf64-x86-64.c (ELF_MINPAGESIZE): Changed to 0x1000.
Diffstat (limited to 'bfd/elf64-x86-64.c')
-rw-r--r--bfd/elf64-x86-64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c
index 8cf0967..7799a43 100644
--- a/bfd/elf64-x86-64.c
+++ b/bfd/elf64-x86-64.c
@@ -3631,7 +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_MINPAGESIZE 0x1000
#define elf_backend_can_gc_sections 1
#define elf_backend_can_refcount 1