diff options
author | Alan Modra <amodra@gmail.com> | 2000-06-19 02:36:45 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-06-19 02:36:45 +0000 |
commit | 919e40930fa6452837aee357dbb3eae76e0becbb (patch) | |
tree | 964bda055598fc4a920cd62962d6922d3b580e46 /ld | |
parent | 987fd5b44e803e8bd04c9955dd9719c5de28a621 (diff) | |
download | gdb-919e40930fa6452837aee357dbb3eae76e0becbb.zip gdb-919e40930fa6452837aee357dbb3eae76e0becbb.tar.gz gdb-919e40930fa6452837aee357dbb3eae76e0becbb.tar.bz2 |
Move "Changes in version 2.10" to where it belongs.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/NEWS | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 4bab41c..130c8dd 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2000-06-19 Alan Modra <alan@linuxcare.com.au> + + * NEWS: Move entries not in 2.10 above "Changes in version 2.10". + 2000-06-18 Alan Modra <alan@linuxcare.com.au> * NEWS: Update list of targets supporting --gc-sections. @@ -1,7 +1,5 @@ -*- text -*- -Changes in version 2.10: - * Added command line switch --section-start to set the start address of any specified section. @@ -11,6 +9,8 @@ Changes in version 2.10: symbol relative addressing in the event of changes in section contents (instructions being added or deleted, extending data sections, etc.) +Changes in version 2.10: + * Added AT> to the linker script language to allow load-time allocation of sections into regions. |