9152e18a348a8c0862ebef208590ce982b8814a8
[binutils-gdb.git] / ld / ChangeLog
1 2015-01-28 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR ld/17878
4 * plugin.c (tv_header_tags(): Add LDPT_GET_VIEW.
5 (get_view): New function.
6 (set_tv_header): Handle LDPT_GET_VIEW.
7 * testplug.c (tag_names): Add LDPT_GET_VIEW.
8 (tv_get_view): New.
9 (dump_tv_tag): Handle LDPT_GET_VIEW.
10 (parse_tv_tag): Likewise.
11
12 2015-01-28 Alan Modra <amodra@gmail.com>
13
14 * emulparams/elf64ppc.sh (INITIAL_READWRITE_SECTIONS): Define.
15 * emultempl/ppc64elf.em (params): Init new field.
16 (ppc_after_open): New function.
17 (LDEMUL_AFTER_OPEN): Define.
18 * ldlang.c (lang_final): Whitespace fix.
19
20 2015-01-28 James Bowman <james.bowman@ftdichip.com>
21
22 * Makefile.am: Add FT32 files.
23 * configure.tgt: Handle FT32 target.
24 * emulparams/elf32ft32.sh: New file.
25 * scripttempl/ft32.sc: New file.
26 * Makefile.in: Regenerate.
27
28 2015-01-28 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
29
30 PR 4643
31 * ldexp.c (fold_name): Fold LENGTH only after
32 lang_first_phase_enum.
33 * ldgram.y (memory_spec): Don't evaluate ORIGIN and LENGTH
34 rightaway.
35 * ldlang.h (struct memory_region_struct): Add origin_exp and
36 length_exp fields.
37 * ldlang.c (lang_do_memory_regions): New.
38 (lang_memory_region_lookup): Initialize origin_exp and
39 length_exp fields.
40 (lang_process): Call lang_do_memory_regions.
41
42 2015-01-20 Andrew Burgess <andrew.burgess@embecosm.com>
43
44 * ldlang.c (print_assignment): Only evaluate the expression for a
45 PROVIDE'd assignment when the destination is being defined.
46 Display a special message for PROVIDE'd symbols that are not being
47 provided.
48
49 2015-01-20 Alan Modra <amodra@gmail.com>
50
51 * emulparams/elf64ppc.sh (OTHER_SDATA_SECTIONS): Use in place of..
52 (OTHER_BSS_SYMBOLS): ..this.
53 (OTHER_PLT_RELOC_SECTIONS): Don't define.
54 (OTHER_GOT_RELOC_SECTIONS): Add rela.toc1 and rela.tocbss.
55 (OTHER_READWRITE_SECTIONS): Don't define. Move .toc1 to..
56 (OTHER_RELRO_SECTIONS_2): ..here.
57 * scripttempl/elf.sc: Move SBSS too when DATA_SDATA.
58
59 2015-01-20 Alan Modra <amodra@gmail.com>
60
61 * emulparams/elf64ppc.sh (BSS_PLT): Don't define.
62 (OTHER_READWRITE_SECTIONS): Move .branch_lt to..
63 (OTHER_RELRO_SECTIONS_2): ..here.
64 (DATA_GOT, SEPARATE_GOTPLT, DATA_SDATA, DATA_PLT,
65 PLT_BEFORE_GOT): Define.
66 * scripttempl/elf.sc: Handle DATA_SDATA and DATA_GOT/DATA_PLT/
67 PLT_BEFORE_GOT combination.
68 (DATA_GOT, SDATA_GOT): Don't define if either is already defined.
69
70 2015-01-20 Alan Modra <amodra@gmail.com>
71
72 * emulparams/elf64ppc.sh (OTHER_READWRITE_SECTIONS): Move .opd to..
73 (OTHER_RELRO_SECTIONS_2): ..here, new define.
74 * scripttempl/elf.sc: Add OTHER_RELRO_SECTIONS_2.
75
76 2015-01-19 Alan Modra <amodra@gmail.com>
77
78 PR ld/17615
79 * ldlang.c (lang_process): Run lang_common before lang_gc_sections.
80
81 2015-01-14 Jiong Wang <jiong.wang@arm.com>
82
83 * ld-arm/elf32-reject.s: New testcase.
84 * ld-arm/elf32-reject.d: Likewise.
85 * ld-arm/elf32-reject-pie.s: Likewise.
86 * ld-arm/elf32-reject-pie.d: Likewise.
87 * ld-arm/arm-elf.exp: Run new testcases.
88 * ld-arm/ifunc-7.s: Delete f2/f4 test items.
89 * ld-arm/ifunc-7.rd: Likewise.
90 * ld-arm/ifunc-7.gd: Likewise.
91 * ld-arm/ifunc-7.dd: Likewise.
92 * ld-arm/ifunc-8.s: Likewise.
93 * ld-arm/ifunc-8.rd: Likewise.
94 * ld-arm/ifunc-8.gd: Likewise.
95 * ld-arm/ifunc-8.dd: Likewise.
96
97 2015-01-01 Alan Modra <amodra@gmail.com>
98
99 * ldver.c (ldversion): Just print current year.
100
101 2015-01-01 Alan Modra <amodra@gmail.com>
102
103 Update year range in copyright notice of all files.
104
105 For older changes see ChangeLog-2014
106 \f
107 Copyright (C) 2015 Free Software Foundation, Inc.
108
109 Copying and distribution of this file, with or without modification,
110 are permitted in any medium without royalty provided the copyright
111 notice and this notice are preserved.
112
113 Local Variables:
114 mode: change-log
115 left-margin: 8
116 fill-column: 74
117 version-control: never
118 End: