public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [patch] updating MAXPAGESIZE for armelf.sh
@ 2006-07-20  5:24 Mike Frysinger
  2006-08-08 11:54 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2006-07-20  5:24 UTC (permalink / raw)
  To: binutils


[-- Attachment #1.1: Type: text/plain, Size: 145 bytes --]

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 #1.2: Type: application/pgp-signature, Size: 827 bytes --]

[-- Attachment #2: 80_all_binutils-2.15.96-arm-maxpagesize.patch --]
[-- Type: text/x-diff, Size: 306 bytes --]

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
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] updating MAXPAGESIZE for armelf.sh
  2006-07-20  5:24 [patch] updating MAXPAGESIZE for armelf.sh Mike Frysinger
@ 2006-08-08 11:54 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2006-08-08 11:54 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: binutils

Hi Mike,

> 2006-07-19  Peter S. Mazinger  <ps.m@gmx.net>
> 
> 	* emulparams/armelf.sh (MAXPAGESIZE): Changed to
> 	"CONSTANT (MAXPAGESIZE)".

Approved - please apply.

Cheers
   Nick


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-08-08 11:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-20  5:24 [patch] updating MAXPAGESIZE for armelf.sh Mike Frysinger
2006-08-08 11:54 ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).