diff options
author | Alan Modra <amodra@bigpond.net.au> | 2009-12-09 01:26:02 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2009-12-09 01:26:02 +0000 |
commit | 91e67550ed9be1b6bc2e18050f6b1c79af67c66f (patch) | |
tree | 0af3fb735b1742b43f54fdbcd9c7bfebda435478 /ld/ChangeLog | |
parent | fe4fff1230be79a8f2c7d5ab61ce67d4db06abde (diff) | |
download | binutils-redhat-91e67550ed9be1b6bc2e18050f6b1c79af67c66f.tar.gz |
PR ld/11012
* emulparams/elf64ppc.sh (OTHER_GOT_RELOC_SECTIONS): Move .rela.opd ..
(INITIAL_RELOC_SECTIONS): .. to here. New define.
* scripttempl/elf.sc: Expand INITIAL_RELOC_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 1c8994c10e..0abce2d96b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2009-12-09 Alan Modra <amodra@bigpond.net.au> + + PR ld/11012 + * emulparams/elf64ppc.sh (OTHER_GOT_RELOC_SECTIONS): Move .rela.opd .. + (INITIAL_RELOC_SECTIONS): .. to here. New define. + * scripttempl/elf.sc: Expand INITIAL_RELOC_SECTIONS. + 2009-12-04 Jie Zhang <jie.zhang@analog.com> * ld.texinfo: Make it clear that --nmagic disables linking |