* emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.

(OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
	__Sbss.
	(OTHER_END_SYMBOLS): Fix formatting.
	* emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
	(OTHER_END_SYMBOLS): Fix formatting.
This commit is contained in:
Hans-Peter Nilsson
2001-12-04 18:28:31 +00:00
parent c2c607a488
commit 5b5cd1b0fa
3 changed files with 18 additions and 5 deletions

View File

@ -31,7 +31,9 @@ OTHER_BSS_SYMBOLS='PROVIDE (__Sbss = .);'
OTHER_BSS_END_SYMBOLS='PROVIDE (__Ebss = .);'
# Also add the other symbols provided for rsim/xsim and elinux.
OTHER_END_SYMBOLS="
OTHER_END_SYMBOLS='
PROVIDE (__Eall = .);
PROVIDE (__Endmem = 0x10000000);
PROVIDE (__Stacksize = 0);"
PROVIDE (__Stacksize = 0);
'
NO_SMALL_DATA=yes