diff options
author | Alan Modra <amodra@gmail.com> | 2005-03-17 22:51:09 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-03-17 22:51:09 +0000 |
commit | 0fb531188f6fb04f3d381e7714e4564231254122 (patch) | |
tree | 4635444b8058728520216e34a132183d13f9543e /ld/ChangeLog | |
parent | bde2058dde90fc3c353df5aace64005d399ee24a (diff) | |
download | gdb-0fb531188f6fb04f3d381e7714e4564231254122.zip gdb-0fb531188f6fb04f3d381e7714e4564231254122.tar.gz gdb-0fb531188f6fb04f3d381e7714e4564231254122.tar.bz2 |
* scripttempl/elf.sc: When CREATE_SHLIB, put .sdata2 and .sbss2
input sections into .sdata and .sbss output respectively.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 2f2c9b5..e1a1253 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2005-03-18 Alan Modra <amodra@bigpond.net.au> + + * scripttempl/elf.sc: When CREATE_SHLIB, put .sdata2 and .sbss2 + input sections into .sdata and .sbss output respectively. + 2005-03-16 David Heine <dlheine@tensilica.com> Bob Wilson <bob.wilson@acm.org> |