* emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
authorHans-Peter Nilsson <hp@axis.com>
Tue, 4 Dec 2001 18:28:31 +0000 (18:28 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Tue, 4 Dec 2001 18:28:31 +0000 (18:28 +0000)
(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.

ld/ChangeLog
ld/emulparams/criself.sh
ld/emulparams/crislinux.sh

index d39c512f70d80b69ddd2eb277299e356ba626afb..0df214ddd86a1810c76bc49f1e3076c6356549af 100644 (file)
@@ -1,3 +1,12 @@
+2001-12-04  Hans-Peter Nilsson  <hp@axis.com>
+
+       * 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.
+
 2001-12-04  Alan Modra  <amodra@bigpond.net.au>
 
        * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
index f9612818f5eac2596fd04b7f9e7668e129769523..91fdcc5980d17bad96c52b469896af4630869ecf 100644 (file)
@@ -45,7 +45,7 @@ OTHER_SDATA_SECTIONS="${RELOCATING+PROVIDE (__Edata = .);}"
 OTHER_BSS_END_SYMBOLS='
  PROVIDE (__Ebss = .);
  PROVIDE (__end = .);
- __Sbss = SIZEOF (.sbss) != 0 ? ADDR (.sbss) : ADDR (.bss);
+ __Sbss = ADDR (.bss);
  PROVIDE (_bss_start = __Sbss);
 '
 
@@ -96,7 +96,9 @@ CTOR_END='
 '
 
 # 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
index 259670d1d841614d4ceaef2c82640714d7a176b2..e54f5fbca472cbc93d2bd013381bd0e63b539ae2 100644 (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