diff options
author | Alan Modra <amodra@gmail.com> | 2009-12-09 01:26:03 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-12-09 01:26:03 +0000 |
commit | 829da89821d7f0b7663b8314128fa06878d228e0 (patch) | |
tree | b25d4beb7236a7cb0eae14b9aa729c06f1522cec /ld/ChangeLog | |
parent | 76c239510fded6592d2295294c2be03e497f2df7 (diff) | |
download | gdb-829da89821d7f0b7663b8314128fa06878d228e0.zip gdb-829da89821d7f0b7663b8314128fa06878d228e0.tar.gz gdb-829da89821d7f0b7663b8314128fa06878d228e0.tar.bz2 |
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 1c8994c..0abce2d 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 |