diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-05-26 03:04:09 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-05-26 03:04:09 +0000 |
commit | d3f5e495e06145c257cc85ed175c83361fbca571 (patch) | |
tree | 305dc83b360e673747ed1c74478a423ac7e03d7d /bfd | |
parent | f7661549c793d2ca11e722d7d3c2d24858d2073e (diff) | |
download | gdb-d3f5e495e06145c257cc85ed175c83361fbca571.zip gdb-d3f5e495e06145c257cc85ed175c83361fbca571.tar.gz gdb-d3f5e495e06145c257cc85ed175c83361fbca571.tar.bz2 |
2006-05-25 H.J. Lu <hongjiu.lu@intel.com>
* elf64-x86-64.c (ELF_MINPAGESIZE): Set to 0x100000.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/elf64-x86-64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c index 571642e..8cf0967 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 |