aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-07-19 16:21:39 +0000
committerNick Clifton <nickc@redhat.com>2001-07-19 16:21:39 +0000
commit1545243be0f82ff8ce2007e69f54fb7f89a8f122 (patch)
treedac7e3a03dae97b515afbe34dda3ec2824ee32f8 /ld/ChangeLog
parent1b577b00bda93731de384fefea094f3b78d96ee0 (diff)
downloadgdb-1545243be0f82ff8ce2007e69f54fb7f89a8f122.zip
gdb-1545243be0f82ff8ce2007e69f54fb7f89a8f122.tar.gz
gdb-1545243be0f82ff8ce2007e69f54fb7f89a8f122.tar.bz2
If a region is specified assign it to all sections inside the overlay unless they have been assigned to the own, non-default, memory region.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 108f63f..63368ac 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,9 @@
2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
+ * ldlang.c (lang_leave_overlay): If a region is specified assign
+ it to all sections inside the overlay unless they have been
+ assigned to the own, non-default, memory region.
+
* README: Add header for consistency with other README files.
2001-07-14 H.J. Lu <hjl@gnu.org>