diff options
author | Alan Modra <amodra@gmail.com> | 2011-01-14 02:27:41 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2011-01-14 02:27:41 +0000 |
commit | 175b7cd42c9adacf6fd3d4c70248c237647fa4fd (patch) | |
tree | fc747786cce42b0410e360625964f0eb75c6371b /ld/ChangeLog | |
parent | a05e447ffb99623aa0bb6b730052fa543e975a49 (diff) | |
download | gdb-175b7cd42c9adacf6fd3d4c70248c237647fa4fd.zip gdb-175b7cd42c9adacf6fd3d4c70248c237647fa4fd.tar.gz gdb-175b7cd42c9adacf6fd3d4c70248c237647fa4fd.tar.bz2 |
* emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
attempt to put non-alloc orphans before debug sections, just place
them after .comment.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 1dc63c1..886207b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2011-01-14 Alan Modra <amodra@gmail.com> + + * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't + attempt to put non-alloc orphans before debug sections, just place + them after .comment. + 2011-01-14 J. Park <grassman@gmail.com> PR ld/12339 |