diff options
author | Nick Clifton <nickc@redhat.com> | 2001-07-19 16:21:39 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-07-19 16:21:39 +0000 |
commit | 1545243be0f82ff8ce2007e69f54fb7f89a8f122 (patch) | |
tree | dac7e3a03dae97b515afbe34dda3ec2824ee32f8 /ld/ChangeLog | |
parent | 1b577b00bda93731de384fefea094f3b78d96ee0 (diff) | |
download | gdb-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/ChangeLog | 4 |
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> |