aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1998-03-03 00:35:48 +0000
committerMichael Meissner <gnu@the-meissners.org>1998-03-03 00:35:48 +0000
commit3a0d0c15e7eadef823b028e01b89594e1c49c2b7 (patch)
treed8bc8cae7f692158384e5bca6a10c5dad5ac1774 /ld
parent84fc6bd9dfa702f423d5e15a256c730ef9c95736 (diff)
downloadbinutils-3a0d0c15e7eadef823b028e01b89594e1c49c2b7.zip
binutils-3a0d0c15e7eadef823b028e01b89594e1c49c2b7.tar.gz
binutils-3a0d0c15e7eadef823b028e01b89594e1c49c2b7.tar.bz2
Fix setting memory from default attributes
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index a570373..f0a2129 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+Mon Mar 2 19:24:08 1998 Michael Meissner <meissner@cygnus.com>
+
+ * ldlang.c (lang_size_sections): If the default memory region is
+ *default*, see if there is a memory region that could be used.
+
start-sanitize-d30v
Thu Feb 26 17:09:53 1998 Michael Meissner <meissner@cygnus.com>