summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2006-05-26 14:01:08 +0000
committerH.J. Lu <hjl@lucon.org>2006-05-26 14:01:08 +0000
commit72cd06988bd341d812abd47de920050261261f74 (patch)
tree371cfbcfd942a90c32e9992911bae591080391c1
parent9ec0b28cecc7163a1e722174ad3302be17e9ce24 (diff)
downloadbinutils-redhat-72cd06988bd341d812abd47de920050261261f74.tar.gz
2006-05-26 H.J. Lu <hongjiu.lu@intel.com>
* elf64-x86-64.c (ELF_MINPAGESIZE): Changed to 0x1000.
-rw-r--r--bfd/ChangeLog8
-rw-r--r--bfd/elf64-x86-64.c2
2 files changed, 9 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index b57b9edbbf..2d7203123a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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.
diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c
index 8cf09678e5..7799a43f07 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