This is the mail archive of the binutils@sourceware.org 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]
Other format: [Raw text]

[patch] updating MAXPAGESIZE for armelf.sh


following up to this thread:
http://sourceware.org/ml/binutils/2005-04/msg00078.html

this updates armelf.sh like the other arm emulparams
-mike

Attachment: pgp00000.pgp
Description: PGP signature

2006-07-19  Peter S. Mazinger  <ps.m@gmx.net>

	* emulparams/armelf.sh (MAXPAGESIZE): Changed to
	"CONSTANT (MAXPAGESIZE)".

--- ld/emulparams/armelf.sh
+++ ld/emulparams/armelf.sh
@@ -23,7 +23,7 @@
 
 ARCH=arm
 MACHINE=
-MAXPAGESIZE=256
+MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
 ENTRY=_start
 EMBEDDED=yes
 

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