aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1997-01-24 17:46:48 +0000
committerJeff Law <law@redhat.com>1997-01-24 17:46:48 +0000
commitda1ba4b0229fa81c27deecd951cfb7486f96f347 (patch)
tree4f97ba78f3ec1c86562ff3cb0ee1acfce6fb87ba /ld
parenta695143eae3d11c94a1ffc71464dcc7c79e1ec91 (diff)
downloadbinutils-da1ba4b0229fa81c27deecd951cfb7486f96f347.zip
binutils-da1ba4b0229fa81c27deecd951cfb7486f96f347.tar.gz
binutils-da1ba4b0229fa81c27deecd951cfb7486f96f347.tar.bz2
* emulparms/mn10200.sh (OTHER_RELOCATING_SECTIONS): Move the
stack up to 0x80000. * emulparms/mn10300.sh (OTHER_RELOCATING_SECTIONS): Likewise. Because we're seeing .text for some of the plumhall tests which exceeds 0x40000 bytes on these machines.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 20789bf..73c0a08 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+Fri Jan 24 10:44:09 1997 Jeffrey A Law (law@cygnus.com)
+
+ * emulparms/mn10200.sh (OTHER_RELOCATING_SECTIONS): Move the
+ stack up to 0x80000.
+ * emulparms/mn10300.sh (OTHER_RELOCATING_SECTIONS): Likewise.
+
start-sanitize-m32r
Tue Jan 21 12:11:10 1997 Doug Evans <dje@seba.cygnus.com>