This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Fix for emulparms/elf



I've committed the appended patch to synch the bfd and ld files.

Andreas

2001-04-30  Andreas Jaeger  <aj@suse.de>

	* emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.


============================================================
Index: ld/emulparams/elf_x86_64.sh
--- ld/emulparams/elf_x86_64.sh	2000/11/30 19:30:33	1.1
+++ ld/emulparams/elf_x86_64.sh	2001/04/30 09:35:52
@@ -2,7 +2,7 @@
 ELFSIZE=64
 OUTPUT_FORMAT="elf64-x86-64"
 TEXT_START_ADDR=0x1000
-MAXPAGESIZE=0x1000
+MAXPAGESIZE=0x100000
 NONPAGED_TEXT_START_ADDR=0x1000
 ARCH=i386
 MACHINE=

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]