diff options
author | Geoffrey Keating <geoffk@geoffk.org> | 2000-04-13 23:32:48 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@geoffk.org> | 2000-04-13 23:32:48 +0000 |
commit | 6c86c54107d273d67b175ff61337ac97567a7786 (patch) | |
tree | a03b373ae1f4f99638ec64ee9f8363d314dbab56 /ld/ChangeLog | |
parent | 65edb64b155d872d42c6ddf6bd17f1d1ed4c4eea (diff) | |
download | gdb-6c86c54107d273d67b175ff61337ac97567a7786.zip gdb-6c86c54107d273d67b175ff61337ac97567a7786.tar.gz gdb-6c86c54107d273d67b175ff61337ac97567a7786.tar.bz2 |
* scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
Add new BSS_PLT variable for when .plt need not be contained in
the file. Move _etext so that it is also after .fini, and provide
both etext and _etext with a leading underscore. Mark the start
and end of .sbss.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 7f8a02a..2db8014 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +2000-04-13 Geoff Keating <geoffk@cygnus.com> + + * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections. + Add new BSS_PLT variable for when .plt need not be contained in + the file. Move _etext so that it is also after .fini, and provide + both etext and _etext with a leading underscore. Mark the start + and end of .sbss. + 2000-04-12 Alan Modra <alan@linuxcare.com.au> * emultempl/elf32.em (struct orphan_save): New. |