diff options
author | DJ Delorie <dj@redhat.com> | 2010-01-14 04:56:12 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2010-01-14 04:56:12 +0000 |
commit | b5f14a6dffb53245e454ebeb1a353a42d02dfc04 (patch) | |
tree | e1b66d5c9a817b328932a970ecb305ce71d3b3fc /ld/ChangeLog | |
parent | 62fb9fe1fcde9fd534fdc4f284257212804bb1fe (diff) | |
download | ppe42-binutils-b5f14a6dffb53245e454ebeb1a353a42d02dfc04.tar.gz ppe42-binutils-b5f14a6dffb53245e454ebeb1a353a42d02dfc04.zip |
* emultempl/elf32.em (_place_orphan): If an input section doesn't
match an existing output section, but an unused output section
statement does match, use it.
* emultempl/pe.em (_place_orphan): Likewise.
* emultempl/pep.em (_place_orphan): Likewise.
* ld-elf/orphan4.d: New.
* ld-elf/orphan4.ld: New.
* ld-elf/orphan4.s: New.
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 dcdd4af75c..a0094809b4 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +2010-01-13 DJ Delorie <dj@redhat.com> + + * emultempl/elf32.em (_place_orphan): If an input section doesn't + match an existing output section, but an unused output section + statement does match, use it. + * emultempl/pe.em (_place_orphan): Likewise. + * emultempl/pep.em (_place_orphan): Likewise. + 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * configure: Regenerate. |