mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 11:33:45 +08:00
2006-05-26 H.J. Lu <hongjiu.lu@intel.com>
* elf64-x86-64.c (ELF_MINPAGESIZE): Changed to 0x1000.
This commit is contained in:
parent
d3f5e495e0
commit
2043964ee2
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user