5a97e32c64914415d1b768f9598b10762da8b1af
[external/binutils.git] / ld / ChangeLog
1 2015-01-20  Andrew Burgess  <andrew.burgess@embecosm.com>
2
3         * ldlang.c (print_assignment): Only evaluate the expression for a
4         PROVIDE'd assignment when the destination is being defined.
5         Display a special message for PROVIDE'd symbols that are not being
6         provided.
7
8 2015-01-20  Alan Modra  <amodra@gmail.com>
9
10         * emulparams/elf64ppc.sh (OTHER_SDATA_SECTIONS): Use in place of..
11         (OTHER_BSS_SYMBOLS): ..this.
12         (OTHER_PLT_RELOC_SECTIONS): Don't define.
13         (OTHER_GOT_RELOC_SECTIONS): Add rela.toc1 and rela.tocbss.
14         (OTHER_READWRITE_SECTIONS): Don't define.  Move .toc1 to..
15         (OTHER_RELRO_SECTIONS_2): ..here.
16         * scripttempl/elf.sc: Move SBSS too when DATA_SDATA.
17
18 2015-01-20  Alan Modra  <amodra@gmail.com>
19
20         * emulparams/elf64ppc.sh (BSS_PLT): Don't define.
21         (OTHER_READWRITE_SECTIONS): Move .branch_lt to..
22         (OTHER_RELRO_SECTIONS_2): ..here.
23         (DATA_GOT, SEPARATE_GOTPLT, DATA_SDATA, DATA_PLT,
24         PLT_BEFORE_GOT): Define.
25         * scripttempl/elf.sc: Handle DATA_SDATA and DATA_GOT/DATA_PLT/
26         PLT_BEFORE_GOT combination.
27         (DATA_GOT, SDATA_GOT): Don't define if either is already defined.
28
29 2015-01-20  Alan Modra  <amodra@gmail.com>
30
31         * emulparams/elf64ppc.sh (OTHER_READWRITE_SECTIONS): Move .opd to..
32         (OTHER_RELRO_SECTIONS_2): ..here, new define.
33         * scripttempl/elf.sc: Add OTHER_RELRO_SECTIONS_2.
34
35 2015-01-19  Alan Modra  <amodra@gmail.com>
36
37         PR ld/17615
38         * ldlang.c (lang_process): Run lang_common before lang_gc_sections.
39
40 2015-01-14  Jiong Wang  <jiong.wang@arm.com>
41
42         * ld-arm/elf32-reject.s: New testcase.
43         * ld-arm/elf32-reject.d: Likewise.
44         * ld-arm/elf32-reject-pie.s: Likewise.
45         * ld-arm/elf32-reject-pie.d: Likewise.
46         * ld-arm/arm-elf.exp: Run new testcases.
47         * ld-arm/ifunc-7.s: Delete f2/f4 test items.
48         * ld-arm/ifunc-7.rd: Likewise.
49         * ld-arm/ifunc-7.gd: Likewise.
50         * ld-arm/ifunc-7.dd: Likewise.
51         * ld-arm/ifunc-8.s: Likewise.
52         * ld-arm/ifunc-8.rd: Likewise.
53         * ld-arm/ifunc-8.gd: Likewise.
54         * ld-arm/ifunc-8.dd: Likewise.
55
56 2015-01-01  Alan Modra  <amodra@gmail.com>
57
58         * ldver.c (ldversion): Just print current year.
59
60 2015-01-01  Alan Modra  <amodra@gmail.com>
61
62         Update year range in copyright notice of all files.
63
64 For older changes see ChangeLog-2014
65 \f
66 Copyright (C) 2015 Free Software Foundation, Inc.
67
68 Copying and distribution of this file, with or without modification,
69 are permitted in any medium without royalty provided the copyright
70 notice and this notice are preserved.
71
72 Local Variables:
73 mode: change-log
74 left-margin: 8
75 fill-column: 74
76 version-control: never
77 End: