]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/ChangeLog
xtensa: ld: rename xtensa.exp to xtensa-linux.exp
[thirdparty/binutils-gdb.git] / ld / ChangeLog
CommitLineData
da90fdf9
MF
12018-07-23 Max Filippov <jcmvbkbc@gmail.com>
2
3 * testsuite/ld-xtensa/xtensa.exp: Rename to xtensa-linux.exp.
4
49ddb0fb
AM
52018-07-23 Alan Modra <amodra@gmail.com>
6
7 * testsuite/ld-elf/reloc-discard-warn.d: New.
8 * testsuite/ld-elf/reloc-discard.d: Skip test on PowerPC64.
9
d5f4da5e
L
102018-07-20 H.J. Lu <hongjiu.lu@intel.com>
11
12 * testsuite/ld-elf/reloc-discard.ld: Discard .rel.* and .rela.*
13 sections instead of .rel.dyn and .rela.dyn sections.
14
241e64e3
L
152018-07-20 H.J. Lu <hongjiu.lu@intel.com>
16
17 PR ld/23428
18 * testsuite/ld-elf/linux-x86.S: New file.
19 * testsuite/ld-elf/linux-x86.exp: Likewise.
20 * testsuite/ld-elf/pr23428.c: Likewise.
21 * testsuite/ld-elf/sec64k.exp: Pass "-z noseparate-code" to ld
22 for Linux/x86 targets.
23 * testsuite/ld-i386/abs-iamcu.d: Likewise.
24 * testsuite/ld-i386/abs.d: Likewise.
25 * testsuite/ld-i386/pr12718.d: Likewise.
26 * testsuite/ld-i386/pr12921.d: Likewise.
27 * testsuite/ld-x86-64/abs-k1om.d: Likewise.
28 * testsuite/ld-x86-64/abs-l1om.d: Likewise.
29 * testsuite/ld-x86-64/abs.d: Likewise.
30 * testsuite/ld-x86-64/pr12718.d: Likewise.
31 * testsuite/ld-x86-64/pr12921.d: Likewise.
32 * testsuite/ld-linkonce/zeroeh.ld: Discard .note.gnu.property
33 section.
34 * testsuite/ld-scripts/print-memory-usage.t: Likewise.
35 * testsuite/ld-scripts/size-2.t: Likewise.
36 * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Use ld to
37 create executable if language is "asm".
38
db841b6f
MR
392018-07-20 Maciej W. Rozycki <macro@mips.com>
40
41 * testsuite/ld-elf/reloc-discard.d: New test.
42 * testsuite/ld-elf/reloc-discard.ld: New test linker script.
43 * testsuite/ld-elf/reloc-discard.s: New test source.
44
0984c34e
NC
452018-07-18 Nick Clifton <nickc@redhat.com>
46
47 * po/fr.po: Updated French translation.
48
d5c928c0
MR
492018-07-17 Maciej W. Rozycki <macro@mips.com>
50
51 * ldexp.c (exp_fold_tree_1) <etree_assign, etree_provide>
52 <etree_provided>: Copy expression's `rel_from_abs' flag to the
53 link hash.
54
78da84f9
MR
552018-07-12 Maciej W. Rozycki <macro@mips.com>
56
57 * testsuite/ld-mips-elf/mips-elf.exp (run_dump_test_abi)
58 (run_dump_test_o32, run_dump_test_n32, run_dump_test_n64)
59 (run_dump_test_eabi): New procedures.
60 (has_newabi, has_elf32): Remove variables.
61 (has_abi): New associative array variable.
62 (abi_asflags, abi_ldflags): Update settings across targets.
63 (irixemul): New variable.
64 Replace `run_dump_test' calls where applicable throughout with
65 `run_dump_test_o32', `run_dump_test_n32', `run_dump_test_n64'
66 and `run_dump_test_eabi' as appropriate. Remove explicit
67 passing of `abi_asflags' and `abi_ldflags'. Use `noarch' for
68 tests that require their own architecture setting. Force the
69 big endianness for tests that require it. Select the endianness
70 required for `objdump invocation with the `reloc-2' test.
71 Conditionalize tests run via `run_ld_link_tests' on the ABI
72 required and use the ABI list from the `has_abi' array where
73 appropriate.
74 * testsuite/ld-mips-elf/attr-gnu-4-0-n32-ph.d: Remove ABI and
75 endianness selection options from `ld' and `source' tags. Relax
76 output format matching.
77 * testsuite/ld-mips-elf/attr-gnu-4-0-n64-ph.d: Likewise.
78 * testsuite/ld-mips-elf/attr-gnu-4-1-n32-ph.d: Likewise.
79 * testsuite/ld-mips-elf/attr-gnu-4-1-n64-ph.d: Likewise.
80 * testsuite/ld-mips-elf/attr-gnu-4-2-n32-ph.d: Likewise.
81 * testsuite/ld-mips-elf/attr-gnu-4-2-n64-ph.d: Likewise.
82 * testsuite/ld-mips-elf/attr-gnu-4-3-n32-ph.d: Likewise.
83 * testsuite/ld-mips-elf/attr-gnu-4-3-n64-ph.d: Likewise.
84 * testsuite/ld-mips-elf/bal-jalx-addend-micromips-n32.d: Remove
85 ABI and endianness selection options from `as', `ld', `source'
86 tags, and also the `-march=from-abi' option. Remove the `as'
87 tag where it would become empty.
88 * testsuite/ld-mips-elf/bal-jalx-addend-micromips-n64.d:
89 Likewise.
90 * testsuite/ld-mips-elf/bal-jalx-addend-micromips.d: Likewise.
91 * testsuite/ld-mips-elf/bal-jalx-addend-n32.d: Likewise.
92 * testsuite/ld-mips-elf/bal-jalx-addend-n64.d: Likewise.
93 * testsuite/ld-mips-elf/bal-jalx-addend.d: Likewise.
94 * testsuite/ld-mips-elf/bal-jalx-local-micromips-n32.d:
95 Likewise.
96 * testsuite/ld-mips-elf/bal-jalx-local-micromips-n64.d:
97 Likewise.
98 * testsuite/ld-mips-elf/bal-jalx-local-micromips.d: Likewise.
99 * testsuite/ld-mips-elf/bal-jalx-local-n32.d: Likewise.
100 * testsuite/ld-mips-elf/bal-jalx-local-n64.d: Likewise.
101 * testsuite/ld-mips-elf/bal-jalx-local.d: Likewise.
102 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-micromips-n32.d:
103 Likewise.
104 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-micromips-n64.d:
105 Likewise.
106 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-micromips.d:
107 Likewise.
108 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-n32.d: Likewise.
109 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-n64.d: Likewise.
110 * testsuite/ld-mips-elf/bal-jalx-pic-ignore.d: Likewise.
111 * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n32.d: Likewise.
112 * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n64.d: Likewise.
113 * testsuite/ld-mips-elf/bal-jalx-pic-micromips.d: Likewise.
114 * testsuite/ld-mips-elf/bal-jalx-pic-n32.d: Likewise.
115 * testsuite/ld-mips-elf/bal-jalx-pic-n64.d: Likewise.
116 * testsuite/ld-mips-elf/bal-jalx-pic.d: Likewise.
117 * testsuite/ld-mips-elf/branch-absolute-addend-n32.d: Likewise.
118 * testsuite/ld-mips-elf/branch-absolute-addend-n64.d: Likewise.
119 * testsuite/ld-mips-elf/branch-absolute-addend.d: Likewise.
120 * testsuite/ld-mips-elf/branch-absolute-n32.d: Likewise.
121 * testsuite/ld-mips-elf/branch-absolute-n64.d: Likewise.
122 * testsuite/ld-mips-elf/branch-absolute.d: Likewise.
123 * testsuite/ld-mips-elf/dyn-sec64.d: Likewise.
124 * testsuite/ld-mips-elf/eh-frame1-n32.d: Likewise.
125 * testsuite/ld-mips-elf/eh-frame1-n64.d: Likewise.
126 * testsuite/ld-mips-elf/eh-frame2-n32.d: Likewise.
127 * testsuite/ld-mips-elf/eh-frame2-n64.d: Likewise.
128 * testsuite/ld-mips-elf/elf-rel-got-n32-embed.d: Likewise.
129 * testsuite/ld-mips-elf/elf-rel-got-n32.d: Likewise.
130 * testsuite/ld-mips-elf/elf-rel-got-n64-embed.d: Likewise.
131 * testsuite/ld-mips-elf/elf-rel-got-n64-irix.d: Likewise.
132 * testsuite/ld-mips-elf/elf-rel-got-n64.d: Likewise.
133 * testsuite/ld-mips-elf/elf-rel-xgot-n32-embed.d: Likewise.
134 * testsuite/ld-mips-elf/elf-rel-xgot-n32.d: Likewise.
135 * testsuite/ld-mips-elf/elf-rel-xgot-n64-embed.d: Likewise.
136 * testsuite/ld-mips-elf/elf-rel-xgot-n64-irix.d: Likewise.
137 * testsuite/ld-mips-elf/elf-rel-xgot-n64.d: Likewise.
138 * testsuite/ld-mips-elf/emit-relocs-1.d: Likewise.
139 * testsuite/ld-mips-elf/got-dump-2.d: Likewise.
140 * testsuite/ld-mips-elf/got-page-2.d: Likewise.
141 * testsuite/ld-mips-elf/jal-global-overflow-0.d: Likewise.
142 * testsuite/ld-mips-elf/jal-global-overflow-1.d: Likewise.
143 * testsuite/ld-mips-elf/jal-local-overflow-0.d: Likewise.
144 * testsuite/ld-mips-elf/jal-local-overflow-1.d: Likewise.
145 * testsuite/ld-mips-elf/jalbal.d: Likewise.
146 * testsuite/ld-mips-elf/jalx-addend-n32.d: Likewise.
147 * testsuite/ld-mips-elf/jalx-addend-n64.d: Likewise.
148 * testsuite/ld-mips-elf/jalx-addend.d: Likewise.
149 * testsuite/ld-mips-elf/jalx-local-n32.d: Likewise.
150 * testsuite/ld-mips-elf/jalx-local-n64.d: Likewise.
151 * testsuite/ld-mips-elf/jalx-local.d: Likewise.
152 * testsuite/ld-mips-elf/jr-to-b-1.d: Likewise.
153 * testsuite/ld-mips-elf/jr-to-b-2.d: Likewise.
154 * testsuite/ld-mips-elf/lsi-4010-isa.d: Likewise.
155 * testsuite/ld-mips-elf/micromips-branch-absolute-addend-n32.d:
156 Likewise.
157 * testsuite/ld-mips-elf/micromips-branch-absolute-addend-n64.d:
158 Likewise.
159 * testsuite/ld-mips-elf/micromips-branch-absolute-addend.d:
160 Likewise.
161 * testsuite/ld-mips-elf/micromips-branch-absolute-n32.d:
162 Likewise.
163 * testsuite/ld-mips-elf/micromips-branch-absolute-n64.d:
164 Likewise.
165 * testsuite/ld-mips-elf/micromips-branch-absolute.d: Likewise.
166 * testsuite/ld-mips-elf/mips16-branch-2.d: Likewise.
167 * testsuite/ld-mips-elf/mips16-branch-3.d: Likewise.
168 * testsuite/ld-mips-elf/mips16-branch-absolute-1.d: Likewise.
169 * testsuite/ld-mips-elf/mips16-branch-absolute-2.d: Likewise.
170 * testsuite/ld-mips-elf/mips16-branch-absolute-addend-1.d:
171 Likewise.
172 * testsuite/ld-mips-elf/mips16-branch-absolute-addend-n32-1.d:
173 Likewise.
174 * testsuite/ld-mips-elf/mips16-branch-absolute-addend-n32.d:
175 Likewise.
176 * testsuite/ld-mips-elf/mips16-branch-absolute-addend-n64-1.d:
177 Likewise.
178 * testsuite/ld-mips-elf/mips16-branch-absolute-addend-n64.d:
179 Likewise.
180 * testsuite/ld-mips-elf/mips16-branch-absolute-addend.d:
181 Likewise.
182 * testsuite/ld-mips-elf/mips16-branch-absolute-n32-1.d:
183 Likewise.
184 * testsuite/ld-mips-elf/mips16-branch-absolute-n32-2.d:
185 Likewise.
186 * testsuite/ld-mips-elf/mips16-branch-absolute-n32.d: Likewise.
187 * testsuite/ld-mips-elf/mips16-branch-absolute-n64-1.d:
188 Likewise.
189 * testsuite/ld-mips-elf/mips16-branch-absolute-n64-2.d:
190 Likewise.
191 * testsuite/ld-mips-elf/mips16-branch-absolute-n64.d: Likewise.
192 * testsuite/ld-mips-elf/mips16-branch-absolute.d: Likewise.
193 * testsuite/ld-mips-elf/mips16-branch-addend-2.d: Likewise.
194 * testsuite/ld-mips-elf/mips16-branch-addend-3.d: Likewise.
195 * testsuite/ld-mips-elf/mips16-hilo-n32.d: Likewise.
196 * testsuite/ld-mips-elf/mips16-pcrel-0.d: Likewise.
197 * testsuite/ld-mips-elf/mips16-pcrel-1.d: Likewise.
198 * testsuite/ld-mips-elf/mips16-pcrel-addend-2.d: Likewise.
199 * testsuite/ld-mips-elf/mips16-pcrel-addend-6.d: Likewise.
200 * testsuite/ld-mips-elf/mips16-pcrel-n32-0.d: Likewise.
201 * testsuite/ld-mips-elf/mips16-pcrel-n32-1.d: Likewise.
202 * testsuite/ld-mips-elf/mips16-pcrel-n64-sym32-0.d: Likewise.
203 * testsuite/ld-mips-elf/mips16-pcrel-n64-sym32-1.d: Likewise.
204 * testsuite/ld-mips-elf/mips16e2-pcrel-0.d: Likewise.
205 * testsuite/ld-mips-elf/mips16e2-pcrel-1.d: Likewise.
206 * testsuite/ld-mips-elf/mips16e2-pcrel-addend-2.d: Likewise.
207 * testsuite/ld-mips-elf/mips16e2-pcrel-addend-6.d: Likewise.
208 * testsuite/ld-mips-elf/mips16e2-pcrel-n32-0.d: Likewise.
209 * testsuite/ld-mips-elf/mips16e2-pcrel-n32-1.d: Likewise.
210 * testsuite/ld-mips-elf/mips16e2-pcrel-n64-sym32-0.d: Likewise.
211 * testsuite/ld-mips-elf/mips16e2-pcrel-n64-sym32-1.d: Likewise.
212 * testsuite/ld-mips-elf/multi-got-1.d: Likewise.
213 * testsuite/ld-mips-elf/multi-got-hidden-1.d: Likewise.
214 * testsuite/ld-mips-elf/multi-got-hidden-2.d: Likewise.
215 * testsuite/ld-mips-elf/multi-got-no-shared.d: Likewise.
216 * testsuite/ld-mips-elf/no-shared-1-n32.d: Likewise.
217 * testsuite/ld-mips-elf/no-shared-1-n64.d: Likewise.
218 * testsuite/ld-mips-elf/no-shared-1-o32.d: Likewise.
219 * testsuite/ld-mips-elf/pic-and-nonpic-2.d: Likewise.
220 * testsuite/ld-mips-elf/pic-and-nonpic-3-error.d: Likewise.
221 * testsuite/ld-mips-elf/pic-and-nonpic-4-error.d: Likewise.
222 * testsuite/ld-mips-elf/pie-n32.d: Likewise.
223 * testsuite/ld-mips-elf/pie-n64.d: Likewise.
224 * testsuite/ld-mips-elf/pie-o32.d: Likewise.
225 * testsuite/ld-mips-elf/rel32-n32.d: Likewise.
226 * testsuite/ld-mips-elf/rel32-o32.d: Likewise.
227 * testsuite/ld-mips-elf/rel64.d: Likewise.
228 * testsuite/ld-mips-elf/relax-jalr-n32.d: Likewise.
229 * testsuite/ld-mips-elf/reloc-1-n32.d: Likewise.
230 * testsuite/ld-mips-elf/reloc-1-n64.d: Likewise.
231 * testsuite/ld-mips-elf/reloc-2.d: Likewise.
232 * testsuite/ld-mips-elf/reloc-3-n32.d: Likewise.
233 * testsuite/ld-mips-elf/reloc-local-overflow.d: Likewise.
234 * testsuite/ld-mips-elf/textrel-1.d: Likewise.
235 * testsuite/ld-mips-elf/unaligned-branch-2.d: Likewise.
236 * testsuite/ld-mips-elf/unaligned-branch-ignore-2.d: Likewise.
237 * testsuite/ld-mips-elf/unaligned-branch-ignore-micromips.d:
238 Likewise.
239 * testsuite/ld-mips-elf/unaligned-branch-ignore-mips16.d:
240 Likewise.
241 * testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1.d:
242 Likewise.
243 * testsuite/ld-mips-elf/unaligned-branch-micromips.d: Likewise.
244 * testsuite/ld-mips-elf/unaligned-branch-mips16.d: Likewise.
245 * testsuite/ld-mips-elf/unaligned-branch-r6-1.d: Likewise.
246 * testsuite/ld-mips-elf/unaligned-branch-r6-2.d: Likewise.
247 * testsuite/ld-mips-elf/unaligned-branch.d: Likewise.
248 * testsuite/ld-mips-elf/unaligned-jalx-addend-0.d: Likewise.
249 * testsuite/ld-mips-elf/unaligned-jalx-addend-1.d: Likewise.
250 * testsuite/ld-mips-elf/unaligned-jalx-addend-2.d: Likewise.
251 * testsuite/ld-mips-elf/unaligned-jalx-addend-3.d: Likewise.
252 * testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-0.d:
253 Likewise.
254 * testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d:
255 Likewise.
256 * testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-0.d:
257 Likewise.
258 * testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d:
259 Likewise.
260 * testsuite/ld-mips-elf/unaligned-jump-micromips.d: Likewise.
261 * testsuite/ld-mips-elf/unaligned-jump-mips16.d: Likewise.
262 * testsuite/ld-mips-elf/unaligned-jump.d: Likewise.
263 * testsuite/ld-mips-elf/unaligned-ldpc-0.d: Likewise.
264 * testsuite/ld-mips-elf/unaligned-ldpc-1.d: Likewise.
265 * testsuite/ld-mips-elf/unaligned-lwpc-0.d: Likewise.
266 * testsuite/ld-mips-elf/unaligned-lwpc-1.d: Likewise.
267
f880fcab
MR
2682018-07-12 Maciej W. Rozycki <macro@mips.com>
269
270 * testsuite/ld-mips-elf/mips-elf.exp: Limit reloc 6 tests to
271 shared library targets.
272
1cb83cac
MR
2732018-07-11 Maciej W. Rozycki <macro@mips.com>
274
275 * testsuite/ld-mips-elf/tlsdyn-o32.d: Update test for dynamic
276 relocation removal.
277 * testsuite/ld-mips-elf/tlsdyn-o32.got: Likewise.
278 * testsuite/ld-mips-elf/tlsdyn-o32-1.d: Likewise.
279 * testsuite/ld-mips-elf/tlsdyn-o32-1.got: Likewise.
280 * testsuite/ld-mips-elf/tlsdyn-o32-2.d: Likewise.
281 * testsuite/ld-mips-elf/tlsdyn-o32-2.got: Likewise.
282 * testsuite/ld-mips-elf/tlsdyn-o32-3.d: Likewise.
283 * testsuite/ld-mips-elf/tlsdyn-o32-3.got: Likewise.
284
9143e72c
MR
2852018-07-11 Maciej W. Rozycki <macro@mips.com>
286
287 PR ld/22570
288 * testsuite/ld-mips-elf/tlsbin-pie-o32.d: New test.
289 * testsuite/ld-mips-elf/tlsbin-pie-o32.got: New test.
290 * testsuite/ld-mips-elf/tlsdyn-pie-o32.d: New test.
291 * testsuite/ld-mips-elf/tlsdyn-pie-o32.got: New test.
292 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
293
c7df3df4
AM
2942018-07-11 Alan Modra <amodra@gmail.com>
295
296 * testsuite/ld-elf/hash.d: Comment on mips xfail.
297 * testsuite/ld-gc/pr20022b.s: Use .data not .text.
298 * testsuite/ld-gc/pr20022.d: Remove xfails.
299 * testsuite/ld-scripts/fill.d: Revert most of last patch, but use
300 skip rather than notarget.
301 * testsuite/ld-scripts/fill16.d: Likewise.
302
500c05dd
MR
3032018-07-10 Maciej W. Rozycki <macro@mips.com>
304
305 * testsuite/ld-mips-elf/mips-elf.exp: Limit export class call
306 relocation tests to shared library targets.
307
be570f06
AM
3082018-07-10 Alan Modra <amodra@gmail.com>
309
310 * testsuite/lib/ld-lib.exp (check_gc_sections_available): Return 0
311 for xgate.
312 * testsuite/ld-elf/elf.exp: Add xgate to pr21703 xfails.
313 * testsuite/ld-elf/shared.exp: Add xgate to pr21703 xfails.
314 * testsuite/ld-discard/extern.d: xfail xgate.
315 * testsuite/ld-discard/start.d: Likewise.
316 * testsuite/ld-discard/static.d: Likewise.
317 * testsuite/ld-elf/attributes.d: Likewise.
318 * testsuite/ld-elf/compressed1d.d: Likewise.
319 * testsuite/ld-elf/group1.d: Likewise.
320 * testsuite/ld-elf/group3b.d: Likewise.
321 * testsuite/ld-elf/group8a.d: Likewise.
322 * testsuite/ld-elf/group8b.d: Likewise.
323 * testsuite/ld-elf/group9a.d: Likewise.
324 * testsuite/ld-elf/group9b.d: Likewise.
325 * testsuite/ld-elf/linkonce2.d: Likewise.
326 * testsuite/ld-elf/merge.d: Likewise.
327 * testsuite/ld-elf/merge2.d: Likewise.
328 * testsuite/ld-elf/merge3.d: Likewise.
329 * testsuite/ld-elf/orphan-10.d: Likewise.
330 * testsuite/ld-elf/orphan-9.d: Likewise.
331 * testsuite/ld-elf/orphan-region.d: Likewise.
332 * testsuite/ld-elf/orphan.d: Likewise.
333 * testsuite/ld-elf/orphan3.d: Likewise.
334 * testsuite/ld-elf/pr12851.d: Likewise.
335 * testsuite/ld-elf/pr12975.d: Likewise.
336 * testsuite/ld-elf/pr13177.d: Likewise.
337 * testsuite/ld-elf/pr13195.d: Likewise.
338 * testsuite/ld-elf/pr14156b.d: Likewise.
339 * testsuite/ld-elf/pr17550c.d: Likewise.
340 * testsuite/ld-elf/pr17550d.d: Likewise.
341 * testsuite/ld-elf/pr17615.d: Likewise.
342 * testsuite/ld-elf/pr20528a.d: Likewise.
343 * testsuite/ld-elf/pr20528b.d: Likewise.
344 * testsuite/ld-elf/pr21562a.d: Likewise.
345 * testsuite/ld-elf/pr21562b.d: Likewise.
346 * testsuite/ld-elf/pr21562c.d: Likewise.
347 * testsuite/ld-elf/pr21562d.d: Likewise.
348 * testsuite/ld-elf/pr21562i.d: Likewise.
349 * testsuite/ld-elf/pr21562j.d: Likewise.
350 * testsuite/ld-elf/pr21562k.d: Likewise.
351 * testsuite/ld-elf/pr21562l.d: Likewise.
352 * testsuite/ld-elf/pr21562m.d: Likewise.
353 * testsuite/ld-elf/pr21562n.d: Likewise.
354 * testsuite/ld-elf/pr22677.d: Likewise.
355 * testsuite/ld-elf/pr22836-1a.d: Likewise.
356 * testsuite/ld-elf/pr22836-1b.d: Likewise.
357 * testsuite/ld-elf/pr349.d: Likewise.
358 * testsuite/ld-elf/warn1.d: Likewise.
359 * testsuite/ld-elf/warn2.d: Likewise.
360 * testsuite/ld-elf/warn3.d: Likewise.
361
1594e052
AM
3622018-07-10 Alan Modra <amodra@gmail.com>
363
364 * emulparams/xgateelf.sh (TEMPLATE_NAME) Set to generic.
365 (EXTRA_EM_FILE): Set to genelf.
366
62494068
AM
3672018-07-10 Alan Modra <amodra@gmail.com>
368
369 * testsuite/ld-elf/attributes.d: Use xfail rather than notarget.
370 * testsuite/ld-elf/hash.d: Likewise.
371 * testsuite/ld-elf/orphan-10.d: Likewise.
372 * testsuite/ld-elf/overlay.d: Likewise.
373 * testsuite/ld-elf/pr14926.d: Likewise.
374 * testsuite/ld-elf/pr17550d.d: Likewise.
375 * testsuite/ld-elf/pr19539.d: Likewise.
376 * testsuite/ld-elf/pr22319.d: Likewise.
377 * testsuite/ld-misc/defsym1.d: Likewise.
378 * testsuite/ld-pe/pr19803.d: Likewise.
379 * testsuite/ld-scripts/assign-loc.d: Likewise.
380 * testsuite/ld-scripts/defined4.d: Likewise.
381 * testsuite/ld-scripts/empty-address-1.d: Likewise.
382 * testsuite/ld-scripts/empty-address-2a.d: Likewise.
383 * testsuite/ld-scripts/empty-address-2b.d: Likewise.
384 * testsuite/ld-scripts/fill.d: Likewise.
385 * testsuite/ld-scripts/fill16.d: Likewise.
386 * testsuite/ld-scripts/pr14962.d: Likewise.
387 * testsuite/ld-scripts/pr14962-2.d: Likewise.
388 * testsuite/ld-unique/pr21529.d: Likewise.
389 * testsuite/ld-elf/compress1a.d: Likewise, and adjust targets.
390 * testsuite/ld-elf/compressed1a.d: Likewise.
391 * testsuite/ld-elf/compressed1d.d: Likewise.
392 * testsuite/ld-elf/compressed1e.d: Likewise.
393 * testsuite/ld-elf/eh5.d: Likewise.
394 * testsuite/ld-elf/group8a.d: Likewise.
395 * testsuite/ld-elf/linkonce2.d: Likewise.
396 * testsuite/ld-elf/orphan-9.d: Likewise.
397 * testsuite/ld-elf/pr17550a.d: Likewise.
398 * testsuite/ld-elf/pr17550b.d: Likewise.
399 * testsuite/ld-elf/pr17550c.d: Likewise.
400 * testsuite/ld-elf/pr19162.d: Likewise.
401 * testsuite/ld-elf/pr21884.d: Likewise.
402 * testsuite/ld-gc/pr19167.d: Likewise.
403 * testsuite/ld-gc/pr20022.d: Likewise.
404 * testsuite/ld-gc/start.d: Likewise.
405 * testsuite/ld-elf/orphan-11.d: Delete notarget.
406 * testsuite/ld-elf/orphan-12.d: Likewise.
407 * testsuite/ld-gc/stop.d: Likewise.
408 * testsuite/ld-scripts/empty-address-3a.d: Likewise.
409 * testsuite/ld-scripts/empty-address-3b.d: Likewise.
410 * testsuite/ld-ifunc/pr17154-x86-64-now.d: Delete duplicate notarget.
411 * testsuite/ld-scripts/section-match-1.d: Comment fix.
412
7153abac
MR
4132018-07-10 Maciej W. Rozycki <macro@mips.com>
414
415 * testsuite/ld-mips-elf/elf-rel-got-n64.d: Rename to...
416 * testsuite/ld-mips-elf/elf-rel-got-n64-irix.d: ... this.
417 * testsuite/ld-mips-elf/elf-rel-got-n64-linux.d: Rename to...
418 * testsuite/ld-mips-elf/elf-rel-got-n64.d: ... this.
419 * testsuite/ld-mips-elf/elf-rel-xgot-n64.d: Rename to...
420 * testsuite/ld-mips-elf/elf-rel-xgot-n64-irix.d: ... this.
421 * testsuite/ld-mips-elf/elf-rel-xgot-n64-linux.dd: Rename to...
422 * testsuite/ld-mips-elf/elf-rel-xgot-n64.d: ... this.
423 * testsuite/ld-mips-elf/mips-elf.exp: Update accordingly.
424 Define `irix' as a shorthand for `[istarget *-*-irix*]' and use
425 it throughout.
426
8d4c0995
MR
4272018-07-09 Maciej W. Rozycki <macro@mips.com>
428
429 * testsuite/ld-mips-elf/elf-rel-got-n64.d: Add `#pass' at the
430 end.
431 * testsuite/ld-mips-elf/elf-rel-xgot-n64.d: Likewise.
432
4b8377e7
MR
4332018-07-09 Maciej W. Rozycki <macro@mips.com>
434
435 * testsuite/ld-mips-elf/stub-dynsym-2.dd: New test.
436 * testsuite/ld-mips-elf/stub-dynsym-2.gd: New test.
437 * testsuite/ld-mips-elf/stub-dynsym-2.sd: New test.
438 * testsuite/ld-mips-elf/stub-dynsym-discard-2.gd: New test.
439 * testsuite/ld-mips-elf/stub-dynsym-discard-2.sd: New test.
440 * testsuite/ld-mips-elf/stub-dynsym-micromips-2.dd: New test.
441 * testsuite/ld-mips-elf/stub-dynsym-micromips-2.gd: New test.
442 * testsuite/ld-mips-elf/stub-dynsym-micromips-2.sd: New test.
443 * testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-2.dd: New
444 test.
445 * testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-2.gd: New
446 test.
447 * testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-2.sd: New
448 test.
449 * testsuite/ld-mips-elf/stub-dynsym-2.ld: New test linker
450 script.
451 * testsuite/ld-mips-elf/stub-dynsym-discard-2.ld: New test
452 linker script.
453 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
454
8a8c9169
MR
4552018-07-09 Maciej W. Rozycki <macro@mips.com>
456
457 * testsuite/lib/ld-lib.exp (run_dump_test): Call `unsupported'
458 if the target being tested has been excluded by means of one or
459 more of `target', `alltargets' and `notarget' tags. Add support
460 for `skip', `anyskip' and `noskip' tags.
461
8f7fc651
MR
4622018-07-09 Maciej W. Rozycki <macro@mips.com>
463
464 * testsuite/lib/ld-lib.exp (run_dump_test): Move the setting of
465 `testname' earlier on and use it for test status reporting.
466
61658d78
AM
4672018-07-09 Alan Modra <amodra@gmail.com>
468
469 * testsuite/ld-discard/extern.d: Remove m68hc12 xfail.
470 * testsuite/ld-discard/start.d: Likewise.
471 * testsuite/ld-discard/static.d: Likewise.
472
f5a1cdde
CL
4732018-07-09 Christophe Lyon <christophe.lyon@linaro.org>
474
475 * emultempl/armelf.em (gld${EMULATION_NAME}_finish): Use the right
476 symbol name in case of warning.
477
bb11866d
JW
4782018-07-05 Jim Wilson <jimw@sifive.com>
479
480 * configure.tgt (riscv-*-*): Add as an alias for riscv32*-*-*.
481
a5628fa8
MR
4822018-07-05 Maciej W. Rozycki <macro@mips.com>
483
484 * testsuite/ld-mips-elf/mips-elf.exp: Replace remaining calls to
485 `[istarget mips*-*-linux*]' with $linux_gnu.
486
56ad703d
L
4872018-07-05 H.J. Lu <hongjiu.lu@intel.com>
488
489 PR ld/23372
490 * testsuite/ld-i386/i386.exp: Run pr23372a and pr23372b.
491 * testsuite/ld-i386/pr23372a.d: New file.
492 * testsuite/ld-i386/pr23372a.s: Likewise.
493 * testsuite/ld-i386/pr23372b.d: Likewise.
494 * testsuite/ld-i386/pr23372b.s: Likewise.
495 * testsuite/ld-i386/pr23372c.s: Likewise.
496 * testsuite/ld-x86-64/pr23372a-x32.d: Likewise.
497 * testsuite/ld-x86-64/pr23372a.d: Likewise.
498 * testsuite/ld-x86-64/pr23372a.s: Likewise.
499 * testsuite/ld-x86-64/pr23372b-x32.d: Likewise.
500 * testsuite/ld-x86-64/pr23372b.d: Likewise.
501 * testsuite/ld-x86-64/pr23372b.s: Likewise.
502 * testsuite/ld-x86-64/pr23372c.s: Likewise.
503 * testsuite/ld-x86-64/x86-64.exp: Run pr23372a, pr23372a-x32,
504 pr23372b and pr23372b-x32.
505
d8dab054
NC
5062018-07-05 Nick Clifton <nickc@redhat.com>
507
508 * po/bg.po: Updated Bulgarian translation.
509 * po/pt_BR.po: Updated Brazilian Portuguese translation.
510
4a91d0ba
AM
5112018-07-05 Alan Modra <amodra@gmail.com>
512
513 * testsuite/ld-powerpc/attr-gnu-4-12.d: Update expected output.
514 * testsuite/ld-powerpc/attr-gnu-4-13.d: Likewise.
515 * testsuite/ld-powerpc/attr-gnu-4-21.d: Likewise.
516 * testsuite/ld-powerpc/attr-gnu-4-23.d: Likewise.
517 * testsuite/ld-powerpc/attr-gnu-4-31.d: Likewise.
518 * testsuite/ld-powerpc/attr-gnu-4-32.d: Likewise.
519 * testsuite/ld-powerpc/attr-gnu-8-23.d: Likewise.
520 * testsuite/ld-powerpc/attr-gnu-12-21.d: Likewise.
521
94d401b8
L
5222018-07-04 H.J. Lu <hongjiu.lu@intel.com>
523
524 PR ld/23309
525 * ldlang.c (insert_undefined): Set non_ir_ref_regular to TRUE.
526 * plugin.c (is_visible_from_outside): Don't scan entry_symbol.
527 * testsuite/ld-plugin/pr23309.c: New file.
528 * testsuite/ld-plugin/pr23309.d: Likewise.
529
b14b7ff1
L
5302018-07-04 H.J. Lu <hongjiu.lu@intel.com>
531
532 PR ld/23358
533 * lexsup.c (elf_shlib_list_options): Properly display default
534 for -z separate-code.
535
30e53227
MR
5362018-07-02 Maciej W. Rozycki <macro@mips.com>
537
538 * testsuite/ld-mips-elf/mips-elf.exp: Fix a typo in PR ld/21334
539 test name.
540
b638b5d5
L
5412018-07-02 H.J. Lu <hongjiu.lu@intel.com>
542
543 PR ld/23324
544 * testsuite/ld-x86-64/pr23324.s: New file.
545 * testsuite/ld-x86-64/pr23324a.d: Likewise.
546 * testsuite/ld-x86-64/pr23324b.d: Likewise.
547
c0c468d5
TP
5482018-07-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
549
550 * arm-dis.c (select_arm_features): Fix typo in heading comment. Allow
551 all FPU features and add mapping from new bfd_mach_arm values to
552 allowed CPU feature bits.
553
a05a5b64
TP
5542018-07-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
555
556 * NEWS: Use command-line consistently when used in a compount word.
557 * ld.texinfo: Likewise.
558 * ldint.texinfo: Likewise.
559
30aa1306
NC
5602018-06-26 Nick Clifton <nickc@redhat.com>
561
562 * po/uk.po: Updated Ukranian translation.
563
2822b09f
AM
5642018-06-26 Alan Modra <amodra@gmail.com>
565
566 PR 23169
567 * testsuite/ld-ifunc/ifunc.exp: Don't run pr23169 tests on
568 powerpc. Comment.
569
2db70efa
AM
5702018-06-26 Alan Modra <amodra@gmail.com>
571
572 * testsuite/ld-bootstrap/bootstrap.exp: Use parentheses rather
573 than curly braces in logical expression.
574
eca4b721
NC
5752018-06-26 Nick Clifton <nickc@redhat.com>
576
577 * emultempl/aarch64elf.em: Fix spelling mistake.
578 * emultempl/avrelf.em: Likewise.
579 * emultempl/elf32.em: Likewise.
580
71300e2c
NC
5812018-06-24 Nick Clifton <nickc@redhat.com>
582
583 * configure: Regenerate.
584 * po/ld.pot: Regenerate.
585
719d8288
NC
5862018-06-24 Nick Clifton <nickc@redhat.com>
587
588 2.31 branch created.
589 * NEWS: Add marker for 2.31.
590
b939d8a0
RL
5912018-06-20 Renlin Li <renlin.li@arm.com>
592
593 * testsuite/ld-aarch64/emit-relocs-115.d: Update test with new value.
594 * testsuite/ld-aarch64/emit-relocs-534.d: Likewise.
595 * testsuite/ld-aarch64/emit-relocs-555.d: Likewise.
596
789ff5b6
MR
5972018-06-19 Maciej W. Rozycki <macro@mips.com>
598
599 PR ld/22966
600 * testsuite/ld-mips-elf/n64-plt-1.dd: New test.
601 * testsuite/ld-mips-elf/n64-plt-1.gd: New test.
602 * testsuite/ld-mips-elf/n64-plt-2.ed: New test.
603 * testsuite/ld-mips-elf/n64-plt-3.ed: New test.
604 * testsuite/ld-mips-elf/n64-plt-4.dd: New test.
605 * testsuite/ld-mips-elf/n64-plt-4.gd: New test.
606 * testsuite/ld-mips-elf/n64-plt-1.ld: New test linker script.
607 * testsuite/ld-mips-elf/n64-plt-2.ld: New test linker script.
608 * testsuite/ld-mips-elf/n64-plt-3.ld: New test linker script.
609 * testsuite/ld-mips-elf/n64-plt-4.ld: New test linker script.
610 * testsuite/ld-mips-elf/n64-plt.s: New test source.
611 * testsuite/ld-mips-elf/n64-plt-lib.s: New test source.
612 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
613
a4eb6927
MR
6142018-06-19 Maciej W. Rozycki <macro@mips.com>
615
616 * testsuite/ld-elf/shared.exp: XFAIL DT_TEXTREL map file warning
617 test for `mips*-*-*'.
618
d0ac1c44
SM
6192018-06-19 Simon Marchi <simon.marchi@ericsson.com>
620
621 * configure.ac: Remove AC_PREREQ.
622 * Makefile.am: Remove DISTCLEANFILES hack, rename ld.texinfo to
623 ld.texi, ldint.texinfo to ldint.texi throughout.
624 (AUTOMAKE_OPTIONS): Add info-in-builddir.
625 * README: Rename ld.texinfo to ld.texi, ldint.texinfo to
626 ldint.texi throughout.
627 * gen-doc.texi: Likewise.
628 * h8-doc.texi: Likewise.
629 * ld.texinfo: Rename to ...
630 * ld.texi: ... this.
631 * ldint.texinfo: Rename to ...
632 * ldint.texi: ... this.
633 * Makefile.in: Re-generate.
634 * aclocal.m4: Re-generate.
635 * config.in: Re-generate.
636 * configure: Re-generate.
637
77236b83
AM
6382018-06-18 Alan Modra <amodra@gmail.com>
639
640 * testsuite/lib/ld-lib.exp (check_ifunc_available): Pass without
641 running executable when non-native.
642 (check_ifunc_attribute_available): Likewise.
643 * testsuite/ld-ifunc/pr23169a.rd: Remove extraneous lines. Match
644 st_other strings. Pass when func is an ifunc.
645 * testsuite/ld-ifunc/pr23169b.rd: Remove extraneous lines. Correct
646 reloc regexp. Correct match-anything line.
647 * testsuite/ld-ifunc/pr23169c.rd: Remove extraneous lines. Match
648 st_other strings.
649
7f923b7f
AM
6502018-06-14 Alan Modra <amodra@gmail.com>
651
652 * testsuite/ld-elf/readelf.exp: Delete DUMP and selection of
653 variant ver_def.vd.
654 * testsuite/ld-elf/ver_def-tic6x.vd: Delete.
655 * testsuite/ld-elf/shared.exp: Run most pr23161 and pr23162 tests for
656 linux, nacl and gnu targets.
657 * testsuite/ld-mips-elf/mips-elf.exp: Set base_syms to 1.
658 * testsuite/ld-elf/pr23161a.rd: Don't check reloc type. Allow any
659 order of __bss_start, _edata and _end.
660 * testsuite/ld-elf/pr23161b.rd: Don't check plt and dyn relocs.
661 Allow and order of __bss_start, _edata and _end.
662 * testsuite/ld-elf/pr23162.rd: Fail if __bss_start, _edata or _end
663 relocs are present rather than testing for no relocations.
664 * testsuite/ld-aarch64/gc-plt-relocs.d,
665 * testsuite/ld-aarch64/ifunc-1-local.d,
666 * testsuite/ld-aarch64/ifunc-1.d,
667 * testsuite/ld-aarch64/ifunc-2-local.d,
668 * testsuite/ld-aarch64/ifunc-2.d,
669 * testsuite/ld-aarch64/ifunc-21.d,
670 * testsuite/ld-aarch64/ifunc-3a.d,
671 * testsuite/ld-arm/farcall-mixed-lib-v4t.d,
672 * testsuite/ld-arm/farcall-mixed-lib.d,
673 * testsuite/ld-arm/gc-hidden-1.d,
674 * testsuite/ld-arm/tls-gdesc-got.d,
675 * testsuite/ld-arm/tls-lib-loc.d,
676 * testsuite/ld-arm/tls-longplt-lib.d,
677 * testsuite/ld-arm/tls-thumb1.d,
678 * testsuite/ld-cris/libdso-10.d,
679 * testsuite/ld-cris/libdso-11.d,
680 * testsuite/ld-cris/libdso-13b.d,
681 * testsuite/ld-cris/libdso-14.d,
682 * testsuite/ld-cris/libdso-15.d,
683 * testsuite/ld-cris/pic-gc-72.d,
684 * testsuite/ld-cris/pic-gc-73.d,
685 * testsuite/ld-cris/tls-gc-71.d,
686 * testsuite/ld-mips-elf/mips16-pic-4a.nd,
687 * testsuite/ld-mips-elf/pic-and-nonpic-3a.dd,
688 * testsuite/ld-mips-elf/pie-n32.d,
689 * testsuite/ld-mips-elf/pie-n64.d,
690 * testsuite/ld-mips-elf/pie-o32.d: Update for removed dynamic
691 section symbols.
692
1d3bf4a0
HPN
6932018-06-12 Hans-Peter Nilsson <hp@axis.com>
694
695 * testsuite/ld-cris/libdso-1.d: Correct recent address pattern update.
696
d89c1889
NC
6972018-06-12 Nick Clifton <nickc@redhat.com>
698
212b9bc7
NC
699 PR 22983
700 * testsuite/ld-plugin/lto.exp: Use individual tests to check for
701 the presence of each expected symbol.
702 * testsuite/ld-plugin/pr22983.1.d: New file.
703 * testsuite/ld-plugin/pr22983.2.d: New file.
704 * testsuite/ld-plugin/pr22983.3.d: New file.
705 * testsuite/ld-plugin/pr22983.4.d: New file.
706
d89c1889
NC
707 * emulparams/aarch64elf.sh (OTHER_BSS_END_SYMBOLS): Make the
708 definition of the __bss_end__ symbol conditional upon CREATE_SHLIB.
709
5a485b38
NC
7102018-06-11 Nick Clifton <nickc@redhat.com>
711
712 * po/es.po: Updated Spanish translation.
713
d68033ea
MR
7142018-06-09 Maciej W. Rozycki <macro@mips.com>
715
716 * testsuite/ld-mips-elf/stub-dynsym-micromips-1-7fff.d: New
717 test.
718 * testsuite/ld-mips-elf/stub-dynsym-micromips-1-8000.d: New
719 test.
720 * testsuite/ld-mips-elf/stub-dynsym-micromips-1-fff0.d: New
721 test.
722 * testsuite/ld-mips-elf/stub-dynsym-micromips-1-10000.d: New
723 test.
724 * testsuite/ld-mips-elf/stub-dynsym-micromips-1-2fe80.d: New
725 test.
726 * testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-7fff.d:
727 New test.
728 * testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-8000.d:
729 New test.
730 * testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-fff0.d:
731 New test.
732 * testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-10000.d:
733 New test.
734 * testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-2fe80.d:
735 New test.
736 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests. Fix
737 indentation.
738
653e0a1e
MR
7392018-06-09 Maciej W. Rozycki <macro@mips.com>
740
741 * testsuite/ld-mips-elf/mips-elf.exp: Update symbol count in the
742 comment associated with lazy binding stub tests.
743
2f8b83ee
MR
7442018-06-09 Maciej W. Rozycki <macro@mips.com>
745
746 * Makefile.am (eelf32mipswindiss.c): Add `mipself.em' dependency.
747 * Makefile.in: Regenerate.
748
ecf99cc0
L
7492018-06-08 H.J. Lu <hongjiu.lu@intel.com>
750
751 PR ld/23161
752 * testsuite/ld-elf/pr23161d.rd: Remove local _edata, __bss_start,
753 and _end from dynamic symbol table.
754
fd161d86
AM
7552018-06-08 H.J. Lu <hongjiu.lu@intel.com>
756 Alan Modra <amodra@gmail.com>
757
758 PR ld/23161
759 * emulparams/aarch64cloudabi.sh: PROVIDE __bss_start__, _bss_end__,
760 and __end__ in shared libraries.
761 * emulparams/aarch64fbsd.sh: Likewise.
762 * emulparams/aarch64linux.sh: Likewise.
763 * emulparams/aarch64linux32.sh: Likewise.
764 * emulparams/armelf_fuchsia.sh: Likewise.
765 * emulparams/armelf_linux.sh: Likewise.
766 * emulparams/armelf_phoenix.sh: Likewise.
767 * emulparams/aarch64elf.sh: Likewise, and __data_start
768 * emulparams/aarch64elf32.sh: Likewise.
769 * emulparams/armelf.sh: Likewise.
770 * emulparams/armnto.sh: Likewise.
771 * emulparams/elf32bmip.sh: Remove duplicate ". = ." from
772 OTHER_GOT_SYMBOLS. PROVIDE _ftext, _fdata, and _fbss in shared libs.
773 * emulparams/elf32bmipn32-defs.sh: Likewise.
774 * emulparams/elf32frv.sh: PROVIDE __end and __data_start in shared libs.
775 * emulparams/elf32lriscv-defs.sh: Tidy.
776 * emulparams/elf32mcore.sh: PROVIDE __bss_start and _bss_end in
777 shared libs
778 * emulparams/elf32ppccommon.sh: PROVIDE __end in shared libs.
779 * emulparams/elf32rl78.sh: Tidy.
780 * emulparams/i386nto.sh: PROVIDE _btext in shared libs.
781 * emulparams/shelf_nto.sh: Likewise.
782 * emulparams/shlelf_nto.sh: Likewise.
783 * emulparams/score3_elf.sh: PROVIDE _gp, _bss_start__, _bss_end__,
784 __bss_end__, __end__, _fdata, _sdata_begin, and _bss_start in
785 shared libs.
786 * scripttempl/elf.sc: Don't use EXECUTABLE_SYMBOLS for shared
787 libraries. PROVIDE _edata, edata, __bss_start, and _end in shared
788 libraries.
789 * testsuite/ld-elf/pr23161.map,
790 * testsuite/ld-elf/pr23161a.c,
791 * testsuite/ld-elf/pr23161b.c,
792 * testsuite/ld-elf/pr23161c.c,
793 * testsuite/ld-elf/pr23161a.rd,
794 * testsuite/ld-elf/pr23161b.rd,
795 * testsuite/ld-elf/pr23161c.rd,
796 * testsuite/ld-elf/pr23161d.rd: New tests.
797 * testsuite/ld-elf/shared.exp: Run ld/23161 tests.
798 * testsuite/ld-elf/pr23162.rd,
799 * testsuite/ld-aarch64/ifunc-1-local.d,
800 * testsuite/ld-aarch64/ifunc-1.d,
801 * testsuite/ld-aarch64/ifunc-2-local.d,
802 * testsuite/ld-aarch64/ifunc-2.d,
803 * testsuite/ld-aarch64/ifunc-21.d,
804 * testsuite/ld-aarch64/ifunc-3a.d,
805 * testsuite/ld-alpha/tlsbin.rd,
806 * testsuite/ld-alpha/tlsbin.sd,
807 * testsuite/ld-alpha/tlsbinr.rd,
808 * testsuite/ld-alpha/tlspic.rd,
809 * testsuite/ld-alpha/tlspic.sd,
810 * testsuite/ld-cris/dso-pltdis1.d,
811 * testsuite/ld-cris/dso-pltdis2.d,
812 * testsuite/ld-cris/dso12-pltdis.d,
813 * testsuite/ld-cris/gotplt1.d,
814 * testsuite/ld-cris/gotplt2.d,
815 * testsuite/ld-cris/gotplt3.d,
816 * testsuite/ld-cris/hiddef1.d,
817 * testsuite/ld-cris/libdso-1.d,
818 * testsuite/ld-cris/libdso-10.d,
819 * testsuite/ld-cris/libdso-11.d,
820 * testsuite/ld-cris/libdso-12.d,
821 * testsuite/ld-cris/libdso-12b.d,
822 * testsuite/ld-cris/libdso-12c.d,
823 * testsuite/ld-cris/libdso-13.d,
824 * testsuite/ld-cris/libdso-13b.d,
825 * testsuite/ld-cris/libdso-14.d,
826 * testsuite/ld-cris/libdso-15.d,
827 * testsuite/ld-cris/libdso-15b.d,
828 * testsuite/ld-cris/libdso-1c.d,
829 * testsuite/ld-cris/libdso-1d.d,
830 * testsuite/ld-cris/libdso-2.d,
831 * testsuite/ld-cris/pic-gc-72.d,
832 * testsuite/ld-cris/pic-gc-73.d,
833 * testsuite/ld-cris/pr16044.d,
834 * testsuite/ld-cris/pv32-1.d,
835 * testsuite/ld-cris/tls-dso-dtpoffd2.d,
836 * testsuite/ld-cris/tls-dso-dtpoffd4.d,
837 * testsuite/ld-cris/tls-dso-tpoffgotcomm1.d,
838 * testsuite/ld-cris/tls-gc-71.d,
839 * testsuite/ld-cris/tls-gd-1.d,
840 * testsuite/ld-cris/tls-gd-1h.d,
841 * testsuite/ld-cris/tls-gd-2.d,
842 * testsuite/ld-cris/tls-gd-2h.d,
843 * testsuite/ld-cris/tls-ie-10.d,
844 * testsuite/ld-cris/tls-ie-11.d,
845 * testsuite/ld-cris/tls-ie-78.d,
846 * testsuite/ld-cris/tls-ie-8.d,
847 * testsuite/ld-cris/tls-ie-9.d,
848 * testsuite/ld-cris/tls-js1.d,
849 * testsuite/ld-cris/tls-ld-4.d,
850 * testsuite/ld-cris/tls-ld-5.d,
851 * testsuite/ld-cris/tls-ld-6.d,
852 * testsuite/ld-cris/tls-ld-7.d,
853 * testsuite/ld-cris/tls-ldgd-14.d,
854 * testsuite/ld-cris/tls-ldgd-15.d,
855 * testsuite/ld-cris/tls-ldgdex-14.d,
856 * testsuite/ld-cris/tls-ldgdex-15.d,
857 * testsuite/ld-cris/tls-ldgdx-14.d,
858 * testsuite/ld-cris/tls-ldgdx-15.d,
859 * testsuite/ld-cris/tls-legdx-16.d,
860 * testsuite/ld-cris/tls-legdx-17.d,
861 * testsuite/ld-cris/tls-local-54.d,
862 * testsuite/ld-cris/tls-local-60.d,
863 * testsuite/ld-cris/tls-local-61.d,
864 * testsuite/ld-cris/tls-local-63.d,
865 * testsuite/ld-cris/tls-local-64.d,
866 * testsuite/ld-cris/tls-ok-30.d,
867 * testsuite/ld-cris/tls-ok-32.d,
868 * testsuite/ld-cris/tls-ok-34.d,
869 * testsuite/ld-cris/tls-und-38.d,
870 * testsuite/ld-cris/tls-und-42.d,
871 * testsuite/ld-cris/tls-und-46.d,
872 * testsuite/ld-cris/tls-und-50.d,
873 * testsuite/ld-cris/weakhiddso.d,
874 * testsuite/ld-cris/weakref2.d,
875 * testsuite/ld-frv/fdpic-shared-1.d,
876 * testsuite/ld-frv/fdpic-shared-2.d,
877 * testsuite/ld-frv/fdpic-shared-3.d,
878 * testsuite/ld-frv/fdpic-shared-4.d,
879 * testsuite/ld-frv/fdpic-shared-5.d,
880 * testsuite/ld-frv/fdpic-shared-7.d,
881 * testsuite/ld-frv/fdpic-shared-8.d,
882 * testsuite/ld-frv/tls-dynamic-2.d,
883 * testsuite/ld-i386/ibt-plt-1.d,
884 * testsuite/ld-i386/ibt-plt-2a.d,
885 * testsuite/ld-i386/ibt-plt-2b.d,
886 * testsuite/ld-i386/ibt-plt-2c.d,
887 * testsuite/ld-i386/ibt-plt-2d.d,
888 * testsuite/ld-i386/ibt-plt-3a.d,
889 * testsuite/ld-i386/ibt-plt-3b.d,
890 * testsuite/ld-i386/ibt-plt-3c.d,
891 * testsuite/ld-i386/ibt-plt-3d.d,
892 * testsuite/ld-i386/plt2.dd,
893 * testsuite/ld-i386/pr20830.d,
894 * testsuite/ld-i386/tlsbin-nacl.rd,
895 * testsuite/ld-i386/tlsbin.rd,
896 * testsuite/ld-i386/tlsbin2-nacl.rd,
897 * testsuite/ld-i386/tlsbin2.rd,
898 * testsuite/ld-i386/tlsbindesc-nacl.rd,
899 * testsuite/ld-i386/tlsbindesc.rd,
900 * testsuite/ld-i386/tlsdesc-nacl.rd,
901 * testsuite/ld-i386/tlsdesc.rd,
902 * testsuite/ld-i386/tlsgdesc-nacl.rd,
903 * testsuite/ld-i386/tlsgdesc.rd,
904 * testsuite/ld-i386/tlsnopic-nacl.rd,
905 * testsuite/ld-i386/tlsnopic.dd,
906 * testsuite/ld-i386/tlsnopic.rd,
907 * testsuite/ld-i386/tlsnopic.sd,
908 * testsuite/ld-i386/tlspic-nacl.rd,
909 * testsuite/ld-i386/tlspic.rd,
910 * testsuite/ld-i386/tlspic2-nacl.rd,
911 * testsuite/ld-i386/tlspic2.rd,
912 * testsuite/ld-ia64/merge1.d,
913 * testsuite/ld-ia64/merge2.d,
914 * testsuite/ld-ia64/merge3.d,
915 * testsuite/ld-ia64/merge4.d,
916 * testsuite/ld-ia64/merge5.d,
917 * testsuite/ld-ia64/tlsbin.rd,
918 * testsuite/ld-ia64/tlspic.rd,
919 * testsuite/ld-ifunc/ifunc-2-i386-now.d,
920 * testsuite/ld-ifunc/ifunc-2-local-i386-now.d,
921 * testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d,
922 * testsuite/ld-ifunc/ifunc-2-local-x86-64.d,
923 * testsuite/ld-ifunc/ifunc-2-x86-64-now.d,
924 * testsuite/ld-ifunc/ifunc-2-x86-64.d,
925 * testsuite/ld-ifunc/pr17154-i386-now.d,
926 * testsuite/ld-ifunc/pr17154-i386.d,
927 * testsuite/ld-ifunc/pr17154-x86-64-now.d,
928 * testsuite/ld-ifunc/pr17154-x86-64.d,
929 * testsuite/ld-m68k/tls-def-1.d,
930 * testsuite/ld-m68k/tls-gd-1.d2,
931 * testsuite/ld-metag/shared.d,
932 * testsuite/ld-metag/stub_pic_app.d,
933 * testsuite/ld-mips-elf/rel32-n32.d,
934 * testsuite/ld-mips-elf/rel32-o32.d,
935 * testsuite/ld-mips-elf/rel64.d,
936 * testsuite/ld-powerpc/ambiguousv1.d,
937 * testsuite/ld-powerpc/ambiguousv1b.d,
938 * testsuite/ld-powerpc/ambiguousv2.d,
939 * testsuite/ld-powerpc/ambiguousv2b.d,
940 * testsuite/ld-powerpc/tlsexe.d,
941 * testsuite/ld-powerpc/tlsexe.r,
942 * testsuite/ld-powerpc/tlsexe32.d,
943 * testsuite/ld-powerpc/tlsexe32.g,
944 * testsuite/ld-powerpc/tlsexe32.r,
945 * testsuite/ld-powerpc/tlsexetoc.d,
946 * testsuite/ld-powerpc/tlsexetoc.r,
947 * testsuite/ld-powerpc/tlsso.d,
948 * testsuite/ld-powerpc/tlsso.r,
949 * testsuite/ld-powerpc/tlsso32.g,
950 * testsuite/ld-powerpc/tlsso32.r,
951 * testsuite/ld-powerpc/tlstocso.d,
952 * testsuite/ld-powerpc/tlstocso.g,
953 * testsuite/ld-powerpc/tlstocso.r,
954 * testsuite/ld-s390/gotreloc_31-1.dd,
955 * testsuite/ld-s390/tlsbin.dd,
956 * testsuite/ld-s390/tlsbin.rd,
957 * testsuite/ld-s390/tlsbin_64.dd,
958 * testsuite/ld-s390/tlsbin_64.rd,
959 * testsuite/ld-s390/tlspic.rd,
960 * testsuite/ld-s390/tlspic_64.rd,
961 * testsuite/ld-sh/tlsbin-2.d,
962 * testsuite/ld-sh/tlspic-2.d,
963 * testsuite/ld-sparc/gotop32.rd,
964 * testsuite/ld-sparc/gotop64.rd,
965 * testsuite/ld-sparc/tlssunbin32.rd,
966 * testsuite/ld-sparc/tlssunbin64.rd,
967 * testsuite/ld-sparc/tlssunnopic32.rd,
968 * testsuite/ld-sparc/tlssunnopic64.rd,
969 * testsuite/ld-sparc/tlssunpic32.rd,
970 * testsuite/ld-sparc/tlssunpic64.rd,
971 * testsuite/ld-x86-64/bnd-branch-1-now.d,
972 * testsuite/ld-x86-64/bnd-ifunc-1-now.d,
973 * testsuite/ld-x86-64/bnd-ifunc-2-now.d,
974 * testsuite/ld-x86-64/bnd-ifunc-2.d,
975 * testsuite/ld-x86-64/bnd-plt-1-now.d,
976 * testsuite/ld-x86-64/bnd-plt-1.d,
977 * testsuite/ld-x86-64/ibt-plt-1-x32.d,
978 * testsuite/ld-x86-64/ibt-plt-1.d,
979 * testsuite/ld-x86-64/ibt-plt-2a-x32.d,
980 * testsuite/ld-x86-64/ibt-plt-2a.d,
981 * testsuite/ld-x86-64/ibt-plt-2b-x32.d,
982 * testsuite/ld-x86-64/ibt-plt-2b.d,
983 * testsuite/ld-x86-64/ibt-plt-2c-x32.d,
984 * testsuite/ld-x86-64/ibt-plt-2c.d,
985 * testsuite/ld-x86-64/ibt-plt-2d-x32.d,
986 * testsuite/ld-x86-64/ibt-plt-2d.d,
987 * testsuite/ld-x86-64/ibt-plt-3a-x32.d,
988 * testsuite/ld-x86-64/ibt-plt-3a.d,
989 * testsuite/ld-x86-64/ibt-plt-3b-x32.d,
990 * testsuite/ld-x86-64/ibt-plt-3b.d,
991 * testsuite/ld-x86-64/ibt-plt-3c-x32.d,
992 * testsuite/ld-x86-64/ibt-plt-3c.d,
993 * testsuite/ld-x86-64/ibt-plt-3d-x32.d,
994 * testsuite/ld-x86-64/ibt-plt-3d.d,
995 * testsuite/ld-x86-64/ilp32-4-nacl.d,
996 * testsuite/ld-x86-64/ilp32-4.d,
997 * testsuite/ld-x86-64/load1c-nacl.d,
998 * testsuite/ld-x86-64/load1c.d,
999 * testsuite/ld-x86-64/load1d-nacl.d,
1000 * testsuite/ld-x86-64/load1d.d,
1001 * testsuite/ld-x86-64/mpx3n.dd,
1002 * testsuite/ld-x86-64/mpx4.dd,
1003 * testsuite/ld-x86-64/mpx4n.dd,
1004 * testsuite/ld-x86-64/plt2.dd,
1005 * testsuite/ld-x86-64/pr14207.d,
1006 * testsuite/ld-x86-64/pr19162.d,
1007 * testsuite/ld-x86-64/pr20253-1f.d,
1008 * testsuite/ld-x86-64/pr20253-1l.d,
1009 * testsuite/ld-x86-64/pr20830a-now.d,
1010 * testsuite/ld-x86-64/pr20830a.d,
1011 * testsuite/ld-x86-64/pr20830b-now.d,
1012 * testsuite/ld-x86-64/pr20830b.d,
1013 * testsuite/ld-x86-64/pr21038a-now.d,
1014 * testsuite/ld-x86-64/pr21038a.d,
1015 * testsuite/ld-x86-64/pr21038b-now.d,
1016 * testsuite/ld-x86-64/pr21038b.d,
1017 * testsuite/ld-x86-64/pr21038c-now.d,
1018 * testsuite/ld-x86-64/pr21038c.d,
1019 * testsuite/ld-x86-64/tlsbin-nacl.rd,
1020 * testsuite/ld-x86-64/tlsbin.rd,
1021 * testsuite/ld-x86-64/tlsbin2-nacl.rd,
1022 * testsuite/ld-x86-64/tlsbin2.rd,
1023 * testsuite/ld-x86-64/tlsbindesc-nacl.rd,
1024 * testsuite/ld-x86-64/tlsbindesc.rd,
1025 * testsuite/ld-x86-64/tlsdesc-nacl.rd,
1026 * testsuite/ld-x86-64/tlsdesc.rd,
1027 * testsuite/ld-x86-64/tlsgdesc-nacl.rd,
1028 * testsuite/ld-x86-64/tlsgdesc.rd,
1029 * testsuite/ld-x86-64/tlspic-nacl.rd,
1030 * testsuite/ld-x86-64/tlspic.rd,
1031 * testsuite/ld-x86-64/tlspic2-nacl.rd,
1032 * testsuite/ld-x86-64/tlspic2.rd: Update.
1033
fc6041a7
AM
10342018-06-07 Alan Modra <amodra@gmail.com>
1035
1036 * emulparams/elf64bmip.sh (EXECUTABLE_SYMBOLS): Don't define.
1037 (OTHER_SYMBOLS): Define this instead.
1038 * emulparams/elf32bmipn32.sh (EXECUTABLE_SYMBOLS): Don't define.
1039 (OTHER_SYMBOLS): Define similarly to elf64bmip.sh.
1040 * emulparams/elf64hppa.sh (EXECUTABLE_SYMBOLS): Don't define.
1041 (OTHER_SYMBOLS): Define instead.
1042
527278f3
AM
10432018-06-07 Alan Modra <amodra@gmail.com>
1044
1045 * emulparams/elf32_tic6x_le.sh (EXECUTABLE_SYMBOLS): Don't define.
1046
08f22593
AM
10472018-06-06 Alan Modra <amodra@gmail.com>
1048
1049 * Makefile.am (earmelf_fbsd.c): Correct dependencies.
1050 (earmelfb_fbsd.c, earmelfb_fuchsia.c): Likewise.
1051 * Makefile.in: Regenerate.
1052
27b07675
AM
10532018-06-05 Alan Modra <amodra@gmail.com>
1054
1055 PR 23254
1056 * plugin.c (plugin_call_claim_file): Revert 2016-07-19 patch.
1057 (plugin_object_p): Don't dup file descriptor.
1058
112ba867
FC
10592018-06-05 Flavio Ceolin <flavio.ceolin@intel.com>
1060
1061 * testsuite/ld-elf/elf.exp Run new test.
1062 * testsuite/ld-elf/stack-noexec.rd New file: Expected readelf output.
1063
cf7a5066
JW
10642018-06-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
1065 Jim Wilson <jimw@sifive.com>
1066
1067 PR ld/23244
1068 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Run new weak ref tests.
1069 * testsuite/ld-riscv-elf/weakref.ld: New.
1070 * testsuite/ld-riscv-elf/weakref32.d: New.
1071 * testsuite/ld-riscv-elf/weakref32.s: New.
1072 * testsuite/ld-riscv-elf/weakref64.d: New.
1073 * testsuite/ld-riscv-elf/weakref64.s: New.
1074
55e99962
L
10752018-06-01 H.J. Lu <hongjiu.lu@intel.com>
1076
1077 * configure: Regenerated.
1078
ac98f9e2
L
10792018-05-28 H.J. Lu <hongjiu.lu@intel.com>
1080
1081 PR ld/23238
1082 * testsuite/ld-ifunc/ifunc-26.d: New file.
1083 * testsuite/ld-ifunc/ifunc-26.s: Likewise.
1084 * testsuite/ld-ifunc/ifunc.exp: Run *.d tests without a
1085 working compiler.
1086
03fce1c7
L
10872018-05-28 H.J. Lu <hongjiu.lu@intel.com>
1088
1089 * testsuite/ld-ifunc/ifunc-10-i386.d: Skip NaCl targets.
1090 * testsuite/ld-ifunc/ifunc-10-x86-64.d: Likewise.
1091 * testsuite/ld-ifunc/ifunc-11-i386.d: Likewise.
1092 * testsuite/ld-ifunc/ifunc-11-x86-64.d: Likewise.
1093 * testsuite/ld-ifunc/ifunc-12-i386.d: Likewise.
1094 * testsuite/ld-ifunc/ifunc-12-x86-64.d: Likewise.
1095 * testsuite/ld-ifunc/ifunc-13-i386.d: Likewise.
1096 * testsuite/ld-ifunc/ifunc-13-x86-64.d: Likewise.
1097 * testsuite/ld-ifunc/ifunc-14a-i386.d: Likewise.
1098 * testsuite/ld-ifunc/ifunc-14a-x86-64.d: Likewise.
1099 * testsuite/ld-ifunc/ifunc-14b-i386.d: Likewise.
1100 * testsuite/ld-ifunc/ifunc-14b-x86-64.d: Likewise.
1101 * testsuite/ld-ifunc/ifunc-14c-i386.d: Likewise.
1102 * testsuite/ld-ifunc/ifunc-14c-x86-64.d: Likewise.
1103 * testsuite/ld-ifunc/ifunc-14d-i386.d: Likewise.
1104 * testsuite/ld-ifunc/ifunc-14d-x86-64.d: Likewise.
1105 * testsuite/ld-ifunc/ifunc-14e-i386.d: Likewise.
1106 * testsuite/ld-ifunc/ifunc-14e-x86-64.d: Likewise.
1107 * testsuite/ld-ifunc/ifunc-14f-i386.d: Likewise.
1108 * testsuite/ld-ifunc/ifunc-14f-x86-64.d: Likewise.
1109 * testsuite/ld-ifunc/ifunc-15-i386.d: Likewise.
1110 * testsuite/ld-ifunc/ifunc-15-x86-64.d: Likewise.
1111 * testsuite/ld-ifunc/ifunc-16-i386-now.d: Likewise.
1112 * testsuite/ld-ifunc/ifunc-16-i386.d: Likewise.
1113 * testsuite/ld-ifunc/ifunc-16-x86-64-now.d: Likewise.
1114 * testsuite/ld-ifunc/ifunc-16-x86-64.d: Likewise.
1115 * testsuite/ld-ifunc/ifunc-17a-i386.d: Likewise.
1116 * testsuite/ld-ifunc/ifunc-17a-x86-64.d: Likewise.
1117 * testsuite/ld-ifunc/ifunc-17b-i386.d: Likewise.
1118 * testsuite/ld-ifunc/ifunc-17b-x86-64.d: Likewise.
1119 * testsuite/ld-ifunc/ifunc-18a-i386.d: Likewise.
1120 * testsuite/ld-ifunc/ifunc-18a-x86-64.d: Likewise.
1121 * testsuite/ld-ifunc/ifunc-18b-i386.d: Likewise.
1122 * testsuite/ld-ifunc/ifunc-18b-x86-64.d: Likewise.
1123 * testsuite/ld-ifunc/ifunc-19a-i386.d: Likewise.
1124 * testsuite/ld-ifunc/ifunc-19a-x86-64.d: Likewise.
1125 * testsuite/ld-ifunc/ifunc-19b-i386.d: Likewise.
1126 * testsuite/ld-ifunc/ifunc-19b-x86-64.d: Likewise.
1127 * testsuite/ld-ifunc/ifunc-2-i386.d: Likewise.
1128 * testsuite/ld-ifunc/ifunc-2-local-i386.d: Likewise.
1129 * testsuite/ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
1130 * testsuite/ld-ifunc/ifunc-2-x86-64.d: Likewise.
1131 * testsuite/ld-ifunc/ifunc-20-i386.d: Likewise.
1132 * testsuite/ld-ifunc/ifunc-20-x86-64.d: Likewise.
1133 * testsuite/ld-ifunc/ifunc-21-i386.d: Likewise.
1134 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
1135 * testsuite/ld-ifunc/ifunc-22-i386.d: Likewise.
1136 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
1137 * testsuite/ld-ifunc/ifunc-5a-i386.d: Likewise.
1138 * testsuite/ld-ifunc/ifunc-5a-local-i386.d: Likewise.
1139 * testsuite/ld-ifunc/ifunc-5a-local-x86-64.d: Likewise.
1140 * testsuite/ld-ifunc/ifunc-5a-x86-64.d: Likewise.
1141 * testsuite/ld-ifunc/ifunc-5b-i386.d: Likewise.
1142 * testsuite/ld-ifunc/ifunc-5b-local-i386.d: Likewise.
1143 * testsuite/ld-ifunc/ifunc-5b-local-x86-64.d: Likewise.
1144 * testsuite/ld-ifunc/ifunc-5b-x86-64.d: Likewise.
1145 * testsuite/ld-ifunc/ifunc-5r-local-i386.d: Likewise.
1146 * testsuite/ld-ifunc/ifunc-5r-local-x86-64.d: Likewise.
1147 * testsuite/ld-ifunc/ifunc-6a-i386.d: Likewise.
1148 * testsuite/ld-ifunc/ifunc-6a-x86-64.d: Likewise.
1149 * testsuite/ld-ifunc/ifunc-6b-i386.d: Likewise.
1150 * testsuite/ld-ifunc/ifunc-6b-x86-64.d: Likewise.
1151 * testsuite/ld-ifunc/ifunc-7a-i386.d: Likewise.
1152 * testsuite/ld-ifunc/ifunc-7a-x86-64.d: Likewise.
1153 * testsuite/ld-ifunc/ifunc-7b-i386.d: Likewise.
1154 * testsuite/ld-ifunc/ifunc-7b-x86-64.d: Likewise.
1155 * testsuite/ld-ifunc/ifunc-8-i386.d: Likewise.
1156 * testsuite/ld-ifunc/ifunc-8-x86-64.d: Likewise.
1157 * testsuite/ld-ifunc/ifunc-9-i386.d: Likewise.
1158 * testsuite/ld-ifunc/ifunc-9-x86-64.d: Likewise.
1159 * testsuite/ld-ifunc/pr17154-i386.d: Likewise.
1160 * testsuite/ld-ifunc/pr17154-x86-64-now.d: Likewise.
1161 * testsuite/ld-ifunc/pr17154-x86-64.d: Likewise.
1162
099bb8fb
L
11632018-05-26 H.J. Lu <hongjiu.lu@intel.com>
1164
1165 PR ld/23194
1166 * testsuite/ld-i386/pr23194.d: Expect only R_386_GLOB_DAT
1167 against foobar.
1168 * testsuite/ld-i386/pr23194.map: Add foobar.
1169 * testsuite/ld-x86-64/pr23194.map: Likewise.
1170 * testsuite/ld-i386/pr23194.s: Add a common foobar symbol.
1171 * testsuite/ld-x86-64/pr23194.s: Likewise.
1172 * testsuite/ld-x86-64/pr23194.d: Expect only R_X86_64_GLOB_DAT
1173 against foobar.
1174
277eb7f6
AM
11752018-05-25 Alan Modra <amodra@gmail.com>
1176
1177 * po/BLD-POTFILES.in: Regenerate.
1178
29e11a04
L
11792018-05-21 H.J. Lu <hongjiu.lu@intel.com>
1180
1181 PR ld/23201
1182 * testsuite/ld-tic6x/shlib-1.rd: Adjusted.
1183 * testsuite/ld-tic6x/shlib-1b.rd: Likewise.
1184 * testsuite/ld-tic6x/shlib-1r.rd: Likewise.
1185 * testsuite/ld-tic6x/shlib-1rb.rd: Likewise.
1186 * testsuite/ld-tic6x/shlib-app-1.rd: Likewise.
1187 * testsuite/ld-tic6x/shlib-app-1b.rd: Likewise.
1188 * testsuite/ld-tic6x/shlib-app-1r.rd: Likewise.
1189 * testsuite/ld-tic6x/shlib-app-1rb.rd: Likewise.
1190 * testsuite/ld-tic6x/shlib-noindex.rd: Likewise.
1191 * testsuite/ld-tic6x/static-app-1.rd: Likewise.
1192 * testsuite/ld-tic6x/static-app-1b.rd: Likewise.
1193 * testsuite/ld-tic6x/static-app-1r.rd: Likewise.
1194 * testsuite/ld-tic6x/static-app-1rb.rd: Likewise.
1195
34a87bb0
L
11962018-05-21 H.J. Lu <hongjiu.lu@intel.com>
1197
1198 PR ld/23201
1199 * ldexp.c (exp_fold_tree_1): Call bfd_link_hide_symbol to hide
1200 a symbol.
1201 * testsuite/ld-elf/provide-hidden-dynabs.nd: Removed.
1202 * testsuite/ld-elf/provide-hidden-dynsec.nd: Likewise.
1203 * testsuite/ld-elf/provide-hidden.exp: Replace
1204 provide-hidden-dynsec.nd with provide-hidden-sec.nd and
1205 provide-hidden-dyn.nd. Replace provide-hidden-dynabs.nd with
1206 provide-hidden-abs.nd and provide-hidden-dyn.nd.
1207 * testsuite/ld-i386/pr23189.d: Expect no dynamic relocation.
1208 * testsuite/ld-x86-64/pr23189.d: Likewise.
1209
97373b2e
L
12102018-05-18 H.J. Lu <hongjiu.lu@intel.com>
1211
1212 PR ld/23194
1213 * testsuite/ld-i386/i386.exp: Run pr23194.
1214 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1215 * testsuite/ld-i386/pr23194.d: New file.
1216 * testsuite/ld-i386/pr23194.map: Likewise.
1217 * testsuite/ld-i386/pr23194.s: Likewise.
1218 * testsuite/ld-x86-64/pr23194.d: Likewise.
1219 * testsuite/ld-x86-64/pr23194.map: Likewise.
1220 * testsuite/ld-x86-64/pr23194.s: Likewise.
1221
941036f4
L
12222018-05-18 H.J. Lu <hongjiu.lu@intel.com>
1223
1224 * testsuite/ld-i386/i386.exp: Run pr23189 for all targets.
1225 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1226
7b4ae824
JD
12272018-05-18 John Darrington <john@darrington.wattle.id.au>
1228
1229 * Makefile.am: Add support for s12z architecture.
1230 * configure.tgt: Likewise.
1231 * Makefile.in: Regenerate.
1232 * emulparams/m9s12zelf.sh: New file.
1233 * scripttempl/elfm9s12z.sc: New file.
1234 * testsuite/ld-discard/static.d: Expect to fail for the s12z
1235 target.
1236 * testsuite/ld-elf/endsym.d: Likewise.
1237 * testsuite/ld-elf/merge.d: Likewise.
1238 * testsuite/ld-elf/pr14926.d: Skip for the s12z target.
1239 * testsuite/ld-elf/sec64k.exp: Likewise.
1240 * testsuite/ld-s12z: New directory.
1241 * testsuite/ld-s12z/opr-linking.d: New file.
1242 * testsuite/ld-s12z/opr-linking.s: New file.
1243 * testsuite/ld-s12z/relative-linking.d: New file.
1244 * testsuite/ld-s12z/relative-linking.s: New file.
1245 * testsuite/ld-s12z/z12s.exp: New file.
1246
011b32fd
L
12472018-05-18 H.J. Lu <hongjiu.lu@intel.com>
1248
1249 PR ld/23189
1250 * testsuite/ld-i386/i386.exp: Run pr23189.
1251 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1252 * testsuite/ld-i386/pr23189.d: New file.
1253 * testsuite/ld-i386/pr23189.s: Likewise.
1254 * testsuite/ld-i386/pr23189.t: Likewise.
1255 * testsuite/ld-x86-64/pr23189.d: Likewise.
1256 * testsuite/ld-x86-64/pr23189.s: Likewise.
1257 * testsuite/ld-x86-64/pr23189.t: Likewise.
1258
aa82c0d3
AM
12592018-05-15 Alan Modra <amodra@gmail.com>
1260
1261 * testsuite/ld-elf/notes.exp: Restore LDFLAGS.
1262
864bb26c
NC
12632018-05-14 Nick Clifton <nickc@redhat.com>
1264
1265 * testsuite/ld-elf/notes.exp: New file: Run new test.
1266 * testsuite/ld-elf/note1_1.s: New file: Source file for test.
1267 * testsuite/ld-elf/note1_2.s: New file: Source file for test.
1268 * testsuite/ld-elf/note1.r: New file: Expected readelf output.
1269
4ec09950
L
12702018-05-14 H.J. Lu <hongjiu.lu@intel.com>
1271
1272 PR ld/23169
1273 * testsuite/ld-ifunc/ifunc-9-i386.d: New file.
1274 * testsuite/ld-ifunc/ifunc-9-x86-64.d: Likewise.
1275 * testsuite/ld-ifunc/pr23169a.c: Likewise.
1276 * testsuite/ld-ifunc/pr23169a.rd: Likewise.
1277 * testsuite/ld-ifunc/pr23169b.c: Likewise.
1278 * testsuite/ld-ifunc/pr23169b.c: Likewise.
1279 * testsuite/ld-ifunc/pr23169c.rd: Likewise.
1280 * testsuite/ld-ifunc/pr23169c.rd: Likewise.
1281 * testsuite/ld-ifunc/ifunc-9-x86.d: Removed.
1282 * testsuite/ld-ifunc/ifunc.exp: Run PR ld/23169 tests.
1283
9bc935ef
L
12842018-05-14 H.J. Lu <hongjiu.lu@intel.com>
1285
1286 PR ld/23162
1287 * testsuite/ld-elf/pr23162.map: New file.
1288 * testsuite/ld-elf/pr23162.rd: Likewise.
1289 * testsuite/ld-elf/pr23162a.c: Likewise.
1290 * testsuite/ld-elf/pr23162b.c: Likewise.
1291 * testsuite/ld-elf/shared.exp: Run PR ld/23162 tests.
1292
9933dc52
AM
12932018-05-12 Alan Modra <amodra@gmail.com>
1294
1295 PR 20659
1296 * testsuite/ld-elf/changelma.d,
1297 * testsuite/ld-elf/changelma.lnk,
1298 * testsuite/ld-elf/changelma.s: New test.
1299
493ffac5
DD
13002018-05-09 2018-05-02 Dimitar Dimitrov <dimitar@dinux.eu>
1301
1302 * scripttempl/pru.sc: Add LD sections to allow linking TI
1303 toolchain object files.
1304 * scripttempl/pru.sc: Switch to init_array.
1305 * testsuite/ld-pru/ldi32.d: Update LDI32 test to conform to TI ABI.
1306 * testsuite/ld-pru/norelax_ldi32-data.d: Likewise.
1307 * testsuite/ld-pru/norelax_ldi32-dis.d: Likewise.
1308 * testsuite/ld-pru/relax_ldi32-data.d: Likewise.
1309 * testsuite/ld-pru/relax_ldi32-dis.d: Likewise.
1310
a7287b94
AM
13112018-05-09 Alan Modra <amodra@gmail.com>
1312
1313 * po/BLD-POTFILES.in: Regenerate.
1314
10d98088
JW
13152018-05-08 Jim Wilson <jimw@sifive.com>
1316
1317 PR ld/22962
1318 * Makefile.am (ALL_EMULATION_SOURCES): Add eelf32lriscv_ilp32f.c,
1319 eelf32lriscv_ilp32.c, eelf64lriscv_lp64f.c, eelf64lriscv_lp64.c.
1320 (eelf32lriscv_ilp32f.c, eelf32lriscv_ilp32.c): New build rules.
1321 (eelf64lriscv_lp64f.c, eelf64lriscv_lp64.c): New build rules.
1322 * Makefile.in: Regenerated.
1323 * configure.tgt (riscv32*-*-linux*, riscv64*-*-linux*): New.
1324 * ld/emulparams/elf32lriscv.sh: Set LIBPATH_SUFFIX.
1325 * ld/emulparams/elf32lriscv_ilp32.sh: New.
1326 * ld/emulparams/elf32lriscv_ilp32f.sh: New.
1327 * ld/emulparams/elf64lriscv-defs.sh: Don't set LIBPATH_SUFFIX here.
1328 * ld/emulparams/elf64lriscv.sh: Set LIBPATH_SUFFIX.
1329 * ld/emulparams/elf64lriscv_lp64.sh: New.
1330 * ld/emulparams/elf64lriscv_lp64f.sh: New.
1331 * ld/genscripts.sh (append_to_lib_path): Change LIBPATH_SUFFIX test to
1332 a for. Inside loop, change LIBPATH_SUFFIX uses to libpath_suffix.
1333 (LIB_PATH): In LIB_PATH if, add loop for LIBPATH_SUFFIX, changes uses
1334 inside loop to libpath_suffix.
1335
d1e9de16
JW
13362018-05-03 Jim Wilson <jimw@sifive.com>
1337
1338 * Makefile.am (earmelfb_linux_fdpiceabi.c): Fix typo in dependencies.
1339
3be08ea4
SA
13402018-05-03 Simon Atanasyan <simon@atanasyan.com>
1341
1342 * testsuite/ld-mips-elf/gp-disp-sym.d: New test.
1343 * testsuite/ld-mips-elf/gp-disp-sym.s: New test source.
1344 * testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
1345 * testsuite/ld-mips-elf/mips16-pic-2.ad: Update for _gp_disp
1346 symbol removal.
1347 * testsuite/ld-mips-elf/mips16-pic-2.nd: Likewise.
1348 * testsuite/ld-mips-elf/pic-and-nonpic-3a.dd: Likewise.
1349 * testsuite/ld-mips-elf/tlslib-o32-hidden.got: Likewise.
1350 * testsuite/ld-mips-elf/tlslib-o32-ver.got: Likewise.
1351 * testsuite/ld-mips-elf/tlslib-o32.got: Likewise.
1352
197b262f
MR
13532018-04-27 Maciej W. Rozycki <macro@mips.com>
1354
1355 * testsuite/ld-mips-elf/bal-jalx-pic.d: Only run for
1356 `check_shared_lib_support' targets.
1357 * testsuite/ld-mips-elf/bal-jalx-pic-n32.d: Likewise.
1358 * testsuite/ld-mips-elf/bal-jalx-pic-n64.d: Likewise.
1359 * testsuite/ld-mips-elf/bal-jalx-pic-micromips.d: Likewise.
1360 * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n32.d: Likewise.
1361 * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n64.d: Likewise.
1362 * testsuite/ld-mips-elf/bal-jalx-pic-ignore.d: Likewise.
1363 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-n32.d: Likewise.
1364 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-n64.d: Likewise.
1365 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-micromips.d:
1366 Likewise.
1367 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-micromips-n32.d:
1368 Likewise.
1369 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-micromips-n64.d:
1370 Likewise.
1371 * testsuite/ld-mips-elf/hash1a.d: Likewise.
1372 * testsuite/ld-mips-elf/hash1b.d: Likewise.
1373 * testsuite/ld-mips-elf/hash1c.d: Likewise.
1374 * testsuite/ld-mips-elf/relax-jalr-n32-shared.d: Likewise.
1375 * testsuite/ld-mips-elf/relax-jalr-n64-shared.d: Likewise.
1376
6d9dabbb
MR
13772018-04-27 Maciej W. Rozycki <macro@mips.com>
1378
1379 * testsuite/lib/ld-lib.exp (run_dump_test): Use `match_target'
1380 in place of `istarget' for matching with `target', `alltargets'
1381 and `notarget' options.
1382
ffa389a3
AM
13832018-04-27 Alan Modra <amodra@gmail.com>
1384
1385 * po/BLD-POTFILES.in: Regenerate.
1386
aa684341
CL
13872018-04-26 Christophe Lyon <christophe.lyon@linaro.org>
1388
1389 * testsuite/ld-elf/pr2404b.c (main): Adjust printf to account for
1390 new variable name.
1391 * testsuite/ld-elf/pr2404.out: Adjust expected output accordingly.
1392
f1ac0afe
CL
13932018-04-25 Christophe Lyon <christophe.lyon@st.com>
1394
1395 * testsuite/ld-arm/export-class.exp: Accept arm*-*-uclinuxfdpiceabi.
1396 * testsuite/ld-discard/discard.exp: Likewise.
1397 * testsuite/ld-elf/binutils.exp: Likewise.
1398 * testsuite/ld-elf/commonpage1.d: Likewise.
1399 * testsuite/ld-elf/compress1c.d: Likewise.
1400 * testsuite/ld-elf/compressed1b.d: Likewise.
1401 * testsuite/ld-elf/compressed1c.d: Likewise.
1402 * testsuite/ld-elf/compressed1e.d: Likewise.
1403 * testsuite/ld-elf/dynamic1.d: Likewise.
1404 * testsuite/ld-elf/dynsym1.d: Likewise.
1405 * testsuite/ld-elf/ehdr_start-missing.d: Likewise.
1406 * testsuite/ld-elf/ehdr_start-shared.d: Likewise.
1407 * testsuite/ld-elf/ehdr_start-userdef.d: Likewise.
1408 * testsuite/ld-elf/ehdr_start-weak.d: Likewise.
1409 * testsuite/ld-elf/ehdr_start.d: Likewise.
1410 * testsuite/ld-elf/exclude3b.d: Likewise.
1411 * testsuite/ld-elf/export-class.exp: Likewise.
1412 * testsuite/ld-elf/global1.d: Likewise.
1413 * testsuite/ld-elf/hash.d: Likewise.
1414 * testsuite/ld-elf/header.d: Likewise.
1415 * testsuite/ld-elf/loadaddr1.d: Likewise.
1416 * testsuite/ld-elf/loadaddr2.d: Likewise.
1417 * testsuite/ld-elf/loadaddr3a.d: Likewise.
1418 * testsuite/ld-elf/loadaddr3b.d: Likewise.
1419 * testsuite/ld-elf/local1.d: Likewise.
1420 * testsuite/ld-elf/maxpage1.d: Likewise.
1421 * testsuite/ld-elf/maxpage2.d: Likewise.
1422 * testsuite/ld-elf/maxpage3a.d: Likewise.
1423 * testsuite/ld-elf/mbind1a.d: Likewise.
1424 * testsuite/ld-elf/mbind1b.d: Likewise.
1425 * testsuite/ld-elf/mbind1c.d: Likewise.
1426 * testsuite/ld-elf/multibss1.d: Likewise.
1427 * testsuite/ld-elf/noload-2.d: Likewise.
1428 * testsuite/ld-elf/now-1.d: Likewise.
1429 * testsuite/ld-elf/now-2.d: Likewise.
1430 * testsuite/ld-elf/now-3.d: Likewise.
1431 * testsuite/ld-elf/now-4.d: Likewise.
1432 * testsuite/ld-elf/pie.d: Likewise.
1433 * testsuite/ld-elf/pr12975.d: Likewise.
1434 * testsuite/ld-elf/pr13177.d: Likewise.
1435 * testsuite/ld-elf/pr13195.d: Likewise.
1436 * testsuite/ld-elf/pr16322.d: Likewise.
1437 * testsuite/ld-elf/pr16498a.d: Likewise.
1438 * testsuite/ld-elf/pr16498b.d: Likewise.
1439 * testsuite/ld-elf/pr17615.d: Likewise.
1440 * testsuite/ld-elf/pr19162.d: Likewise.
1441 * testsuite/ld-elf/pr19539.d: Likewise.
1442 * testsuite/ld-elf/pr19617a.d: Likewise.
1443 * testsuite/ld-elf/pr19617b.d: Likewise.
1444 * testsuite/ld-elf/pr19617c.d: Likewise.
1445 * testsuite/ld-elf/pr19698.d: Likewise.
1446 * testsuite/ld-elf/pr19789.d: Likewise.
1447 * testsuite/ld-elf/pr20513c.d: Likewise.
1448 * testsuite/ld-elf/pr20513d.d: Likewise.
1449 * testsuite/ld-elf/pr21384.d: Likewise.
1450 * testsuite/ld-elf/pr21389a.d: Likewise.
1451 * testsuite/ld-elf/pr21389b.d: Likewise.
1452 * testsuite/ld-elf/pr21389c.d: Likewise.
1453 * testsuite/ld-elf/pr21562a.d: Likewise.
1454 * testsuite/ld-elf/pr21562b.d: Likewise.
1455 * testsuite/ld-elf/pr21562c.d: Likewise.
1456 * testsuite/ld-elf/pr21562d.d: Likewise.
1457 * testsuite/ld-elf/pr21562e.d: Likewise.
1458 * testsuite/ld-elf/pr21562f.d: Likewise.
1459 * testsuite/ld-elf/pr21562g.d: Likewise.
1460 * testsuite/ld-elf/pr21562h.d: Likewise.
1461 * testsuite/ld-elf/pr21562i.d: Likewise.
1462 * testsuite/ld-elf/pr21562j.d: Likewise.
1463 * testsuite/ld-elf/pr21562k.d: Likewise.
1464 * testsuite/ld-elf/pr21562l.d: Likewise.
1465 * testsuite/ld-elf/pr21562m.d: Likewise.
1466 * testsuite/ld-elf/pr21562n.d: Likewise.
1467 * testsuite/ld-elf/pr21903a.d: Likewise.
1468 * testsuite/ld-elf/pr21903b.d: Likewise.
1469 * testsuite/ld-elf/pr21903d.d: Likewise.
1470 * testsuite/ld-elf/pr22269a.d: Likewise.
1471 * testsuite/ld-elf/pr22269b.d: Likewise.
1472 * testsuite/ld-elf/pr22393-1a.d: Likewise.
1473 * testsuite/ld-elf/pr22393-1b.d: Likewise.
1474 * testsuite/ld-elf/pr22393-1c.d: Likewise.
1475 * testsuite/ld-elf/pr22393-1d.d: Likewise.
1476 * testsuite/ld-elf/pr22393-1e.d: Likewise.
1477 * testsuite/ld-elf/pr22393-1f.d: Likewise.
1478 * testsuite/ld-elf/pr22423.d: Likewise.
1479 * testsuite/ld-elf/rpath-1.d: Likewise.
1480 * testsuite/ld-elf/rpath-2.d: Likewise.
1481 * testsuite/ld-elf/runpath-1.d: Likewise.
1482 * testsuite/ld-elf/runpath-2.d: Likewise.
1483 * testsuite/ld-elf/seg.d: Likewise.
1484 * testsuite/ld-elf/sizeofb.d: Likewise.
1485 * testsuite/ld-elf/startofb.d: Likewise.
1486 * testsuite/ld-elf/strtab.d: Likewise.
1487 * testsuite/ld-elf/textaddr1.d: Likewise.
1488 * testsuite/ld-elf/textaddr2.d: Likewise.
1489 * testsuite/ld-elf/textaddr3.d: Likewise.
1490 * testsuite/ld-elf/textaddr4.d: Likewise.
1491 * testsuite/ld-elf/textaddr5.d: Likewise.
1492 * testsuite/ld-elf/textaddr6.d: Likewise.
1493 * testsuite/ld-elf/textaddr7.d: Likewise.
1494 * testsuite/ld-elf/tls.exp: Likewise.
1495 * testsuite/ld-elf/tls_common.exp: Likewise.
1496 * testsuite/ld-elf/unknown2.d: Likewise.
1497 * testsuite/ld-gc/abi-note.d: Likewise.
1498 * testsuite/ld-gc/pr11218.d: Likewise.
1499 * testsuite/ld-gc/pr19167.d: Likewise.
1500 * testsuite/ld-gc/pr20022.d: Likewise.
1501 * testsuite/ld-gc/start.d: Likewise.
1502 * testsuite/ld-gc/stop.d: Likewise.
1503 * testsuite/ld-scripts/phdrs2.exp: Likewise.
1504 * testsuite/ld-scripts/rgn-at5.d: Likewise.
1505 * testsuite/ld-undefined/entry-3.d: Likewise.
1506 * testsuite/ld-undefined/entry-4.d: Likewise.
1507
59029f57
CL
15082018-04-25 Christophe Lyon <christophe.lyon@st.com>
1509 Mickaël Guêné <mickael.guene@st.com>
1510
1511 * testsuite/ld-arm/arm-elf.exp: Execute the new FDPIC Thumb-only tests.
1512 * testsuite/ld-arm/fdpic-main-m.d: New test.
1513 * testsuite/ld-arm/fdpic-main-m.s: New.
1514 * testsuite/ld-arm/fdpic-main-m.sym: New.
1515 * testsuite/ld-arm/fdpic-shared-m.d: New test.
1516 * testsuite/ld-arm/fdpic-shared-m.s: New.
1517 * testsuite/ld-arm/fdpic-shared-m.sym: New.
1518
4b86cbe9
CL
15192018-04-25 Christophe Lyon <christophe.lyon@st.com>
1520 Mickaël Guêné <mickael.guene@st.com>
1521
1522 * testsuite/ld-arm/arm-elf.exp: Execute the new FDPIC tests.
1523 * testsuite/ld-arm/fdpic-main.d: New test.
1524 * testsuite/ld-arm/fdpic-main.ld: New.
1525 * testsuite/ld-arm/fdpic-main.r: New.
1526 * testsuite/ld-arm/fdpic-main.s: New.
1527 * testsuite/ld-arm/fdpic-main.sym: New.
1528 * testsuite/ld-arm/fdpic-shared.d: New test.
1529 * testsuite/ld-arm/fdpic-shared.ld: New.
1530 * testsuite/ld-arm/fdpic-shared.r: New.
1531 * testsuite/ld-arm/fdpic-shared.s: New.
1532 * testsuite/ld-arm/fdpic-shared.sym: New.
1533
f350fc2e
CL
15342018-04-25 Christophe Lyon <christophe.lyon@st.com>
1535 Mickaël Guêné <mickael.guene@st.com>
1536
1537 * testsuite/ld-elf/pr2404b.c (main): Rename time variable into
1538 time1.
1539
5c5a4843
CL
15402018-04-25 Christophe Lyon <christophe.lyon@st.com>
1541 Mickaël Guêné <mickael.guene@st.com>
1542
1543 * scripttempl/elf.sc: Define __tdata_start for .tdata section.
1544
e8b09b87
CL
15452018-04-25 Christophe Lyon <christophe.lyon@st.com>
1546 Mickaël Guêné <mickael.guene@st.com>
1547
1548 * emulparams/armelf_linux_fdpiceabi.sh: Add .rofixup section.
1549
617a5ada
CL
15502018-04-25 Christophe Lyon <christophe.lyon@st.com>
1551 Mickaël Guêné <mickael.guene@st.com>
1552
1553 * Makefile.am (ALL_EMULATION_SOURCES): Add
1554 earmelf_linux_fdpiceabi.c and earmelfb_linux_fdpiceabi.c.
1555 (earmelf_linux_fdpiceabi.c, earmelfb_linux_fdpiceabi.c): New rules.
1556 * Makefile.in: Regenerate.
1557 * configure.tgt (arm*-*-uclinuxfdpiceabi): Handle new target.
1558 * emulparams/armelf_linux_fdpiceabi.sh: New.
1559 * emulparams/armelfb_linux_fdpiceabi.sh: New.
1560
2ac93be7
AM
15612018-04-25 Alan Modra <amodra@gmail.com>
1562
1563 * Makefile.am: Remove arm-aout and arm-coff support.
1564 * configure.tgt: Likewise.
1565 * testsuite/ld-arm/attr-merge-div-00.d: Likewise.
1566 * testsuite/ld-arm/attr-merge-div-01-m3.d: Likewise.
1567 * testsuite/ld-arm/attr-merge-div-01.d: Likewise.
1568 * testsuite/ld-arm/attr-merge-div-02.d: Likewise.
1569 * testsuite/ld-arm/attr-merge-div-10-m3.d: Likewise.
1570 * testsuite/ld-arm/attr-merge-div-10.d: Likewise.
1571 * testsuite/ld-arm/attr-merge-div-11.d: Likewise.
1572 * testsuite/ld-arm/attr-merge-div-12.d: Likewise.
1573 * testsuite/ld-arm/attr-merge-div-120.d: Likewise.
1574 * testsuite/ld-arm/attr-merge-div-20.d: Likewise.
1575 * testsuite/ld-arm/attr-merge-div-21.d: Likewise.
1576 * testsuite/ld-arm/attr-merge-div-22.d: Likewise.
1577 * testsuite/ld-arm/attr-merge-hardfp-use-1.d: Likewise.
1578 * testsuite/ld-arm/attr-merge-hardfp-use-2.d: Likewise.
1579 * testsuite/ld-arm/attr-merge-nosection-1.d: Likewise.
1580 * testsuite/ld-arm/attr-merge-unknown-2.d: Likewise.
1581 * testsuite/ld-arm/attr-merge-unknown-2r.d: Likewise.
1582 * testsuite/ld-arm/attr-merge-unknown-3.d: Likewise.
1583 * testsuite/ld-arm/attr-merge-vfp-1.d: Likewise.
1584 * testsuite/ld-arm/attr-merge-vfp-10.d: Likewise.
1585 * testsuite/ld-arm/attr-merge-vfp-10r.d: Likewise.
1586 * testsuite/ld-arm/attr-merge-vfp-11.d: Likewise.
1587 * testsuite/ld-arm/attr-merge-vfp-11r.d: Likewise.
1588 * testsuite/ld-arm/attr-merge-vfp-12.d: Likewise.
1589 * testsuite/ld-arm/attr-merge-vfp-12r.d: Likewise.
1590 * testsuite/ld-arm/attr-merge-vfp-13.d: Likewise.
1591 * testsuite/ld-arm/attr-merge-vfp-13r.d: Likewise.
1592 * testsuite/ld-arm/attr-merge-vfp-14.d: Likewise.
1593 * testsuite/ld-arm/attr-merge-vfp-14r.d: Likewise.
1594 * testsuite/ld-arm/attr-merge-vfp-1r.d: Likewise.
1595 * testsuite/ld-arm/attr-merge-vfp-2.d: Likewise.
1596 * testsuite/ld-arm/attr-merge-vfp-2r.d: Likewise.
1597 * testsuite/ld-arm/attr-merge-vfp-3.d: Likewise.
1598 * testsuite/ld-arm/attr-merge-vfp-3r.d: Likewise.
1599 * testsuite/ld-arm/attr-merge-vfp-4.d: Likewise.
1600 * testsuite/ld-arm/attr-merge-vfp-4r.d: Likewise.
1601 * testsuite/ld-arm/attr-merge-vfp-5.d: Likewise.
1602 * testsuite/ld-arm/attr-merge-vfp-5r.d: Likewise.
1603 * testsuite/ld-arm/attr-merge-vfp-6.d: Likewise.
1604 * testsuite/ld-arm/attr-merge-vfp-6r.d: Likewise.
1605 * testsuite/ld-arm/attr-merge-vfp-7.d: Likewise.
1606 * testsuite/ld-arm/attr-merge-vfp-7r.d: Likewise.
1607 * testsuite/ld-arm/attr-merge-vfp-8.d: Likewise.
1608 * testsuite/ld-arm/attr-merge-vfp-8r.d: Likewise.
1609 * testsuite/ld-arm/attr-merge-vfp-9.d: Likewise.
1610 * testsuite/ld-arm/attr-merge-vfp-9r.d: Likewise.
1611 * testsuite/ld-arm/attr-merge-wchar-00-nowarn.d: Likewise.
1612 * testsuite/ld-arm/attr-merge-wchar-00.d: Likewise.
1613 * testsuite/ld-arm/attr-merge-wchar-02-nowarn.d: Likewise.
1614 * testsuite/ld-arm/attr-merge-wchar-02.d: Likewise.
1615 * testsuite/ld-arm/attr-merge-wchar-04-nowarn.d: Likewise.
1616 * testsuite/ld-arm/attr-merge-wchar-04.d: Likewise.
1617 * testsuite/ld-arm/attr-merge-wchar-20-nowarn.d: Likewise.
1618 * testsuite/ld-arm/attr-merge-wchar-20.d: Likewise.
1619 * testsuite/ld-arm/attr-merge-wchar-22-nowarn.d: Likewise.
1620 * testsuite/ld-arm/attr-merge-wchar-22.d: Likewise.
1621 * testsuite/ld-arm/attr-merge-wchar-24-nowarn.d: Likewise.
1622 * testsuite/ld-arm/attr-merge-wchar-40-nowarn.d: Likewise.
1623 * testsuite/ld-arm/attr-merge-wchar-40.d: Likewise.
1624 * testsuite/ld-arm/attr-merge-wchar-42-nowarn.d: Likewise.
1625 * testsuite/ld-arm/attr-merge-wchar-44-nowarn.d: Likewise.
1626 * testsuite/ld-arm/attr-merge-wchar-44.d: Likewise.
1627 * testsuite/ld-arm/eabi-hard-float.d: Likewise.
1628 * testsuite/ld-arm/eabi-soft-float-ABI4.d: Likewise.
1629 * testsuite/ld-arm/eabi-soft-float-r.d: Likewise.
1630 * testsuite/ld-arm/eabi-soft-float.d: Likewise.
1631 * testsuite/ld-arm/gc-hidden-1.d: Likewise.
1632 * emulparams/armaoutb.sh: Delete.
1633 * emulparams/armaoutl.sh: Delete.
1634 * emulparams/armcoff.sh: Delete.
1635 * emulparams/armnbsd.sh: Delete.
1636 * emulparams/riscix.sh: Delete.
1637 * scripttempl/armaout.sc: Delete.
1638 * scripttempl/armcoff.sc: Delete.
1639 * scripttempl/riscix.sc: Delete.
1640 * Makefile.in: Regenerate.
1641 * po/BLD-POTFILES.in: Regenerate.
1642
5a8edf8e
AM
16432018-04-21 Alan Modra <amodra@gmail.com>
1644
1645 * testsuite/lib/ld-lib.exp (run_host_cmd): Check that gcc -B
1646 works.
1647
c65c21e1
AM
16482018-04-18 Alan Modra <amodra@gmail.com>
1649
1650 * Makefile.am: Remove support for assorted i386 aout and coff targets.
1651 * configure.tgt: Likewise.
1652 * testsuite/ld-discard/discard.exp: Likewise.
1653 * testsuite/ld-elf/binutils.exp: Likewise.
1654 * testsuite/ld-elf/tls.exp: Likewise.
1655 * testsuite/ld-elf/tls_common.exp: Likewise.
1656 * testsuite/ld-elfvers/vers.exp: Likewise.
1657 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
1658 * testsuite/ld-elfweak/elfweak.exp: Likewise.
1659 * testsuite/ld-gc/abi-note.d: Likewise.
1660 * testsuite/ld-gc/pr19167.d: Likewise.
1661 * testsuite/ld-gc/pr20022.d: Likewise.
1662 * testsuite/ld-gc/start.d: Likewise.
1663 * testsuite/ld-gc/stop.d: Likewise.
1664 * testsuite/ld-i386/i386.exp: Likewise.
1665 * testsuite/ld-ifunc/binutils.exp: Likewise.
1666 * testsuite/ld-ifunc/ifunc.exp: Likewise.
1667 * testsuite/ld-linkonce/linkonce.exp: Likewise.
1668 * testsuite/ld-plugin/lto.exp: Likewise.
1669 * testsuite/ld-scripts/empty-address-2a.d: Likewise.
1670 * testsuite/ld-scripts/empty-address-2b.d: Likewise.
1671 * testsuite/ld-scripts/phdrs2.exp: Likewise.
1672 * testsuite/ld-scripts/section-match-1.d: Likewise.
1673 * testsuite/ld-shared/shared.exp: Likewise.
1674 * testsuite/ld-size/size.exp: Likewise.
1675 * testsuite/ld-sparc/sparc.exp: Likewise.
1676 * emulparams/i386coff.sh: Delete.
1677 * emulparams/i386linux.sh: Delete.
1678 * emulparams/i386mach.sh: Delete.
1679 * emulparams/i386nbsd.sh: Delete.
1680 * emulparams/vsta.sh: Delete.
1681 * scripttempl/i386coff.sc: Delete.
1682 * Makefile.in: Regenerate.
1683 * po/BLD-POTFILES.in: Regenerate.
1684
884d4d8a 16852018-04-17 Andrew Sadek <andrew.sadek.se@gmail.com>
3f0a5f17
ME
1686
1687 Microblaze Target: PIC data text relative
1688
1689 * ld/lexsup.c (Add 2 ld options):
1690 (ld_options): add disable-multiple-abs-defs @ 'ld_options' array
1691 (parse_args): parse new option and pass flag to 'link_info' struct.
1692 * ld/ldlex.h (Add enum): add new enum @ 'option_values' enum.
1693 * ld/ld.texinfo (Add new option): Add description for
1694 'disable-multiple-abs-defs'
1695 * ld/main.c: Initialize flags with false @ 'main'. Handle
1696 disable-multiple-abs-defs @ 'mutiple_definition'.
1697
fc7aa874
AM
16982018-04-16 Alan Modra <amodra@gmail.com>
1699
1700 * emultempl/sunos.em: Delete.
1701
ddb00039
AM
17022018-04-16 Alan Modra <amodra@gmail.com>
1703
1704 * Makefile.am: Remove arm-epoc-pe support.
1705 * configure.tgt: Likewise.
1706 * emultempl/pe.em: Likewise.
1707 * pe-dll.c: Likewise.
1708 * testsuite/ld-scripts/fill.d: Likewise.
1709 * testsuite/ld-scripts/fill16.d: Likewise.
1710 * emulparams/arm_epoc_pe.sh: Delete.
1711 * scripttempl/epocpe.sc: Delete.
1712 * Makefile.in: Regenerate.
1713 * po/BLD-POTFILES.in: Regenerate.
1714
c9098af4
AM
17152018-04-16 Alan Modra <amodra@gmail.com>
1716
1717 * Makefile.am: Remove sparc-aout and sparc-coff support.
1718 * configure.tgt: Likewise.
1719 * testsuite/ld-elfvers/vers.exp: Likewise.
1720 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
1721 * testsuite/ld-elfweak/elfweak.exp: Likewise.
1722 * testsuite/ld-shared/shared.exp: Likewise.
1723 * emulparams/coff_sparc.sh: Delete.
1724 * emulparams/sparcaout.sh: Delete.
1725 * emulparams/sparclinux.sh: Delete.
1726 * emulparams/sparcnbsd.sh: Delete.
1727 * emulparams/sun4.sh: Delete.
1728 * scripttempl/sparccoff.sc: Delete.
1729 * Makefile.in: Regenerate.
1730 * po/BLD-POTFILES.in: Regenerate.
1731
dc12032b
AM
17322018-04-16 Alan Modra <amodra@gmail.com>
1733
1734 * Makefile.am: Remove m68k-aout and m68k-coff support.
1735 * configure.tgt: Likewise.
1736 * emultempl/m68kelf.em: Likewise.
1737 * ld.texinfo: Likewise.
1738 * mri.c: Likewise.
1739 * emulparams/delta68.sh: Delete.
1740 * emulparams/hp300bsd.sh: Delete.
1741 * emulparams/hp3hpux.sh: Delete.
1742 * emulparams/m68k4knbsd.sh: Delete.
1743 * emulparams/m68kaout.sh: Delete.
1744 * emulparams/m68kaux.sh: Delete.
1745 * emulparams/m68kcoff.sh: Delete.
1746 * emulparams/m68klinux.sh: Delete.
1747 * emulparams/m68knbsd.sh: Delete.
1748 * emulparams/m68kpsos.sh: Delete.
1749 * emulparams/sun3.sh: Delete.
1750 * emultempl/m68kcoff.em: Delete.
1751 * scripttempl/delta68.sc: Delete.
1752 * scripttempl/m68kaux.sc: Delete.
1753 * scripttempl/m68kcoff.sc: Delete.
1754 * scripttempl/psos.sc: Delete.
1755 * testsuite/ld-versados/t1-1.ro: Delete.
1756 * testsuite/ld-versados/t1-2.ro: Delete.
1757 * testsuite/ld-versados/t1.ld: Delete.
1758 * testsuite/ld-versados/t1.ook: Delete.
1759 * testsuite/ld-versados/t2-1.ro: Delete.
1760 * testsuite/ld-versados/t2-2.ro: Delete.
1761 * testsuite/ld-versados/t2-3.ro: Delete.
1762 * testsuite/ld-versados/t2.ld: Delete.
1763 * testsuite/ld-versados/t2.ook: Delete.
1764 * testsuite/ld-versados/versados.exp: Delete.
1765 * Makefile.in: Regenerate.
1766 * po/BLD-POTFILES.in: Regenerate.
1767
211dc24b
AM
17682018-04-16 Alan Modra <amodra@gmail.com>
1769
1770 * Makefile.am: Remove sh5 and sh64 support.
1771 * configure.tgt: Likewise.
1772 * ldlang.c: Likewise.
1773 * testsuite/ld-elfcomm/elfcomm.exp: Likewise.
1774 * testsuite/ld-gc/gc.exp: Likewise.
1775 * testsuite/ld-gc/pr13683.d: Likewise.
1776 * testsuite/ld-scripts/crossref.exp: Likewise.
1777 * testsuite/ld-selective/selective.exp: Likewise.
1778 * testsuite/ld-sh/ld-r-1.d: Likewise.
1779 * testsuite/ld-sh/rd-sh.exp: Likewise.
1780 * testsuite/ld-sh/sh.exp: Likewise.
1781 * testsuite/ld-srec/srec.exp: Likewise.
1782 * testsuite/ld-undefined/undefined.exp: Likewise.
1783 * emulparams/shelf32.sh: Delete.
1784 * emulparams/shelf32_linux.sh: Delete.
1785 * emulparams/shelf32_nbsd.sh: Delete.
1786 * emulparams/shelf64.sh: Delete.
1787 * emulparams/shelf64_nbsd.sh: Delete.
1788 * emulparams/shlelf32.sh: Delete.
1789 * emulparams/shlelf32_linux.sh: Delete.
1790 * emulparams/shlelf32_nbsd.sh: Delete.
1791 * emulparams/shlelf64.sh: Delete.
1792 * emulparams/shlelf64_nbsd.sh: Delete.
1793 * emultempl/sh64elf.em: Delete.
1794 * testsuite/ld-sh/sh64/abi32.sd: Delete.
1795 * testsuite/ld-sh/sh64/abi32.xd: Delete.
1796 * testsuite/ld-sh/sh64/abi64.sd: Delete.
1797 * testsuite/ld-sh/sh64/abi64.xd: Delete.
1798 * testsuite/ld-sh/sh64/abixx-noexp.sd: Delete.
1799 * testsuite/ld-sh/sh64/cmpct1.sd: Delete.
1800 * testsuite/ld-sh/sh64/cmpct1.xd: Delete.
1801 * testsuite/ld-sh/sh64/crange-1.s: Delete.
1802 * testsuite/ld-sh/sh64/crange-2a.s: Delete.
1803 * testsuite/ld-sh/sh64/crange-2b.s: Delete.
1804 * testsuite/ld-sh/sh64/crange-2c.s: Delete.
1805 * testsuite/ld-sh/sh64/crange-2d.s: Delete.
1806 * testsuite/ld-sh/sh64/crange-2e.s: Delete.
1807 * testsuite/ld-sh/sh64/crange-2f.s: Delete.
1808 * testsuite/ld-sh/sh64/crange-2g.s: Delete.
1809 * testsuite/ld-sh/sh64/crange-2h.s: Delete.
1810 * testsuite/ld-sh/sh64/crange-2i.s: Delete.
1811 * testsuite/ld-sh/sh64/crange1.rd: Delete.
1812 * testsuite/ld-sh/sh64/crange2.rd: Delete.
1813 * testsuite/ld-sh/sh64/crange3-cmpct.rd: Delete.
1814 * testsuite/ld-sh/sh64/crange3-media.rd: Delete.
1815 * testsuite/ld-sh/sh64/crange3.dd: Delete.
1816 * testsuite/ld-sh/sh64/crange3.rd: Delete.
1817 * testsuite/ld-sh/sh64/crangerel1.rd: Delete.
1818 * testsuite/ld-sh/sh64/crangerel2.rd: Delete.
1819 * testsuite/ld-sh/sh64/dlsection-1.s: Delete.
1820 * testsuite/ld-sh/sh64/dlsection.sd: Delete.
1821 * testsuite/ld-sh/sh64/endian.dbd: Delete.
1822 * testsuite/ld-sh/sh64/endian.dld: Delete.
1823 * testsuite/ld-sh/sh64/endian.ld: Delete.
1824 * testsuite/ld-sh/sh64/endian.s: Delete.
1825 * testsuite/ld-sh/sh64/endian.sbd: Delete.
1826 * testsuite/ld-sh/sh64/endian.sld: Delete.
1827 * testsuite/ld-sh/sh64/gotplt.d: Delete.
1828 * testsuite/ld-sh/sh64/gotplt.map: Delete.
1829 * testsuite/ld-sh/sh64/gotplt.s: Delete.
1830 * testsuite/ld-sh/sh64/init-cmpct.d: Delete.
1831 * testsuite/ld-sh/sh64/init-media.d: Delete.
1832 * testsuite/ld-sh/sh64/init.s: Delete.
1833 * testsuite/ld-sh/sh64/init64.d: Delete.
1834 * testsuite/ld-sh/sh64/mix1-noexp.sd: Delete.
1835 * testsuite/ld-sh/sh64/mix1.sd: Delete.
1836 * testsuite/ld-sh/sh64/mix1.xd: Delete.
1837 * testsuite/ld-sh/sh64/mix2-noexp.sd: Delete.
1838 * testsuite/ld-sh/sh64/mix2.sd: Delete.
1839 * testsuite/ld-sh/sh64/mix2.xd: Delete.
1840 * testsuite/ld-sh/sh64/rd-sh64.exp: Delete.
1841 * testsuite/ld-sh/sh64/rel-1.s: Delete.
1842 * testsuite/ld-sh/sh64/rel-2.s: Delete.
1843 * testsuite/ld-sh/sh64/rel32.xd: Delete.
1844 * testsuite/ld-sh/sh64/rel64.xd: Delete.
1845 * testsuite/ld-sh/sh64/relax.exp: Delete.
1846 * testsuite/ld-sh/sh64/relax1.s: Delete.
1847 * testsuite/ld-sh/sh64/relax2.s: Delete.
1848 * testsuite/ld-sh/sh64/relax3.s: Delete.
1849 * testsuite/ld-sh/sh64/relax4.s: Delete.
1850 * testsuite/ld-sh/sh64/reldl-1.s: Delete.
1851 * testsuite/ld-sh/sh64/reldl-2.s: Delete.
1852 * testsuite/ld-sh/sh64/reldl32.rd: Delete.
1853 * testsuite/ld-sh/sh64/reldl64.rd: Delete.
1854 * testsuite/ld-sh/sh64/relfail.exp: Delete.
1855 * testsuite/ld-sh/sh64/relfail.s: Delete.
1856 * testsuite/ld-sh/sh64/sh64-1.s: Delete.
1857 * testsuite/ld-sh/sh64/sh64-2.s: Delete.
1858 * testsuite/ld-sh/sh64/sh64.exp: Delete.
1859 * testsuite/ld-sh/sh64/shcmp-1.s: Delete.
1860 * testsuite/ld-sh/sh64/shdl-1.s: Delete.
1861 * testsuite/ld-sh/sh64/shdl-2.s: Delete.
1862 * testsuite/ld-sh/sh64/shdl32.xd: Delete.
1863 * testsuite/ld-sh/sh64/shdl64.sd: Delete.
1864 * testsuite/ld-sh/sh64/shdl64.xd: Delete.
1865 * testsuite/ld-sh/sh64/shmix-1.s: Delete.
1866 * testsuite/ld-sh/sh64/shmix-2.s: Delete.
1867 * testsuite/ld-sh/sh64/shmix-3.s: Delete.
1868 * testsuite/ld-sh/sh64/stobin-0-dso.d: Delete.
1869 * testsuite/ld-sh/sh64/stobin-1.d: Delete.
1870 * testsuite/ld-sh/sh64/stobin.s: Delete.
1871 * testsuite/ld-sh/sh64/stolib.s: Delete.
1872 * Makefile.in: Regenerate.
1873 * po/BLD-POTFILES.in: Regenerate.
1874
4db9937a
AM
18752018-04-16 Alan Modra <amodra@gmail.com>
1876
1877 * Makefile.am: Remove sh-symbianelf support.
1878 * configure.tgt: Likewise.
1879 * emulparams/shlsymbian.sh: Delete.
1880 * scripttempl/elf32sh-symbian.sc: Delete.
1881 * Makefile.in: Regenerate.
1882 * po/BLD-POTFILES.in: Regenerate.
1883
9f5d1593
AM
18842018-04-16 Alan Modra <amodra@gmail.com>
1885
1886 * Makefile.am: Remove vax-bsd and vax-ultrix support.
1887 * configure.tgt: Likewise.
1888 * emulparams/vax.sh: Delete.
1889 * Makefile.in: Regenerate.
1890 * po/BLD-POTFILES.in: Regenerate.
1891
a9a4b302
AM
18922018-04-16 Alan Modra <amodra@gmail.com>
1893
1894 * Makefile.am: Remove w65 support.
1895 * configure.tgt: Likewise.
1896 * emulparams/w65.sh: Delete.
1897 * scripttempl/w65.sc: Delete.
1898 * Makefile.in: Regenerate.
1899 * po/BLD-POTFILES.in: Regenerate.
1900
c2bf1eec
AM
19012018-04-16 Alan Modra <amodra@gmail.com>
1902
1903 * Makefile.am: Remove m88k support.
1904 * configure.host: Likewise.
1905 * configure.tgt: Likewise.
1906 * testsuite/ld-elf/sec-to-seg.exp: Likewise.
1907 * emulparams/m88kbcs.sh: Delete.
1908 * scripttempl/m88kbcs.sc: Delete.
1909 * Makefile.in: Regenerate.
1910 * po/BLD-POTFILES.in: Regenerate.
1911
6793974d
AM
19122018-04-16 Alan Modra <amodra@gmail.com>
1913
1914 * Makefile.am: Remove i370 support.
1915 * configure.tgt: Likewise.
1916 * testsuite/ld-elf/compressed1d.d: Likewise.
1917 * testsuite/ld-elf/group8a.d: Likewise.
1918 * testsuite/ld-elf/group8b.d: Likewise.
1919 * testsuite/ld-elf/group9a.d: Likewise.
1920 * testsuite/ld-elf/group9b.d: Likewise.
1921 * testsuite/ld-elf/merge.d: Likewise.
1922 * testsuite/ld-elf/pr12851.d: Likewise.
1923 * testsuite/ld-elf/pr12975.d: Likewise.
1924 * testsuite/ld-elf/pr13177.d: Likewise.
1925 * testsuite/ld-elf/pr13195.d: Likewise.
1926 * testsuite/ld-elf/pr17615.d: Likewise.
1927 * testsuite/ld-elf/pr21562a.d: Likewise.
1928 * testsuite/ld-elf/pr21562b.d: Likewise.
1929 * testsuite/ld-elf/pr21562c.d: Likewise.
1930 * testsuite/ld-elf/pr21562d.d: Likewise.
1931 * testsuite/ld-elf/pr21562i.d: Likewise.
1932 * testsuite/ld-elf/pr21562j.d: Likewise.
1933 * testsuite/ld-elf/pr21562k.d: Likewise.
1934 * testsuite/ld-elf/pr21562l.d: Likewise.
1935 * testsuite/ld-elf/pr21562m.d: Likewise.
1936 * testsuite/ld-elf/pr21562n.d: Likewise.
1937 * testsuite/ld-elf/pr22677.d: Likewise.
1938 * testsuite/lib/ld-lib.exp: Likewise.
1939 * emulparams/elf32i370.sh: Delete.
1940 * scripttempl/elfi370.sc: Delete.
1941 * Makefile.in: Regenerate.
1942 * po/BLD-POTFILES.in: Regenerate.
1943
e82aa794
AM
19442018-04-16 Alan Modra <amodra@gmail.com>
1945
1946 * Makefile.am: Remove h8500 support.
1947 * configure.tgt: Likewise.
1948 * emulparams/h8500.sh: Delete.
1949 * emulparams/h8500b.sh: Delete.
1950 * emulparams/h8500c.sh: Delete.
1951 * emulparams/h8500m.sh: Delete.
1952 * emulparams/h8500s.sh: Delete.
1953 * scripttempl/h8500.sc: Delete.
1954 * scripttempl/h8500b.sc: Delete.
1955 * scripttempl/h8500c.sc: Delete.
1956 * scripttempl/h8500m.sc: Delete.
1957 * scripttempl/h8500s.sc: Delete.
1958 * Makefile.in: Regenerate.
1959 * po/BLD-POTFILES.in: Regenerate.
1960
fe0bf0fd
AM
19612018-04-16 Alan Modra <amodra@gmail.com>
1962
1963 * Makefile.am: Remove h8300-coff support.
1964 * configure.tgt: Likewise.
1965 * testsuite/ld-h8300/h8300.exp: Likewise.
1966 * emulparams/h8300.sh: Delete.
1967 * emulparams/h8300h.sh: Delete.
1968 * emulparams/h8300hn.sh: Delete.
1969 * emulparams/h8300s.sh: Delete.
1970 * emulparams/h8300sn.sh: Delete.
1971 * emulparams/h8300sx.sh: Delete.
1972 * emulparams/h8300sxn.sh: Delete.
1973 * scripttempl/h8300.sc: Delete.
1974 * scripttempl/h8300h.sc: Delete.
1975 * scripttempl/h8300hn.sc: Delete.
1976 * scripttempl/h8300s.sc: Delete.
1977 * scripttempl/h8300sn.sc: Delete.
1978 * scripttempl/h8300sx.sc: Delete.
1979 * scripttempl/h8300sxn.sc: Delete.
1980 * testsuite/ld-h8300/relax-3-coff.d: Delete.
1981 * testsuite/ld-h8300/relax-4-coff.d: Delete.
1982 * testsuite/ld-h8300/relax-5-coff.d: Delete.
1983 * testsuite/ld-h8300/relax-6-coff.d: Delete.
1984 * Makefile.in: Regenerate.
1985 * po/BLD-POTFILES.in: Regenerate.
1986
fdef3943
AM
19872018-04-16 Alan Modra <amodra@gmail.com>
1988
1989 * ld.texinfo: Remove IEEE 695 support.
1990 * mri.c: Likewise.
1991
de96689e
AM
19922018-04-16 Alan Modra <amodra@gmail.com>
1993
1994 * Makefile.am: Remove tandem support.
1995 * configure.tgt: Likewise.
1996 * emulparams/st2000.sh: Delete.
1997 * scripttempl/st2000.sc: Delete.
1998 * Makefile.in: Regenerate.
1999 * po/BLD-POTFILES.in: Regenerate.
2000
5972ac73
AM
20012018-04-16 Alan Modra <amodra@gmail.com>
2002
2003 * Makefile.am: Remove newsos3 support.
2004 * configure.tgt: Likewise.
2005 * emulparams/news.sh: Delete.
2006 * Makefile.in: Regenerate.
2007 * po/BLD-POTFILES.in: Regenerate.
2008
b4b594e3
AM
20092018-04-16 Alan Modra <amodra@gmail.com>
2010
2011 * Makefile.am: Remove netware support.
2012 * configure.tgt: Likewise.
2013 * testsuite/ld-powerpc/powerpc.exp: Likewise.
2014 * emulparams/i386nw.sh: Delete.
2015 * emulparams/ppcnw.sh: Delete.
2016 * scripttempl/nw.sc: Delete.
2017 * Makefile.in: Regenerate.
2018 * po/BLD-POTFILES.in: Regenerate.
2019
702d1671
AM
20202018-04-14 Alan Modra <amodra@gmail.com>
2021
2022 * ldmain.c (main): Move config.maxpagesize and
2023 config.commonpagesize initialization to..
2024 * ldemul.c (after_parse_default): ..here.
2025 * testsuite/ld-powerpc/ppc476-shared.d: Pass -z common-page-size.
2026 * testsuite/ld-powerpc/ppc476-shared2.d: Likewise.
2027
24acfe5e
AM
20282018-04-14 Alan Modra <amodra@gmail.com>
2029
2030 * emulparams/elf32ppcwindiss.sh: Rewrite to use elf32ppc.sh.
2031 * emulparams/ppclynx.sh: Likewise.
2032
a8eb42a8
AM
20332018-04-11 Alan Modra <amodra@gmail.com>
2034
2035 * emulparams/coff_i860.sh: Delete.
2036 * emulparams/elf32_i860.sh: Delete.
2037 * emulparams/elf32_i960.sh: Delete.
2038 * emulparams/gld960.sh: Delete.
2039 * emulparams/gld960coff.sh: Delete.
2040 * emulparams/lnk960.sh: Delete.
2041 * emultempl/gld960.em: Delete.
2042 * emultempl/gld960c.em: Delete.
2043 * emultempl/lnk960.em: Delete.
2044 * scripttempl/i860coff.sc: Delete.
2045 * scripttempl/i960.sc: Delete.
2046 * ld.texinfo: Remove i960 support.
2047 * Makefile.am: Remove i860 and i960 support.
2048 * configure.tgt: Likewise.
2049 * testsuite/ld-discard/extern.d: Likewise.
2050 * testsuite/ld-discard/start.d: Likewise.
2051 * testsuite/ld-discard/static.d: Likewise.
2052 * testsuite/ld-elf/compressed1d.d: Likewise.
2053 * testsuite/ld-elf/group1.d: Likewise.
2054 * testsuite/ld-elf/group3b.d: Likewise.
2055 * testsuite/ld-elf/group8a.d: Likewise.
2056 * testsuite/ld-elf/group8b.d: Likewise.
2057 * testsuite/ld-elf/group9a.d: Likewise.
2058 * testsuite/ld-elf/group9b.d: Likewise.
2059 * testsuite/ld-elf/linkonce2.d: Likewise.
2060 * testsuite/ld-elf/merge.d: Likewise.
2061 * testsuite/ld-elf/merge2.d: Likewise.
2062 * testsuite/ld-elf/merge3.d: Likewise.
2063 * testsuite/ld-elf/orphan-10.d: Likewise.
2064 * testsuite/ld-elf/orphan-11.d: Likewise.
2065 * testsuite/ld-elf/orphan-12.d: Likewise.
2066 * testsuite/ld-elf/orphan-9.d: Likewise.
2067 * testsuite/ld-elf/orphan-region.d: Likewise.
2068 * testsuite/ld-elf/orphan.d: Likewise.
2069 * testsuite/ld-elf/orphan3.d: Likewise.
2070 * testsuite/ld-elf/pr12851.d: Likewise.
2071 * testsuite/ld-elf/pr12975.d: Likewise.
2072 * testsuite/ld-elf/pr13177.d: Likewise.
2073 * testsuite/ld-elf/pr13195.d: Likewise.
2074 * testsuite/ld-elf/pr17550a.d: Likewise.
2075 * testsuite/ld-elf/pr17550b.d: Likewise.
2076 * testsuite/ld-elf/pr17550c.d: Likewise.
2077 * testsuite/ld-elf/pr17550d.d: Likewise.
2078 * testsuite/ld-elf/pr17615.d: Likewise.
2079 * testsuite/ld-elf/pr20528a.d: Likewise.
2080 * testsuite/ld-elf/pr20528b.d: Likewise.
2081 * testsuite/ld-elf/pr21562a.d: Likewise.
2082 * testsuite/ld-elf/pr21562b.d: Likewise.
2083 * testsuite/ld-elf/pr21562c.d: Likewise.
2084 * testsuite/ld-elf/pr21562d.d: Likewise.
2085 * testsuite/ld-elf/pr21562i.d: Likewise.
2086 * testsuite/ld-elf/pr21562j.d: Likewise.
2087 * testsuite/ld-elf/pr21562k.d: Likewise.
2088 * testsuite/ld-elf/pr21562l.d: Likewise.
2089 * testsuite/ld-elf/pr21562m.d: Likewise.
2090 * testsuite/ld-elf/pr21562n.d: Likewise.
2091 * testsuite/ld-elf/pr22677.d: Likewise.
2092 * testsuite/ld-elf/pr22836-1a.d: Likewise.
2093 * testsuite/ld-elf/pr22836-1b.d: Likewise.
2094 * testsuite/ld-elf/pr349.d: Likewise.
2095 * testsuite/ld-elf/sec-to-seg.exp: Likewise.
2096 * testsuite/ld-elf/sec64k.exp: Likewise.
2097 * testsuite/ld-elf/warn1.d: Likewise.
2098 * testsuite/ld-elf/warn2.d: Likewise.
2099 * testsuite/ld-elf/warn3.d: Likewise.
2100 * testsuite/lib/ld-lib.exp: Likewise.
2101 * Makefile.in: Regenerate.
2102 * po/BLD-POTFILES.in: Regenerate.
2103
18e404c4
AM
21042018-04-11 Alan Modra <amodra@gmail.com>
2105
2106 * testsuite/ld-elf/shared.exp (AFLAGS_PIC): Add -mpic for nds32.
2107
c4a614e2
AM
21082018-04-09 Alan Modra <amodra@gmail.com>
2109
2110 * po/BLD-POTFILES.in: Regenerate.
2111
3e04d765
AM
21122018-04-09 Alan Modra <amodra@gmail.com>
2113
2114 * emultempl/ppc64elf.em (no_inline_plt): New var.
2115 (ppc_before_allocation): Call ppc64_elf_inline_plt.
2116 (enum ppc64_opt): Add OPTION_NO_INLINE_OPT.
2117 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS,
2118 PARSE_AND_LIST_ARGS_CASES): Handle --no-inline-optimize.
2119 * emultemps/ppc32elf.em (no_inline_opt): New var.
2120 (prelim_size_sections): New function, extracted from..
2121 (ppc_before_allocation): ..here. Call ppc_elf_inline_plt.
2122 (enum ppc32_opt): Add OPTION_NO_INLINE_OPT.
2123 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS,
2124 PARSE_AND_LIST_ARGS_CASES): Handle --no-inline-optimize.
2125
2d7ad24e
AM
21262018-04-09 Alan Modra <amodra@gmail.com>
2127
2128 * emulparams/elf32ppc.sh (OTHER_RELRO_SECTIONS_2): Add .branch_lt.
2129 (OTHER_GOT_RELOC_SECTIONS): Add .rela.branch_lt.
2130 * testsuite/ld-powerpc/elfv2so.d: Update for symbol/stub reordering.
2131 * testsuite/ld-powerpc/relbrlt.d: Likewise.
2132 * testsuite/ld-powerpc/relbrlt.s: Likewise.
2133 * testsuite/ld-powerpc/tlsso.r: Likewise.
2134 * testsuite/ld-powerpc/tlstocso.r: Likewise.
2135
49c09209
AM
21362018-04-09 Alan Modra <amodra@gmail.com>
2137
2138 * ppc32elf.em (ppc_finish): Call ppc_finish_symbols.
2139
3cba8b6c
L
21402018-04-05 H.J. Lu <hongjiu.lu@intel.com>
2141
2142 PR gas/22318
2143 * configure: Regenerated.
2144
043e9508
NC
21452018-04-05 Nick Clifton <nickc@redhat.com>
2146
2147 PR 23030
2148 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Make sure
2149 that the .IA_64.unwind_info and .IA_64.unwind sections are not
2150 subject to garbage collection.
2151
9d8e8f44
EB
21522018-04-04 Eric Botcazou <ebotcazou@adacore.com>
2153
2154 * deffile.h (def_file_add_import_from): Declare.
2155 (def_file_add_import_at): Likewise.
2156 * deffilep.y (fill_in_import): New function extracted from...
2157 (def_file_add_import): ...here. Call it.
2158 (def_file_add_import_from): New function.
2159 (def_file_add_import_at): Likewise.
2160 * pe-dll.c (pe_implied_import_dll): Use an optimized version of the
2161 insertion loop for imported symbols if possible.
2162
317ff008
EB
21632018-04-04 Eric Botcazou <ebotcazou@adacore.com>
2164
2165 * emultempl/pe.em (U_SIZE): Delete.
2166 (pe_data_import_dll): Likewise.
2167 (make_import_fixup): Return void, take 4th parameter and pass it down
2168 in call to pe_create_import_fixup.
2169 (pe_find_data_imports): Move to...
2170 (gld_${EMULATION_NAME}_after_open): Run the stdcall fixup pass after
2171 the auto-import pass and add a guard before running the latter.
2172 * emultempl/pep.em (U_SIZE): Delete.
2173 (pep_data_import_dll): Likewise.
2174 (make_import_fixup): Return void, take 4th parameter and pass it down
2175 in call to pe_create_import_fixup.
2176 (pep_find_data_imports): Move to...
2177 (gld_${EMULATION_NAME}_after_open): Run the stdcall fixup pass after
2178 the auto-import pass and add a guard before running the latter.
2179 * pe-dll.c (runtime_pseudp_reloc_v2_init): Change type to bfd_boolean.
2180 (pe_walk_relocs_of_symbol): Rename into...
2181 (pe_walk_relocs): ...this. Add 2 more parameters,4th parameter to the
2182 callback prototype and pass 4th parameter in calls to the callback.
2183 If the import hash table is present, invoke the callback on the reloc
2184 if the symbol name is in the table.
2185 (pe_find_data_imports): ...here. Take 2 parameters. Build an import
2186 hash table for the pseudo-relocation support version 2. When it is
2187 built, walk the relocations only once at the end; when it is not, do
2188 not build a fixup when the symbol isn't part of an import table.
2189 Issue the associated warning only after a first fixup is built.
2190 (tmp_seq2): Delete.
2191 (make_singleton_name_imp): Likewise.
2192 (make_import_fixup_mark): Return const char * and a stable string.
2193 (make_import_fixup_entry): Do not deal with the pseudo-relocation
2194 support version 2.
2195 (make_runtime_pseudo_reloc): Factor out code and fix formatting.
2196 (pe_create_import_fixup): Add 5th parameter. Clearly separate the
2197 pseudo-relocation support version 2 from the rest. Fix formatting.
2198 * pe-dll.h (pe_walk_relocs_of_symbol): Delete.
2199 (pe_find_data_imports): Declare.
2200 (pe_create_import_fixup): Add 5th parameter.
2201 * pep-dll.c (pe_data_import_dll): Delete.
2202 (pe_find_data_imports): Define.
2203 (pe_walk_relocs_of_symbol): Delete.
2204 * pep-dll.h (pep_walk_relocs_of_symbol): Delete.
2205 (pep_find_data_imports): Declare.
2206 (pep_create_import_fixup): Add 5th parameter.
2207 * ld.texinfo (--enable-auto-import): Adjust to new implementation.
2208
4fb0d2b9
NC
22092018-04-04 Nick Clifton <nickc@redhat.com>
2210
2211 * po/es.po: Updated Spanish translation.
2212
dfdad367
MR
22132018-04-03 Maciej W. Rozycki <macro@mips.com>
2214
2215 * testsuite/ld-mips-elf/comm-data.exp: Correct support for
2216 `mips*-*-kfreebsd*-gnu' targets.
2217
e04ef022
RL
22182018-03-23 Renlin Li <renlin.li@arm.com>
2219
2220 PR ld/22970
2221 * testsuite/ld-aarch64/aarch64-elf.exp: Update to run new tests.
2222 * testsuite/ld-aarch64/emit-relocs-552-overflow.d: New.
2223 * testsuite/ld-aarch64/emit-relocs-552-overflow.s: New.
2224 * testsuite/ld-aarch64/emit-relocs-552.d: New.
2225 * testsuite/ld-aarch64/emit-relocs-552.s: New.
2226 * testsuite/ld-aarch64/emit-relocs-553.d: New.
2227 * testsuite/ld-aarch64/emit-relocs-553.s: New.
2228 * testsuite/ld-aarch64/emit-relocs-554-overflow.d: New.
2229 * testsuite/ld-aarch64/emit-relocs-554-overflow.s: New.
2230 * testsuite/ld-aarch64/emit-relocs-554.d: New.
2231 * testsuite/ld-aarch64/emit-relocs-554.s: New.
2232 * testsuite/ld-aarch64/emit-relocs-555.d: New.
2233 * testsuite/ld-aarch64/emit-relocs-555.s: New.
2234 * testsuite/ld-aarch64/emit-relocs-556-overflow.d: New.
2235 * testsuite/ld-aarch64/emit-relocs-556-overflow.s: New.
2236 * testsuite/ld-aarch64/emit-relocs-556.d: New.
2237 * testsuite/ld-aarch64/emit-relocs-556.s: New.
2238 * testsuite/ld-aarch64/emit-relocs-557.d: New.
2239 * testsuite/ld-aarch64/emit-relocs-557.s: New.
2240 * testsuite/ld-aarch64/emit-relocs-558-overflow.d: New.
2241 * testsuite/ld-aarch64/emit-relocs-558-overflow.s: New.
2242 * testsuite/ld-aarch64/emit-relocs-558.d: New.
2243 * testsuite/ld-aarch64/emit-relocs-558.s: New.
2244 * testsuite/ld-aarch64/emit-relocs-559.d: New.
2245 * testsuite/ld-aarch64/emit-relocs-559.s: New.
2246 * testsuite/ld-aarch64/emit-relocs-112-overflow.d: New.
2247 * testsuite/ld-aarch64/emit-relocs-112-overflow.s: New.
2248 * testsuite/ld-aarch64/emit-relocs-112.d: New.
2249 * testsuite/ld-aarch64/emit-relocs-112.s: New.
2250 * testsuite/ld-aarch64/emit-relocs-113.d: New.
2251 * testsuite/ld-aarch64/emit-relocs-113.s: New.
2252 * testsuite/ld-aarch64/emit-relocs-114-overflow.d: New.
2253 * testsuite/ld-aarch64/emit-relocs-114-overflow.s: New.
2254 * testsuite/ld-aarch64/emit-relocs-114.d: New.
2255 * testsuite/ld-aarch64/emit-relocs-114.s: New.
2256 * testsuite/ld-aarch64/emit-relocs-115.d: New.
2257 * testsuite/ld-aarch64/emit-relocs-115.s: New.
2258 * testsuite/ld-aarch64/emit-relocs-116-overflow.d: New.
2259 * testsuite/ld-aarch64/emit-relocs-116-overflow.s: New.
2260 * testsuite/ld-aarch64/emit-relocs-116.d: New.
2261 * testsuite/ld-aarch64/emit-relocs-116.s: New.
2262 * testsuite/ld-aarch64/emit-relocs-117.d: New.
2263 * testsuite/ld-aarch64/emit-relocs-117.s: New.
2264 * testsuite/ld-aarch64/emit-relocs-118-overflow.d: New.
2265 * testsuite/ld-aarch64/emit-relocs-118-overflow.s: New.
2266 * testsuite/ld-aarch64/emit-relocs-118.d: New.
2267 * testsuite/ld-aarch64/emit-relocs-118.s: New.
2268 * testsuite/ld-aarch64/emit-relocs-119.d: New.
2269 * testsuite/ld-aarch64/emit-relocs-119.s: New.
2270
f8745e1c
EB
22712018-03-28 Eric Botcazou <ebotcazou@adacore.com>
2272
2273 PR ld/22972
2274 * testsuite/ld-sparc/sparc.exp: Add test for mixed GOTDATA/GOT relocs.
2275 * testsuite/ld-sparc/gotop-hidden.c: New file.
2276 * testsuite/ld-sparc/got-hidden32.s: Likewise.
2277 * testsuite/ld-sparc/got-hidden64.s: Likewise.
2278 * testsuite/ld-sparc/pass.out: Likewise.
2279
bf54968b
L
22802018-03-25 H.J. Lu <hongjiu.lu@intel.com>
2281
2282 PR ld/23000
2283 * testsuite/ld-x86-64/tlsdesc.pd: Updated.
2284
f6c4d4b1
NC
22852018-03-23 Nick Clifton <nickc@redhat.com>
2286
2287 PR 22948
2288 * emultempl/pe.em (open_dynamic_archive): Add libXXX.lib template
2289 to library name list.
2290 * emultempl/pep.em (open_dynamic_archive): Likewise.
2291 * ld.texinfo (WIN32): Update documentation.
2292
cbac2231
RM
22932018-03-20 Roland McGrath <mcgrathr@google.com>
2294
2295 * testsuite/ld-elf/shared.exp (pr20995-2): XFAIL on aarch64*-*-elf*,
2296 another target without RELRO.
2297
8c5b71ad
L
22982018-03-20 H.J. Lu <hongjiu.lu@intel.com>
2299
2300 * testsuite/ld-plugin/pr22983.d: Allow leading underscore as
2301 well as extra lines between symbols.
2302
ed381877
MR
23032018-03-20 Maciej W. Rozycki <macro@mips.com>
2304
2305 * testsuite/ld-gc/gc.exp: Remove extraneous LD flags from the
2306 personality test.
2307
416c34d6
L
23082018-03-20 H.J. Lu <hongjiu.lu@intel.com>
2309
2310 PR ld/22983
2311 * testsuite/ld-plugin/lto.exp: Run PR ld/22983 test.
2312 * testsuite/ld-plugin/pr22983.d: New file.
2313 * testsuite/ld-plugin/pr22983.t: Likewise.
2314 * testsuite/ld-plugin/pr22983a.c: Likewise.
2315 * testsuite/ld-plugin/pr22983b.c: Likewise.
2316
202d116e
AS
23172018-03-15 Andreas Schwab <schwab@suse.de>
2318
2319 PR ld/22949
2320 * emultempl/riscvelf.em (riscv_elf_before_allocation): Don't
2321 enable relaxation in relocatable link.
2322
f9671640
KLC
23232018-03-15 Kuan-Lin Chen <kuanlinchentw@gmail.com>
2324
2325 * emultempl/nds32elf.em (nds32_elf_after_allocation): Remove
2326 unsupported target feature.
2327
9e223787
L
23282018-03-14 H.J. Lu <hongjiu.lu@intel.com>
2329
2330 PR ld/20882
2331 * testsuite/ld-gc/pr20882.d: Also dump and check .debug_abbrev
2332 section.
2333 * testsuite/ld-gc/pr20882b.s: Add .debug_abbrev section.
2334
bf485201
L
23352018-03-14 H.J. Lu <hongjiu.lu@intel.com>
2336
2337 * testsuite/ld-gc/gc.exp: Fix a typo: $LFLAGS -> $LDFLAGS.
2338
b4a3689a
NC
23392018-03-13 Nick Clifton <nickc@redhat.com>
2340
2341 * po/pt_BR.po: Updated Brazilian Portuguese translation.
2342
f657f8c4
NC
23432018-03-09 Nick Clifton <nickc@redhat.com>
2344
2345 * testsuite/ld-ifunc/ifuncmod5.s: New test. Checks that targets
2346 that support IFUNC symbols can handle relocations against those
2347 symbols in NOTE sections.
2348 * testsuite/ld-ifunc/ifuncmod5.d: New file: Driver for the new
2349 test.
2350 * testsuite/ld-ifunc/ifunc.exp: Run the new test.
2351
347a8774
L
23522018-03-08 H.J. Lu <hongjiu.lu@intel.com>
2353
2354 PR ld/22929
2355 * testsuite/ld-i386/i386.exp: Run PR ld/22929 test.
2356 * testsuite/ld-x86-64/x86-64.exp: Likewise.
2357 * testsuite/ld-i386/pr22929.d: New file.
2358 * testsuite/ld-i386/pr22929.s: Likewise.
2359 * testsuite/ld-x86-64/pr22929.d: Likewise.
2360 * testsuite/ld-x86-64/pr22929.s: Likewise.
2361
d6ab6481
MF
23622018-03-07 Max Filippov <jcmvbkbc@gmail.com>
2363
2364 * emulparams/elf32xtensa.sh (COMMONPAGESIZE): Define.
2365
0c1ded8d
RL
23662018-03-07 Renlin Li <renlin.li@arm.com>
2367
2368 PR ld/20402
2369 * testsuite/ld-aarch64/aarch64-elf.exp: Run new test.
2370 * testsuite/ld-aarch64/pr20402.s: New.
2371 * testsuite/ld-aarch64/pr20402.d: New.
2372
770aa8a3
JW
23732018-03-06 Jim Wilson <jimw@sifive.com>
2374
2375 PR 22920
2376 * emultempl/riscvelf.em (riscv_create_output_section_statements): New.
2377 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): New.
2378 * testsuite/ld-elf/pr21884.d (#notarget): Add riscv*-*-*.
2379 * testsuite/ld-unique/pr21529.d (#notarget): Likewise.
2380 * testsuite/ld-srec/srec.exp (run_srec_test): For riscv*-*-* target,
2381 call setup_xfail.
2382
dfb93f11
JC
23832018-03-03 James Cowgill <james.cowgill@mips.com>
2384 Maciej W. Rozycki <macro@mips.com>
2385
2386 PR ld/21900
2387 * testsuite/ld-mips-elf/undefined-warn.d: New test.
2388 * testsuite/ld-mips-elf/undefined.s: Add padding at the end.
2389 * testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
2390
9a2ebffd
JW
23912018-03-02 Jim Wilson <jimw@sifive.com>
2392
2393 PR 22903
2394 * emultempl/aarch64elf.em (elf${ELFSIZE}_aarch64_add_stub_section):
2395 Give stub_sec 8 byte alignment.
2396 * emulparams/aarch64cloudabi.sh (NOP): Set to 0x1f2003d5.
2397 * emulparams/aarch64elf.sh (NOP): Likewise.
2398 * emulparams/aarch64elf32.sh (NOP): Likewise.
2399 * emulparams/aarch64fbsd.sh (NOP): Likewise.
2400 * emulparams/aarch64linux.sh (NOP): Likewise.
2401 * emulparams/aarch64linux32.sh (NOP): Likewise.
2402 * testsuite/ld-aarch64/erratum835769.d: Adjust for added nop.
2403 * testsuite/ld-aarch64/erratum843419.d: Likewise.
2404 * testsuite/ld-aarch64/farcall-b-defsym.d: Likewise.
2405 * testsuite/ld-aarch64/farcall-b-none-function.d: Likewise.
2406 * testsuite/ld-aarch64/farcall-b-plt.d: Likewise.
2407 * testsuite/ld-aarch64/farcall-b-section.d: Likewise.
2408 * testsuite/ld-aarch64/farcall-b.d: Likewise.
2409 * testsuite/ld-aarch64/farcall-back.d: Likewise.
2410 * testsuite/ld-aarch64/farcall-bl-defsym.d: Likewise.
2411 * testsuite/ld-aarch64/farcall-bl-none-function.d: Likewise.
2412 * testsuite/ld-aarch64/farcall-bl-plt.d: Likewise.
2413 * testsuite/ld-aarch64/farcall-bl-section.d: Likewise.
2414 * testsuite/ld-aarch64/farcall-bl.d: Likewise.
2415
e184813f
AM
24162018-03-01 Alan Modra <amodra@gmail.com>
2417
2418 * configure.ac (ALL_LINGUAS): Add ja. Sort.
2419 * configure: Regenerate.
2420
889be5db
DR
24212018-02-28 Douglas B Rupp <rupp@adacore.com>
2422
2423 * ldmain.c (main): Remove directory separator, if any, from the
2424 end of the canonicalized sysroot.
2425
f6aec96d
L
24262018-02-27 H.J. Lu <hongjiu.lu@intel.com>
2427
2428 * NEWS: Mention --enable-separate-code.
2429 * configure.ac: Add --enable-separate-code.
2430 (DEFAULT_LD_Z_SEPARATE_CODE): New AC_DEFINE_UNQUOTED.
2431 * configure.tgt: Default ac_default_ld_z_separate_code to 1 for
2432 Linux/x86 targets.
2433 * config.in: Regenerated.
2434 * configure: Likewise.
2435 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set
2436 link_info.separate_code DEFAULT_LD_Z_SEPARATE_CODE.
2437
df5f2391
AM
24382018-02-26 Alan Modra <amodra@gmail.com>
2439
2440 * emulparams/call_nop.sh, * emulparams/cet.sh,
2441 * emulparams/elf32mcore.sh, * emultempl/aarch64elf.em
2442 * emultempl/aix.em, * emultempl/alphaelf.em, * emultempl/armcoff.em,
2443 * emultempl/armelf.em, * emultempl/avrelf.em, * emultempl/beos.em,
2444 * emultempl/bfin.em, * emultempl/cr16elf.em, * emultempl/elf32.em,
2445 * emultempl/elf-generic.em, * emultempl/hppaelf.em,
2446 * emultempl/linux.em, * emultempl/lnk960.em,
2447 * emultempl/m68hc1xelf.em, * emultempl/m68kcoff.em,
2448 * emultempl/m68kelf.em, * emultempl/metagelf.em,
2449 * emultempl/mipself.em, * emultempl/mmix-elfnmmo.em,
2450 * emultempl/mmo.em, * emultempl/msp430.em, * emultempl/nds32elf.em,
2451 * emultempl/nios2elf.em, * emultempl/pe.em, * emultempl/pep.em,
2452 * emultempl/ppc32elf.em, * emultempl/ppc64elf.em,
2453 * emultempl/scoreelf.em, * emultempl/sh64elf.em,
2454 * emultempl/spuelf.em, * emultempl/sunos.em, * emultempl/tic6xdsbt.em,
2455 * emultempl/ticoff.em, * emultempl/v850elf.em, * emultempl/vms.em,
2456 * emultempl/vxworks.em, * emultempl/xtensaelf.em, * ldcref.c,
2457 * ldctor.c, * ldexp.c, * ldfile.c, * ldgram.y, * ldlang.c,
2458 * ldmain.c, * ldmisc.c, * ldwrite.c, * lexsup.c, * mri.c, * pe-dll.c,
2459 * plugin.c: Standardize error/warning messages.
2460 * testsuite/ld-arc/jli-overflow.err,
2461 * testsuite/ld-arm/cmse-implib-errors.out,
2462 * testsuite/ld-arm/cmse-new-earlier-later-implib.out,
2463 * testsuite/ld-arm/cmse-new-implib-not-sg-in-implib.out,
2464 * testsuite/ld-arm/cmse-new-wrong-implib.out,
2465 * testsuite/ld-arm/cmse-veneers-no-gnu_sgstubs.out,
2466 * testsuite/ld-arm/cmse-veneers-wrong-entryfct.out,
2467 * testsuite/ld-arm/vxworks1-static.d,
2468 * testsuite/ld-cris/tls-err-20x.d, * testsuite/ld-cris/tls-err-29.d,
2469 * testsuite/ld-cris/tls-err-31.d, * testsuite/ld-cris/tls-err-33.d,
2470 * testsuite/ld-cris/tls-err-35.d, * testsuite/ld-cris/tls-err-37.d,
2471 * testsuite/ld-cris/tls-err-39.d, * testsuite/ld-cris/tls-err-41.d,
2472 * testsuite/ld-cris/tls-err-43.d, * testsuite/ld-cris/tls-err-45.d,
2473 * testsuite/ld-cris/tls-err-47.d, * testsuite/ld-cris/tls-err-49.d,
2474 * testsuite/ld-cris/tls-err-51.d, * testsuite/ld-cris/tls-err-67.d,
2475 * testsuite/ld-elf/dwarf2.err, * testsuite/ld-elf/dwarf3.err,
2476 * testsuite/ld-elf/orphan-5.l, * testsuite/ld-elf/orphan-6.l,
2477 * testsuite/ld-i386/vxworks1-static.d,
2478 * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n32.d,
2479 * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n64.d,
2480 * testsuite/ld-mips-elf/bal-jalx-pic-micromips.d,
2481 * testsuite/ld-mips-elf/bal-jalx-pic-n32.d,
2482 * testsuite/ld-mips-elf/bal-jalx-pic-n64.d,
2483 * testsuite/ld-mips-elf/bal-jalx-pic.d,
2484 * testsuite/ld-mips-elf/jal-global-overflow-1.d,
2485 * testsuite/ld-mips-elf/jal-local-overflow-1.d,
2486 * testsuite/ld-mips-elf/mode-change-error-1.d,
2487 * testsuite/ld-mips-elf/unaligned-branch-2.d,
2488 * testsuite/ld-mips-elf/unaligned-branch-ignore-2.d,
2489 * testsuite/ld-mips-elf/unaligned-branch-ignore-micromips.d,
2490 * testsuite/ld-mips-elf/unaligned-branch-ignore-mips16.d,
2491 * testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1.d,
2492 * testsuite/ld-mips-elf/unaligned-branch-micromips.d,
2493 * testsuite/ld-mips-elf/unaligned-branch-mips16.d,
2494 * testsuite/ld-mips-elf/unaligned-branch-r6-1.d,
2495 * testsuite/ld-mips-elf/unaligned-branch-r6-2.d,
2496 * testsuite/ld-mips-elf/unaligned-branch.d,
2497 * testsuite/ld-mips-elf/unaligned-jalx-1.d,
2498 * testsuite/ld-mips-elf/unaligned-jalx-3.d,
2499 * testsuite/ld-mips-elf/unaligned-jalx-addend-1.d,
2500 * testsuite/ld-mips-elf/unaligned-jalx-addend-3.d,
2501 * testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d,
2502 * testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d,
2503 * testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d,
2504 * testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d,
2505 * testsuite/ld-mips-elf/unaligned-jump-micromips.d,
2506 * testsuite/ld-mips-elf/unaligned-jump-mips16.d,
2507 * testsuite/ld-mips-elf/unaligned-jump.d,
2508 * testsuite/ld-mips-elf/unaligned-ldpc-1.d,
2509 * testsuite/ld-mips-elf/unaligned-lwpc-1.d,
2510 * testsuite/ld-mips-elf/undefined.d,
2511 * testsuite/ld-mips-elf/vxworks1-static.d,
2512 * testsuite/ld-mmix/bpo-20.d, * testsuite/ld-mmix/bpo-20m.d,
2513 * testsuite/ld-mmix/bpo-7.d, * testsuite/ld-mmix/bpo-7m.d,
2514 * testsuite/ld-mmix/bpo-8.d, * testsuite/ld-mmix/bpo-8m.d,
2515 * testsuite/ld-mmix/greg-17.d, * testsuite/ld-mmix/greg-18.d,
2516 * testsuite/ld-mmix/greg-8.d, * testsuite/ld-mmix/greg-9.d,
2517 * testsuite/ld-plugin/plugin-14.d, * testsuite/ld-plugin/plugin-15.d,
2518 * testsuite/ld-plugin/plugin-16.d, * testsuite/ld-plugin/plugin-20.d,
2519 * testsuite/ld-plugin/plugin-21.d, * testsuite/ld-plugin/plugin-22.d,
2520 * testsuite/ld-plugin/plugin-23.d, * testsuite/ld-plugin/plugin-6.d,
2521 * testsuite/ld-plugin/plugin-7.d, * testsuite/ld-plugin/plugin-8.d,
2522 * testsuite/ld-powerpc/aix-weak-3-32.d,
2523 * testsuite/ld-powerpc/aix-weak-3-64.d,
2524 * testsuite/ld-powerpc/vxworks1-static.d,
2525 * testsuite/ld-sh/vxworks1-static.d,
2526 * testsuite/ld-sparc/vxworks1-static.d,
2527 * testsuite/ld-undefined/undefined.exp,
2528 * testsuite/ld-x86-64/pie1.d: Update for changed errors and warnings.
2529 * testsuite/ld-elf/warn1.d, * testsuite/ld-elf/warn2.d: Correct regex.
2530
33589acb
AM
25312018-02-26 Alan Modra <amodra@gmail.com>
2532
2533 * Makefile.am (EMULATION_FILES, POTFILES): Delete.
2534 (SRC_POTFILES, BLD_POTFILES): Define.
2535 (po/POTFILES.in): Delete rule.
2536 (po/SRC-POTFILES.in, po/BLD-POTFILES.in): New rules.
2537 * configure.ac: Add AC_CONFIG_COMMANDS to create po/Makefile.
2538 * po/Make-in (DISTFILES): Remove POTFILES.in, add SRC-POTFILES.in
2539 and BLD-POTFILES.in.
2540 (POTFILES): Delete.
2541 (SRC-POTFILES, BLD-POTFILES): Define place marker.
2542 (ld.pot): Build from SRC-POTFILES plus BLD-POTFILES.
2543 (distclean, maintainer-clean): Tidy up new files.
2544 (POTFILES, POTFILES.in): Delete rules.
2545 (SRC-POTFILES, BLD-POTFILES, SRC-POTFILES.in, BLD-POTFILES.in):
2546 New rules.
2547 (Makefile): Depend on SRC-POTFILES and BLD-POTFILES.
2548 * po/SRC-POTFILES.in: Rename from po/POTFILES.in.
2549 * po/BLD-POTFILES.in: New file.
2550 * Makefile.in: Regenerate.
2551 * configure: Regenerate.
2552
38f14ab8
AM
25532018-02-26 Alan Modra <amodra@gmail.com>
2554
2555 * testsuite/ld-cris/pcrelcp-1.d,
2556 * testsuite/ld-mmix/start-2.d: Update.
2557
6e05870c
AM
25582018-02-26 Alan Modra <amodra@gmail.com>
2559
2560 * testsuite/ld-arm/cmse-implib-errors.out,
2561 * testsuite/ld-arm/cmse-new-earlier-later-implib.out,
2562 * testsuite/ld-arm/cmse-new-implib-not-sg-in-implib.out,
2563 * testsuite/ld-arm/cmse-new-wrong-implib.out,
2564 * testsuite/ld-arm/cmse-veneers-no-gnu_sgstubs.out,
2565 * testsuite/ld-arm/cmse-veneers-wrong-entryfct.out,
2566 * testsuite/ld-cris/badgotr1.d,
2567 * testsuite/ld-cris/tls-err-24.d,
2568 * testsuite/ld-cris/tls-err-25.d,
2569 * testsuite/ld-cris/tls-err-26.d,
2570 * testsuite/ld-cris/tls-err-27.d,
2571 * testsuite/ld-cris/tls-err-28.d,
2572 * testsuite/ld-cris/tls-err-40.d,
2573 * testsuite/ld-cris/tls-err-44.d,
2574 * testsuite/ld-cris/tls-err-48.d,
2575 * testsuite/ld-cris/tls-err-52.d,
2576 * testsuite/ld-cris/tls-err-53.d,
2577 * testsuite/ld-cris/tls-err-55.d,
2578 * testsuite/ld-cris/tls-err-56.d,
2579 * testsuite/ld-cris/tls-err-62.d,
2580 * testsuite/ld-cris/tls-err-65.d,
2581 * testsuite/ld-cris/tls-err-77.d,
2582 * testsuite/ld-elf/empty-implib.out,
2583 * testsuite/ld-elf/indirect.exp: Update.
2584
90b6238f
AM
25852018-02-26 Alan Modra <amodra@gmail.com>
2586
2587 * testsuite/ld-aarch64/reloc-overflow-bad.d,
2588 * testsuite/ld-arm/attr-merge-9.out,
2589 * testsuite/ld-arm/attr-merge-arch-2.d,
2590 * testsuite/ld-arm/attr-merge-unknown-1.d,
2591 * testsuite/ld-arm/attr-merge-unknown-2.d,
2592 * testsuite/ld-arm/attr-merge-unknown-2r.d,
2593 * testsuite/ld-arm/attr-merge-unknown-3.d,
2594 * testsuite/ld-arm/cmse-implib-errors.out,
2595 * testsuite/ld-arm/cmse-new-earlier-later-implib.out,
2596 * testsuite/ld-arm/cmse-new-implib-no-output.out,
2597 * testsuite/ld-arm/cmse-new-implib-not-sg-in-implib.out,
2598 * testsuite/ld-arm/cmse-new-implib.out,
2599 * testsuite/ld-arm/cmse-new-wrong-implib.out,
2600 * testsuite/ld-arm/cmse-veneers-no-gnu_sgstubs.out,
2601 * testsuite/ld-arm/cmse-veneers-wrong-entryfct.out,
2602 * testsuite/ld-arm/group-relocs-alu-bad-2.d,
2603 * testsuite/ld-arm/group-relocs-alu-bad.d,
2604 * testsuite/ld-arm/group-relocs-ldc-bad-2.d,
2605 * testsuite/ld-arm/group-relocs-ldc-bad.d,
2606 * testsuite/ld-arm/group-relocs-ldr-bad-2.d,
2607 * testsuite/ld-arm/group-relocs-ldr-bad.d,
2608 * testsuite/ld-arm/group-relocs-ldrs-bad-2.d,
2609 * testsuite/ld-arm/group-relocs-ldrs-bad.d,
2610 * testsuite/ld-arm/stm32l4xx-cannot-fix-far-ldm.d: Update.
2611
2c1c9679
AM
26122018-02-26 Alan Modra <amodra@gmail.com>
2613
2614 * testsuite/ld-mips-elf/attr-gnu-4-12.d,
2615 * testsuite/ld-mips-elf/attr-gnu-4-13.d,
2616 * testsuite/ld-mips-elf/attr-gnu-4-14.d,
2617 * testsuite/ld-mips-elf/attr-gnu-4-16.d,
2618 * testsuite/ld-mips-elf/attr-gnu-4-17.d,
2619 * testsuite/ld-mips-elf/attr-gnu-4-18.d,
2620 * testsuite/ld-mips-elf/attr-gnu-4-19.d,
2621 * testsuite/ld-mips-elf/attr-gnu-4-21.d,
2622 * testsuite/ld-mips-elf/attr-gnu-4-23.d,
2623 * testsuite/ld-mips-elf/attr-gnu-4-24.d,
2624 * testsuite/ld-mips-elf/attr-gnu-4-25.d,
2625 * testsuite/ld-mips-elf/attr-gnu-4-26.d,
2626 * testsuite/ld-mips-elf/attr-gnu-4-27.d,
2627 * testsuite/ld-mips-elf/attr-gnu-4-28.d,
2628 * testsuite/ld-mips-elf/attr-gnu-4-29.d,
2629 * testsuite/ld-mips-elf/attr-gnu-4-31.d,
2630 * testsuite/ld-mips-elf/attr-gnu-4-32.d,
2631 * testsuite/ld-mips-elf/attr-gnu-4-34.d,
2632 * testsuite/ld-mips-elf/attr-gnu-4-35.d,
2633 * testsuite/ld-mips-elf/attr-gnu-4-36.d,
2634 * testsuite/ld-mips-elf/attr-gnu-4-37.d,
2635 * testsuite/ld-mips-elf/attr-gnu-4-38.d,
2636 * testsuite/ld-mips-elf/attr-gnu-4-39.d,
2637 * testsuite/ld-mips-elf/attr-gnu-4-41.d,
2638 * testsuite/ld-mips-elf/attr-gnu-4-42.d,
2639 * testsuite/ld-mips-elf/attr-gnu-4-43.d,
2640 * testsuite/ld-mips-elf/attr-gnu-4-45.d,
2641 * testsuite/ld-mips-elf/attr-gnu-4-46.d,
2642 * testsuite/ld-mips-elf/attr-gnu-4-47.d,
2643 * testsuite/ld-mips-elf/attr-gnu-4-48.d,
2644 * testsuite/ld-mips-elf/attr-gnu-4-49.d,
2645 * testsuite/ld-mips-elf/attr-gnu-4-52.d,
2646 * testsuite/ld-mips-elf/attr-gnu-4-53.d,
2647 * testsuite/ld-mips-elf/attr-gnu-4-54.d,
2648 * testsuite/ld-mips-elf/attr-gnu-4-58.d,
2649 * testsuite/ld-mips-elf/attr-gnu-4-59.d,
2650 * testsuite/ld-mips-elf/attr-gnu-4-61.d,
2651 * testsuite/ld-mips-elf/attr-gnu-4-62.d,
2652 * testsuite/ld-mips-elf/attr-gnu-4-63.d,
2653 * testsuite/ld-mips-elf/attr-gnu-4-64.d,
2654 * testsuite/ld-mips-elf/attr-gnu-4-68.d,
2655 * testsuite/ld-mips-elf/attr-gnu-4-69.d,
2656 * testsuite/ld-mips-elf/attr-gnu-4-71.d,
2657 * testsuite/ld-mips-elf/attr-gnu-4-72.d,
2658 * testsuite/ld-mips-elf/attr-gnu-4-73.d,
2659 * testsuite/ld-mips-elf/attr-gnu-4-74.d,
2660 * testsuite/ld-mips-elf/attr-gnu-4-78.d,
2661 * testsuite/ld-mips-elf/attr-gnu-4-79.d,
2662 * testsuite/ld-mips-elf/attr-gnu-4-81.d,
2663 * testsuite/ld-mips-elf/attr-gnu-4-89.d,
2664 * testsuite/ld-mips-elf/attr-gnu-8-12.d,
2665 * testsuite/ld-mips-elf/attr-gnu-8-21.d,
2666 * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n32.d,
2667 * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n64.d,
2668 * testsuite/ld-mips-elf/bal-jalx-pic-micromips.d,
2669 * testsuite/ld-mips-elf/bal-jalx-pic-n32.d,
2670 * testsuite/ld-mips-elf/bal-jalx-pic-n64.d,
2671 * testsuite/ld-mips-elf/bal-jalx-pic.d,
2672 * testsuite/ld-mips-elf/mode-change-error-1.d,
2673 * testsuite/ld-mips-elf/unaligned-branch-2.d,
2674 * testsuite/ld-mips-elf/unaligned-branch-ignore-2.d,
2675 * testsuite/ld-mips-elf/unaligned-branch-ignore-micromips.d,
2676 * testsuite/ld-mips-elf/unaligned-branch-ignore-mips16.d,
2677 * testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1.d,
2678 * testsuite/ld-mips-elf/unaligned-branch-micromips.d,
2679 * testsuite/ld-mips-elf/unaligned-branch-mips16.d,
2680 * testsuite/ld-mips-elf/unaligned-branch-r6-1.d,
2681 * testsuite/ld-mips-elf/unaligned-branch-r6-2.d,
2682 * testsuite/ld-mips-elf/unaligned-branch.d,
2683 * testsuite/ld-mips-elf/unaligned-jalx-1.d,
2684 * testsuite/ld-mips-elf/unaligned-jalx-3.d,
2685 * testsuite/ld-mips-elf/unaligned-jalx-addend-1.d,
2686 * testsuite/ld-mips-elf/unaligned-jalx-addend-3.d,
2687 * testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d,
2688 * testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d,
2689 * testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d,
2690 * testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d,
2691 * testsuite/ld-mips-elf/unaligned-jump-micromips.d,
2692 * testsuite/ld-mips-elf/unaligned-jump-mips16.d,
2693 * testsuite/ld-mips-elf/unaligned-jump.d: Update.
2694
9793eb77
AM
26952018-02-26 Alan Modra <amodra@gmail.com>
2696
2697 * testsuite/ld-elf/indirect.exp,
2698 * testsuite/ld-elf/pr22649-2ab-mips.msg,
2699 * testsuite/ld-elf/pr22649-2cd-mips.msg,
2700 * testsuite/ld-elf/pr22649.msg,
2701 * testsuite/ld-elf/tls_common.exp,
2702 * testsuite/ld-elfcomm/elfcomm.exp,
2703 * testsuite/ld-arm/attr-merge-incompatible.d,
2704 * testsuite/ld-tic6x/attr-compatibility-gnu-other.d,
2705 * testsuite/ld-tic6x/attr-compatibility-other-gnu.d,
2706 * testsuite/ld-tic6x/attr-compatibility-other-other.d,
2707 * testsuite/ld-i386/warn1.d: Update expected error/warning messages.
2708
cf97bcb0
AM
27092018-02-26 Alan Modra <amodra@gmail.com>
2710
2711 * testsuite/ld-powerpc/attr-gnu-12-21.d,
2712 * testsuite/ld-powerpc/attr-gnu-4-12.d,
2713 * testsuite/ld-powerpc/attr-gnu-4-13.d,
2714 * testsuite/ld-powerpc/attr-gnu-4-21.d,
2715 * testsuite/ld-powerpc/attr-gnu-4-23.d,
2716 * testsuite/ld-powerpc/attr-gnu-4-31.d,
2717 * testsuite/ld-powerpc/attr-gnu-4-32.d,
2718 * testsuite/ld-powerpc/attr-gnu-8-23.d: Update.
2719
bbad9962
AM
27202018-02-21 Alan Modra <amodra@gmail.com>
2721
2722 * testsuite/ld-elf/group8b.d: Run test on ia64. Use xfail rather
2723 than notarget.
2724 * testsuite/ld-elf/pr12851.d: Likewise.
2725 * testsuite/ld-elf/pr12975.d: Likewise.
2726 * testsuite/ld-elf/pr13177.d: Likewise.
2727 * testsuite/ld-elf/pr13195.d: Likewise.
2728 * testsuite/ld-elf/pr17615.d: Likewise.
2729 * testsuite/ld-elf/pr21562a.d: Likewise.
2730 * testsuite/ld-elf/pr21562b.d: Likewise.
2731 * testsuite/ld-elf/pr21562c.d: Likewise.
2732 * testsuite/ld-elf/pr21562d.d: Likewise.
2733 * testsuite/ld-elf/pr21562i.d: Likewise.
2734 * testsuite/ld-elf/pr21562j.d: Likewise.
2735 * testsuite/ld-elf/pr21562k.d: Likewise.
2736 * testsuite/ld-elf/pr21562l.d: Likewise.
2737 * testsuite/ld-elf/pr21562m.d: Likewise.
2738 * testsuite/ld-elf/pr21562n.d: Likewise.
2739 * testsuite/ld-elf/group9a.d: Run test on ia64 and alpha. Use xfail
2740 rather than notarget.
2741 * testsuite/ld-elf/group9b.d: Likewise.
2742 * testsuite/ld-elf/pr22677.d: Likewise.
2743
6798f8bf
MR
27442018-02-19 Maciej W. Rozycki <macro@mips.com>
2745
2746 * testsuite/ld-mips-elf/reginfo-0.d: New test.
2747 * testsuite/ld-mips-elf/reginfo-0r.d: New test.
2748 * testsuite/ld-mips-elf/reginfo-1.d: New test.
2749 * testsuite/ld-mips-elf/reginfo-1r.d: New test.
2750 * testsuite/ld-mips-elf/reginfo-2.d: New test.
2751 * testsuite/ld-mips-elf/reginfo-2r.d: New test.
2752 * testsuite/ld-mips-elf/mips-abiflags-0.d: New test.
2753 * testsuite/ld-mips-elf/mips-abiflags-0r.d: New test.
2754 * testsuite/ld-mips-elf/mips-abiflags-1.d: New test.
2755 * testsuite/ld-mips-elf/mips-abiflags-1r.d: New test.
2756 * testsuite/ld-mips-elf/mips-abiflags-2.d: New test.
2757 * testsuite/ld-mips-elf/mips-abiflags-2r.d: New test.
2758 * testsuite/ld-mips-elf/reginfo-0.ld: New test linker script.
2759 * testsuite/ld-mips-elf/reginfo-1.ld: New test linker script.
2760 * testsuite/ld-mips-elf/mips-abiflags-0.ld: New test linker
2761 script.
2762 * testsuite/ld-mips-elf/mips-abiflags-1.ld: New test linker
2763 script.
2764 * testsuite/ld-mips-elf/reginfo-1.s: New test source.
2765 * testsuite/ld-mips-elf/reginfo-2.s: New test source.
2766 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
2767
8772de11
MR
27682018-02-19 Maciej W. Rozycki <macro@mips.com>
2769
2770 * ldlang.c (insert_pad): Do not change output section's size if
2771 SEC_FIXED_SIZE is set in the flags.
2772 (size_input_section): Likewise.
2773 (lang_size_sections_1): Likewise.
2774 (lang_reset_memory_regions): Likewise.
2775
c1c8c1ef
AM
27762018-02-19 Alan Modra <amodra@gmail.com>
2777
2778 * ldmisc.c (vfinfo) Handle %pI, %pR, %pS and %pT in place of
2779 %I, %R, %S and %T.
2780 * ldcref.c, * ldctor.c, * ldemul.c, * ldexp.c, * ldgram.y,
2781 * ldlang.c, * ldlex.l, * ldmain.c, * ldmisc.c, * pe-dll.c,
2782 * emultempl/sh64elf.em: Replace use of of %I, %R, %S and %T in
2783 format strings passed to einfo and friends by %pI, %pR, %pS and %pT.
2784
871b3ab2
AM
27852018-02-19 Alan Modra <amodra@gmail.com>
2786
2787 * ldmisc.c (vfinfo): Handle %pA and %pB in place of %A and %B.
2788 * ldcref.c: Update all messages using %A and %B.
2789 * ldexp.c: Likewise.
2790 * ldlang.c: Likewise.
2791 * ldmain.c: Likewise.
2792 * ldmisc.c: Likewise.
2793 * pe-dll.c: Likewise.
2794 * plugin.c: Likewise.
2795 * emultempl/beos.em: Likewise.
2796 * emultempl/cr16elf.em: Likewise.
2797 * emultempl/elf32.em: Likewise.
2798 * emultempl/m68kcoff.em: Likewise.
2799 * emultempl/m68kelf.em: Likewise.
2800 * emultempl/mmo.em: Likewise.
2801 * emultempl/nds32elf.em: Likewise.
2802 * emultempl/pe.em: Likewise.
2803 * emultempl/pep.em: Likewise.
2804 * emultempl/spuelf.em: Likewise.
2805 * emultempl/sunos.em: Likewise.
2806 * emultempl/xtensaelf.em: Likewise.
2807
f61f94ec
L
28082018-02-19 H.J. Lu <hongjiu.lu@intel.com>
2809
2810 PR ld/22845
2811 * testsuite/ld-elf/frame.exp: Skip if -shared isn't supported.
2812 Add tests for "-z noseparate-code" and "-z separate-code".
2813 Remove unsupported -shared check.
2814
d85502cf
L
28152018-02-17 H.J. Lu <hongjiu.lu@intel.com>
2816
2817 PR ld/22845
2818 * testsuite/ld-elf/ehdr_start.d: Pass --build-id to ld.
2819
34b00afa
L
28202018-02-17 H.J. Lu <hongjiu.lu@intel.com>
2821
2822 PR ld/22845
2823 * testsuite/ld-elf/binutils.exp (tls_opts): Add tests for
2824 "-z noseparate-code" and "-z separate-code".
2825
92d9e363
L
28262018-02-17 H.J. Lu <hongjiu.lu@intel.com>
2827
2828 PR ld/22845
2829 * ld-elf/eh4.d: Pass -z max-page-size=0x200000 -z noseparate-code
2830 to ld.
2831
c2596c4a
L
28322018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2833
2834 * testsuite/ld-x86-64/bnd-branch-1-now.d: Add -z
2835 max-page-size=0x200000 -z noseparate-code.
2836 * testsuite/ld-x86-64/bnd-ifunc-1-now.d: Likewise.
2837 * testsuite/ld-x86-64/bnd-ifunc-2-now.d: Likewise.
2838 * testsuite/ld-x86-64/bnd-ifunc-2.d: Likewise.
2839 * testsuite/ld-x86-64/bnd-plt-1-now.d: Likewise.
2840 * testsuite/ld-x86-64/bnd-plt-1.d: Likewise.
2841 * testsuite/ld-x86-64/ibt-plt-1-x32.d: Likewise.
2842 * testsuite/ld-x86-64/ibt-plt-1.d: Likewise.
2843 * testsuite/ld-x86-64/ibt-plt-2a-x32.d: Likewise.
2844 * testsuite/ld-x86-64/ibt-plt-2a.d: Likewise.
2845 * testsuite/ld-x86-64/ibt-plt-2b-x32.d: Likewise.
2846 * testsuite/ld-x86-64/ibt-plt-2b.d: Likewise.
2847 * testsuite/ld-x86-64/ibt-plt-2c-x32.d: Likewise.
2848 * testsuite/ld-x86-64/ibt-plt-2c.d: Likewise.
2849 * testsuite/ld-x86-64/ibt-plt-2d-x32.d: Likewise.
2850 * testsuite/ld-x86-64/ibt-plt-2d.d: Likewise.
2851 * testsuite/ld-x86-64/ibt-plt-3a-x32.d: Likewise.
2852 * testsuite/ld-x86-64/ibt-plt-3a.d: Likewise.
2853 * testsuite/ld-x86-64/ibt-plt-3b-x32.d: Likewise.
2854 * testsuite/ld-x86-64/ibt-plt-3b.d: Likewise.
2855 * testsuite/ld-x86-64/ibt-plt-3c-x32.d: Likewise.
2856 * testsuite/ld-x86-64/ibt-plt-3c.d: Likewise.
2857 * testsuite/ld-x86-64/ibt-plt-3d-x32.d: Likewise.
2858 * testsuite/ld-x86-64/ibt-plt-3d.d: Likewise.
2859 * testsuite/ld-x86-64/load1a.d: Likewise.
2860 * testsuite/ld-x86-64/load1b.d: Likewise.
2861 * testsuite/ld-x86-64/load1c.d: Likewise.
2862 * testsuite/ld-x86-64/load1d.d: Likewise.
2863 * testsuite/ld-x86-64/pie3.d: Likewise.
2864 * testsuite/ld-x86-64/pr14207.d: Likewise.
2865 * testsuite/ld-x86-64/pr17618.d: Likewise.
2866 * testsuite/ld-x86-64/pr19162.d: Likewise.
2867 * testsuite/ld-x86-64/pr19636-2d.d: Likewise.
2868 * testsuite/ld-x86-64/pr19636-2l.d: Likewise.
2869 * testsuite/ld-x86-64/pr20253-1b.d: Likewise.
2870 * testsuite/ld-x86-64/pr20253-1d.d: Likewise.
2871 * testsuite/ld-x86-64/pr20253-1f.d: Likewise.
2872 * testsuite/ld-x86-64/pr20253-1h.d: Likewise.
2873 * testsuite/ld-x86-64/pr20253-1j.d: Likewise.
2874 * testsuite/ld-x86-64/pr20253-1l.d: Likewise.
2875 * testsuite/ld-x86-64/pr20830a-now.d: Likewise.
2876 * testsuite/ld-x86-64/pr20830a.d: Likewise.
2877 * testsuite/ld-x86-64/pr20830b-now.d: Likewise.
2878 * testsuite/ld-x86-64/pr20830b.d: Likewise.
2879 * testsuite/ld-x86-64/pr21038a-now.d: Likewise.
2880 * testsuite/ld-x86-64/pr21038a.d: Likewise.
2881 * testsuite/ld-x86-64/pr21038b-now.d: Likewise.
2882 * testsuite/ld-x86-64/pr21038b.d: Likewise.
2883 * testsuite/ld-x86-64/pr21038c-now.d: Likewise.
2884 * testsuite/ld-x86-64/pr21038c.d: Likewise.
2885
c441b623
L
28862018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2887
2888 * testsuite/ld-x86-64/bnd-ifunc-1.d: Updated.
2889 * testsuite/ld-x86-64/ilp32-4.d: Likewise.
2890
197741f1
L
28912018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2892
2893 * testsuite/ld-x86-64/mpx.exp: Add -z max-page-size=0x200000
2894 -z noseparate-code.
2895
7c9f387a
L
28962018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2897
2898 * testsuite/ld-x86-64/x86-64.exp: Add -z noseparate-code
2899 -z max-page-size=0x200000, excluding NaCl target.
2900
c9d3eb5f
L
29012018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2902
2903 * testsuite/ld-ifunc/ifunc-2-i386-now.d: Likewise.
2904 * testsuite/ld-ifunc/ifunc-2-local-i386-now.d: Likewise.
2905 * testsuite/ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
2906 * testsuite/ld-ifunc/ifunc-21-i386.d: Likewise.
2907 * testsuite/ld-ifunc/ifunc-22-i386.d: Likewise.
2908 * testsuite/ld-ifunc/pr17154-i386-now.d: Likewise.
2909 * testsuite/ld-ifunc/pr17154-i386.d: Likewise.
2910
679a5bc8
L
29112018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2912
2913 * testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d: Add
2914 -z max-page-size=0x200000 -z noseparate-code.
2915 * testsuite/ld-ifunc/ifunc-2-x86-64-now.d: Likewise.
2916 * testsuite/ld-ifunc/ifunc-2-x86-64.d: Likewise.
2917 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
2918 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
2919 * testsuite/ld-ifunc/pr17154-x86-64-now.d: Likewise.
2920 * testsuite/ld-ifunc/pr17154-x86-64.d: Likewise.
2921
62e2b91b
L
29222018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2923
2924 * testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated for i386.
2925 * testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
2926 * testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
2927
9f4aec8d
L
29282018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2929
2930 * testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated.
2931 * testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
2932 * testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
2933
410a69a0
L
29342018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2935
2936 * testsuite/ld-i386/ibt-plt-1.d: Add -z noseparate-code.
2937 * testsuite/ld-i386/ibt-plt-2a.d: Likewise.
2938 * testsuite/ld-i386/ibt-plt-2b.d: Likewise.
2939 * testsuite/ld-i386/ibt-plt-2c.d: Likewise.
2940 * testsuite/ld-i386/ibt-plt-2d.d: Likewise.
2941 * testsuite/ld-i386/ibt-plt-3a.d: Likewise.
2942 * testsuite/ld-i386/ibt-plt-3b.d: Likewise.
2943 * testsuite/ld-i386/ibt-plt-3c.d: Likewise.
2944 * testsuite/ld-i386/ibt-plt-3d.d: Likewise.
2945 * testsuite/ld-i386/load1.d: Likewise.
2946 * testsuite/ld-i386/pie1.d: Likewise.
2947 * testsuite/ld-i386/pr20244-1a.d: Likewise.
2948 * testsuite/ld-i386/pr20244-1b.d: Likewise.
2949 * testsuite/ld-i386/pr20244-2a.d: Likewise.
2950 * testsuite/ld-i386/pr20244-2b.d: Likewise.
2951 * testsuite/ld-i386/pr20244-2c.d: Likewise.
2952 * testsuite/ld-i386/pr20244-4a.d: Likewise.
2953 * testsuite/ld-i386/pr20244-4b.d: Likewise.
2954 * testsuite/ld-i386/pr20830.d: Likewise.
2955
75bd00e8
L
29562018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2957
2958 * testsuite/ld-i386/pr19636-1a.d: Updated.
2959 * testsuite/ld-i386/pr19636-1b.d: Likewise.
2960 * testsuite/ld-i386/pr19636-1j.d: Likewise.
2961 * testsuite/ld-i386/pr19636-1k.d: Likewise.
2962 * testsuite/ld-i386/pr19636-2a.d: Likewise.
2963 * testsuite/ld-i386/pr19636-2b.d: Likewise.
2964
760b2893
L
29652018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2966
2967 * testsuite/ld-i386/i386.exp: Add -z noseparate-code.
2968
75cdede0
L
29692018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2970
2971 * testsuite/ld-elf/pr19162.d: Add -z noseparate-code.
2972 * testsuite/ld-elf/textaddr1.d: Likewise.
2973 * testsuite/ld-elf/textaddr2.d: Likewise.
2974 * testsuite/ld-elf/textaddr4.d: Likewise.
2975 * testsuite/ld-elf/textaddr6.d: Likewise.
2976
2a0d9853
JW
29772018-02-15 Jim Wilson <jimw@sifive.com>
2978
2979 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Run pcrel-lo-addend test.
2980 * testsuite/ld-riscv-elf/pcrel-lo-addend.d: New.
2981 * testsuite/ld-riscv-elf/pcrel-lo-addend.s: New.
2982
451875b4
L
29832018-02-14 H.J. Lu <hongjiu.lu@intel.com>
2984
2985 PR ld/22842
2986 * testsuite/ld-i386/i386.exp: Run PR ld/22842 tests.
2987 * testsuite/ld-x86-64/x86-64.exp: Likewise.
2988 * testsuite/ld-i386/pr22842a.c: New file.
2989 * testsuite/ld-i386/pr22842b.S: Likewise.
2990 * testsuite/ld-x86-64/pr22842a.c: Likewise.
2991 * testsuite/ld-x86-64/pr22842a.rd: Likewise.
2992 * testsuite/ld-x86-64/pr22842b.S: Likewise.
2993 * testsuite/ld-x86-64/pr22842b.rd: Likewise.
2994
d4dd94f8
MR
29952018-02-14 Maciej W. Rozycki <macro@mips.com>
2996
2997 * ldlex.h (ldlex_command): Remove prototype.
2998
85f2093d
L
29992018-02-13 H.J. Lu <hongjiu.lu@intel.com>
3000
3001 * testsuite/ld-x86-64/x86-64.exp: Replace pr22393-2a.so and
3002 pr22393-2a-now.so with pr22393-3a.so and pr22393-3a-now.so.
3003
60f763ee
AM
30042018-02-14 H.J. Lu <hongjiu.lu@intel.com>
3005
3006 PR 22836
3007 * testsuite/ld-elf/pr22836-1.s: New file.
3008 * testsuite/ld-elf/pr22836-1a.d: Likewise.
3009 * testsuite/ld-elf/pr22836-1b.d: Likewise.
3010
bd7ab16b
L
30112018-02-13 H.J. Lu <hongjiu.lu@intel.com>
3012
3013 PR gas/22791
3014 * testsuite/ld-x86-64/mpx1c.rd: Updated.
3015 * testsuite/ld-x86-64/pr22791-1.err: New file.
3016 * testsuite/ld-x86-64/pr22791-1a.c: Likewise.
3017 * testsuite/ld-x86-64/pr22791-1b.s: Likewise.
3018 * testsuite/ld-x86-64/pr22791-2.rd: Likewise.
3019 * testsuite/ld-x86-64/pr22791-2a.s: Likewise.
3020 * testsuite/ld-x86-64/pr22791-2b.c: Likewise.
3021 * testsuite/ld-x86-64/pr22791-2c.s: Likewise.
3022 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/22791 tests.
3023
6e5e9d58
AM
30242018-02-13 Alan Modra <amodra@gmail.com>
3025
3026 PR 22836
3027 * testsuite/ld-elf/pr22836-2.d,
3028 * testsuite/ld-elf/pr22836-2.s: New test.
3029
f2731e0c
AM
30302018-02-13 Alan Modra <amodra@gmail.com>
3031
3032 * testsuite/ld-x86-64/pr14207.d: Adjust relro p_filesz.
3033
407aa07c
AM
30342018-02-07 Alan Modra <amodra@gmail.com>
3035
3036 Revert 2018-01-17 Alan Modra <amodra@gmail.com>
3037 * emultempl/ppc32elf.em: Remove --speculate-indirect-jumps support.
3038 * emultempl/ppc64elf.em: Likesize
3039 * ld.texinfo: Likewise
3040 * testsuite/ld-powerpc/elfv2exe.d,
3041 * testsuite/ld-powerpc/elfv2so.d,
3042 * testsuite/ld-powerpc/relbrlt.d,
3043 * testsuite/ld-powerpc/powerpc.exp: Likewise.
3044
c20c30f6
EB
30452018-02-06 Eric Botcazou <ebotcazou@adacore.com>
3046
3047 * testsuite/ld-elf/tls.exp (AFLAGS_PIC): Define on SPARC.
3048 (pr22263-1): Pass AFLAGS_PIC to the assembler.
3049 * testsuite/ld-sparc/tlspie32.s: Add test for other 3 transitions.
3050 * testsuite/ld-sparc/tlspie32.dd: Adjust to above.
3051 * testsuite/ld-sparc/tlspie64.s: Add test for other 3 transitions.
3052 * testsuite/ld-sparc/tlspie64.dd: Adjust to above.
3053
279b2f94
RL
30542018-02-05 Renlin Li <renlin.li@arm.com>
3055
3056 PR ld/22764
3057 * testsuite/ld-aarch64/emit-relocs-258.s: Define symbol as an address.
3058 * testsuite/ld-aarch64/emit-relocs-259.s: Likewise.
3059 * testsuite/ld-aarch64/pr22764.s: New.
3060 * testsuite/ld-aarch64/pr22764.d: New.
3061
cd048363
L
30622018-02-05 H.J. Lu <hongjiu.lu@intel.com>
3063
3064 PR ld/22782
3065 * testsuite/ld-i386/discarded1.s: Replace mov with div.
3066 * testsuite/ld-x86-64/discarded1.s: Likewise.
3067 * testsuite/ld-i386/i386.exp: Run pr22782.
3068 * testsuite/ld-i386/load1-nacl.d: Updated for removing
3069 _GLOBAL_OFFSET_TABLE_ from output.
3070 * testsuite/ld-i386/load1.d: Likewise.
3071 * testsuite/ld-x86-64/load1a-nacl.d: Likewise.
3072 * testsuite/ld-x86-64/load1a.d: Likewise.
3073 * testsuite/ld-x86-64/load1b-nacl.d: Likewise.
3074 * testsuite/ld-x86-64/load1b.d: Likewise.
3075 * testsuite/ld-i386/pr22782.d: New file.
3076 * testsuite/ld-i386/pr22782.s: Likewise.
3077 * testsuite/ld-x86-64/pr22782.s: Likewise.
3078 * testsuite/ld-x86-64/pr22782a.d: Likewise.
3079 * testsuite/ld-x86-64/pr22782b.d: Likewise.
3080 * testsuite/ld-x86-64/x86-64.exp: Run pr22782a and pr22782b.
3081
f174ef9f
NC
30822018-02-05 Nick Clifton <nickc@redhat.com>
3083
3084 * po/pt_BR.po: Updated Brazilian Portuguese translation.
3085
9f7393d8
L
30862018-02-04 H.J. Lu <hongjiu.lu@intel.com>
3087
3088 * testsuite/ld-i386/lea1d.d: Replace -Sw with -SW.
3089 * testsuite/ld-i386/lea1e.d: Likewise.
3090 * testsuite/ld-i386/lea1f.d: Likewise.
3091 * testsuite/ld-x86-64/lea1g.d: Likewise.
3092 * testsuite/ld-x86-64/lea1h.d: Likewise.
3093 * testsuite/ld-x86-64/lea1i.d: Likewise.
3094 * testsuite/ld-x86-64/lea1j.d: Likewise.
3095 * testsuite/ld-x86-64/lea1k.d: Likewise.
3096 * testsuite/ld-x86-64/lea1l.d: Likewise.
3097
b0daac83
NC
30982018-02-03 Nick Clifton <nickc@redhat.com>
3099
3100 PR 22762
3101 * scripttempl/pe.sc: Remove PROVIDE()s from __CTOR_LIST__ and
3102 __DTOR_LIST__ symbols. Add a comment explaining why this is
3103 necessary.
3104 * scripttemp/pep.sc: Likewise.
3105 * ld.texinfo (PROVIDE): Add a note about the effect of common
3106 symbols.
3107
138a158f
SL
31082018-02-03 Sandra Loosemore <sandra@codesourcery.com>
3109
3110 * emulparams/nios2elf.sh (GENERATE_SHLIB_SCRIPT): Don't set.
3111
e54d3c94
MR
31122018-02-02 Maciej W. Rozycki <macro@mips.com>
3113
3114 * testsuite/ld-elf/shared.exp: Add $AFLAGS_PIC throughout to PIC
3115 assembly builds where missing and remove `tic6x-*-*' XFAIL
3116 markings accordingly.
3117
e99955cd
SM
31182018-02-01 Simon Marchi <simon.marchi@ericsson.com>
3119
3120 * ldexp.c (fold_name, exp_fold_tree_1): Avoid pointer arithmetic
3121 on NULL pointer.
3122
f000c2b9
L
31232018-01-31 H.J. Lu <hongjiu.lu@intel.com>
3124
3125 * testsuite/ld-elf/pr21964-5.c (my_var): Mark as used.
3126
450b6317
MR
31272018-01-31 Maciej W. Rozycki <macro@mips.com>
3128
3129 * testsuite/ld-elf/shared.exp: Fix a typo s/scrip/script/.
3130
8988502d
MR
31312018-01-31 Maciej W. Rozycki <macro@mips.com>
3132
3133 * testsuite/ld-elf/comm-data.exp: Pass `-call_shared' to links
3134 involving a shared library for `mips*vr4100*-*-elf*',
3135 `mips*vr4300*-*-elf*' and `mips*vr5000*-*-elf*' targets.
3136 * testsuite/ld-elf/provide-hidden.exp: Likewise.
3137 * testsuite/ld-elf/shared.exp: Likewise.
3138 * testsuite/ld-gc/gc.exp: Likewise.
3139 * testsuite/ld-mips-elf/comm-data.exp: Likewise.
3140
f3a9baf1
MR
31412018-01-31 Maciej W. Rozycki <macro@mips.com>
3142
3143 * testsuite/ld-elf/elf.exp: Move shared library tests over to...
3144 * testsuite/ld-elf/shared.exp: ... here.
3145
bf3077a6
MM
31462018-01-31 Michael Matz <matz@suse.de>
3147
3148 * testsuite/ld-elf/pr21964-5.c: New test.
3149 * testsuite/ld-elf/shared.exp: Run it.
3150
823143c6
L
31512018-01-31 H.J. Lu <hongjiu.lu@intel.com>
3152
3153 PR ld/21964
3154 * testsuite/ld-elf/pr21964-4.c: New file.
3155 * testsuite/ld-elf/shared.exp: Run pr21964-4 test on Linux.
3156
040b4a9e
AM
31572018-01-30 Alan Modra <amodra@gmail.com>
3158
3159 * testsuite/ld-gc/stop.d,
3160 * testsuite/ld-gc/stop.s: New test.
3161 * testsuite/ld-gc/gc.exp: Run it.
3162
af667f22
MR
31632018-01-30 Maciej W. Rozycki <macro@mips.com>
3164
3165 PR ld/22649
3166 * testsuite/ld-elf/pr22649-2ab-mips.msg: New stderr output.
3167 * testsuite/ld-elf/pr22649-2cd-mips.msg: New stderr output.
3168 * testsuite/ld-elf/shared.exp: Use the new outputs with
3169 `mips*-*-*' targets.
3170
82252033
MR
31712018-01-30 Maciej W. Rozycki <macro@mips.com>
3172
3173 * testsuite/ld-elf/comm-data1.sd: Alternatively accept
3174 `PRC[0xff02]' in place of a regular section index.
3175 * testsuite/ld-elf/pr21703-shared.sd: Likewise `PRC[0xff01]'.
3176
36b8fda5
AM
31772018-01-29 Alan Modra <amodra@gmail.com>
3178
3179 * testsuite/ld-elf/pr21964-3a.c: New file.
3180 * testsuite/ld-elf/pr21964-3c.c: New file.
3181 * testsuite/ld-elf/shared.exp: Run new __start/__stop testcase.
3182
185cdb8c
EB
31832018-01-29 Eric Botcazou <ebotcazou@adacore.com>
3184
3185 * testsuite/ld-elf/shared.exp (AFLAGS_PIC): Define on SPARC.
3186 (pr22269-1): Pass AFLAGS_PIC to the assembler.
3187
d85815e2
EB
31882018-01-29 Eric Botcazou <ebotcazou@adacore.com>
3189
3190 * testsuite/ld-elf/pr22450.d: Remove reference to SPARC64.
3191
86b24e15
MR
31922018-01-29 Maciej W. Rozycki <macro@mips.com>
3193
3194 * testsuite/ld-mips-elf/comm-data.exp: Correct support for
3195 targets using non-traditional MIPS emulation or having a limited
3196 selection of ABIs available. Don't force big endianness, use
3197 defaults.
3198
98d72909
L
31992018-01-29 H.J. Lu <hongjiu.lu@intel.com>
3200
3201 PR ld/22732
3202 * testsuite/config/default.exp (STATIC_LDFLAGS): New. Set to
3203 "-static" if target compiler supports it.
3204 * testsuite/ld-bootstrap/bootstrap.exp: Skip static executable
3205 tests if target compiler doesn't support it.
3206 * testsuite/ld-ifunc/ifunc.exp: Likewise.
3207 * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Likewise.
3208 (run_cc_link_tests): Likewise.
3209
fef75122
L
32102018-01-27 H.J. Lu <hongjiu.lu@intel.com>
3211
3212 PR ld/22751
3213 * testsuite/config/default.exp (INT128_CFLAGS): New.
3214 * testsuite/ld-plugin/lto.exp (INT128_CFLAGS): New.
3215 Run ld/22751 tests.
3216 * testsuite/ld-plugin/pr22751.c: New file.
3217 * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Add
3218 ld trailing options.
3219
d580dcc7
AM
32202018-01-28 Alan Modra <amodra@gmail.com>
3221
3222 PR 22751
3223 * ldlang.c (find_rescan_insertion): Look past bfds with claim_archive
3224 set.
3225
2ebd05b8
MR
32262018-01-26 Maciej W. Rozycki <macro@mips.com>
3227
3228 * emulparams/elf32mipswindiss.sh (EXTRA_EM_FILE): Set to
3229 `mipself'.
3230
bb363086
EB
32312018-01-25 Eric Botcazou <ebotcazou@adacore.com>
3232
3233 * testsuite/ld-sparc/sparc.exp (32-bit: Helper shared library):
3234 Link with a version script.
3235 (32-bit: TLS -fpie): New test.
3236 (64-bit: Helper shared library): Link with a version script.
3237 (64-bit: TLS -fpie): New test.
3238 (64-bit: GOTDATA relocations): Pass -Av9 to the assembler.
3239 * testsuite/ld-sparc/tlslib.ver: New file.
3240 * testsuite/ld-sparc/tlspie32.dd: Likewise.
3241 * testsuite/ld-sparc/tlspie32.s: Likewise.
3242 * testsuite/ld-sparc/tlspie64.dd: Likewise.
3243 * testsuite/ld-sparc/tlspie64.s: Likewise.
3244 * testsuite/ld-sparc/tlssunbin32.dd: Adjust for versioned symbol.
3245 * testsuite/ld-sparc/tlssunbin32.rd: Likewise.
3246 * testsuite/ld-sparc/tlssunbin32.sd: Likewise.
3247 * testsuite/ld-sparc/tlssunbin64.dd: Likewise.
3248 * testsuite/ld-sparc/tlssunbin64.rd: Likewise.
3249 * testsuite/ld-sparc/tlssunbin64.sd: Likewise.
3250
1daf502a
RL
32512018-01-24 Renlin Li <renlin.li@arm.com>
3252
3253 * testsuite/ld-aarch64/aarch64-elf.exp: Run new testes.
3254 * testsuite/ld-aarch64/emit-relocs-287.s: Fix test case.
3255 * testsuite/ld-aarch64/emit-relocs-287.d: Fix expected output.
3256 * testsuite/ld-aarch64/emit-relocs-287-overflow.s: New.
3257 * testsuite/ld-aarch64/emit-relocs-287-overflow.d: New.
3258 * testsuite/ld-aarch64/emit-relocs-288.d: New.
3259 * testsuite/ld-aarch64/emit-relocs-288.s: New.
3260 * testsuite/ld-aarch64/emit-relocs-289.d: New.
3261 * testsuite/ld-aarch64/emit-relocs-289.s: New.
3262 * testsuite/ld-aarch64/emit-relocs-289-overflow.s: New.
3263 * testsuite/ld-aarch64/emit-relocs-289-overflow.d: New.
3264 * testsuite/ld-aarch64/emit-relocs-290.d: New.
3265 * testsuite/ld-aarch64/emit-relocs-290.s: New.
3266 * testsuite/ld-aarch64/emit-relocs-291.d: New.
3267 * testsuite/ld-aarch64/emit-relocs-291.s: New.
3268 * testsuite/ld-aarch64/emit-relocs-291-overflow.s: New.
3269 * testsuite/ld-aarch64/emit-relocs-291-overflow.d: New.
3270 * testsuite/ld-aarch64/emit-relocs-292.d: New.
3271 * testsuite/ld-aarch64/emit-relocs-292.s: New.
3272 * testsuite/ld-aarch64/emit-relocs-293.d: New.
3273 * testsuite/ld-aarch64/emit-relocs-293.s: New.
3274
8a1b824a
L
32752018-01-20 H.J. Lu <hongjiu.lu@intel.com>
3276
3277 PR ld/22721
3278 * testsuite/ld-plugin/lto.exp: Run PR ld/22721 tests.
3279 * testsuite/ld-plugin/pr22721.t: New file.
3280 * testsuite/ld-plugin/pr22721a.s: Likewise.
3281 * testsuite/ld-plugin/pr22721b.c: Likewise.
3282
1ebfa86a
L
32832018-01-18 H.J. Lu <hongjiu.lu@intel.com>
3284
3285 * testsuite/ld-elf/group1.d: Also xfail Solaris.
3286
f7968f08
L
32872018-01-18 H.J. Lu <hongjiu.lu@intel.com>
3288
3289 * testsuite/ld-elf/linkinfo1a.d: Updated for slightly different
3290 PLT/GOT order/layout for Solaris/x86 targets.
3291 * testsuite/ld-elf/linkinfo1b.d: Likewise.
3292
c5bdb022
L
32932018-01-18 H.J. Lu <hongjiu.lu@intel.com>
3294
3295 PR ld/22728
3296 * emultempl/solaris2.em (elf_solaris2_after_allocation): Fold
3297 into ...
3298 (elf_solaris2_before_allocation): This.
3299 (LDEMUL_AFTER_ALLOCATION): Removed.
3300
691d2e9a
AM
33012018-01-18 Alan Modra <amodra@gmail.com>
3302
3303 * emultempl/ppc32elf.em: Support optional --plt-align arg.
3304 * emultempl/ppc64elf.em: Support negative --plt-align arg.
3305
1be5d8d3
AM
33062018-01-17 Alan Modra <amodra@gmail.com>
3307
3308 * emultempl/ppc32elf.em (params): Init new field.
3309 (OPTION_SPECULATE_INDIRECT_JUMPS): Define.
3310 (OPTION_NO_SPECULATE_INDIRECT_JUMPS): Define.
3311 (PARSE_AND_LIST_LONGOPTS): Handle new options.
3312 (PARSE_AND_LIST_ARGS_CASES): Likewise.
3313 (PARSE_AND_LIST_OPTIONS): Likewise.
3314 * emultempl/ppc64elf.em (params): Init new field.
3315 (OPTION_SPECULATE_INDIRECT_JUMPS): Define.
3316 (OPTION_NO_SPECULATE_INDIRECT_JUMPS): Define.
3317 (PARSE_AND_LIST_LONGOPTS): Handle --speculate-indirect-jumps.
3318 (PARSE_AND_LIST_OPTIONS): Likewise.
3319 (PARSE_AND_LIST_ARGS_CASES): Likewise.
3320 * ld.texinfo (--no-plt-thread-safe): Correct itemx.
3321 (--speculate-indirect-jumps): Document.
3322 * testsuite/ld-powerpc/elfv2exe.d,
3323 * testsuite/ld-powerpc/elfv2so.d,
3324 * testsuite/ld-powerpc/relbrlt.d,
3325 * testsuite/ld-powerpc/powerpc.exp: Disable plt alignment and
3326 speculation barriers on various tests.
3327
9e390558
AM
33282018-01-17 Alan Modra <amodra@gmail.com>
3329
3330 * emultempl/ppc32elf.em (params): Init new field.
3331 (enum ppc32_opt): New enum to define OPTION_* values. Add
3332 OPTION_PLT_ALIGN and OPTION_NO_PLT_ALIGN.
3333 (PARSE_AND_LIST_LONGOPTS): Handle new options.
3334 (PARSE_AND_LIST_ARGS_CASES): Likewise.
3335 (PARSE_AND_LIST_OPTIONS): Likewise. Break up help output.
3336 * emultempl/ppc64elf.em (ppc_add_stub_section): Init alignment
3337 correctly for negative --plt-stub-align.
3338 * testsuite/ld-powerpc/elfv2exe.d,
3339 * testsuite/ld-powerpc/elfv2so.d,
3340 * testsuite/ld-powerpc/relbrlt.d,
3341 * testsuite/ld-powerpc/relbrlt.s,
3342 * testsuite/ld-powerpc/tlsexe.d,
3343 * testsuite/ld-powerpc/tlsexe.r,
3344 * testsuite/ld-powerpc/tlsexe32.d,
3345 * testsuite/ld-powerpc/tlsexe32.g,
3346 * testsuite/ld-powerpc/tlsexe32.r,
3347 * testsuite/ld-powerpc/tlsexetoc.d,
3348 * testsuite/ld-powerpc/tlsexetoc.r,
3349 * testsuite/ld-powerpc/tlsopt5_32.d,
3350 * testsuite/ld-powerpc/tlsso.d,
3351 * testsuite/ld-powerpc/tlstocso.d: Update for changed stub order.
3352
f6efed01
NC
33532018-01-16 Nick Clifton <nickc@redhat.com>
3354
f174ef9f 3355 * po/pt_BR.po: Updated Brazilian Portuguese translation.
f6efed01 3356
616dcb87
NC
33572018-01-15 Nick Clifton <nickc@redhat.com>
3358
3359 * po/uk.po: Updated Ukranian translation.
3360
3957a496
NC
33612018-01-13 Nick Clifton <nickc@redhat.com>
3362
3363 * po/ld.pot: Regenerated.
3364
769c7ea5
NC
33652018-01-13 Nick Clifton <nickc@redhat.com>
3366
3367 * configure: Regenerate.
3368
9176ac5b
NC
33692018-01-13 Nick Clifton <nickc@redhat.com>
3370
faf766e3 3371 2.30 branch created.
9176ac5b
NC
3372 * NEWS: Add marker for 2.30.
3373
5ae5d3fd
AM
33742018-01-12 Alan Modra <amodra@gmail.com>
3375
3376 * testsuite/ld-elf/elf.exp: xfail "pr22374 function pointer
3377 initialization" for currently failing targets.
3378
87e79a65
AM
33792018-01-12 Alan Modra <amodra@gmail.com>
3380
3381 PR ld/22649
3382 * testsuite/ld-elf/pr22649.msg: Allow other messages.
3383 * testsuite/ld-elf/shared.exp: Check that --gc-sections is
3384 supported before running ld/22649 tests.
3385
97a232d7
NC
33862018-01-12 Nick Clifton <nickc@redhat.com>
3387
3388 * emultempl/elf32.em (_handle_option): Add support for "-z undefs"
3389 as the opposite of "-z defs".
3390 * ld.texinfo: Document the new option. Update the description of
3391 the -z defs option to make it clear that it does generate an error
3392 if an undefined symbol reference is found in an object file whilst
3393 creating a shared library.
3394 * NEWS: Document this new feature.
3395
33eff4ce
L
33962018-01-11 H.J. Lu <hongjiu.lu@intel.com>
3397
3398 * testsuite/ld-elf/pr22393-2a.rd: Replace "-z textonly" with
3399 "-z separate-code".
3400 * testsuite/ld-elf/pr22393-2b.rd: Likewise.
3401 * testsuite/ld-x86-64/pr22393-3a.rd: Likewise.
3402 * testsuite/ld-x86-64/pr22393-3b.rd: Likewise.
3403
cf9e7f1f
L
34042018-01-11 H.J. Lu <hongjiu.lu@intel.com>
3405
3406 PR ld/22393
3407 * testsuite/ld-x86-64/pr22393-3a.c: New file.
3408 * testsuite/ld-x86-64/pr22393-3a.rd: Likewise.
3409 * testsuite/ld-x86-64/pr22393-3b.c: Likewise.
3410 * testsuite/ld-x86-64/pr22393-3b.rd: Likewise.
3411 * testsuite/ld-x86-64/x86-64.exp: Run tests for -z separate-code
3412 -z max-page-size=0x1000.
3413
d346bb27
L
34142018-01-11 H.J. Lu <hongjiu.lu@intel.com>
3415
3416 PR ld/22393
3417 * testsuite/ld-elf/pr16322.d: Add -z noseparate-code.
3418 * testsuite/ld-elf/pr22393-1.s: New file.
3419 * testsuite/ld-elf/pr22393-1a.d: Likewise.
3420 * testsuite/ld-elf/pr22393-1b.d: Likewise.
3421 * testsuite/ld-elf/pr22393-1c.d: Likewise.
3422 * testsuite/ld-elf/pr22393-1d.d: Likewise.
3423 * testsuite/ld-elf/pr22393-1e.d: Likewise.
3424 * testsuite/ld-elf/pr22393-1f.d: Likewise.
3425 * testsuite/ld-elf/pr22393-2a.c: Likewise.
3426 * testsuite/ld-elf/pr22393-2a.rd: Likewise.
3427 * testsuite/ld-elf/pr22393-2b.c: Likewise.
3428 * testsuite/ld-elf/pr22393-2b.rd: Likewise.
3429 * testsuite/ld-elf/shared.exp: Run tests for -z separate-code.
3430
47acac12
L
34312018-01-11 H.J. Lu <hongjiu.lu@intel.com>
3432
3433 PR ld/22393
3434 * NEWS: Mention "-z separate-code".
3435 * emultempl/elf32.em (gld${EMULATION_NAME}_get_script): Get
3436 builtin linker scripts and return linker scripts from disk for
3437 "-z separate-code".
3438 (gld${EMULATION_NAME}_handle_option): Handle "-z separate-code"
3439 and "-z noseparate-code".
3440 * genscripts.sh: Generate linker scripts for "-z separate-code".
3441 (LD_FLAG): Set to *textonly for "-z separate-code".
3442 * ld.texinfo: Document "-z separate-code".
3443 * lexsup.c (elf_shlib_list_options): Add linker help messsages
3444 for "-z separate-code" and "-z noseparate-code".
3445 * scripttempl/elf.sc (SEPARATE_TEXT): New
3446 (TEXT_SEGMENT_ALIGN): Likewise.
3447 Use ${TEXT_SEGMENT_ALIGN} to align and pad text segment to
3448 ${MAXPAGESIZE}.
3449
d664fd41
L
34502018-01-11 H.J. Lu <hongjiu.lu@intel.com>
3451
3452 PR ld/22649
3453 * testsuite/ld-elf/pr22649-1.s: New file.
3454 * testsuite/ld-elf/pr22649-2a.s: Likewise.
3455 * testsuite/ld-elf/pr22649-2b.s: Likewise.
3456 * testsuite/ld-elf/pr22649.msg: Likewise.
3457 * testsuite/ld-elf/shared.exp: Run ld/22649 tests.
3458
8b6f4cd3
L
34592018-01-11 H.J. Lu <hongjiu.lu@intel.com>
3460
3461 PR ld/22677
3462 * scripttempl/elf.sc (PREINIT_ARRAY): New.
3463 Don't add .preinit_array for ld -r.
3464 * testsuite/ld-elf/pr22677.d: New file.
3465 * testsuite/ld-elf/pr22677.s: Likewise.
3466
65f14869
AB
34672018-01-11 Andrew Burgess <andrew.burgess@embecosm.com>
3468
3469 * ldexp.h (union etree_union): Remove defsym field.
3470 * ldexp.c (exp_assop): Remove defsym parameter, and use of defsym
3471 parameter.
3472 (exp_assign): Remove passing of defsym parameter.
3473 (exp_defsym): Likewise.
3474 (exp_provide): Likewise.
3475
eab62f2f
AB
34762018-01-11 Andrew Burgess <andrew.burgess@embecosm.com>
3477
3478 * ldexp.c (exp_fold_tree_1): Rework condition underwhich provide
3479 nodes are ignored in the tree walk, and move the location at which
3480 we change provide nodes into provided nodes.
3481 (exp_init_os): Add etree_provided.
3482 * testsuite/ld-scripts/provide-6.d: New file.
3483 * testsuite/ld-scripts/provide-6.t: New file.
3484 * testsuite/ld-scripts/provide-7.d: New file.
3485 * testsuite/ld-scripts/provide-7.t: New file.
3486 * testsuite/ld-scripts/provide-8.d: New file.
3487 * testsuite/ld-scripts/provide-8.t: New file.
3488
8be965c5
AB
34892018-01-11 Andrew Burgess <andrew.burgess@embecosm.com>
3490
3491 * testsuite/ld-scripts/provide-3.d: Add xfail directive.
3492 * testsuite/ld-scripts/provide-4.d: Use new map file name.
3493 * testsuite/ld-scripts/provide-5.d: Use new map file name.
3494 * testsuite/ld-scripts/provide-4-map.d: Renamed to...
3495 * testsuite/ld-scripts/provide-4.map: ...this.
3496 * testsuite/ld-scripts/provide-5-map.d: Renamed to...
3497 * testsuite/ld-scripts/provide-5.map: ...this.
3498 * testsuite/ld-scripts/provide.exp: Move xfail into provide-3.d
3499 file, and run tests in a loop.
3500
b3b9f8d3
AB
35012018-01-11 Andrew Burgess <andrew.burgess@embecosm.com>
3502
3503 * ldexp.c (exp_print_tree): Use '=' instead of ',' when printing
3504 PROVIDE statements.
3505 * testsuite/ld-scripts/provide-4.map: Update expected output.
3506 * testsuite/ld-scripts/provide-5.map: Likewise.
3507
6bd0a312
L
35082018-01-11 H.J. Lu <hongjiu.lu@intel.com>
3509
3510 PR ld/22696
3511 * scripttempl/elf.sc: Fix the order of SHLIB_RODATA_ADDR.
3512
74ccf6db
JW
35132018-01-09 Jim Wilson <jimw@sifive.com>
3514
3515 * testsuite/ld-elf/eh-frame-hdr.d (#xfail): Delete
3516 (#alltargets): Renamed from #target. Add shared.
3517 * testsuite/lib/ld-lib.exp (run_dump_test): Document shared target.
3518 Document alltargets option. Add support for alltargets option.
3519 (istarget): Add support for shared target.
3520
7615ca1d
JW
35212018-01-08 Jim Wilson <jimw@sifive.com>
3522
3523 * testsuite/ld-riscv-elf/c-lui.d: Don't use -shared. Check for _start
3524 instead of .text.
3525 * testsuite/ld-riscv-elf/c-lui.s: Add _start label.
3526 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Before __global_pointer$
3527 tests, add call to check_shared_lib_support.
3528
be1dce26
JW
35292018-01-05 Jim Wilson <jimw@sifive.com>
3530
35eeb78f
JW
3531 * testsuite/ld-riscv-elf/disas-jalr.d: New.
3532 * testsuite/ld-riscv-elf/disas-jalr.s: New.
3533 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Run new testcase.
3534
be1dce26
JW
3535 * emulparams/elf32lriscv-defs.sh (GENERATE_SHLIB_SCRIPT): Move inside
3536 case on $target, and don't set for riscv*-elf targets.
3537 (GENERATE_PIE_SCRIPT): Likewise.
3538
219d1afa
AM
35392018-01-03 Alan Modra <amodra@gmail.com>
3540
3541 Update year range in copyright notice of all files.
3542
1e563868 3543For older changes see ChangeLog-2017
3499769a 3544\f
1e563868 3545Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
3546
3547Copying and distribution of this file, with or without modification,
3548are permitted in any medium without royalty provided the copyright
3549notice and this notice are preserved.
3550
3551Local Variables:
3552mode: change-log
3553left-margin: 8
3554fill-column: 74
3555version-control: never
3556End: