diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-10-26 00:31:59 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-10-26 00:31:59 +0000 |
commit | 1bc214bab3b406fa9e8d510bad40bc6658c5c378 (patch) | |
tree | a2716ce5c5a62d63ec1c989f660742bb6c402366 /ld/ChangeLog | |
parent | 49a184f6ad3b5827d58b55106c3f33f015d6aa5a (diff) | |
download | gdb-1bc214bab3b406fa9e8d510bad40bc6658c5c378.zip gdb-1bc214bab3b406fa9e8d510bad40bc6658c5c378.tar.gz gdb-1bc214bab3b406fa9e8d510bad40bc6658c5c378.tar.bz2 |
2006-10-25 H.J. Lu <hongjiu.lu@intel.com>
* emulparams/hppa64linux.sh (LARGE_SECTIONS): Renamed to ...
(OTHER_BSS_SECTIONS): This.
* scripttempl/elf.sc (OTHER_BSS_SECTIONS): Support LARGE_SECTIONS.
(LARGE_SECTIONS): Move .lbss sections to OTHER_BSS_SECTIONS.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 55ab937..b36ed3b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2006-10-25 H.J. Lu <hongjiu.lu@intel.com> + + * emulparams/hppa64linux.sh (LARGE_SECTIONS): Renamed to ... + (OTHER_BSS_SECTIONS): This. + * scripttempl/elf.sc (OTHER_BSS_SECTIONS): Support LARGE_SECTIONS. + (LARGE_SECTIONS): Move .lbss sections to OTHER_BSS_SECTIONS. + 2006-10-25 Alan Modra <amodra@bigpond.net.au> Trevor Smigiel <Trevor_Smigiel@playstation.sony.com> Yukishige Shibata <shibata@rd.scei.sony.co.jp> |