5ad18f16ab
.toc1 is the second level TOC section used by gcc's -mminimal-toc. It too should be read-only after relocation. Also, the last patch description mentioned .sbss moving but didn't actually do that, so fix that problem. .tocbss (whatever that is) was before .sbss previously, so move that one too. * emulparams/elf64ppc.sh (OTHER_SDATA_SECTIONS): Use in place of.. (OTHER_BSS_SYMBOLS): ..this. (OTHER_PLT_RELOC_SECTIONS): Don't define. (OTHER_GOT_RELOC_SECTIONS): Add rela.toc1 and rela.tocbss. (OTHER_READWRITE_SECTIONS): Don't define. Move .toc1 to.. (OTHER_RELRO_SECTIONS_2): ..here. * scripttempl/elf.sc: Move SBSS too when DATA_SDATA.
78 lines
2.4 KiB
Plaintext
78 lines
2.4 KiB
Plaintext
2015-01-20 Andrew Burgess <andrew.burgess@embecosm.com>
|
||
|
||
* ldlang.c (print_assignment): Only evaluate the expression for a
|
||
PROVIDE'd assignment when the destination is being defined.
|
||
Display a special message for PROVIDE'd symbols that are not being
|
||
provided.
|
||
|
||
2015-01-20 Alan Modra <amodra@gmail.com>
|
||
|
||
* emulparams/elf64ppc.sh (OTHER_SDATA_SECTIONS): Use in place of..
|
||
(OTHER_BSS_SYMBOLS): ..this.
|
||
(OTHER_PLT_RELOC_SECTIONS): Don't define.
|
||
(OTHER_GOT_RELOC_SECTIONS): Add rela.toc1 and rela.tocbss.
|
||
(OTHER_READWRITE_SECTIONS): Don't define. Move .toc1 to..
|
||
(OTHER_RELRO_SECTIONS_2): ..here.
|
||
* scripttempl/elf.sc: Move SBSS too when DATA_SDATA.
|
||
|
||
2015-01-20 Alan Modra <amodra@gmail.com>
|
||
|
||
* emulparams/elf64ppc.sh (BSS_PLT): Don't define.
|
||
(OTHER_READWRITE_SECTIONS): Move .branch_lt to..
|
||
(OTHER_RELRO_SECTIONS_2): ..here.
|
||
(DATA_GOT, SEPARATE_GOTPLT, DATA_SDATA, DATA_PLT,
|
||
PLT_BEFORE_GOT): Define.
|
||
* scripttempl/elf.sc: Handle DATA_SDATA and DATA_GOT/DATA_PLT/
|
||
PLT_BEFORE_GOT combination.
|
||
(DATA_GOT, SDATA_GOT): Don't define if either is already defined.
|
||
|
||
2015-01-20 Alan Modra <amodra@gmail.com>
|
||
|
||
* emulparams/elf64ppc.sh (OTHER_READWRITE_SECTIONS): Move .opd to..
|
||
(OTHER_RELRO_SECTIONS_2): ..here, new define.
|
||
* scripttempl/elf.sc: Add OTHER_RELRO_SECTIONS_2.
|
||
|
||
2015-01-19 Alan Modra <amodra@gmail.com>
|
||
|
||
PR ld/17615
|
||
* ldlang.c (lang_process): Run lang_common before lang_gc_sections.
|
||
|
||
2015-01-14 Jiong Wang <jiong.wang@arm.com>
|
||
|
||
* ld-arm/elf32-reject.s: New testcase.
|
||
* ld-arm/elf32-reject.d: Likewise.
|
||
* ld-arm/elf32-reject-pie.s: Likewise.
|
||
* ld-arm/elf32-reject-pie.d: Likewise.
|
||
* ld-arm/arm-elf.exp: Run new testcases.
|
||
* ld-arm/ifunc-7.s: Delete f2/f4 test items.
|
||
* ld-arm/ifunc-7.rd: Likewise.
|
||
* ld-arm/ifunc-7.gd: Likewise.
|
||
* ld-arm/ifunc-7.dd: Likewise.
|
||
* ld-arm/ifunc-8.s: Likewise.
|
||
* ld-arm/ifunc-8.rd: Likewise.
|
||
* ld-arm/ifunc-8.gd: Likewise.
|
||
* ld-arm/ifunc-8.dd: Likewise.
|
||
|
||
2015-01-01 Alan Modra <amodra@gmail.com>
|
||
|
||
* ldver.c (ldversion): Just print current year.
|
||
|
||
2015-01-01 Alan Modra <amodra@gmail.com>
|
||
|
||
Update year range in copyright notice of all files.
|
||
|
||
For older changes see ChangeLog-2014
|
||
|
||
Copyright (C) 2015 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|