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] move stack out for moxie


I'm checking in this patch to push the default stack out a little to
accommodate larger programs for moxie.

AG


2009-04-29  Anthony Green  <green@moxielogic.com>

	* emulparams/elf32moxie.sh (STACK_ADDR): Move default stack
	position out to accommodate larger programs.

Index: ld/emulparams/elf32moxie.sh
===================================================================
RCS file: /cvs/src/src/ld/emulparams/elf32moxie.sh,v
retrieving revision 1.1
diff -u -r1.1 elf32moxie.sh
--- ld/emulparams/elf32moxie.sh	16 Apr 2009 15:39:46 -0000	1.1
+++ ld/emulparams/elf32moxie.sh	30 Apr 2009 03:56:37 -0000
@@ -5,4 +5,4 @@
 TEXT_START_ADDR=0x1000
 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
 ARCH=moxie
-STACK_ADDR=0x200000
+STACK_ADDR=0x400000



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