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