2006-05-26 H.J. Lu <hongjiu.lu@intel.com>

* elf64-x86-64.c (ELF_MINPAGESIZE): Changed to 0x1000.
This commit is contained in:
H.J. Lu 2006-05-26 14:01:08 +00:00
parent d3f5e495e0
commit 2043964ee2
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2006-05-26 H.J. Lu <hongjiu.lu@intel.com>
* elf64-x86-64.c (ELF_MINPAGESIZE): Changed to 0x1000.
2006-05-25 H.J. Lu <hongjiu.lu@intel.com>
* elf64-x86-64.c (ELF_MINPAGESIZE): Set to 0x100000.
2006-05-25 H.J. Lu <hongjiu.lu@intel.com>
* elf64-x86-64.c (ELF_MAXPAGESIZE): Updated to 0x200000.

View File

@ -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