MIPS/BFD: Do not redirect to discarded lazy binding stubs
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
4b8377e7
MR
12018-07-09 Maciej W. Rozycki <macro@mips.com>
2
3 * testsuite/ld-mips-elf/stub-dynsym-2.dd: New test.
4 * testsuite/ld-mips-elf/stub-dynsym-2.gd: New test.
5 * testsuite/ld-mips-elf/stub-dynsym-2.sd: New test.
6 * testsuite/ld-mips-elf/stub-dynsym-discard-2.gd: New test.
7 * testsuite/ld-mips-elf/stub-dynsym-discard-2.sd: New test.
8 * testsuite/ld-mips-elf/stub-dynsym-micromips-2.dd: New test.
9 * testsuite/ld-mips-elf/stub-dynsym-micromips-2.gd: New test.
10 * testsuite/ld-mips-elf/stub-dynsym-micromips-2.sd: New test.
11 * testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-2.dd: New
12 test.
13 * testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-2.gd: New
14 test.
15 * testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-2.sd: New
16 test.
17 * testsuite/ld-mips-elf/stub-dynsym-2.ld: New test linker
18 script.
19 * testsuite/ld-mips-elf/stub-dynsym-discard-2.ld: New test
20 linker script.
21 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
22
8a8c9169
MR
232018-07-09 Maciej W. Rozycki <macro@mips.com>
24
25 * testsuite/lib/ld-lib.exp (run_dump_test): Call `unsupported'
26 if the target being tested has been excluded by means of one or
27 more of `target', `alltargets' and `notarget' tags. Add support
28 for `skip', `anyskip' and `noskip' tags.
29
8f7fc651
MR
302018-07-09 Maciej W. Rozycki <macro@mips.com>
31
32 * testsuite/lib/ld-lib.exp (run_dump_test): Move the setting of
33 `testname' earlier on and use it for test status reporting.
34
61658d78
AM
352018-07-09 Alan Modra <amodra@gmail.com>
36
37 * testsuite/ld-discard/extern.d: Remove m68hc12 xfail.
38 * testsuite/ld-discard/start.d: Likewise.
39 * testsuite/ld-discard/static.d: Likewise.
40
f5a1cdde
CL
412018-07-09 Christophe Lyon <christophe.lyon@linaro.org>
42
43 * emultempl/armelf.em (gld${EMULATION_NAME}_finish): Use the right
44 symbol name in case of warning.
45
bb11866d
JW
462018-07-05 Jim Wilson <jimw@sifive.com>
47
48 * configure.tgt (riscv-*-*): Add as an alias for riscv32*-*-*.
49
a5628fa8
MR
502018-07-05 Maciej W. Rozycki <macro@mips.com>
51
52 * testsuite/ld-mips-elf/mips-elf.exp: Replace remaining calls to
53 `[istarget mips*-*-linux*]' with $linux_gnu.
54
56ad703d
L
552018-07-05 H.J. Lu <hongjiu.lu@intel.com>
56
57 PR ld/23372
58 * testsuite/ld-i386/i386.exp: Run pr23372a and pr23372b.
59 * testsuite/ld-i386/pr23372a.d: New file.
60 * testsuite/ld-i386/pr23372a.s: Likewise.
61 * testsuite/ld-i386/pr23372b.d: Likewise.
62 * testsuite/ld-i386/pr23372b.s: Likewise.
63 * testsuite/ld-i386/pr23372c.s: Likewise.
64 * testsuite/ld-x86-64/pr23372a-x32.d: Likewise.
65 * testsuite/ld-x86-64/pr23372a.d: Likewise.
66 * testsuite/ld-x86-64/pr23372a.s: Likewise.
67 * testsuite/ld-x86-64/pr23372b-x32.d: Likewise.
68 * testsuite/ld-x86-64/pr23372b.d: Likewise.
69 * testsuite/ld-x86-64/pr23372b.s: Likewise.
70 * testsuite/ld-x86-64/pr23372c.s: Likewise.
71 * testsuite/ld-x86-64/x86-64.exp: Run pr23372a, pr23372a-x32,
72 pr23372b and pr23372b-x32.
73
d8dab054
NC
742018-07-05 Nick Clifton <nickc@redhat.com>
75
76 * po/bg.po: Updated Bulgarian translation.
77 * po/pt_BR.po: Updated Brazilian Portuguese translation.
78
4a91d0ba
AM
792018-07-05 Alan Modra <amodra@gmail.com>
80
81 * testsuite/ld-powerpc/attr-gnu-4-12.d: Update expected output.
82 * testsuite/ld-powerpc/attr-gnu-4-13.d: Likewise.
83 * testsuite/ld-powerpc/attr-gnu-4-21.d: Likewise.
84 * testsuite/ld-powerpc/attr-gnu-4-23.d: Likewise.
85 * testsuite/ld-powerpc/attr-gnu-4-31.d: Likewise.
86 * testsuite/ld-powerpc/attr-gnu-4-32.d: Likewise.
87 * testsuite/ld-powerpc/attr-gnu-8-23.d: Likewise.
88 * testsuite/ld-powerpc/attr-gnu-12-21.d: Likewise.
89
94d401b8
L
902018-07-04 H.J. Lu <hongjiu.lu@intel.com>
91
92 PR ld/23309
93 * ldlang.c (insert_undefined): Set non_ir_ref_regular to TRUE.
94 * plugin.c (is_visible_from_outside): Don't scan entry_symbol.
95 * testsuite/ld-plugin/pr23309.c: New file.
96 * testsuite/ld-plugin/pr23309.d: Likewise.
97
b14b7ff1
L
982018-07-04 H.J. Lu <hongjiu.lu@intel.com>
99
100 PR ld/23358
101 * lexsup.c (elf_shlib_list_options): Properly display default
102 for -z separate-code.
103
30e53227
MR
1042018-07-02 Maciej W. Rozycki <macro@mips.com>
105
106 * testsuite/ld-mips-elf/mips-elf.exp: Fix a typo in PR ld/21334
107 test name.
108
b638b5d5
L
1092018-07-02 H.J. Lu <hongjiu.lu@intel.com>
110
111 PR ld/23324
112 * testsuite/ld-x86-64/pr23324.s: New file.
113 * testsuite/ld-x86-64/pr23324a.d: Likewise.
114 * testsuite/ld-x86-64/pr23324b.d: Likewise.
115
c0c468d5
TP
1162018-07-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
117
118 * arm-dis.c (select_arm_features): Fix typo in heading comment. Allow
119 all FPU features and add mapping from new bfd_mach_arm values to
120 allowed CPU feature bits.
121
a05a5b64
TP
1222018-07-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
123
124 * NEWS: Use command-line consistently when used in a compount word.
125 * ld.texinfo: Likewise.
126 * ldint.texinfo: Likewise.
127
30aa1306
NC
1282018-06-26 Nick Clifton <nickc@redhat.com>
129
130 * po/uk.po: Updated Ukranian translation.
131
2822b09f
AM
1322018-06-26 Alan Modra <amodra@gmail.com>
133
134 PR 23169
135 * testsuite/ld-ifunc/ifunc.exp: Don't run pr23169 tests on
136 powerpc. Comment.
137
2db70efa
AM
1382018-06-26 Alan Modra <amodra@gmail.com>
139
140 * testsuite/ld-bootstrap/bootstrap.exp: Use parentheses rather
141 than curly braces in logical expression.
142
eca4b721
NC
1432018-06-26 Nick Clifton <nickc@redhat.com>
144
145 * emultempl/aarch64elf.em: Fix spelling mistake.
146 * emultempl/avrelf.em: Likewise.
147 * emultempl/elf32.em: Likewise.
148
71300e2c
NC
1492018-06-24 Nick Clifton <nickc@redhat.com>
150
151 * configure: Regenerate.
152 * po/ld.pot: Regenerate.
153
719d8288
NC
1542018-06-24 Nick Clifton <nickc@redhat.com>
155
156 2.31 branch created.
157 * NEWS: Add marker for 2.31.
158
b939d8a0
RL
1592018-06-20 Renlin Li <renlin.li@arm.com>
160
161 * testsuite/ld-aarch64/emit-relocs-115.d: Update test with new value.
162 * testsuite/ld-aarch64/emit-relocs-534.d: Likewise.
163 * testsuite/ld-aarch64/emit-relocs-555.d: Likewise.
164
789ff5b6
MR
1652018-06-19 Maciej W. Rozycki <macro@mips.com>
166
167 PR ld/22966
168 * testsuite/ld-mips-elf/n64-plt-1.dd: New test.
169 * testsuite/ld-mips-elf/n64-plt-1.gd: New test.
170 * testsuite/ld-mips-elf/n64-plt-2.ed: New test.
171 * testsuite/ld-mips-elf/n64-plt-3.ed: New test.
172 * testsuite/ld-mips-elf/n64-plt-4.dd: New test.
173 * testsuite/ld-mips-elf/n64-plt-4.gd: New test.
174 * testsuite/ld-mips-elf/n64-plt-1.ld: New test linker script.
175 * testsuite/ld-mips-elf/n64-plt-2.ld: New test linker script.
176 * testsuite/ld-mips-elf/n64-plt-3.ld: New test linker script.
177 * testsuite/ld-mips-elf/n64-plt-4.ld: New test linker script.
178 * testsuite/ld-mips-elf/n64-plt.s: New test source.
179 * testsuite/ld-mips-elf/n64-plt-lib.s: New test source.
180 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
181
a4eb6927
MR
1822018-06-19 Maciej W. Rozycki <macro@mips.com>
183
184 * testsuite/ld-elf/shared.exp: XFAIL DT_TEXTREL map file warning
185 test for `mips*-*-*'.
186
d0ac1c44
SM
1872018-06-19 Simon Marchi <simon.marchi@ericsson.com>
188
189 * configure.ac: Remove AC_PREREQ.
190 * Makefile.am: Remove DISTCLEANFILES hack, rename ld.texinfo to
191 ld.texi, ldint.texinfo to ldint.texi throughout.
192 (AUTOMAKE_OPTIONS): Add info-in-builddir.
193 * README: Rename ld.texinfo to ld.texi, ldint.texinfo to
194 ldint.texi throughout.
195 * gen-doc.texi: Likewise.
196 * h8-doc.texi: Likewise.
197 * ld.texinfo: Rename to ...
198 * ld.texi: ... this.
199 * ldint.texinfo: Rename to ...
200 * ldint.texi: ... this.
201 * Makefile.in: Re-generate.
202 * aclocal.m4: Re-generate.
203 * config.in: Re-generate.
204 * configure: Re-generate.
205
77236b83
AM
2062018-06-18 Alan Modra <amodra@gmail.com>
207
208 * testsuite/lib/ld-lib.exp (check_ifunc_available): Pass without
209 running executable when non-native.
210 (check_ifunc_attribute_available): Likewise.
211 * testsuite/ld-ifunc/pr23169a.rd: Remove extraneous lines. Match
212 st_other strings. Pass when func is an ifunc.
213 * testsuite/ld-ifunc/pr23169b.rd: Remove extraneous lines. Correct
214 reloc regexp. Correct match-anything line.
215 * testsuite/ld-ifunc/pr23169c.rd: Remove extraneous lines. Match
216 st_other strings.
217
7f923b7f
AM
2182018-06-14 Alan Modra <amodra@gmail.com>
219
220 * testsuite/ld-elf/readelf.exp: Delete DUMP and selection of
221 variant ver_def.vd.
222 * testsuite/ld-elf/ver_def-tic6x.vd: Delete.
223 * testsuite/ld-elf/shared.exp: Run most pr23161 and pr23162 tests for
224 linux, nacl and gnu targets.
225 * testsuite/ld-mips-elf/mips-elf.exp: Set base_syms to 1.
226 * testsuite/ld-elf/pr23161a.rd: Don't check reloc type. Allow any
227 order of __bss_start, _edata and _end.
228 * testsuite/ld-elf/pr23161b.rd: Don't check plt and dyn relocs.
229 Allow and order of __bss_start, _edata and _end.
230 * testsuite/ld-elf/pr23162.rd: Fail if __bss_start, _edata or _end
231 relocs are present rather than testing for no relocations.
232 * testsuite/ld-aarch64/gc-plt-relocs.d,
233 * testsuite/ld-aarch64/ifunc-1-local.d,
234 * testsuite/ld-aarch64/ifunc-1.d,
235 * testsuite/ld-aarch64/ifunc-2-local.d,
236 * testsuite/ld-aarch64/ifunc-2.d,
237 * testsuite/ld-aarch64/ifunc-21.d,
238 * testsuite/ld-aarch64/ifunc-3a.d,
239 * testsuite/ld-arm/farcall-mixed-lib-v4t.d,
240 * testsuite/ld-arm/farcall-mixed-lib.d,
241 * testsuite/ld-arm/gc-hidden-1.d,
242 * testsuite/ld-arm/tls-gdesc-got.d,
243 * testsuite/ld-arm/tls-lib-loc.d,
244 * testsuite/ld-arm/tls-longplt-lib.d,
245 * testsuite/ld-arm/tls-thumb1.d,
246 * testsuite/ld-cris/libdso-10.d,
247 * testsuite/ld-cris/libdso-11.d,
248 * testsuite/ld-cris/libdso-13b.d,
249 * testsuite/ld-cris/libdso-14.d,
250 * testsuite/ld-cris/libdso-15.d,
251 * testsuite/ld-cris/pic-gc-72.d,
252 * testsuite/ld-cris/pic-gc-73.d,
253 * testsuite/ld-cris/tls-gc-71.d,
254 * testsuite/ld-mips-elf/mips16-pic-4a.nd,
255 * testsuite/ld-mips-elf/pic-and-nonpic-3a.dd,
256 * testsuite/ld-mips-elf/pie-n32.d,
257 * testsuite/ld-mips-elf/pie-n64.d,
258 * testsuite/ld-mips-elf/pie-o32.d: Update for removed dynamic
259 section symbols.
260
1d3bf4a0
HPN
2612018-06-12 Hans-Peter Nilsson <hp@axis.com>
262
263 * testsuite/ld-cris/libdso-1.d: Correct recent address pattern update.
264
d89c1889
NC
2652018-06-12 Nick Clifton <nickc@redhat.com>
266
212b9bc7
NC
267 PR 22983
268 * testsuite/ld-plugin/lto.exp: Use individual tests to check for
269 the presence of each expected symbol.
270 * testsuite/ld-plugin/pr22983.1.d: New file.
271 * testsuite/ld-plugin/pr22983.2.d: New file.
272 * testsuite/ld-plugin/pr22983.3.d: New file.
273 * testsuite/ld-plugin/pr22983.4.d: New file.
274
d89c1889
NC
275 * emulparams/aarch64elf.sh (OTHER_BSS_END_SYMBOLS): Make the
276 definition of the __bss_end__ symbol conditional upon CREATE_SHLIB.
277
5a485b38
NC
2782018-06-11 Nick Clifton <nickc@redhat.com>
279
280 * po/es.po: Updated Spanish translation.
281
d68033ea
MR
2822018-06-09 Maciej W. Rozycki <macro@mips.com>
283
284 * testsuite/ld-mips-elf/stub-dynsym-micromips-1-7fff.d: New
285 test.
286 * testsuite/ld-mips-elf/stub-dynsym-micromips-1-8000.d: New
287 test.
288 * testsuite/ld-mips-elf/stub-dynsym-micromips-1-fff0.d: New
289 test.
290 * testsuite/ld-mips-elf/stub-dynsym-micromips-1-10000.d: New
291 test.
292 * testsuite/ld-mips-elf/stub-dynsym-micromips-1-2fe80.d: New
293 test.
294 * testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-7fff.d:
295 New test.
296 * testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-8000.d:
297 New test.
298 * testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-fff0.d:
299 New test.
300 * testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-10000.d:
301 New test.
302 * testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-2fe80.d:
303 New test.
304 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests. Fix
305 indentation.
306
653e0a1e
MR
3072018-06-09 Maciej W. Rozycki <macro@mips.com>
308
309 * testsuite/ld-mips-elf/mips-elf.exp: Update symbol count in the
310 comment associated with lazy binding stub tests.
311
2f8b83ee
MR
3122018-06-09 Maciej W. Rozycki <macro@mips.com>
313
314 * Makefile.am (eelf32mipswindiss.c): Add `mipself.em' dependency.
315 * Makefile.in: Regenerate.
316
ecf99cc0
L
3172018-06-08 H.J. Lu <hongjiu.lu@intel.com>
318
319 PR ld/23161
320 * testsuite/ld-elf/pr23161d.rd: Remove local _edata, __bss_start,
321 and _end from dynamic symbol table.
322
fd161d86
AM
3232018-06-08 H.J. Lu <hongjiu.lu@intel.com>
324 Alan Modra <amodra@gmail.com>
325
326 PR ld/23161
327 * emulparams/aarch64cloudabi.sh: PROVIDE __bss_start__, _bss_end__,
328 and __end__ in shared libraries.
329 * emulparams/aarch64fbsd.sh: Likewise.
330 * emulparams/aarch64linux.sh: Likewise.
331 * emulparams/aarch64linux32.sh: Likewise.
332 * emulparams/armelf_fuchsia.sh: Likewise.
333 * emulparams/armelf_linux.sh: Likewise.
334 * emulparams/armelf_phoenix.sh: Likewise.
335 * emulparams/aarch64elf.sh: Likewise, and __data_start
336 * emulparams/aarch64elf32.sh: Likewise.
337 * emulparams/armelf.sh: Likewise.
338 * emulparams/armnto.sh: Likewise.
339 * emulparams/elf32bmip.sh: Remove duplicate ". = ." from
340 OTHER_GOT_SYMBOLS. PROVIDE _ftext, _fdata, and _fbss in shared libs.
341 * emulparams/elf32bmipn32-defs.sh: Likewise.
342 * emulparams/elf32frv.sh: PROVIDE __end and __data_start in shared libs.
343 * emulparams/elf32lriscv-defs.sh: Tidy.
344 * emulparams/elf32mcore.sh: PROVIDE __bss_start and _bss_end in
345 shared libs
346 * emulparams/elf32ppccommon.sh: PROVIDE __end in shared libs.
347 * emulparams/elf32rl78.sh: Tidy.
348 * emulparams/i386nto.sh: PROVIDE _btext in shared libs.
349 * emulparams/shelf_nto.sh: Likewise.
350 * emulparams/shlelf_nto.sh: Likewise.
351 * emulparams/score3_elf.sh: PROVIDE _gp, _bss_start__, _bss_end__,
352 __bss_end__, __end__, _fdata, _sdata_begin, and _bss_start in
353 shared libs.
354 * scripttempl/elf.sc: Don't use EXECUTABLE_SYMBOLS for shared
355 libraries. PROVIDE _edata, edata, __bss_start, and _end in shared
356 libraries.
357 * testsuite/ld-elf/pr23161.map,
358 * testsuite/ld-elf/pr23161a.c,
359 * testsuite/ld-elf/pr23161b.c,
360 * testsuite/ld-elf/pr23161c.c,
361 * testsuite/ld-elf/pr23161a.rd,
362 * testsuite/ld-elf/pr23161b.rd,
363 * testsuite/ld-elf/pr23161c.rd,
364 * testsuite/ld-elf/pr23161d.rd: New tests.
365 * testsuite/ld-elf/shared.exp: Run ld/23161 tests.
366 * testsuite/ld-elf/pr23162.rd,
367 * testsuite/ld-aarch64/ifunc-1-local.d,
368 * testsuite/ld-aarch64/ifunc-1.d,
369 * testsuite/ld-aarch64/ifunc-2-local.d,
370 * testsuite/ld-aarch64/ifunc-2.d,
371 * testsuite/ld-aarch64/ifunc-21.d,
372 * testsuite/ld-aarch64/ifunc-3a.d,
373 * testsuite/ld-alpha/tlsbin.rd,
374 * testsuite/ld-alpha/tlsbin.sd,
375 * testsuite/ld-alpha/tlsbinr.rd,
376 * testsuite/ld-alpha/tlspic.rd,
377 * testsuite/ld-alpha/tlspic.sd,
378 * testsuite/ld-cris/dso-pltdis1.d,
379 * testsuite/ld-cris/dso-pltdis2.d,
380 * testsuite/ld-cris/dso12-pltdis.d,
381 * testsuite/ld-cris/gotplt1.d,
382 * testsuite/ld-cris/gotplt2.d,
383 * testsuite/ld-cris/gotplt3.d,
384 * testsuite/ld-cris/hiddef1.d,
385 * testsuite/ld-cris/libdso-1.d,
386 * testsuite/ld-cris/libdso-10.d,
387 * testsuite/ld-cris/libdso-11.d,
388 * testsuite/ld-cris/libdso-12.d,
389 * testsuite/ld-cris/libdso-12b.d,
390 * testsuite/ld-cris/libdso-12c.d,
391 * testsuite/ld-cris/libdso-13.d,
392 * testsuite/ld-cris/libdso-13b.d,
393 * testsuite/ld-cris/libdso-14.d,
394 * testsuite/ld-cris/libdso-15.d,
395 * testsuite/ld-cris/libdso-15b.d,
396 * testsuite/ld-cris/libdso-1c.d,
397 * testsuite/ld-cris/libdso-1d.d,
398 * testsuite/ld-cris/libdso-2.d,
399 * testsuite/ld-cris/pic-gc-72.d,
400 * testsuite/ld-cris/pic-gc-73.d,
401 * testsuite/ld-cris/pr16044.d,
402 * testsuite/ld-cris/pv32-1.d,
403 * testsuite/ld-cris/tls-dso-dtpoffd2.d,
404 * testsuite/ld-cris/tls-dso-dtpoffd4.d,
405 * testsuite/ld-cris/tls-dso-tpoffgotcomm1.d,
406 * testsuite/ld-cris/tls-gc-71.d,
407 * testsuite/ld-cris/tls-gd-1.d,
408 * testsuite/ld-cris/tls-gd-1h.d,
409 * testsuite/ld-cris/tls-gd-2.d,
410 * testsuite/ld-cris/tls-gd-2h.d,
411 * testsuite/ld-cris/tls-ie-10.d,
412 * testsuite/ld-cris/tls-ie-11.d,
413 * testsuite/ld-cris/tls-ie-78.d,
414 * testsuite/ld-cris/tls-ie-8.d,
415 * testsuite/ld-cris/tls-ie-9.d,
416 * testsuite/ld-cris/tls-js1.d,
417 * testsuite/ld-cris/tls-ld-4.d,
418 * testsuite/ld-cris/tls-ld-5.d,
419 * testsuite/ld-cris/tls-ld-6.d,
420 * testsuite/ld-cris/tls-ld-7.d,
421 * testsuite/ld-cris/tls-ldgd-14.d,
422 * testsuite/ld-cris/tls-ldgd-15.d,
423 * testsuite/ld-cris/tls-ldgdex-14.d,
424 * testsuite/ld-cris/tls-ldgdex-15.d,
425 * testsuite/ld-cris/tls-ldgdx-14.d,
426 * testsuite/ld-cris/tls-ldgdx-15.d,
427 * testsuite/ld-cris/tls-legdx-16.d,
428 * testsuite/ld-cris/tls-legdx-17.d,
429 * testsuite/ld-cris/tls-local-54.d,
430 * testsuite/ld-cris/tls-local-60.d,
431 * testsuite/ld-cris/tls-local-61.d,
432 * testsuite/ld-cris/tls-local-63.d,
433 * testsuite/ld-cris/tls-local-64.d,
434 * testsuite/ld-cris/tls-ok-30.d,
435 * testsuite/ld-cris/tls-ok-32.d,
436 * testsuite/ld-cris/tls-ok-34.d,
437 * testsuite/ld-cris/tls-und-38.d,
438 * testsuite/ld-cris/tls-und-42.d,
439 * testsuite/ld-cris/tls-und-46.d,
440 * testsuite/ld-cris/tls-und-50.d,
441 * testsuite/ld-cris/weakhiddso.d,
442 * testsuite/ld-cris/weakref2.d,
443 * testsuite/ld-frv/fdpic-shared-1.d,
444 * testsuite/ld-frv/fdpic-shared-2.d,
445 * testsuite/ld-frv/fdpic-shared-3.d,
446 * testsuite/ld-frv/fdpic-shared-4.d,
447 * testsuite/ld-frv/fdpic-shared-5.d,
448 * testsuite/ld-frv/fdpic-shared-7.d,
449 * testsuite/ld-frv/fdpic-shared-8.d,
450 * testsuite/ld-frv/tls-dynamic-2.d,
451 * testsuite/ld-i386/ibt-plt-1.d,
452 * testsuite/ld-i386/ibt-plt-2a.d,
453 * testsuite/ld-i386/ibt-plt-2b.d,
454 * testsuite/ld-i386/ibt-plt-2c.d,
455 * testsuite/ld-i386/ibt-plt-2d.d,
456 * testsuite/ld-i386/ibt-plt-3a.d,
457 * testsuite/ld-i386/ibt-plt-3b.d,
458 * testsuite/ld-i386/ibt-plt-3c.d,
459 * testsuite/ld-i386/ibt-plt-3d.d,
460 * testsuite/ld-i386/plt2.dd,
461 * testsuite/ld-i386/pr20830.d,
462 * testsuite/ld-i386/tlsbin-nacl.rd,
463 * testsuite/ld-i386/tlsbin.rd,
464 * testsuite/ld-i386/tlsbin2-nacl.rd,
465 * testsuite/ld-i386/tlsbin2.rd,
466 * testsuite/ld-i386/tlsbindesc-nacl.rd,
467 * testsuite/ld-i386/tlsbindesc.rd,
468 * testsuite/ld-i386/tlsdesc-nacl.rd,
469 * testsuite/ld-i386/tlsdesc.rd,
470 * testsuite/ld-i386/tlsgdesc-nacl.rd,
471 * testsuite/ld-i386/tlsgdesc.rd,
472 * testsuite/ld-i386/tlsnopic-nacl.rd,
473 * testsuite/ld-i386/tlsnopic.dd,
474 * testsuite/ld-i386/tlsnopic.rd,
475 * testsuite/ld-i386/tlsnopic.sd,
476 * testsuite/ld-i386/tlspic-nacl.rd,
477 * testsuite/ld-i386/tlspic.rd,
478 * testsuite/ld-i386/tlspic2-nacl.rd,
479 * testsuite/ld-i386/tlspic2.rd,
480 * testsuite/ld-ia64/merge1.d,
481 * testsuite/ld-ia64/merge2.d,
482 * testsuite/ld-ia64/merge3.d,
483 * testsuite/ld-ia64/merge4.d,
484 * testsuite/ld-ia64/merge5.d,
485 * testsuite/ld-ia64/tlsbin.rd,
486 * testsuite/ld-ia64/tlspic.rd,
487 * testsuite/ld-ifunc/ifunc-2-i386-now.d,
488 * testsuite/ld-ifunc/ifunc-2-local-i386-now.d,
489 * testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d,
490 * testsuite/ld-ifunc/ifunc-2-local-x86-64.d,
491 * testsuite/ld-ifunc/ifunc-2-x86-64-now.d,
492 * testsuite/ld-ifunc/ifunc-2-x86-64.d,
493 * testsuite/ld-ifunc/pr17154-i386-now.d,
494 * testsuite/ld-ifunc/pr17154-i386.d,
495 * testsuite/ld-ifunc/pr17154-x86-64-now.d,
496 * testsuite/ld-ifunc/pr17154-x86-64.d,
497 * testsuite/ld-m68k/tls-def-1.d,
498 * testsuite/ld-m68k/tls-gd-1.d2,
499 * testsuite/ld-metag/shared.d,
500 * testsuite/ld-metag/stub_pic_app.d,
501 * testsuite/ld-mips-elf/rel32-n32.d,
502 * testsuite/ld-mips-elf/rel32-o32.d,
503 * testsuite/ld-mips-elf/rel64.d,
504 * testsuite/ld-powerpc/ambiguousv1.d,
505 * testsuite/ld-powerpc/ambiguousv1b.d,
506 * testsuite/ld-powerpc/ambiguousv2.d,
507 * testsuite/ld-powerpc/ambiguousv2b.d,
508 * testsuite/ld-powerpc/tlsexe.d,
509 * testsuite/ld-powerpc/tlsexe.r,
510 * testsuite/ld-powerpc/tlsexe32.d,
511 * testsuite/ld-powerpc/tlsexe32.g,
512 * testsuite/ld-powerpc/tlsexe32.r,
513 * testsuite/ld-powerpc/tlsexetoc.d,
514 * testsuite/ld-powerpc/tlsexetoc.r,
515 * testsuite/ld-powerpc/tlsso.d,
516 * testsuite/ld-powerpc/tlsso.r,
517 * testsuite/ld-powerpc/tlsso32.g,
518 * testsuite/ld-powerpc/tlsso32.r,
519 * testsuite/ld-powerpc/tlstocso.d,
520 * testsuite/ld-powerpc/tlstocso.g,
521 * testsuite/ld-powerpc/tlstocso.r,
522 * testsuite/ld-s390/gotreloc_31-1.dd,
523 * testsuite/ld-s390/tlsbin.dd,
524 * testsuite/ld-s390/tlsbin.rd,
525 * testsuite/ld-s390/tlsbin_64.dd,
526 * testsuite/ld-s390/tlsbin_64.rd,
527 * testsuite/ld-s390/tlspic.rd,
528 * testsuite/ld-s390/tlspic_64.rd,
529 * testsuite/ld-sh/tlsbin-2.d,
530 * testsuite/ld-sh/tlspic-2.d,
531 * testsuite/ld-sparc/gotop32.rd,
532 * testsuite/ld-sparc/gotop64.rd,
533 * testsuite/ld-sparc/tlssunbin32.rd,
534 * testsuite/ld-sparc/tlssunbin64.rd,
535 * testsuite/ld-sparc/tlssunnopic32.rd,
536 * testsuite/ld-sparc/tlssunnopic64.rd,
537 * testsuite/ld-sparc/tlssunpic32.rd,
538 * testsuite/ld-sparc/tlssunpic64.rd,
539 * testsuite/ld-x86-64/bnd-branch-1-now.d,
540 * testsuite/ld-x86-64/bnd-ifunc-1-now.d,
541 * testsuite/ld-x86-64/bnd-ifunc-2-now.d,
542 * testsuite/ld-x86-64/bnd-ifunc-2.d,
543 * testsuite/ld-x86-64/bnd-plt-1-now.d,
544 * testsuite/ld-x86-64/bnd-plt-1.d,
545 * testsuite/ld-x86-64/ibt-plt-1-x32.d,
546 * testsuite/ld-x86-64/ibt-plt-1.d,
547 * testsuite/ld-x86-64/ibt-plt-2a-x32.d,
548 * testsuite/ld-x86-64/ibt-plt-2a.d,
549 * testsuite/ld-x86-64/ibt-plt-2b-x32.d,
550 * testsuite/ld-x86-64/ibt-plt-2b.d,
551 * testsuite/ld-x86-64/ibt-plt-2c-x32.d,
552 * testsuite/ld-x86-64/ibt-plt-2c.d,
553 * testsuite/ld-x86-64/ibt-plt-2d-x32.d,
554 * testsuite/ld-x86-64/ibt-plt-2d.d,
555 * testsuite/ld-x86-64/ibt-plt-3a-x32.d,
556 * testsuite/ld-x86-64/ibt-plt-3a.d,
557 * testsuite/ld-x86-64/ibt-plt-3b-x32.d,
558 * testsuite/ld-x86-64/ibt-plt-3b.d,
559 * testsuite/ld-x86-64/ibt-plt-3c-x32.d,
560 * testsuite/ld-x86-64/ibt-plt-3c.d,
561 * testsuite/ld-x86-64/ibt-plt-3d-x32.d,
562 * testsuite/ld-x86-64/ibt-plt-3d.d,
563 * testsuite/ld-x86-64/ilp32-4-nacl.d,
564 * testsuite/ld-x86-64/ilp32-4.d,
565 * testsuite/ld-x86-64/load1c-nacl.d,
566 * testsuite/ld-x86-64/load1c.d,
567 * testsuite/ld-x86-64/load1d-nacl.d,
568 * testsuite/ld-x86-64/load1d.d,
569 * testsuite/ld-x86-64/mpx3n.dd,
570 * testsuite/ld-x86-64/mpx4.dd,
571 * testsuite/ld-x86-64/mpx4n.dd,
572 * testsuite/ld-x86-64/plt2.dd,
573 * testsuite/ld-x86-64/pr14207.d,
574 * testsuite/ld-x86-64/pr19162.d,
575 * testsuite/ld-x86-64/pr20253-1f.d,
576 * testsuite/ld-x86-64/pr20253-1l.d,
577 * testsuite/ld-x86-64/pr20830a-now.d,
578 * testsuite/ld-x86-64/pr20830a.d,
579 * testsuite/ld-x86-64/pr20830b-now.d,
580 * testsuite/ld-x86-64/pr20830b.d,
581 * testsuite/ld-x86-64/pr21038a-now.d,
582 * testsuite/ld-x86-64/pr21038a.d,
583 * testsuite/ld-x86-64/pr21038b-now.d,
584 * testsuite/ld-x86-64/pr21038b.d,
585 * testsuite/ld-x86-64/pr21038c-now.d,
586 * testsuite/ld-x86-64/pr21038c.d,
587 * testsuite/ld-x86-64/tlsbin-nacl.rd,
588 * testsuite/ld-x86-64/tlsbin.rd,
589 * testsuite/ld-x86-64/tlsbin2-nacl.rd,
590 * testsuite/ld-x86-64/tlsbin2.rd,
591 * testsuite/ld-x86-64/tlsbindesc-nacl.rd,
592 * testsuite/ld-x86-64/tlsbindesc.rd,
593 * testsuite/ld-x86-64/tlsdesc-nacl.rd,
594 * testsuite/ld-x86-64/tlsdesc.rd,
595 * testsuite/ld-x86-64/tlsgdesc-nacl.rd,
596 * testsuite/ld-x86-64/tlsgdesc.rd,
597 * testsuite/ld-x86-64/tlspic-nacl.rd,
598 * testsuite/ld-x86-64/tlspic.rd,
599 * testsuite/ld-x86-64/tlspic2-nacl.rd,
600 * testsuite/ld-x86-64/tlspic2.rd: Update.
601
fc6041a7
AM
6022018-06-07 Alan Modra <amodra@gmail.com>
603
604 * emulparams/elf64bmip.sh (EXECUTABLE_SYMBOLS): Don't define.
605 (OTHER_SYMBOLS): Define this instead.
606 * emulparams/elf32bmipn32.sh (EXECUTABLE_SYMBOLS): Don't define.
607 (OTHER_SYMBOLS): Define similarly to elf64bmip.sh.
608 * emulparams/elf64hppa.sh (EXECUTABLE_SYMBOLS): Don't define.
609 (OTHER_SYMBOLS): Define instead.
610
527278f3
AM
6112018-06-07 Alan Modra <amodra@gmail.com>
612
613 * emulparams/elf32_tic6x_le.sh (EXECUTABLE_SYMBOLS): Don't define.
614
08f22593
AM
6152018-06-06 Alan Modra <amodra@gmail.com>
616
617 * Makefile.am (earmelf_fbsd.c): Correct dependencies.
618 (earmelfb_fbsd.c, earmelfb_fuchsia.c): Likewise.
619 * Makefile.in: Regenerate.
620
27b07675
AM
6212018-06-05 Alan Modra <amodra@gmail.com>
622
623 PR 23254
624 * plugin.c (plugin_call_claim_file): Revert 2016-07-19 patch.
625 (plugin_object_p): Don't dup file descriptor.
626
112ba867
FC
6272018-06-05 Flavio Ceolin <flavio.ceolin@intel.com>
628
629 * testsuite/ld-elf/elf.exp Run new test.
630 * testsuite/ld-elf/stack-noexec.rd New file: Expected readelf output.
631
cf7a5066
JW
6322018-06-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
633 Jim Wilson <jimw@sifive.com>
634
635 PR ld/23244
636 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Run new weak ref tests.
637 * testsuite/ld-riscv-elf/weakref.ld: New.
638 * testsuite/ld-riscv-elf/weakref32.d: New.
639 * testsuite/ld-riscv-elf/weakref32.s: New.
640 * testsuite/ld-riscv-elf/weakref64.d: New.
641 * testsuite/ld-riscv-elf/weakref64.s: New.
642
55e99962
L
6432018-06-01 H.J. Lu <hongjiu.lu@intel.com>
644
645 * configure: Regenerated.
646
ac98f9e2
L
6472018-05-28 H.J. Lu <hongjiu.lu@intel.com>
648
649 PR ld/23238
650 * testsuite/ld-ifunc/ifunc-26.d: New file.
651 * testsuite/ld-ifunc/ifunc-26.s: Likewise.
652 * testsuite/ld-ifunc/ifunc.exp: Run *.d tests without a
653 working compiler.
654
03fce1c7
L
6552018-05-28 H.J. Lu <hongjiu.lu@intel.com>
656
657 * testsuite/ld-ifunc/ifunc-10-i386.d: Skip NaCl targets.
658 * testsuite/ld-ifunc/ifunc-10-x86-64.d: Likewise.
659 * testsuite/ld-ifunc/ifunc-11-i386.d: Likewise.
660 * testsuite/ld-ifunc/ifunc-11-x86-64.d: Likewise.
661 * testsuite/ld-ifunc/ifunc-12-i386.d: Likewise.
662 * testsuite/ld-ifunc/ifunc-12-x86-64.d: Likewise.
663 * testsuite/ld-ifunc/ifunc-13-i386.d: Likewise.
664 * testsuite/ld-ifunc/ifunc-13-x86-64.d: Likewise.
665 * testsuite/ld-ifunc/ifunc-14a-i386.d: Likewise.
666 * testsuite/ld-ifunc/ifunc-14a-x86-64.d: Likewise.
667 * testsuite/ld-ifunc/ifunc-14b-i386.d: Likewise.
668 * testsuite/ld-ifunc/ifunc-14b-x86-64.d: Likewise.
669 * testsuite/ld-ifunc/ifunc-14c-i386.d: Likewise.
670 * testsuite/ld-ifunc/ifunc-14c-x86-64.d: Likewise.
671 * testsuite/ld-ifunc/ifunc-14d-i386.d: Likewise.
672 * testsuite/ld-ifunc/ifunc-14d-x86-64.d: Likewise.
673 * testsuite/ld-ifunc/ifunc-14e-i386.d: Likewise.
674 * testsuite/ld-ifunc/ifunc-14e-x86-64.d: Likewise.
675 * testsuite/ld-ifunc/ifunc-14f-i386.d: Likewise.
676 * testsuite/ld-ifunc/ifunc-14f-x86-64.d: Likewise.
677 * testsuite/ld-ifunc/ifunc-15-i386.d: Likewise.
678 * testsuite/ld-ifunc/ifunc-15-x86-64.d: Likewise.
679 * testsuite/ld-ifunc/ifunc-16-i386-now.d: Likewise.
680 * testsuite/ld-ifunc/ifunc-16-i386.d: Likewise.
681 * testsuite/ld-ifunc/ifunc-16-x86-64-now.d: Likewise.
682 * testsuite/ld-ifunc/ifunc-16-x86-64.d: Likewise.
683 * testsuite/ld-ifunc/ifunc-17a-i386.d: Likewise.
684 * testsuite/ld-ifunc/ifunc-17a-x86-64.d: Likewise.
685 * testsuite/ld-ifunc/ifunc-17b-i386.d: Likewise.
686 * testsuite/ld-ifunc/ifunc-17b-x86-64.d: Likewise.
687 * testsuite/ld-ifunc/ifunc-18a-i386.d: Likewise.
688 * testsuite/ld-ifunc/ifunc-18a-x86-64.d: Likewise.
689 * testsuite/ld-ifunc/ifunc-18b-i386.d: Likewise.
690 * testsuite/ld-ifunc/ifunc-18b-x86-64.d: Likewise.
691 * testsuite/ld-ifunc/ifunc-19a-i386.d: Likewise.
692 * testsuite/ld-ifunc/ifunc-19a-x86-64.d: Likewise.
693 * testsuite/ld-ifunc/ifunc-19b-i386.d: Likewise.
694 * testsuite/ld-ifunc/ifunc-19b-x86-64.d: Likewise.
695 * testsuite/ld-ifunc/ifunc-2-i386.d: Likewise.
696 * testsuite/ld-ifunc/ifunc-2-local-i386.d: Likewise.
697 * testsuite/ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
698 * testsuite/ld-ifunc/ifunc-2-x86-64.d: Likewise.
699 * testsuite/ld-ifunc/ifunc-20-i386.d: Likewise.
700 * testsuite/ld-ifunc/ifunc-20-x86-64.d: Likewise.
701 * testsuite/ld-ifunc/ifunc-21-i386.d: Likewise.
702 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
703 * testsuite/ld-ifunc/ifunc-22-i386.d: Likewise.
704 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
705 * testsuite/ld-ifunc/ifunc-5a-i386.d: Likewise.
706 * testsuite/ld-ifunc/ifunc-5a-local-i386.d: Likewise.
707 * testsuite/ld-ifunc/ifunc-5a-local-x86-64.d: Likewise.
708 * testsuite/ld-ifunc/ifunc-5a-x86-64.d: Likewise.
709 * testsuite/ld-ifunc/ifunc-5b-i386.d: Likewise.
710 * testsuite/ld-ifunc/ifunc-5b-local-i386.d: Likewise.
711 * testsuite/ld-ifunc/ifunc-5b-local-x86-64.d: Likewise.
712 * testsuite/ld-ifunc/ifunc-5b-x86-64.d: Likewise.
713 * testsuite/ld-ifunc/ifunc-5r-local-i386.d: Likewise.
714 * testsuite/ld-ifunc/ifunc-5r-local-x86-64.d: Likewise.
715 * testsuite/ld-ifunc/ifunc-6a-i386.d: Likewise.
716 * testsuite/ld-ifunc/ifunc-6a-x86-64.d: Likewise.
717 * testsuite/ld-ifunc/ifunc-6b-i386.d: Likewise.
718 * testsuite/ld-ifunc/ifunc-6b-x86-64.d: Likewise.
719 * testsuite/ld-ifunc/ifunc-7a-i386.d: Likewise.
720 * testsuite/ld-ifunc/ifunc-7a-x86-64.d: Likewise.
721 * testsuite/ld-ifunc/ifunc-7b-i386.d: Likewise.
722 * testsuite/ld-ifunc/ifunc-7b-x86-64.d: Likewise.
723 * testsuite/ld-ifunc/ifunc-8-i386.d: Likewise.
724 * testsuite/ld-ifunc/ifunc-8-x86-64.d: Likewise.
725 * testsuite/ld-ifunc/ifunc-9-i386.d: Likewise.
726 * testsuite/ld-ifunc/ifunc-9-x86-64.d: Likewise.
727 * testsuite/ld-ifunc/pr17154-i386.d: Likewise.
728 * testsuite/ld-ifunc/pr17154-x86-64-now.d: Likewise.
729 * testsuite/ld-ifunc/pr17154-x86-64.d: Likewise.
730
099bb8fb
L
7312018-05-26 H.J. Lu <hongjiu.lu@intel.com>
732
733 PR ld/23194
734 * testsuite/ld-i386/pr23194.d: Expect only R_386_GLOB_DAT
735 against foobar.
736 * testsuite/ld-i386/pr23194.map: Add foobar.
737 * testsuite/ld-x86-64/pr23194.map: Likewise.
738 * testsuite/ld-i386/pr23194.s: Add a common foobar symbol.
739 * testsuite/ld-x86-64/pr23194.s: Likewise.
740 * testsuite/ld-x86-64/pr23194.d: Expect only R_X86_64_GLOB_DAT
741 against foobar.
742
277eb7f6
AM
7432018-05-25 Alan Modra <amodra@gmail.com>
744
745 * po/BLD-POTFILES.in: Regenerate.
746
29e11a04
L
7472018-05-21 H.J. Lu <hongjiu.lu@intel.com>
748
749 PR ld/23201
750 * testsuite/ld-tic6x/shlib-1.rd: Adjusted.
751 * testsuite/ld-tic6x/shlib-1b.rd: Likewise.
752 * testsuite/ld-tic6x/shlib-1r.rd: Likewise.
753 * testsuite/ld-tic6x/shlib-1rb.rd: Likewise.
754 * testsuite/ld-tic6x/shlib-app-1.rd: Likewise.
755 * testsuite/ld-tic6x/shlib-app-1b.rd: Likewise.
756 * testsuite/ld-tic6x/shlib-app-1r.rd: Likewise.
757 * testsuite/ld-tic6x/shlib-app-1rb.rd: Likewise.
758 * testsuite/ld-tic6x/shlib-noindex.rd: Likewise.
759 * testsuite/ld-tic6x/static-app-1.rd: Likewise.
760 * testsuite/ld-tic6x/static-app-1b.rd: Likewise.
761 * testsuite/ld-tic6x/static-app-1r.rd: Likewise.
762 * testsuite/ld-tic6x/static-app-1rb.rd: Likewise.
763
34a87bb0
L
7642018-05-21 H.J. Lu <hongjiu.lu@intel.com>
765
766 PR ld/23201
767 * ldexp.c (exp_fold_tree_1): Call bfd_link_hide_symbol to hide
768 a symbol.
769 * testsuite/ld-elf/provide-hidden-dynabs.nd: Removed.
770 * testsuite/ld-elf/provide-hidden-dynsec.nd: Likewise.
771 * testsuite/ld-elf/provide-hidden.exp: Replace
772 provide-hidden-dynsec.nd with provide-hidden-sec.nd and
773 provide-hidden-dyn.nd. Replace provide-hidden-dynabs.nd with
774 provide-hidden-abs.nd and provide-hidden-dyn.nd.
775 * testsuite/ld-i386/pr23189.d: Expect no dynamic relocation.
776 * testsuite/ld-x86-64/pr23189.d: Likewise.
777
97373b2e
L
7782018-05-18 H.J. Lu <hongjiu.lu@intel.com>
779
780 PR ld/23194
781 * testsuite/ld-i386/i386.exp: Run pr23194.
782 * testsuite/ld-x86-64/x86-64.exp: Likewise.
783 * testsuite/ld-i386/pr23194.d: New file.
784 * testsuite/ld-i386/pr23194.map: Likewise.
785 * testsuite/ld-i386/pr23194.s: Likewise.
786 * testsuite/ld-x86-64/pr23194.d: Likewise.
787 * testsuite/ld-x86-64/pr23194.map: Likewise.
788 * testsuite/ld-x86-64/pr23194.s: Likewise.
789
941036f4
L
7902018-05-18 H.J. Lu <hongjiu.lu@intel.com>
791
792 * testsuite/ld-i386/i386.exp: Run pr23189 for all targets.
793 * testsuite/ld-x86-64/x86-64.exp: Likewise.
794
7b4ae824
JD
7952018-05-18 John Darrington <john@darrington.wattle.id.au>
796
797 * Makefile.am: Add support for s12z architecture.
798 * configure.tgt: Likewise.
799 * Makefile.in: Regenerate.
800 * emulparams/m9s12zelf.sh: New file.
801 * scripttempl/elfm9s12z.sc: New file.
802 * testsuite/ld-discard/static.d: Expect to fail for the s12z
803 target.
804 * testsuite/ld-elf/endsym.d: Likewise.
805 * testsuite/ld-elf/merge.d: Likewise.
806 * testsuite/ld-elf/pr14926.d: Skip for the s12z target.
807 * testsuite/ld-elf/sec64k.exp: Likewise.
808 * testsuite/ld-s12z: New directory.
809 * testsuite/ld-s12z/opr-linking.d: New file.
810 * testsuite/ld-s12z/opr-linking.s: New file.
811 * testsuite/ld-s12z/relative-linking.d: New file.
812 * testsuite/ld-s12z/relative-linking.s: New file.
813 * testsuite/ld-s12z/z12s.exp: New file.
814
011b32fd
L
8152018-05-18 H.J. Lu <hongjiu.lu@intel.com>
816
817 PR ld/23189
818 * testsuite/ld-i386/i386.exp: Run pr23189.
819 * testsuite/ld-x86-64/x86-64.exp: Likewise.
820 * testsuite/ld-i386/pr23189.d: New file.
821 * testsuite/ld-i386/pr23189.s: Likewise.
822 * testsuite/ld-i386/pr23189.t: Likewise.
823 * testsuite/ld-x86-64/pr23189.d: Likewise.
824 * testsuite/ld-x86-64/pr23189.s: Likewise.
825 * testsuite/ld-x86-64/pr23189.t: Likewise.
826
aa82c0d3
AM
8272018-05-15 Alan Modra <amodra@gmail.com>
828
829 * testsuite/ld-elf/notes.exp: Restore LDFLAGS.
830
864bb26c
NC
8312018-05-14 Nick Clifton <nickc@redhat.com>
832
833 * testsuite/ld-elf/notes.exp: New file: Run new test.
834 * testsuite/ld-elf/note1_1.s: New file: Source file for test.
835 * testsuite/ld-elf/note1_2.s: New file: Source file for test.
836 * testsuite/ld-elf/note1.r: New file: Expected readelf output.
837
4ec09950
L
8382018-05-14 H.J. Lu <hongjiu.lu@intel.com>
839
840 PR ld/23169
841 * testsuite/ld-ifunc/ifunc-9-i386.d: New file.
842 * testsuite/ld-ifunc/ifunc-9-x86-64.d: Likewise.
843 * testsuite/ld-ifunc/pr23169a.c: Likewise.
844 * testsuite/ld-ifunc/pr23169a.rd: Likewise.
845 * testsuite/ld-ifunc/pr23169b.c: Likewise.
846 * testsuite/ld-ifunc/pr23169b.c: Likewise.
847 * testsuite/ld-ifunc/pr23169c.rd: Likewise.
848 * testsuite/ld-ifunc/pr23169c.rd: Likewise.
849 * testsuite/ld-ifunc/ifunc-9-x86.d: Removed.
850 * testsuite/ld-ifunc/ifunc.exp: Run PR ld/23169 tests.
851
9bc935ef
L
8522018-05-14 H.J. Lu <hongjiu.lu@intel.com>
853
854 PR ld/23162
855 * testsuite/ld-elf/pr23162.map: New file.
856 * testsuite/ld-elf/pr23162.rd: Likewise.
857 * testsuite/ld-elf/pr23162a.c: Likewise.
858 * testsuite/ld-elf/pr23162b.c: Likewise.
859 * testsuite/ld-elf/shared.exp: Run PR ld/23162 tests.
860
9933dc52
AM
8612018-05-12 Alan Modra <amodra@gmail.com>
862
863 PR 20659
864 * testsuite/ld-elf/changelma.d,
865 * testsuite/ld-elf/changelma.lnk,
866 * testsuite/ld-elf/changelma.s: New test.
867
493ffac5
DD
8682018-05-09 2018-05-02 Dimitar Dimitrov <dimitar@dinux.eu>
869
870 * scripttempl/pru.sc: Add LD sections to allow linking TI
871 toolchain object files.
872 * scripttempl/pru.sc: Switch to init_array.
873 * testsuite/ld-pru/ldi32.d: Update LDI32 test to conform to TI ABI.
874 * testsuite/ld-pru/norelax_ldi32-data.d: Likewise.
875 * testsuite/ld-pru/norelax_ldi32-dis.d: Likewise.
876 * testsuite/ld-pru/relax_ldi32-data.d: Likewise.
877 * testsuite/ld-pru/relax_ldi32-dis.d: Likewise.
878
a7287b94
AM
8792018-05-09 Alan Modra <amodra@gmail.com>
880
881 * po/BLD-POTFILES.in: Regenerate.
882
10d98088
JW
8832018-05-08 Jim Wilson <jimw@sifive.com>
884
885 PR ld/22962
886 * Makefile.am (ALL_EMULATION_SOURCES): Add eelf32lriscv_ilp32f.c,
887 eelf32lriscv_ilp32.c, eelf64lriscv_lp64f.c, eelf64lriscv_lp64.c.
888 (eelf32lriscv_ilp32f.c, eelf32lriscv_ilp32.c): New build rules.
889 (eelf64lriscv_lp64f.c, eelf64lriscv_lp64.c): New build rules.
890 * Makefile.in: Regenerated.
891 * configure.tgt (riscv32*-*-linux*, riscv64*-*-linux*): New.
892 * ld/emulparams/elf32lriscv.sh: Set LIBPATH_SUFFIX.
893 * ld/emulparams/elf32lriscv_ilp32.sh: New.
894 * ld/emulparams/elf32lriscv_ilp32f.sh: New.
895 * ld/emulparams/elf64lriscv-defs.sh: Don't set LIBPATH_SUFFIX here.
896 * ld/emulparams/elf64lriscv.sh: Set LIBPATH_SUFFIX.
897 * ld/emulparams/elf64lriscv_lp64.sh: New.
898 * ld/emulparams/elf64lriscv_lp64f.sh: New.
899 * ld/genscripts.sh (append_to_lib_path): Change LIBPATH_SUFFIX test to
900 a for. Inside loop, change LIBPATH_SUFFIX uses to libpath_suffix.
901 (LIB_PATH): In LIB_PATH if, add loop for LIBPATH_SUFFIX, changes uses
902 inside loop to libpath_suffix.
903
d1e9de16
JW
9042018-05-03 Jim Wilson <jimw@sifive.com>
905
906 * Makefile.am (earmelfb_linux_fdpiceabi.c): Fix typo in dependencies.
907
3be08ea4
SA
9082018-05-03 Simon Atanasyan <simon@atanasyan.com>
909
910 * testsuite/ld-mips-elf/gp-disp-sym.d: New test.
911 * testsuite/ld-mips-elf/gp-disp-sym.s: New test source.
912 * testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
913 * testsuite/ld-mips-elf/mips16-pic-2.ad: Update for _gp_disp
914 symbol removal.
915 * testsuite/ld-mips-elf/mips16-pic-2.nd: Likewise.
916 * testsuite/ld-mips-elf/pic-and-nonpic-3a.dd: Likewise.
917 * testsuite/ld-mips-elf/tlslib-o32-hidden.got: Likewise.
918 * testsuite/ld-mips-elf/tlslib-o32-ver.got: Likewise.
919 * testsuite/ld-mips-elf/tlslib-o32.got: Likewise.
920
197b262f
MR
9212018-04-27 Maciej W. Rozycki <macro@mips.com>
922
923 * testsuite/ld-mips-elf/bal-jalx-pic.d: Only run for
924 `check_shared_lib_support' targets.
925 * testsuite/ld-mips-elf/bal-jalx-pic-n32.d: Likewise.
926 * testsuite/ld-mips-elf/bal-jalx-pic-n64.d: Likewise.
927 * testsuite/ld-mips-elf/bal-jalx-pic-micromips.d: Likewise.
928 * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n32.d: Likewise.
929 * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n64.d: Likewise.
930 * testsuite/ld-mips-elf/bal-jalx-pic-ignore.d: Likewise.
931 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-n32.d: Likewise.
932 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-n64.d: Likewise.
933 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-micromips.d:
934 Likewise.
935 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-micromips-n32.d:
936 Likewise.
937 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-micromips-n64.d:
938 Likewise.
939 * testsuite/ld-mips-elf/hash1a.d: Likewise.
940 * testsuite/ld-mips-elf/hash1b.d: Likewise.
941 * testsuite/ld-mips-elf/hash1c.d: Likewise.
942 * testsuite/ld-mips-elf/relax-jalr-n32-shared.d: Likewise.
943 * testsuite/ld-mips-elf/relax-jalr-n64-shared.d: Likewise.
944
6d9dabbb
MR
9452018-04-27 Maciej W. Rozycki <macro@mips.com>
946
947 * testsuite/lib/ld-lib.exp (run_dump_test): Use `match_target'
948 in place of `istarget' for matching with `target', `alltargets'
949 and `notarget' options.
950
ffa389a3
AM
9512018-04-27 Alan Modra <amodra@gmail.com>
952
953 * po/BLD-POTFILES.in: Regenerate.
954
aa684341
CL
9552018-04-26 Christophe Lyon <christophe.lyon@linaro.org>
956
957 * testsuite/ld-elf/pr2404b.c (main): Adjust printf to account for
958 new variable name.
959 * testsuite/ld-elf/pr2404.out: Adjust expected output accordingly.
960
f1ac0afe
CL
9612018-04-25 Christophe Lyon <christophe.lyon@st.com>
962
963 * testsuite/ld-arm/export-class.exp: Accept arm*-*-uclinuxfdpiceabi.
964 * testsuite/ld-discard/discard.exp: Likewise.
965 * testsuite/ld-elf/binutils.exp: Likewise.
966 * testsuite/ld-elf/commonpage1.d: Likewise.
967 * testsuite/ld-elf/compress1c.d: Likewise.
968 * testsuite/ld-elf/compressed1b.d: Likewise.
969 * testsuite/ld-elf/compressed1c.d: Likewise.
970 * testsuite/ld-elf/compressed1e.d: Likewise.
971 * testsuite/ld-elf/dynamic1.d: Likewise.
972 * testsuite/ld-elf/dynsym1.d: Likewise.
973 * testsuite/ld-elf/ehdr_start-missing.d: Likewise.
974 * testsuite/ld-elf/ehdr_start-shared.d: Likewise.
975 * testsuite/ld-elf/ehdr_start-userdef.d: Likewise.
976 * testsuite/ld-elf/ehdr_start-weak.d: Likewise.
977 * testsuite/ld-elf/ehdr_start.d: Likewise.
978 * testsuite/ld-elf/exclude3b.d: Likewise.
979 * testsuite/ld-elf/export-class.exp: Likewise.
980 * testsuite/ld-elf/global1.d: Likewise.
981 * testsuite/ld-elf/hash.d: Likewise.
982 * testsuite/ld-elf/header.d: Likewise.
983 * testsuite/ld-elf/loadaddr1.d: Likewise.
984 * testsuite/ld-elf/loadaddr2.d: Likewise.
985 * testsuite/ld-elf/loadaddr3a.d: Likewise.
986 * testsuite/ld-elf/loadaddr3b.d: Likewise.
987 * testsuite/ld-elf/local1.d: Likewise.
988 * testsuite/ld-elf/maxpage1.d: Likewise.
989 * testsuite/ld-elf/maxpage2.d: Likewise.
990 * testsuite/ld-elf/maxpage3a.d: Likewise.
991 * testsuite/ld-elf/mbind1a.d: Likewise.
992 * testsuite/ld-elf/mbind1b.d: Likewise.
993 * testsuite/ld-elf/mbind1c.d: Likewise.
994 * testsuite/ld-elf/multibss1.d: Likewise.
995 * testsuite/ld-elf/noload-2.d: Likewise.
996 * testsuite/ld-elf/now-1.d: Likewise.
997 * testsuite/ld-elf/now-2.d: Likewise.
998 * testsuite/ld-elf/now-3.d: Likewise.
999 * testsuite/ld-elf/now-4.d: Likewise.
1000 * testsuite/ld-elf/pie.d: Likewise.
1001 * testsuite/ld-elf/pr12975.d: Likewise.
1002 * testsuite/ld-elf/pr13177.d: Likewise.
1003 * testsuite/ld-elf/pr13195.d: Likewise.
1004 * testsuite/ld-elf/pr16322.d: Likewise.
1005 * testsuite/ld-elf/pr16498a.d: Likewise.
1006 * testsuite/ld-elf/pr16498b.d: Likewise.
1007 * testsuite/ld-elf/pr17615.d: Likewise.
1008 * testsuite/ld-elf/pr19162.d: Likewise.
1009 * testsuite/ld-elf/pr19539.d: Likewise.
1010 * testsuite/ld-elf/pr19617a.d: Likewise.
1011 * testsuite/ld-elf/pr19617b.d: Likewise.
1012 * testsuite/ld-elf/pr19617c.d: Likewise.
1013 * testsuite/ld-elf/pr19698.d: Likewise.
1014 * testsuite/ld-elf/pr19789.d: Likewise.
1015 * testsuite/ld-elf/pr20513c.d: Likewise.
1016 * testsuite/ld-elf/pr20513d.d: Likewise.
1017 * testsuite/ld-elf/pr21384.d: Likewise.
1018 * testsuite/ld-elf/pr21389a.d: Likewise.
1019 * testsuite/ld-elf/pr21389b.d: Likewise.
1020 * testsuite/ld-elf/pr21389c.d: Likewise.
1021 * testsuite/ld-elf/pr21562a.d: Likewise.
1022 * testsuite/ld-elf/pr21562b.d: Likewise.
1023 * testsuite/ld-elf/pr21562c.d: Likewise.
1024 * testsuite/ld-elf/pr21562d.d: Likewise.
1025 * testsuite/ld-elf/pr21562e.d: Likewise.
1026 * testsuite/ld-elf/pr21562f.d: Likewise.
1027 * testsuite/ld-elf/pr21562g.d: Likewise.
1028 * testsuite/ld-elf/pr21562h.d: Likewise.
1029 * testsuite/ld-elf/pr21562i.d: Likewise.
1030 * testsuite/ld-elf/pr21562j.d: Likewise.
1031 * testsuite/ld-elf/pr21562k.d: Likewise.
1032 * testsuite/ld-elf/pr21562l.d: Likewise.
1033 * testsuite/ld-elf/pr21562m.d: Likewise.
1034 * testsuite/ld-elf/pr21562n.d: Likewise.
1035 * testsuite/ld-elf/pr21903a.d: Likewise.
1036 * testsuite/ld-elf/pr21903b.d: Likewise.
1037 * testsuite/ld-elf/pr21903d.d: Likewise.
1038 * testsuite/ld-elf/pr22269a.d: Likewise.
1039 * testsuite/ld-elf/pr22269b.d: Likewise.
1040 * testsuite/ld-elf/pr22393-1a.d: Likewise.
1041 * testsuite/ld-elf/pr22393-1b.d: Likewise.
1042 * testsuite/ld-elf/pr22393-1c.d: Likewise.
1043 * testsuite/ld-elf/pr22393-1d.d: Likewise.
1044 * testsuite/ld-elf/pr22393-1e.d: Likewise.
1045 * testsuite/ld-elf/pr22393-1f.d: Likewise.
1046 * testsuite/ld-elf/pr22423.d: Likewise.
1047 * testsuite/ld-elf/rpath-1.d: Likewise.
1048 * testsuite/ld-elf/rpath-2.d: Likewise.
1049 * testsuite/ld-elf/runpath-1.d: Likewise.
1050 * testsuite/ld-elf/runpath-2.d: Likewise.
1051 * testsuite/ld-elf/seg.d: Likewise.
1052 * testsuite/ld-elf/sizeofb.d: Likewise.
1053 * testsuite/ld-elf/startofb.d: Likewise.
1054 * testsuite/ld-elf/strtab.d: Likewise.
1055 * testsuite/ld-elf/textaddr1.d: Likewise.
1056 * testsuite/ld-elf/textaddr2.d: Likewise.
1057 * testsuite/ld-elf/textaddr3.d: Likewise.
1058 * testsuite/ld-elf/textaddr4.d: Likewise.
1059 * testsuite/ld-elf/textaddr5.d: Likewise.
1060 * testsuite/ld-elf/textaddr6.d: Likewise.
1061 * testsuite/ld-elf/textaddr7.d: Likewise.
1062 * testsuite/ld-elf/tls.exp: Likewise.
1063 * testsuite/ld-elf/tls_common.exp: Likewise.
1064 * testsuite/ld-elf/unknown2.d: Likewise.
1065 * testsuite/ld-gc/abi-note.d: Likewise.
1066 * testsuite/ld-gc/pr11218.d: Likewise.
1067 * testsuite/ld-gc/pr19167.d: Likewise.
1068 * testsuite/ld-gc/pr20022.d: Likewise.
1069 * testsuite/ld-gc/start.d: Likewise.
1070 * testsuite/ld-gc/stop.d: Likewise.
1071 * testsuite/ld-scripts/phdrs2.exp: Likewise.
1072 * testsuite/ld-scripts/rgn-at5.d: Likewise.
1073 * testsuite/ld-undefined/entry-3.d: Likewise.
1074 * testsuite/ld-undefined/entry-4.d: Likewise.
1075
59029f57
CL
10762018-04-25 Christophe Lyon <christophe.lyon@st.com>
1077 Mickaël Guêné <mickael.guene@st.com>
1078
1079 * testsuite/ld-arm/arm-elf.exp: Execute the new FDPIC Thumb-only tests.
1080 * testsuite/ld-arm/fdpic-main-m.d: New test.
1081 * testsuite/ld-arm/fdpic-main-m.s: New.
1082 * testsuite/ld-arm/fdpic-main-m.sym: New.
1083 * testsuite/ld-arm/fdpic-shared-m.d: New test.
1084 * testsuite/ld-arm/fdpic-shared-m.s: New.
1085 * testsuite/ld-arm/fdpic-shared-m.sym: New.
1086
4b86cbe9
CL
10872018-04-25 Christophe Lyon <christophe.lyon@st.com>
1088 Mickaël Guêné <mickael.guene@st.com>
1089
1090 * testsuite/ld-arm/arm-elf.exp: Execute the new FDPIC tests.
1091 * testsuite/ld-arm/fdpic-main.d: New test.
1092 * testsuite/ld-arm/fdpic-main.ld: New.
1093 * testsuite/ld-arm/fdpic-main.r: New.
1094 * testsuite/ld-arm/fdpic-main.s: New.
1095 * testsuite/ld-arm/fdpic-main.sym: New.
1096 * testsuite/ld-arm/fdpic-shared.d: New test.
1097 * testsuite/ld-arm/fdpic-shared.ld: New.
1098 * testsuite/ld-arm/fdpic-shared.r: New.
1099 * testsuite/ld-arm/fdpic-shared.s: New.
1100 * testsuite/ld-arm/fdpic-shared.sym: New.
1101
f350fc2e
CL
11022018-04-25 Christophe Lyon <christophe.lyon@st.com>
1103 Mickaël Guêné <mickael.guene@st.com>
1104
1105 * testsuite/ld-elf/pr2404b.c (main): Rename time variable into
1106 time1.
1107
5c5a4843
CL
11082018-04-25 Christophe Lyon <christophe.lyon@st.com>
1109 Mickaël Guêné <mickael.guene@st.com>
1110
1111 * scripttempl/elf.sc: Define __tdata_start for .tdata section.
1112
e8b09b87
CL
11132018-04-25 Christophe Lyon <christophe.lyon@st.com>
1114 Mickaël Guêné <mickael.guene@st.com>
1115
1116 * emulparams/armelf_linux_fdpiceabi.sh: Add .rofixup section.
1117
617a5ada
CL
11182018-04-25 Christophe Lyon <christophe.lyon@st.com>
1119 Mickaël Guêné <mickael.guene@st.com>
1120
1121 * Makefile.am (ALL_EMULATION_SOURCES): Add
1122 earmelf_linux_fdpiceabi.c and earmelfb_linux_fdpiceabi.c.
1123 (earmelf_linux_fdpiceabi.c, earmelfb_linux_fdpiceabi.c): New rules.
1124 * Makefile.in: Regenerate.
1125 * configure.tgt (arm*-*-uclinuxfdpiceabi): Handle new target.
1126 * emulparams/armelf_linux_fdpiceabi.sh: New.
1127 * emulparams/armelfb_linux_fdpiceabi.sh: New.
1128
2ac93be7
AM
11292018-04-25 Alan Modra <amodra@gmail.com>
1130
1131 * Makefile.am: Remove arm-aout and arm-coff support.
1132 * configure.tgt: Likewise.
1133 * testsuite/ld-arm/attr-merge-div-00.d: Likewise.
1134 * testsuite/ld-arm/attr-merge-div-01-m3.d: Likewise.
1135 * testsuite/ld-arm/attr-merge-div-01.d: Likewise.
1136 * testsuite/ld-arm/attr-merge-div-02.d: Likewise.
1137 * testsuite/ld-arm/attr-merge-div-10-m3.d: Likewise.
1138 * testsuite/ld-arm/attr-merge-div-10.d: Likewise.
1139 * testsuite/ld-arm/attr-merge-div-11.d: Likewise.
1140 * testsuite/ld-arm/attr-merge-div-12.d: Likewise.
1141 * testsuite/ld-arm/attr-merge-div-120.d: Likewise.
1142 * testsuite/ld-arm/attr-merge-div-20.d: Likewise.
1143 * testsuite/ld-arm/attr-merge-div-21.d: Likewise.
1144 * testsuite/ld-arm/attr-merge-div-22.d: Likewise.
1145 * testsuite/ld-arm/attr-merge-hardfp-use-1.d: Likewise.
1146 * testsuite/ld-arm/attr-merge-hardfp-use-2.d: Likewise.
1147 * testsuite/ld-arm/attr-merge-nosection-1.d: Likewise.
1148 * testsuite/ld-arm/attr-merge-unknown-2.d: Likewise.
1149 * testsuite/ld-arm/attr-merge-unknown-2r.d: Likewise.
1150 * testsuite/ld-arm/attr-merge-unknown-3.d: Likewise.
1151 * testsuite/ld-arm/attr-merge-vfp-1.d: Likewise.
1152 * testsuite/ld-arm/attr-merge-vfp-10.d: Likewise.
1153 * testsuite/ld-arm/attr-merge-vfp-10r.d: Likewise.
1154 * testsuite/ld-arm/attr-merge-vfp-11.d: Likewise.
1155 * testsuite/ld-arm/attr-merge-vfp-11r.d: Likewise.
1156 * testsuite/ld-arm/attr-merge-vfp-12.d: Likewise.
1157 * testsuite/ld-arm/attr-merge-vfp-12r.d: Likewise.
1158 * testsuite/ld-arm/attr-merge-vfp-13.d: Likewise.
1159 * testsuite/ld-arm/attr-merge-vfp-13r.d: Likewise.
1160 * testsuite/ld-arm/attr-merge-vfp-14.d: Likewise.
1161 * testsuite/ld-arm/attr-merge-vfp-14r.d: Likewise.
1162 * testsuite/ld-arm/attr-merge-vfp-1r.d: Likewise.
1163 * testsuite/ld-arm/attr-merge-vfp-2.d: Likewise.
1164 * testsuite/ld-arm/attr-merge-vfp-2r.d: Likewise.
1165 * testsuite/ld-arm/attr-merge-vfp-3.d: Likewise.
1166 * testsuite/ld-arm/attr-merge-vfp-3r.d: Likewise.
1167 * testsuite/ld-arm/attr-merge-vfp-4.d: Likewise.
1168 * testsuite/ld-arm/attr-merge-vfp-4r.d: Likewise.
1169 * testsuite/ld-arm/attr-merge-vfp-5.d: Likewise.
1170 * testsuite/ld-arm/attr-merge-vfp-5r.d: Likewise.
1171 * testsuite/ld-arm/attr-merge-vfp-6.d: Likewise.
1172 * testsuite/ld-arm/attr-merge-vfp-6r.d: Likewise.
1173 * testsuite/ld-arm/attr-merge-vfp-7.d: Likewise.
1174 * testsuite/ld-arm/attr-merge-vfp-7r.d: Likewise.
1175 * testsuite/ld-arm/attr-merge-vfp-8.d: Likewise.
1176 * testsuite/ld-arm/attr-merge-vfp-8r.d: Likewise.
1177 * testsuite/ld-arm/attr-merge-vfp-9.d: Likewise.
1178 * testsuite/ld-arm/attr-merge-vfp-9r.d: Likewise.
1179 * testsuite/ld-arm/attr-merge-wchar-00-nowarn.d: Likewise.
1180 * testsuite/ld-arm/attr-merge-wchar-00.d: Likewise.
1181 * testsuite/ld-arm/attr-merge-wchar-02-nowarn.d: Likewise.
1182 * testsuite/ld-arm/attr-merge-wchar-02.d: Likewise.
1183 * testsuite/ld-arm/attr-merge-wchar-04-nowarn.d: Likewise.
1184 * testsuite/ld-arm/attr-merge-wchar-04.d: Likewise.
1185 * testsuite/ld-arm/attr-merge-wchar-20-nowarn.d: Likewise.
1186 * testsuite/ld-arm/attr-merge-wchar-20.d: Likewise.
1187 * testsuite/ld-arm/attr-merge-wchar-22-nowarn.d: Likewise.
1188 * testsuite/ld-arm/attr-merge-wchar-22.d: Likewise.
1189 * testsuite/ld-arm/attr-merge-wchar-24-nowarn.d: Likewise.
1190 * testsuite/ld-arm/attr-merge-wchar-40-nowarn.d: Likewise.
1191 * testsuite/ld-arm/attr-merge-wchar-40.d: Likewise.
1192 * testsuite/ld-arm/attr-merge-wchar-42-nowarn.d: Likewise.
1193 * testsuite/ld-arm/attr-merge-wchar-44-nowarn.d: Likewise.
1194 * testsuite/ld-arm/attr-merge-wchar-44.d: Likewise.
1195 * testsuite/ld-arm/eabi-hard-float.d: Likewise.
1196 * testsuite/ld-arm/eabi-soft-float-ABI4.d: Likewise.
1197 * testsuite/ld-arm/eabi-soft-float-r.d: Likewise.
1198 * testsuite/ld-arm/eabi-soft-float.d: Likewise.
1199 * testsuite/ld-arm/gc-hidden-1.d: Likewise.
1200 * emulparams/armaoutb.sh: Delete.
1201 * emulparams/armaoutl.sh: Delete.
1202 * emulparams/armcoff.sh: Delete.
1203 * emulparams/armnbsd.sh: Delete.
1204 * emulparams/riscix.sh: Delete.
1205 * scripttempl/armaout.sc: Delete.
1206 * scripttempl/armcoff.sc: Delete.
1207 * scripttempl/riscix.sc: Delete.
1208 * Makefile.in: Regenerate.
1209 * po/BLD-POTFILES.in: Regenerate.
1210
5a8edf8e
AM
12112018-04-21 Alan Modra <amodra@gmail.com>
1212
1213 * testsuite/lib/ld-lib.exp (run_host_cmd): Check that gcc -B
1214 works.
1215
c65c21e1
AM
12162018-04-18 Alan Modra <amodra@gmail.com>
1217
1218 * Makefile.am: Remove support for assorted i386 aout and coff targets.
1219 * configure.tgt: Likewise.
1220 * testsuite/ld-discard/discard.exp: Likewise.
1221 * testsuite/ld-elf/binutils.exp: Likewise.
1222 * testsuite/ld-elf/tls.exp: Likewise.
1223 * testsuite/ld-elf/tls_common.exp: Likewise.
1224 * testsuite/ld-elfvers/vers.exp: Likewise.
1225 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
1226 * testsuite/ld-elfweak/elfweak.exp: Likewise.
1227 * testsuite/ld-gc/abi-note.d: Likewise.
1228 * testsuite/ld-gc/pr19167.d: Likewise.
1229 * testsuite/ld-gc/pr20022.d: Likewise.
1230 * testsuite/ld-gc/start.d: Likewise.
1231 * testsuite/ld-gc/stop.d: Likewise.
1232 * testsuite/ld-i386/i386.exp: Likewise.
1233 * testsuite/ld-ifunc/binutils.exp: Likewise.
1234 * testsuite/ld-ifunc/ifunc.exp: Likewise.
1235 * testsuite/ld-linkonce/linkonce.exp: Likewise.
1236 * testsuite/ld-plugin/lto.exp: Likewise.
1237 * testsuite/ld-scripts/empty-address-2a.d: Likewise.
1238 * testsuite/ld-scripts/empty-address-2b.d: Likewise.
1239 * testsuite/ld-scripts/phdrs2.exp: Likewise.
1240 * testsuite/ld-scripts/section-match-1.d: Likewise.
1241 * testsuite/ld-shared/shared.exp: Likewise.
1242 * testsuite/ld-size/size.exp: Likewise.
1243 * testsuite/ld-sparc/sparc.exp: Likewise.
1244 * emulparams/i386coff.sh: Delete.
1245 * emulparams/i386linux.sh: Delete.
1246 * emulparams/i386mach.sh: Delete.
1247 * emulparams/i386nbsd.sh: Delete.
1248 * emulparams/vsta.sh: Delete.
1249 * scripttempl/i386coff.sc: Delete.
1250 * Makefile.in: Regenerate.
1251 * po/BLD-POTFILES.in: Regenerate.
1252
884d4d8a 12532018-04-17 Andrew Sadek <andrew.sadek.se@gmail.com>
3f0a5f17
ME
1254
1255 Microblaze Target: PIC data text relative
1256
1257 * ld/lexsup.c (Add 2 ld options):
1258 (ld_options): add disable-multiple-abs-defs @ 'ld_options' array
1259 (parse_args): parse new option and pass flag to 'link_info' struct.
1260 * ld/ldlex.h (Add enum): add new enum @ 'option_values' enum.
1261 * ld/ld.texinfo (Add new option): Add description for
1262 'disable-multiple-abs-defs'
1263 * ld/main.c: Initialize flags with false @ 'main'. Handle
1264 disable-multiple-abs-defs @ 'mutiple_definition'.
1265
fc7aa874
AM
12662018-04-16 Alan Modra <amodra@gmail.com>
1267
1268 * emultempl/sunos.em: Delete.
1269
ddb00039
AM
12702018-04-16 Alan Modra <amodra@gmail.com>
1271
1272 * Makefile.am: Remove arm-epoc-pe support.
1273 * configure.tgt: Likewise.
1274 * emultempl/pe.em: Likewise.
1275 * pe-dll.c: Likewise.
1276 * testsuite/ld-scripts/fill.d: Likewise.
1277 * testsuite/ld-scripts/fill16.d: Likewise.
1278 * emulparams/arm_epoc_pe.sh: Delete.
1279 * scripttempl/epocpe.sc: Delete.
1280 * Makefile.in: Regenerate.
1281 * po/BLD-POTFILES.in: Regenerate.
1282
c9098af4
AM
12832018-04-16 Alan Modra <amodra@gmail.com>
1284
1285 * Makefile.am: Remove sparc-aout and sparc-coff support.
1286 * configure.tgt: Likewise.
1287 * testsuite/ld-elfvers/vers.exp: Likewise.
1288 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
1289 * testsuite/ld-elfweak/elfweak.exp: Likewise.
1290 * testsuite/ld-shared/shared.exp: Likewise.
1291 * emulparams/coff_sparc.sh: Delete.
1292 * emulparams/sparcaout.sh: Delete.
1293 * emulparams/sparclinux.sh: Delete.
1294 * emulparams/sparcnbsd.sh: Delete.
1295 * emulparams/sun4.sh: Delete.
1296 * scripttempl/sparccoff.sc: Delete.
1297 * Makefile.in: Regenerate.
1298 * po/BLD-POTFILES.in: Regenerate.
1299
dc12032b
AM
13002018-04-16 Alan Modra <amodra@gmail.com>
1301
1302 * Makefile.am: Remove m68k-aout and m68k-coff support.
1303 * configure.tgt: Likewise.
1304 * emultempl/m68kelf.em: Likewise.
1305 * ld.texinfo: Likewise.
1306 * mri.c: Likewise.
1307 * emulparams/delta68.sh: Delete.
1308 * emulparams/hp300bsd.sh: Delete.
1309 * emulparams/hp3hpux.sh: Delete.
1310 * emulparams/m68k4knbsd.sh: Delete.
1311 * emulparams/m68kaout.sh: Delete.
1312 * emulparams/m68kaux.sh: Delete.
1313 * emulparams/m68kcoff.sh: Delete.
1314 * emulparams/m68klinux.sh: Delete.
1315 * emulparams/m68knbsd.sh: Delete.
1316 * emulparams/m68kpsos.sh: Delete.
1317 * emulparams/sun3.sh: Delete.
1318 * emultempl/m68kcoff.em: Delete.
1319 * scripttempl/delta68.sc: Delete.
1320 * scripttempl/m68kaux.sc: Delete.
1321 * scripttempl/m68kcoff.sc: Delete.
1322 * scripttempl/psos.sc: Delete.
1323 * testsuite/ld-versados/t1-1.ro: Delete.
1324 * testsuite/ld-versados/t1-2.ro: Delete.
1325 * testsuite/ld-versados/t1.ld: Delete.
1326 * testsuite/ld-versados/t1.ook: Delete.
1327 * testsuite/ld-versados/t2-1.ro: Delete.
1328 * testsuite/ld-versados/t2-2.ro: Delete.
1329 * testsuite/ld-versados/t2-3.ro: Delete.
1330 * testsuite/ld-versados/t2.ld: Delete.
1331 * testsuite/ld-versados/t2.ook: Delete.
1332 * testsuite/ld-versados/versados.exp: Delete.
1333 * Makefile.in: Regenerate.
1334 * po/BLD-POTFILES.in: Regenerate.
1335
211dc24b
AM
13362018-04-16 Alan Modra <amodra@gmail.com>
1337
1338 * Makefile.am: Remove sh5 and sh64 support.
1339 * configure.tgt: Likewise.
1340 * ldlang.c: Likewise.
1341 * testsuite/ld-elfcomm/elfcomm.exp: Likewise.
1342 * testsuite/ld-gc/gc.exp: Likewise.
1343 * testsuite/ld-gc/pr13683.d: Likewise.
1344 * testsuite/ld-scripts/crossref.exp: Likewise.
1345 * testsuite/ld-selective/selective.exp: Likewise.
1346 * testsuite/ld-sh/ld-r-1.d: Likewise.
1347 * testsuite/ld-sh/rd-sh.exp: Likewise.
1348 * testsuite/ld-sh/sh.exp: Likewise.
1349 * testsuite/ld-srec/srec.exp: Likewise.
1350 * testsuite/ld-undefined/undefined.exp: Likewise.
1351 * emulparams/shelf32.sh: Delete.
1352 * emulparams/shelf32_linux.sh: Delete.
1353 * emulparams/shelf32_nbsd.sh: Delete.
1354 * emulparams/shelf64.sh: Delete.
1355 * emulparams/shelf64_nbsd.sh: Delete.
1356 * emulparams/shlelf32.sh: Delete.
1357 * emulparams/shlelf32_linux.sh: Delete.
1358 * emulparams/shlelf32_nbsd.sh: Delete.
1359 * emulparams/shlelf64.sh: Delete.
1360 * emulparams/shlelf64_nbsd.sh: Delete.
1361 * emultempl/sh64elf.em: Delete.
1362 * testsuite/ld-sh/sh64/abi32.sd: Delete.
1363 * testsuite/ld-sh/sh64/abi32.xd: Delete.
1364 * testsuite/ld-sh/sh64/abi64.sd: Delete.
1365 * testsuite/ld-sh/sh64/abi64.xd: Delete.
1366 * testsuite/ld-sh/sh64/abixx-noexp.sd: Delete.
1367 * testsuite/ld-sh/sh64/cmpct1.sd: Delete.
1368 * testsuite/ld-sh/sh64/cmpct1.xd: Delete.
1369 * testsuite/ld-sh/sh64/crange-1.s: Delete.
1370 * testsuite/ld-sh/sh64/crange-2a.s: Delete.
1371 * testsuite/ld-sh/sh64/crange-2b.s: Delete.
1372 * testsuite/ld-sh/sh64/crange-2c.s: Delete.
1373 * testsuite/ld-sh/sh64/crange-2d.s: Delete.
1374 * testsuite/ld-sh/sh64/crange-2e.s: Delete.
1375 * testsuite/ld-sh/sh64/crange-2f.s: Delete.
1376 * testsuite/ld-sh/sh64/crange-2g.s: Delete.
1377 * testsuite/ld-sh/sh64/crange-2h.s: Delete.
1378 * testsuite/ld-sh/sh64/crange-2i.s: Delete.
1379 * testsuite/ld-sh/sh64/crange1.rd: Delete.
1380 * testsuite/ld-sh/sh64/crange2.rd: Delete.
1381 * testsuite/ld-sh/sh64/crange3-cmpct.rd: Delete.
1382 * testsuite/ld-sh/sh64/crange3-media.rd: Delete.
1383 * testsuite/ld-sh/sh64/crange3.dd: Delete.
1384 * testsuite/ld-sh/sh64/crange3.rd: Delete.
1385 * testsuite/ld-sh/sh64/crangerel1.rd: Delete.
1386 * testsuite/ld-sh/sh64/crangerel2.rd: Delete.
1387 * testsuite/ld-sh/sh64/dlsection-1.s: Delete.
1388 * testsuite/ld-sh/sh64/dlsection.sd: Delete.
1389 * testsuite/ld-sh/sh64/endian.dbd: Delete.
1390 * testsuite/ld-sh/sh64/endian.dld: Delete.
1391 * testsuite/ld-sh/sh64/endian.ld: Delete.
1392 * testsuite/ld-sh/sh64/endian.s: Delete.
1393 * testsuite/ld-sh/sh64/endian.sbd: Delete.
1394 * testsuite/ld-sh/sh64/endian.sld: Delete.
1395 * testsuite/ld-sh/sh64/gotplt.d: Delete.
1396 * testsuite/ld-sh/sh64/gotplt.map: Delete.
1397 * testsuite/ld-sh/sh64/gotplt.s: Delete.
1398 * testsuite/ld-sh/sh64/init-cmpct.d: Delete.
1399 * testsuite/ld-sh/sh64/init-media.d: Delete.
1400 * testsuite/ld-sh/sh64/init.s: Delete.
1401 * testsuite/ld-sh/sh64/init64.d: Delete.
1402 * testsuite/ld-sh/sh64/mix1-noexp.sd: Delete.
1403 * testsuite/ld-sh/sh64/mix1.sd: Delete.
1404 * testsuite/ld-sh/sh64/mix1.xd: Delete.
1405 * testsuite/ld-sh/sh64/mix2-noexp.sd: Delete.
1406 * testsuite/ld-sh/sh64/mix2.sd: Delete.
1407 * testsuite/ld-sh/sh64/mix2.xd: Delete.
1408 * testsuite/ld-sh/sh64/rd-sh64.exp: Delete.
1409 * testsuite/ld-sh/sh64/rel-1.s: Delete.
1410 * testsuite/ld-sh/sh64/rel-2.s: Delete.
1411 * testsuite/ld-sh/sh64/rel32.xd: Delete.
1412 * testsuite/ld-sh/sh64/rel64.xd: Delete.
1413 * testsuite/ld-sh/sh64/relax.exp: Delete.
1414 * testsuite/ld-sh/sh64/relax1.s: Delete.
1415 * testsuite/ld-sh/sh64/relax2.s: Delete.
1416 * testsuite/ld-sh/sh64/relax3.s: Delete.
1417 * testsuite/ld-sh/sh64/relax4.s: Delete.
1418 * testsuite/ld-sh/sh64/reldl-1.s: Delete.
1419 * testsuite/ld-sh/sh64/reldl-2.s: Delete.
1420 * testsuite/ld-sh/sh64/reldl32.rd: Delete.
1421 * testsuite/ld-sh/sh64/reldl64.rd: Delete.
1422 * testsuite/ld-sh/sh64/relfail.exp: Delete.
1423 * testsuite/ld-sh/sh64/relfail.s: Delete.
1424 * testsuite/ld-sh/sh64/sh64-1.s: Delete.
1425 * testsuite/ld-sh/sh64/sh64-2.s: Delete.
1426 * testsuite/ld-sh/sh64/sh64.exp: Delete.
1427 * testsuite/ld-sh/sh64/shcmp-1.s: Delete.
1428 * testsuite/ld-sh/sh64/shdl-1.s: Delete.
1429 * testsuite/ld-sh/sh64/shdl-2.s: Delete.
1430 * testsuite/ld-sh/sh64/shdl32.xd: Delete.
1431 * testsuite/ld-sh/sh64/shdl64.sd: Delete.
1432 * testsuite/ld-sh/sh64/shdl64.xd: Delete.
1433 * testsuite/ld-sh/sh64/shmix-1.s: Delete.
1434 * testsuite/ld-sh/sh64/shmix-2.s: Delete.
1435 * testsuite/ld-sh/sh64/shmix-3.s: Delete.
1436 * testsuite/ld-sh/sh64/stobin-0-dso.d: Delete.
1437 * testsuite/ld-sh/sh64/stobin-1.d: Delete.
1438 * testsuite/ld-sh/sh64/stobin.s: Delete.
1439 * testsuite/ld-sh/sh64/stolib.s: Delete.
1440 * Makefile.in: Regenerate.
1441 * po/BLD-POTFILES.in: Regenerate.
1442
4db9937a
AM
14432018-04-16 Alan Modra <amodra@gmail.com>
1444
1445 * Makefile.am: Remove sh-symbianelf support.
1446 * configure.tgt: Likewise.
1447 * emulparams/shlsymbian.sh: Delete.
1448 * scripttempl/elf32sh-symbian.sc: Delete.
1449 * Makefile.in: Regenerate.
1450 * po/BLD-POTFILES.in: Regenerate.
1451
9f5d1593
AM
14522018-04-16 Alan Modra <amodra@gmail.com>
1453
1454 * Makefile.am: Remove vax-bsd and vax-ultrix support.
1455 * configure.tgt: Likewise.
1456 * emulparams/vax.sh: Delete.
1457 * Makefile.in: Regenerate.
1458 * po/BLD-POTFILES.in: Regenerate.
1459
a9a4b302
AM
14602018-04-16 Alan Modra <amodra@gmail.com>
1461
1462 * Makefile.am: Remove w65 support.
1463 * configure.tgt: Likewise.
1464 * emulparams/w65.sh: Delete.
1465 * scripttempl/w65.sc: Delete.
1466 * Makefile.in: Regenerate.
1467 * po/BLD-POTFILES.in: Regenerate.
1468
c2bf1eec
AM
14692018-04-16 Alan Modra <amodra@gmail.com>
1470
1471 * Makefile.am: Remove m88k support.
1472 * configure.host: Likewise.
1473 * configure.tgt: Likewise.
1474 * testsuite/ld-elf/sec-to-seg.exp: Likewise.
1475 * emulparams/m88kbcs.sh: Delete.
1476 * scripttempl/m88kbcs.sc: Delete.
1477 * Makefile.in: Regenerate.
1478 * po/BLD-POTFILES.in: Regenerate.
1479
6793974d
AM
14802018-04-16 Alan Modra <amodra@gmail.com>
1481
1482 * Makefile.am: Remove i370 support.
1483 * configure.tgt: Likewise.
1484 * testsuite/ld-elf/compressed1d.d: Likewise.
1485 * testsuite/ld-elf/group8a.d: Likewise.
1486 * testsuite/ld-elf/group8b.d: Likewise.
1487 * testsuite/ld-elf/group9a.d: Likewise.
1488 * testsuite/ld-elf/group9b.d: Likewise.
1489 * testsuite/ld-elf/merge.d: Likewise.
1490 * testsuite/ld-elf/pr12851.d: Likewise.
1491 * testsuite/ld-elf/pr12975.d: Likewise.
1492 * testsuite/ld-elf/pr13177.d: Likewise.
1493 * testsuite/ld-elf/pr13195.d: Likewise.
1494 * testsuite/ld-elf/pr17615.d: Likewise.
1495 * testsuite/ld-elf/pr21562a.d: Likewise.
1496 * testsuite/ld-elf/pr21562b.d: Likewise.
1497 * testsuite/ld-elf/pr21562c.d: Likewise.
1498 * testsuite/ld-elf/pr21562d.d: Likewise.
1499 * testsuite/ld-elf/pr21562i.d: Likewise.
1500 * testsuite/ld-elf/pr21562j.d: Likewise.
1501 * testsuite/ld-elf/pr21562k.d: Likewise.
1502 * testsuite/ld-elf/pr21562l.d: Likewise.
1503 * testsuite/ld-elf/pr21562m.d: Likewise.
1504 * testsuite/ld-elf/pr21562n.d: Likewise.
1505 * testsuite/ld-elf/pr22677.d: Likewise.
1506 * testsuite/lib/ld-lib.exp: Likewise.
1507 * emulparams/elf32i370.sh: Delete.
1508 * scripttempl/elfi370.sc: Delete.
1509 * Makefile.in: Regenerate.
1510 * po/BLD-POTFILES.in: Regenerate.
1511
e82aa794
AM
15122018-04-16 Alan Modra <amodra@gmail.com>
1513
1514 * Makefile.am: Remove h8500 support.
1515 * configure.tgt: Likewise.
1516 * emulparams/h8500.sh: Delete.
1517 * emulparams/h8500b.sh: Delete.
1518 * emulparams/h8500c.sh: Delete.
1519 * emulparams/h8500m.sh: Delete.
1520 * emulparams/h8500s.sh: Delete.
1521 * scripttempl/h8500.sc: Delete.
1522 * scripttempl/h8500b.sc: Delete.
1523 * scripttempl/h8500c.sc: Delete.
1524 * scripttempl/h8500m.sc: Delete.
1525 * scripttempl/h8500s.sc: Delete.
1526 * Makefile.in: Regenerate.
1527 * po/BLD-POTFILES.in: Regenerate.
1528
fe0bf0fd
AM
15292018-04-16 Alan Modra <amodra@gmail.com>
1530
1531 * Makefile.am: Remove h8300-coff support.
1532 * configure.tgt: Likewise.
1533 * testsuite/ld-h8300/h8300.exp: Likewise.
1534 * emulparams/h8300.sh: Delete.
1535 * emulparams/h8300h.sh: Delete.
1536 * emulparams/h8300hn.sh: Delete.
1537 * emulparams/h8300s.sh: Delete.
1538 * emulparams/h8300sn.sh: Delete.
1539 * emulparams/h8300sx.sh: Delete.
1540 * emulparams/h8300sxn.sh: Delete.
1541 * scripttempl/h8300.sc: Delete.
1542 * scripttempl/h8300h.sc: Delete.
1543 * scripttempl/h8300hn.sc: Delete.
1544 * scripttempl/h8300s.sc: Delete.
1545 * scripttempl/h8300sn.sc: Delete.
1546 * scripttempl/h8300sx.sc: Delete.
1547 * scripttempl/h8300sxn.sc: Delete.
1548 * testsuite/ld-h8300/relax-3-coff.d: Delete.
1549 * testsuite/ld-h8300/relax-4-coff.d: Delete.
1550 * testsuite/ld-h8300/relax-5-coff.d: Delete.
1551 * testsuite/ld-h8300/relax-6-coff.d: Delete.
1552 * Makefile.in: Regenerate.
1553 * po/BLD-POTFILES.in: Regenerate.
1554
fdef3943
AM
15552018-04-16 Alan Modra <amodra@gmail.com>
1556
1557 * ld.texinfo: Remove IEEE 695 support.
1558 * mri.c: Likewise.
1559
de96689e
AM
15602018-04-16 Alan Modra <amodra@gmail.com>
1561
1562 * Makefile.am: Remove tandem support.
1563 * configure.tgt: Likewise.
1564 * emulparams/st2000.sh: Delete.
1565 * scripttempl/st2000.sc: Delete.
1566 * Makefile.in: Regenerate.
1567 * po/BLD-POTFILES.in: Regenerate.
1568
5972ac73
AM
15692018-04-16 Alan Modra <amodra@gmail.com>
1570
1571 * Makefile.am: Remove newsos3 support.
1572 * configure.tgt: Likewise.
1573 * emulparams/news.sh: Delete.
1574 * Makefile.in: Regenerate.
1575 * po/BLD-POTFILES.in: Regenerate.
1576
b4b594e3
AM
15772018-04-16 Alan Modra <amodra@gmail.com>
1578
1579 * Makefile.am: Remove netware support.
1580 * configure.tgt: Likewise.
1581 * testsuite/ld-powerpc/powerpc.exp: Likewise.
1582 * emulparams/i386nw.sh: Delete.
1583 * emulparams/ppcnw.sh: Delete.
1584 * scripttempl/nw.sc: Delete.
1585 * Makefile.in: Regenerate.
1586 * po/BLD-POTFILES.in: Regenerate.
1587
702d1671
AM
15882018-04-14 Alan Modra <amodra@gmail.com>
1589
1590 * ldmain.c (main): Move config.maxpagesize and
1591 config.commonpagesize initialization to..
1592 * ldemul.c (after_parse_default): ..here.
1593 * testsuite/ld-powerpc/ppc476-shared.d: Pass -z common-page-size.
1594 * testsuite/ld-powerpc/ppc476-shared2.d: Likewise.
1595
24acfe5e
AM
15962018-04-14 Alan Modra <amodra@gmail.com>
1597
1598 * emulparams/elf32ppcwindiss.sh: Rewrite to use elf32ppc.sh.
1599 * emulparams/ppclynx.sh: Likewise.
1600
a8eb42a8
AM
16012018-04-11 Alan Modra <amodra@gmail.com>
1602
1603 * emulparams/coff_i860.sh: Delete.
1604 * emulparams/elf32_i860.sh: Delete.
1605 * emulparams/elf32_i960.sh: Delete.
1606 * emulparams/gld960.sh: Delete.
1607 * emulparams/gld960coff.sh: Delete.
1608 * emulparams/lnk960.sh: Delete.
1609 * emultempl/gld960.em: Delete.
1610 * emultempl/gld960c.em: Delete.
1611 * emultempl/lnk960.em: Delete.
1612 * scripttempl/i860coff.sc: Delete.
1613 * scripttempl/i960.sc: Delete.
1614 * ld.texinfo: Remove i960 support.
1615 * Makefile.am: Remove i860 and i960 support.
1616 * configure.tgt: Likewise.
1617 * testsuite/ld-discard/extern.d: Likewise.
1618 * testsuite/ld-discard/start.d: Likewise.
1619 * testsuite/ld-discard/static.d: Likewise.
1620 * testsuite/ld-elf/compressed1d.d: Likewise.
1621 * testsuite/ld-elf/group1.d: Likewise.
1622 * testsuite/ld-elf/group3b.d: Likewise.
1623 * testsuite/ld-elf/group8a.d: Likewise.
1624 * testsuite/ld-elf/group8b.d: Likewise.
1625 * testsuite/ld-elf/group9a.d: Likewise.
1626 * testsuite/ld-elf/group9b.d: Likewise.
1627 * testsuite/ld-elf/linkonce2.d: Likewise.
1628 * testsuite/ld-elf/merge.d: Likewise.
1629 * testsuite/ld-elf/merge2.d: Likewise.
1630 * testsuite/ld-elf/merge3.d: Likewise.
1631 * testsuite/ld-elf/orphan-10.d: Likewise.
1632 * testsuite/ld-elf/orphan-11.d: Likewise.
1633 * testsuite/ld-elf/orphan-12.d: Likewise.
1634 * testsuite/ld-elf/orphan-9.d: Likewise.
1635 * testsuite/ld-elf/orphan-region.d: Likewise.
1636 * testsuite/ld-elf/orphan.d: Likewise.
1637 * testsuite/ld-elf/orphan3.d: Likewise.
1638 * testsuite/ld-elf/pr12851.d: Likewise.
1639 * testsuite/ld-elf/pr12975.d: Likewise.
1640 * testsuite/ld-elf/pr13177.d: Likewise.
1641 * testsuite/ld-elf/pr13195.d: Likewise.
1642 * testsuite/ld-elf/pr17550a.d: Likewise.
1643 * testsuite/ld-elf/pr17550b.d: Likewise.
1644 * testsuite/ld-elf/pr17550c.d: Likewise.
1645 * testsuite/ld-elf/pr17550d.d: Likewise.
1646 * testsuite/ld-elf/pr17615.d: Likewise.
1647 * testsuite/ld-elf/pr20528a.d: Likewise.
1648 * testsuite/ld-elf/pr20528b.d: Likewise.
1649 * testsuite/ld-elf/pr21562a.d: Likewise.
1650 * testsuite/ld-elf/pr21562b.d: Likewise.
1651 * testsuite/ld-elf/pr21562c.d: Likewise.
1652 * testsuite/ld-elf/pr21562d.d: Likewise.
1653 * testsuite/ld-elf/pr21562i.d: Likewise.
1654 * testsuite/ld-elf/pr21562j.d: Likewise.
1655 * testsuite/ld-elf/pr21562k.d: Likewise.
1656 * testsuite/ld-elf/pr21562l.d: Likewise.
1657 * testsuite/ld-elf/pr21562m.d: Likewise.
1658 * testsuite/ld-elf/pr21562n.d: Likewise.
1659 * testsuite/ld-elf/pr22677.d: Likewise.
1660 * testsuite/ld-elf/pr22836-1a.d: Likewise.
1661 * testsuite/ld-elf/pr22836-1b.d: Likewise.
1662 * testsuite/ld-elf/pr349.d: Likewise.
1663 * testsuite/ld-elf/sec-to-seg.exp: Likewise.
1664 * testsuite/ld-elf/sec64k.exp: Likewise.
1665 * testsuite/ld-elf/warn1.d: Likewise.
1666 * testsuite/ld-elf/warn2.d: Likewise.
1667 * testsuite/ld-elf/warn3.d: Likewise.
1668 * testsuite/lib/ld-lib.exp: Likewise.
1669 * Makefile.in: Regenerate.
1670 * po/BLD-POTFILES.in: Regenerate.
1671
18e404c4
AM
16722018-04-11 Alan Modra <amodra@gmail.com>
1673
1674 * testsuite/ld-elf/shared.exp (AFLAGS_PIC): Add -mpic for nds32.
1675
c4a614e2
AM
16762018-04-09 Alan Modra <amodra@gmail.com>
1677
1678 * po/BLD-POTFILES.in: Regenerate.
1679
3e04d765
AM
16802018-04-09 Alan Modra <amodra@gmail.com>
1681
1682 * emultempl/ppc64elf.em (no_inline_plt): New var.
1683 (ppc_before_allocation): Call ppc64_elf_inline_plt.
1684 (enum ppc64_opt): Add OPTION_NO_INLINE_OPT.
1685 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS,
1686 PARSE_AND_LIST_ARGS_CASES): Handle --no-inline-optimize.
1687 * emultemps/ppc32elf.em (no_inline_opt): New var.
1688 (prelim_size_sections): New function, extracted from..
1689 (ppc_before_allocation): ..here. Call ppc_elf_inline_plt.
1690 (enum ppc32_opt): Add OPTION_NO_INLINE_OPT.
1691 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS,
1692 PARSE_AND_LIST_ARGS_CASES): Handle --no-inline-optimize.
1693
2d7ad24e
AM
16942018-04-09 Alan Modra <amodra@gmail.com>
1695
1696 * emulparams/elf32ppc.sh (OTHER_RELRO_SECTIONS_2): Add .branch_lt.
1697 (OTHER_GOT_RELOC_SECTIONS): Add .rela.branch_lt.
1698 * testsuite/ld-powerpc/elfv2so.d: Update for symbol/stub reordering.
1699 * testsuite/ld-powerpc/relbrlt.d: Likewise.
1700 * testsuite/ld-powerpc/relbrlt.s: Likewise.
1701 * testsuite/ld-powerpc/tlsso.r: Likewise.
1702 * testsuite/ld-powerpc/tlstocso.r: Likewise.
1703
49c09209
AM
17042018-04-09 Alan Modra <amodra@gmail.com>
1705
1706 * ppc32elf.em (ppc_finish): Call ppc_finish_symbols.
1707
3cba8b6c
L
17082018-04-05 H.J. Lu <hongjiu.lu@intel.com>
1709
1710 PR gas/22318
1711 * configure: Regenerated.
1712
043e9508
NC
17132018-04-05 Nick Clifton <nickc@redhat.com>
1714
1715 PR 23030
1716 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Make sure
1717 that the .IA_64.unwind_info and .IA_64.unwind sections are not
1718 subject to garbage collection.
1719
9d8e8f44
EB
17202018-04-04 Eric Botcazou <ebotcazou@adacore.com>
1721
1722 * deffile.h (def_file_add_import_from): Declare.
1723 (def_file_add_import_at): Likewise.
1724 * deffilep.y (fill_in_import): New function extracted from...
1725 (def_file_add_import): ...here. Call it.
1726 (def_file_add_import_from): New function.
1727 (def_file_add_import_at): Likewise.
1728 * pe-dll.c (pe_implied_import_dll): Use an optimized version of the
1729 insertion loop for imported symbols if possible.
1730
317ff008
EB
17312018-04-04 Eric Botcazou <ebotcazou@adacore.com>
1732
1733 * emultempl/pe.em (U_SIZE): Delete.
1734 (pe_data_import_dll): Likewise.
1735 (make_import_fixup): Return void, take 4th parameter and pass it down
1736 in call to pe_create_import_fixup.
1737 (pe_find_data_imports): Move to...
1738 (gld_${EMULATION_NAME}_after_open): Run the stdcall fixup pass after
1739 the auto-import pass and add a guard before running the latter.
1740 * emultempl/pep.em (U_SIZE): Delete.
1741 (pep_data_import_dll): Likewise.
1742 (make_import_fixup): Return void, take 4th parameter and pass it down
1743 in call to pe_create_import_fixup.
1744 (pep_find_data_imports): Move to...
1745 (gld_${EMULATION_NAME}_after_open): Run the stdcall fixup pass after
1746 the auto-import pass and add a guard before running the latter.
1747 * pe-dll.c (runtime_pseudp_reloc_v2_init): Change type to bfd_boolean.
1748 (pe_walk_relocs_of_symbol): Rename into...
1749 (pe_walk_relocs): ...this. Add 2 more parameters,4th parameter to the
1750 callback prototype and pass 4th parameter in calls to the callback.
1751 If the import hash table is present, invoke the callback on the reloc
1752 if the symbol name is in the table.
1753 (pe_find_data_imports): ...here. Take 2 parameters. Build an import
1754 hash table for the pseudo-relocation support version 2. When it is
1755 built, walk the relocations only once at the end; when it is not, do
1756 not build a fixup when the symbol isn't part of an import table.
1757 Issue the associated warning only after a first fixup is built.
1758 (tmp_seq2): Delete.
1759 (make_singleton_name_imp): Likewise.
1760 (make_import_fixup_mark): Return const char * and a stable string.
1761 (make_import_fixup_entry): Do not deal with the pseudo-relocation
1762 support version 2.
1763 (make_runtime_pseudo_reloc): Factor out code and fix formatting.
1764 (pe_create_import_fixup): Add 5th parameter. Clearly separate the
1765 pseudo-relocation support version 2 from the rest. Fix formatting.
1766 * pe-dll.h (pe_walk_relocs_of_symbol): Delete.
1767 (pe_find_data_imports): Declare.
1768 (pe_create_import_fixup): Add 5th parameter.
1769 * pep-dll.c (pe_data_import_dll): Delete.
1770 (pe_find_data_imports): Define.
1771 (pe_walk_relocs_of_symbol): Delete.
1772 * pep-dll.h (pep_walk_relocs_of_symbol): Delete.
1773 (pep_find_data_imports): Declare.
1774 (pep_create_import_fixup): Add 5th parameter.
1775 * ld.texinfo (--enable-auto-import): Adjust to new implementation.
1776
4fb0d2b9
NC
17772018-04-04 Nick Clifton <nickc@redhat.com>
1778
1779 * po/es.po: Updated Spanish translation.
1780
dfdad367
MR
17812018-04-03 Maciej W. Rozycki <macro@mips.com>
1782
1783 * testsuite/ld-mips-elf/comm-data.exp: Correct support for
1784 `mips*-*-kfreebsd*-gnu' targets.
1785
e04ef022
RL
17862018-03-23 Renlin Li <renlin.li@arm.com>
1787
1788 PR ld/22970
1789 * testsuite/ld-aarch64/aarch64-elf.exp: Update to run new tests.
1790 * testsuite/ld-aarch64/emit-relocs-552-overflow.d: New.
1791 * testsuite/ld-aarch64/emit-relocs-552-overflow.s: New.
1792 * testsuite/ld-aarch64/emit-relocs-552.d: New.
1793 * testsuite/ld-aarch64/emit-relocs-552.s: New.
1794 * testsuite/ld-aarch64/emit-relocs-553.d: New.
1795 * testsuite/ld-aarch64/emit-relocs-553.s: New.
1796 * testsuite/ld-aarch64/emit-relocs-554-overflow.d: New.
1797 * testsuite/ld-aarch64/emit-relocs-554-overflow.s: New.
1798 * testsuite/ld-aarch64/emit-relocs-554.d: New.
1799 * testsuite/ld-aarch64/emit-relocs-554.s: New.
1800 * testsuite/ld-aarch64/emit-relocs-555.d: New.
1801 * testsuite/ld-aarch64/emit-relocs-555.s: New.
1802 * testsuite/ld-aarch64/emit-relocs-556-overflow.d: New.
1803 * testsuite/ld-aarch64/emit-relocs-556-overflow.s: New.
1804 * testsuite/ld-aarch64/emit-relocs-556.d: New.
1805 * testsuite/ld-aarch64/emit-relocs-556.s: New.
1806 * testsuite/ld-aarch64/emit-relocs-557.d: New.
1807 * testsuite/ld-aarch64/emit-relocs-557.s: New.
1808 * testsuite/ld-aarch64/emit-relocs-558-overflow.d: New.
1809 * testsuite/ld-aarch64/emit-relocs-558-overflow.s: New.
1810 * testsuite/ld-aarch64/emit-relocs-558.d: New.
1811 * testsuite/ld-aarch64/emit-relocs-558.s: New.
1812 * testsuite/ld-aarch64/emit-relocs-559.d: New.
1813 * testsuite/ld-aarch64/emit-relocs-559.s: New.
1814 * testsuite/ld-aarch64/emit-relocs-112-overflow.d: New.
1815 * testsuite/ld-aarch64/emit-relocs-112-overflow.s: New.
1816 * testsuite/ld-aarch64/emit-relocs-112.d: New.
1817 * testsuite/ld-aarch64/emit-relocs-112.s: New.
1818 * testsuite/ld-aarch64/emit-relocs-113.d: New.
1819 * testsuite/ld-aarch64/emit-relocs-113.s: New.
1820 * testsuite/ld-aarch64/emit-relocs-114-overflow.d: New.
1821 * testsuite/ld-aarch64/emit-relocs-114-overflow.s: New.
1822 * testsuite/ld-aarch64/emit-relocs-114.d: New.
1823 * testsuite/ld-aarch64/emit-relocs-114.s: New.
1824 * testsuite/ld-aarch64/emit-relocs-115.d: New.
1825 * testsuite/ld-aarch64/emit-relocs-115.s: New.
1826 * testsuite/ld-aarch64/emit-relocs-116-overflow.d: New.
1827 * testsuite/ld-aarch64/emit-relocs-116-overflow.s: New.
1828 * testsuite/ld-aarch64/emit-relocs-116.d: New.
1829 * testsuite/ld-aarch64/emit-relocs-116.s: New.
1830 * testsuite/ld-aarch64/emit-relocs-117.d: New.
1831 * testsuite/ld-aarch64/emit-relocs-117.s: New.
1832 * testsuite/ld-aarch64/emit-relocs-118-overflow.d: New.
1833 * testsuite/ld-aarch64/emit-relocs-118-overflow.s: New.
1834 * testsuite/ld-aarch64/emit-relocs-118.d: New.
1835 * testsuite/ld-aarch64/emit-relocs-118.s: New.
1836 * testsuite/ld-aarch64/emit-relocs-119.d: New.
1837 * testsuite/ld-aarch64/emit-relocs-119.s: New.
1838
f8745e1c
EB
18392018-03-28 Eric Botcazou <ebotcazou@adacore.com>
1840
1841 PR ld/22972
1842 * testsuite/ld-sparc/sparc.exp: Add test for mixed GOTDATA/GOT relocs.
1843 * testsuite/ld-sparc/gotop-hidden.c: New file.
1844 * testsuite/ld-sparc/got-hidden32.s: Likewise.
1845 * testsuite/ld-sparc/got-hidden64.s: Likewise.
1846 * testsuite/ld-sparc/pass.out: Likewise.
1847
bf54968b
L
18482018-03-25 H.J. Lu <hongjiu.lu@intel.com>
1849
1850 PR ld/23000
1851 * testsuite/ld-x86-64/tlsdesc.pd: Updated.
1852
f6c4d4b1
NC
18532018-03-23 Nick Clifton <nickc@redhat.com>
1854
1855 PR 22948
1856 * emultempl/pe.em (open_dynamic_archive): Add libXXX.lib template
1857 to library name list.
1858 * emultempl/pep.em (open_dynamic_archive): Likewise.
1859 * ld.texinfo (WIN32): Update documentation.
1860
cbac2231
RM
18612018-03-20 Roland McGrath <mcgrathr@google.com>
1862
1863 * testsuite/ld-elf/shared.exp (pr20995-2): XFAIL on aarch64*-*-elf*,
1864 another target without RELRO.
1865
8c5b71ad
L
18662018-03-20 H.J. Lu <hongjiu.lu@intel.com>
1867
1868 * testsuite/ld-plugin/pr22983.d: Allow leading underscore as
1869 well as extra lines between symbols.
1870
ed381877
MR
18712018-03-20 Maciej W. Rozycki <macro@mips.com>
1872
1873 * testsuite/ld-gc/gc.exp: Remove extraneous LD flags from the
1874 personality test.
1875
416c34d6
L
18762018-03-20 H.J. Lu <hongjiu.lu@intel.com>
1877
1878 PR ld/22983
1879 * testsuite/ld-plugin/lto.exp: Run PR ld/22983 test.
1880 * testsuite/ld-plugin/pr22983.d: New file.
1881 * testsuite/ld-plugin/pr22983.t: Likewise.
1882 * testsuite/ld-plugin/pr22983a.c: Likewise.
1883 * testsuite/ld-plugin/pr22983b.c: Likewise.
1884
202d116e
AS
18852018-03-15 Andreas Schwab <schwab@suse.de>
1886
1887 PR ld/22949
1888 * emultempl/riscvelf.em (riscv_elf_before_allocation): Don't
1889 enable relaxation in relocatable link.
1890
f9671640
KLC
18912018-03-15 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1892
1893 * emultempl/nds32elf.em (nds32_elf_after_allocation): Remove
1894 unsupported target feature.
1895
9e223787
L
18962018-03-14 H.J. Lu <hongjiu.lu@intel.com>
1897
1898 PR ld/20882
1899 * testsuite/ld-gc/pr20882.d: Also dump and check .debug_abbrev
1900 section.
1901 * testsuite/ld-gc/pr20882b.s: Add .debug_abbrev section.
1902
bf485201
L
19032018-03-14 H.J. Lu <hongjiu.lu@intel.com>
1904
1905 * testsuite/ld-gc/gc.exp: Fix a typo: $LFLAGS -> $LDFLAGS.
1906
b4a3689a
NC
19072018-03-13 Nick Clifton <nickc@redhat.com>
1908
1909 * po/pt_BR.po: Updated Brazilian Portuguese translation.
1910
f657f8c4
NC
19112018-03-09 Nick Clifton <nickc@redhat.com>
1912
1913 * testsuite/ld-ifunc/ifuncmod5.s: New test. Checks that targets
1914 that support IFUNC symbols can handle relocations against those
1915 symbols in NOTE sections.
1916 * testsuite/ld-ifunc/ifuncmod5.d: New file: Driver for the new
1917 test.
1918 * testsuite/ld-ifunc/ifunc.exp: Run the new test.
1919
347a8774
L
19202018-03-08 H.J. Lu <hongjiu.lu@intel.com>
1921
1922 PR ld/22929
1923 * testsuite/ld-i386/i386.exp: Run PR ld/22929 test.
1924 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1925 * testsuite/ld-i386/pr22929.d: New file.
1926 * testsuite/ld-i386/pr22929.s: Likewise.
1927 * testsuite/ld-x86-64/pr22929.d: Likewise.
1928 * testsuite/ld-x86-64/pr22929.s: Likewise.
1929
d6ab6481
MF
19302018-03-07 Max Filippov <jcmvbkbc@gmail.com>
1931
1932 * emulparams/elf32xtensa.sh (COMMONPAGESIZE): Define.
1933
0c1ded8d
RL
19342018-03-07 Renlin Li <renlin.li@arm.com>
1935
1936 PR ld/20402
1937 * testsuite/ld-aarch64/aarch64-elf.exp: Run new test.
1938 * testsuite/ld-aarch64/pr20402.s: New.
1939 * testsuite/ld-aarch64/pr20402.d: New.
1940
770aa8a3
JW
19412018-03-06 Jim Wilson <jimw@sifive.com>
1942
1943 PR 22920
1944 * emultempl/riscvelf.em (riscv_create_output_section_statements): New.
1945 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): New.
1946 * testsuite/ld-elf/pr21884.d (#notarget): Add riscv*-*-*.
1947 * testsuite/ld-unique/pr21529.d (#notarget): Likewise.
1948 * testsuite/ld-srec/srec.exp (run_srec_test): For riscv*-*-* target,
1949 call setup_xfail.
1950
dfb93f11
JC
19512018-03-03 James Cowgill <james.cowgill@mips.com>
1952 Maciej W. Rozycki <macro@mips.com>
1953
1954 PR ld/21900
1955 * testsuite/ld-mips-elf/undefined-warn.d: New test.
1956 * testsuite/ld-mips-elf/undefined.s: Add padding at the end.
1957 * testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
1958
9a2ebffd
JW
19592018-03-02 Jim Wilson <jimw@sifive.com>
1960
1961 PR 22903
1962 * emultempl/aarch64elf.em (elf${ELFSIZE}_aarch64_add_stub_section):
1963 Give stub_sec 8 byte alignment.
1964 * emulparams/aarch64cloudabi.sh (NOP): Set to 0x1f2003d5.
1965 * emulparams/aarch64elf.sh (NOP): Likewise.
1966 * emulparams/aarch64elf32.sh (NOP): Likewise.
1967 * emulparams/aarch64fbsd.sh (NOP): Likewise.
1968 * emulparams/aarch64linux.sh (NOP): Likewise.
1969 * emulparams/aarch64linux32.sh (NOP): Likewise.
1970 * testsuite/ld-aarch64/erratum835769.d: Adjust for added nop.
1971 * testsuite/ld-aarch64/erratum843419.d: Likewise.
1972 * testsuite/ld-aarch64/farcall-b-defsym.d: Likewise.
1973 * testsuite/ld-aarch64/farcall-b-none-function.d: Likewise.
1974 * testsuite/ld-aarch64/farcall-b-plt.d: Likewise.
1975 * testsuite/ld-aarch64/farcall-b-section.d: Likewise.
1976 * testsuite/ld-aarch64/farcall-b.d: Likewise.
1977 * testsuite/ld-aarch64/farcall-back.d: Likewise.
1978 * testsuite/ld-aarch64/farcall-bl-defsym.d: Likewise.
1979 * testsuite/ld-aarch64/farcall-bl-none-function.d: Likewise.
1980 * testsuite/ld-aarch64/farcall-bl-plt.d: Likewise.
1981 * testsuite/ld-aarch64/farcall-bl-section.d: Likewise.
1982 * testsuite/ld-aarch64/farcall-bl.d: Likewise.
1983
e184813f
AM
19842018-03-01 Alan Modra <amodra@gmail.com>
1985
1986 * configure.ac (ALL_LINGUAS): Add ja. Sort.
1987 * configure: Regenerate.
1988
889be5db
DR
19892018-02-28 Douglas B Rupp <rupp@adacore.com>
1990
1991 * ldmain.c (main): Remove directory separator, if any, from the
1992 end of the canonicalized sysroot.
1993
f6aec96d
L
19942018-02-27 H.J. Lu <hongjiu.lu@intel.com>
1995
1996 * NEWS: Mention --enable-separate-code.
1997 * configure.ac: Add --enable-separate-code.
1998 (DEFAULT_LD_Z_SEPARATE_CODE): New AC_DEFINE_UNQUOTED.
1999 * configure.tgt: Default ac_default_ld_z_separate_code to 1 for
2000 Linux/x86 targets.
2001 * config.in: Regenerated.
2002 * configure: Likewise.
2003 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set
2004 link_info.separate_code DEFAULT_LD_Z_SEPARATE_CODE.
2005
df5f2391
AM
20062018-02-26 Alan Modra <amodra@gmail.com>
2007
2008 * emulparams/call_nop.sh, * emulparams/cet.sh,
2009 * emulparams/elf32mcore.sh, * emultempl/aarch64elf.em
2010 * emultempl/aix.em, * emultempl/alphaelf.em, * emultempl/armcoff.em,
2011 * emultempl/armelf.em, * emultempl/avrelf.em, * emultempl/beos.em,
2012 * emultempl/bfin.em, * emultempl/cr16elf.em, * emultempl/elf32.em,
2013 * emultempl/elf-generic.em, * emultempl/hppaelf.em,
2014 * emultempl/linux.em, * emultempl/lnk960.em,
2015 * emultempl/m68hc1xelf.em, * emultempl/m68kcoff.em,
2016 * emultempl/m68kelf.em, * emultempl/metagelf.em,
2017 * emultempl/mipself.em, * emultempl/mmix-elfnmmo.em,
2018 * emultempl/mmo.em, * emultempl/msp430.em, * emultempl/nds32elf.em,
2019 * emultempl/nios2elf.em, * emultempl/pe.em, * emultempl/pep.em,
2020 * emultempl/ppc32elf.em, * emultempl/ppc64elf.em,
2021 * emultempl/scoreelf.em, * emultempl/sh64elf.em,
2022 * emultempl/spuelf.em, * emultempl/sunos.em, * emultempl/tic6xdsbt.em,
2023 * emultempl/ticoff.em, * emultempl/v850elf.em, * emultempl/vms.em,
2024 * emultempl/vxworks.em, * emultempl/xtensaelf.em, * ldcref.c,
2025 * ldctor.c, * ldexp.c, * ldfile.c, * ldgram.y, * ldlang.c,
2026 * ldmain.c, * ldmisc.c, * ldwrite.c, * lexsup.c, * mri.c, * pe-dll.c,
2027 * plugin.c: Standardize error/warning messages.
2028 * testsuite/ld-arc/jli-overflow.err,
2029 * testsuite/ld-arm/cmse-implib-errors.out,
2030 * testsuite/ld-arm/cmse-new-earlier-later-implib.out,
2031 * testsuite/ld-arm/cmse-new-implib-not-sg-in-implib.out,
2032 * testsuite/ld-arm/cmse-new-wrong-implib.out,
2033 * testsuite/ld-arm/cmse-veneers-no-gnu_sgstubs.out,
2034 * testsuite/ld-arm/cmse-veneers-wrong-entryfct.out,
2035 * testsuite/ld-arm/vxworks1-static.d,
2036 * testsuite/ld-cris/tls-err-20x.d, * testsuite/ld-cris/tls-err-29.d,
2037 * testsuite/ld-cris/tls-err-31.d, * testsuite/ld-cris/tls-err-33.d,
2038 * testsuite/ld-cris/tls-err-35.d, * testsuite/ld-cris/tls-err-37.d,
2039 * testsuite/ld-cris/tls-err-39.d, * testsuite/ld-cris/tls-err-41.d,
2040 * testsuite/ld-cris/tls-err-43.d, * testsuite/ld-cris/tls-err-45.d,
2041 * testsuite/ld-cris/tls-err-47.d, * testsuite/ld-cris/tls-err-49.d,
2042 * testsuite/ld-cris/tls-err-51.d, * testsuite/ld-cris/tls-err-67.d,
2043 * testsuite/ld-elf/dwarf2.err, * testsuite/ld-elf/dwarf3.err,
2044 * testsuite/ld-elf/orphan-5.l, * testsuite/ld-elf/orphan-6.l,
2045 * testsuite/ld-i386/vxworks1-static.d,
2046 * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n32.d,
2047 * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n64.d,
2048 * testsuite/ld-mips-elf/bal-jalx-pic-micromips.d,
2049 * testsuite/ld-mips-elf/bal-jalx-pic-n32.d,
2050 * testsuite/ld-mips-elf/bal-jalx-pic-n64.d,
2051 * testsuite/ld-mips-elf/bal-jalx-pic.d,
2052 * testsuite/ld-mips-elf/jal-global-overflow-1.d,
2053 * testsuite/ld-mips-elf/jal-local-overflow-1.d,
2054 * testsuite/ld-mips-elf/mode-change-error-1.d,
2055 * testsuite/ld-mips-elf/unaligned-branch-2.d,
2056 * testsuite/ld-mips-elf/unaligned-branch-ignore-2.d,
2057 * testsuite/ld-mips-elf/unaligned-branch-ignore-micromips.d,
2058 * testsuite/ld-mips-elf/unaligned-branch-ignore-mips16.d,
2059 * testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1.d,
2060 * testsuite/ld-mips-elf/unaligned-branch-micromips.d,
2061 * testsuite/ld-mips-elf/unaligned-branch-mips16.d,
2062 * testsuite/ld-mips-elf/unaligned-branch-r6-1.d,
2063 * testsuite/ld-mips-elf/unaligned-branch-r6-2.d,
2064 * testsuite/ld-mips-elf/unaligned-branch.d,
2065 * testsuite/ld-mips-elf/unaligned-jalx-1.d,
2066 * testsuite/ld-mips-elf/unaligned-jalx-3.d,
2067 * testsuite/ld-mips-elf/unaligned-jalx-addend-1.d,
2068 * testsuite/ld-mips-elf/unaligned-jalx-addend-3.d,
2069 * testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d,
2070 * testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d,
2071 * testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d,
2072 * testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d,
2073 * testsuite/ld-mips-elf/unaligned-jump-micromips.d,
2074 * testsuite/ld-mips-elf/unaligned-jump-mips16.d,
2075 * testsuite/ld-mips-elf/unaligned-jump.d,
2076 * testsuite/ld-mips-elf/unaligned-ldpc-1.d,
2077 * testsuite/ld-mips-elf/unaligned-lwpc-1.d,
2078 * testsuite/ld-mips-elf/undefined.d,
2079 * testsuite/ld-mips-elf/vxworks1-static.d,
2080 * testsuite/ld-mmix/bpo-20.d, * testsuite/ld-mmix/bpo-20m.d,
2081 * testsuite/ld-mmix/bpo-7.d, * testsuite/ld-mmix/bpo-7m.d,
2082 * testsuite/ld-mmix/bpo-8.d, * testsuite/ld-mmix/bpo-8m.d,
2083 * testsuite/ld-mmix/greg-17.d, * testsuite/ld-mmix/greg-18.d,
2084 * testsuite/ld-mmix/greg-8.d, * testsuite/ld-mmix/greg-9.d,
2085 * testsuite/ld-plugin/plugin-14.d, * testsuite/ld-plugin/plugin-15.d,
2086 * testsuite/ld-plugin/plugin-16.d, * testsuite/ld-plugin/plugin-20.d,
2087 * testsuite/ld-plugin/plugin-21.d, * testsuite/ld-plugin/plugin-22.d,
2088 * testsuite/ld-plugin/plugin-23.d, * testsuite/ld-plugin/plugin-6.d,
2089 * testsuite/ld-plugin/plugin-7.d, * testsuite/ld-plugin/plugin-8.d,
2090 * testsuite/ld-powerpc/aix-weak-3-32.d,
2091 * testsuite/ld-powerpc/aix-weak-3-64.d,
2092 * testsuite/ld-powerpc/vxworks1-static.d,
2093 * testsuite/ld-sh/vxworks1-static.d,
2094 * testsuite/ld-sparc/vxworks1-static.d,
2095 * testsuite/ld-undefined/undefined.exp,
2096 * testsuite/ld-x86-64/pie1.d: Update for changed errors and warnings.
2097 * testsuite/ld-elf/warn1.d, * testsuite/ld-elf/warn2.d: Correct regex.
2098
33589acb
AM
20992018-02-26 Alan Modra <amodra@gmail.com>
2100
2101 * Makefile.am (EMULATION_FILES, POTFILES): Delete.
2102 (SRC_POTFILES, BLD_POTFILES): Define.
2103 (po/POTFILES.in): Delete rule.
2104 (po/SRC-POTFILES.in, po/BLD-POTFILES.in): New rules.
2105 * configure.ac: Add AC_CONFIG_COMMANDS to create po/Makefile.
2106 * po/Make-in (DISTFILES): Remove POTFILES.in, add SRC-POTFILES.in
2107 and BLD-POTFILES.in.
2108 (POTFILES): Delete.
2109 (SRC-POTFILES, BLD-POTFILES): Define place marker.
2110 (ld.pot): Build from SRC-POTFILES plus BLD-POTFILES.
2111 (distclean, maintainer-clean): Tidy up new files.
2112 (POTFILES, POTFILES.in): Delete rules.
2113 (SRC-POTFILES, BLD-POTFILES, SRC-POTFILES.in, BLD-POTFILES.in):
2114 New rules.
2115 (Makefile): Depend on SRC-POTFILES and BLD-POTFILES.
2116 * po/SRC-POTFILES.in: Rename from po/POTFILES.in.
2117 * po/BLD-POTFILES.in: New file.
2118 * Makefile.in: Regenerate.
2119 * configure: Regenerate.
2120
38f14ab8
AM
21212018-02-26 Alan Modra <amodra@gmail.com>
2122
2123 * testsuite/ld-cris/pcrelcp-1.d,
2124 * testsuite/ld-mmix/start-2.d: Update.
2125
6e05870c
AM
21262018-02-26 Alan Modra <amodra@gmail.com>
2127
2128 * testsuite/ld-arm/cmse-implib-errors.out,
2129 * testsuite/ld-arm/cmse-new-earlier-later-implib.out,
2130 * testsuite/ld-arm/cmse-new-implib-not-sg-in-implib.out,
2131 * testsuite/ld-arm/cmse-new-wrong-implib.out,
2132 * testsuite/ld-arm/cmse-veneers-no-gnu_sgstubs.out,
2133 * testsuite/ld-arm/cmse-veneers-wrong-entryfct.out,
2134 * testsuite/ld-cris/badgotr1.d,
2135 * testsuite/ld-cris/tls-err-24.d,
2136 * testsuite/ld-cris/tls-err-25.d,
2137 * testsuite/ld-cris/tls-err-26.d,
2138 * testsuite/ld-cris/tls-err-27.d,
2139 * testsuite/ld-cris/tls-err-28.d,
2140 * testsuite/ld-cris/tls-err-40.d,
2141 * testsuite/ld-cris/tls-err-44.d,
2142 * testsuite/ld-cris/tls-err-48.d,
2143 * testsuite/ld-cris/tls-err-52.d,
2144 * testsuite/ld-cris/tls-err-53.d,
2145 * testsuite/ld-cris/tls-err-55.d,
2146 * testsuite/ld-cris/tls-err-56.d,
2147 * testsuite/ld-cris/tls-err-62.d,
2148 * testsuite/ld-cris/tls-err-65.d,
2149 * testsuite/ld-cris/tls-err-77.d,
2150 * testsuite/ld-elf/empty-implib.out,
2151 * testsuite/ld-elf/indirect.exp: Update.
2152
90b6238f
AM
21532018-02-26 Alan Modra <amodra@gmail.com>
2154
2155 * testsuite/ld-aarch64/reloc-overflow-bad.d,
2156 * testsuite/ld-arm/attr-merge-9.out,
2157 * testsuite/ld-arm/attr-merge-arch-2.d,
2158 * testsuite/ld-arm/attr-merge-unknown-1.d,
2159 * testsuite/ld-arm/attr-merge-unknown-2.d,
2160 * testsuite/ld-arm/attr-merge-unknown-2r.d,
2161 * testsuite/ld-arm/attr-merge-unknown-3.d,
2162 * testsuite/ld-arm/cmse-implib-errors.out,
2163 * testsuite/ld-arm/cmse-new-earlier-later-implib.out,
2164 * testsuite/ld-arm/cmse-new-implib-no-output.out,
2165 * testsuite/ld-arm/cmse-new-implib-not-sg-in-implib.out,
2166 * testsuite/ld-arm/cmse-new-implib.out,
2167 * testsuite/ld-arm/cmse-new-wrong-implib.out,
2168 * testsuite/ld-arm/cmse-veneers-no-gnu_sgstubs.out,
2169 * testsuite/ld-arm/cmse-veneers-wrong-entryfct.out,
2170 * testsuite/ld-arm/group-relocs-alu-bad-2.d,
2171 * testsuite/ld-arm/group-relocs-alu-bad.d,
2172 * testsuite/ld-arm/group-relocs-ldc-bad-2.d,
2173 * testsuite/ld-arm/group-relocs-ldc-bad.d,
2174 * testsuite/ld-arm/group-relocs-ldr-bad-2.d,
2175 * testsuite/ld-arm/group-relocs-ldr-bad.d,
2176 * testsuite/ld-arm/group-relocs-ldrs-bad-2.d,
2177 * testsuite/ld-arm/group-relocs-ldrs-bad.d,
2178 * testsuite/ld-arm/stm32l4xx-cannot-fix-far-ldm.d: Update.
2179
2c1c9679
AM
21802018-02-26 Alan Modra <amodra@gmail.com>
2181
2182 * testsuite/ld-mips-elf/attr-gnu-4-12.d,
2183 * testsuite/ld-mips-elf/attr-gnu-4-13.d,
2184 * testsuite/ld-mips-elf/attr-gnu-4-14.d,
2185 * testsuite/ld-mips-elf/attr-gnu-4-16.d,
2186 * testsuite/ld-mips-elf/attr-gnu-4-17.d,
2187 * testsuite/ld-mips-elf/attr-gnu-4-18.d,
2188 * testsuite/ld-mips-elf/attr-gnu-4-19.d,
2189 * testsuite/ld-mips-elf/attr-gnu-4-21.d,
2190 * testsuite/ld-mips-elf/attr-gnu-4-23.d,
2191 * testsuite/ld-mips-elf/attr-gnu-4-24.d,
2192 * testsuite/ld-mips-elf/attr-gnu-4-25.d,
2193 * testsuite/ld-mips-elf/attr-gnu-4-26.d,
2194 * testsuite/ld-mips-elf/attr-gnu-4-27.d,
2195 * testsuite/ld-mips-elf/attr-gnu-4-28.d,
2196 * testsuite/ld-mips-elf/attr-gnu-4-29.d,
2197 * testsuite/ld-mips-elf/attr-gnu-4-31.d,
2198 * testsuite/ld-mips-elf/attr-gnu-4-32.d,
2199 * testsuite/ld-mips-elf/attr-gnu-4-34.d,
2200 * testsuite/ld-mips-elf/attr-gnu-4-35.d,
2201 * testsuite/ld-mips-elf/attr-gnu-4-36.d,
2202 * testsuite/ld-mips-elf/attr-gnu-4-37.d,
2203 * testsuite/ld-mips-elf/attr-gnu-4-38.d,
2204 * testsuite/ld-mips-elf/attr-gnu-4-39.d,
2205 * testsuite/ld-mips-elf/attr-gnu-4-41.d,
2206 * testsuite/ld-mips-elf/attr-gnu-4-42.d,
2207 * testsuite/ld-mips-elf/attr-gnu-4-43.d,
2208 * testsuite/ld-mips-elf/attr-gnu-4-45.d,
2209 * testsuite/ld-mips-elf/attr-gnu-4-46.d,
2210 * testsuite/ld-mips-elf/attr-gnu-4-47.d,
2211 * testsuite/ld-mips-elf/attr-gnu-4-48.d,
2212 * testsuite/ld-mips-elf/attr-gnu-4-49.d,
2213 * testsuite/ld-mips-elf/attr-gnu-4-52.d,
2214 * testsuite/ld-mips-elf/attr-gnu-4-53.d,
2215 * testsuite/ld-mips-elf/attr-gnu-4-54.d,
2216 * testsuite/ld-mips-elf/attr-gnu-4-58.d,
2217 * testsuite/ld-mips-elf/attr-gnu-4-59.d,
2218 * testsuite/ld-mips-elf/attr-gnu-4-61.d,
2219 * testsuite/ld-mips-elf/attr-gnu-4-62.d,
2220 * testsuite/ld-mips-elf/attr-gnu-4-63.d,
2221 * testsuite/ld-mips-elf/attr-gnu-4-64.d,
2222 * testsuite/ld-mips-elf/attr-gnu-4-68.d,
2223 * testsuite/ld-mips-elf/attr-gnu-4-69.d,
2224 * testsuite/ld-mips-elf/attr-gnu-4-71.d,
2225 * testsuite/ld-mips-elf/attr-gnu-4-72.d,
2226 * testsuite/ld-mips-elf/attr-gnu-4-73.d,
2227 * testsuite/ld-mips-elf/attr-gnu-4-74.d,
2228 * testsuite/ld-mips-elf/attr-gnu-4-78.d,
2229 * testsuite/ld-mips-elf/attr-gnu-4-79.d,
2230 * testsuite/ld-mips-elf/attr-gnu-4-81.d,
2231 * testsuite/ld-mips-elf/attr-gnu-4-89.d,
2232 * testsuite/ld-mips-elf/attr-gnu-8-12.d,
2233 * testsuite/ld-mips-elf/attr-gnu-8-21.d,
2234 * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n32.d,
2235 * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n64.d,
2236 * testsuite/ld-mips-elf/bal-jalx-pic-micromips.d,
2237 * testsuite/ld-mips-elf/bal-jalx-pic-n32.d,
2238 * testsuite/ld-mips-elf/bal-jalx-pic-n64.d,
2239 * testsuite/ld-mips-elf/bal-jalx-pic.d,
2240 * testsuite/ld-mips-elf/mode-change-error-1.d,
2241 * testsuite/ld-mips-elf/unaligned-branch-2.d,
2242 * testsuite/ld-mips-elf/unaligned-branch-ignore-2.d,
2243 * testsuite/ld-mips-elf/unaligned-branch-ignore-micromips.d,
2244 * testsuite/ld-mips-elf/unaligned-branch-ignore-mips16.d,
2245 * testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1.d,
2246 * testsuite/ld-mips-elf/unaligned-branch-micromips.d,
2247 * testsuite/ld-mips-elf/unaligned-branch-mips16.d,
2248 * testsuite/ld-mips-elf/unaligned-branch-r6-1.d,
2249 * testsuite/ld-mips-elf/unaligned-branch-r6-2.d,
2250 * testsuite/ld-mips-elf/unaligned-branch.d,
2251 * testsuite/ld-mips-elf/unaligned-jalx-1.d,
2252 * testsuite/ld-mips-elf/unaligned-jalx-3.d,
2253 * testsuite/ld-mips-elf/unaligned-jalx-addend-1.d,
2254 * testsuite/ld-mips-elf/unaligned-jalx-addend-3.d,
2255 * testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d,
2256 * testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d,
2257 * testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d,
2258 * testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d,
2259 * testsuite/ld-mips-elf/unaligned-jump-micromips.d,
2260 * testsuite/ld-mips-elf/unaligned-jump-mips16.d,
2261 * testsuite/ld-mips-elf/unaligned-jump.d: Update.
2262
9793eb77
AM
22632018-02-26 Alan Modra <amodra@gmail.com>
2264
2265 * testsuite/ld-elf/indirect.exp,
2266 * testsuite/ld-elf/pr22649-2ab-mips.msg,
2267 * testsuite/ld-elf/pr22649-2cd-mips.msg,
2268 * testsuite/ld-elf/pr22649.msg,
2269 * testsuite/ld-elf/tls_common.exp,
2270 * testsuite/ld-elfcomm/elfcomm.exp,
2271 * testsuite/ld-arm/attr-merge-incompatible.d,
2272 * testsuite/ld-tic6x/attr-compatibility-gnu-other.d,
2273 * testsuite/ld-tic6x/attr-compatibility-other-gnu.d,
2274 * testsuite/ld-tic6x/attr-compatibility-other-other.d,
2275 * testsuite/ld-i386/warn1.d: Update expected error/warning messages.
2276
cf97bcb0
AM
22772018-02-26 Alan Modra <amodra@gmail.com>
2278
2279 * testsuite/ld-powerpc/attr-gnu-12-21.d,
2280 * testsuite/ld-powerpc/attr-gnu-4-12.d,
2281 * testsuite/ld-powerpc/attr-gnu-4-13.d,
2282 * testsuite/ld-powerpc/attr-gnu-4-21.d,
2283 * testsuite/ld-powerpc/attr-gnu-4-23.d,
2284 * testsuite/ld-powerpc/attr-gnu-4-31.d,
2285 * testsuite/ld-powerpc/attr-gnu-4-32.d,
2286 * testsuite/ld-powerpc/attr-gnu-8-23.d: Update.
2287
bbad9962
AM
22882018-02-21 Alan Modra <amodra@gmail.com>
2289
2290 * testsuite/ld-elf/group8b.d: Run test on ia64. Use xfail rather
2291 than notarget.
2292 * testsuite/ld-elf/pr12851.d: Likewise.
2293 * testsuite/ld-elf/pr12975.d: Likewise.
2294 * testsuite/ld-elf/pr13177.d: Likewise.
2295 * testsuite/ld-elf/pr13195.d: Likewise.
2296 * testsuite/ld-elf/pr17615.d: Likewise.
2297 * testsuite/ld-elf/pr21562a.d: Likewise.
2298 * testsuite/ld-elf/pr21562b.d: Likewise.
2299 * testsuite/ld-elf/pr21562c.d: Likewise.
2300 * testsuite/ld-elf/pr21562d.d: Likewise.
2301 * testsuite/ld-elf/pr21562i.d: Likewise.
2302 * testsuite/ld-elf/pr21562j.d: Likewise.
2303 * testsuite/ld-elf/pr21562k.d: Likewise.
2304 * testsuite/ld-elf/pr21562l.d: Likewise.
2305 * testsuite/ld-elf/pr21562m.d: Likewise.
2306 * testsuite/ld-elf/pr21562n.d: Likewise.
2307 * testsuite/ld-elf/group9a.d: Run test on ia64 and alpha. Use xfail
2308 rather than notarget.
2309 * testsuite/ld-elf/group9b.d: Likewise.
2310 * testsuite/ld-elf/pr22677.d: Likewise.
2311
6798f8bf
MR
23122018-02-19 Maciej W. Rozycki <macro@mips.com>
2313
2314 * testsuite/ld-mips-elf/reginfo-0.d: New test.
2315 * testsuite/ld-mips-elf/reginfo-0r.d: New test.
2316 * testsuite/ld-mips-elf/reginfo-1.d: New test.
2317 * testsuite/ld-mips-elf/reginfo-1r.d: New test.
2318 * testsuite/ld-mips-elf/reginfo-2.d: New test.
2319 * testsuite/ld-mips-elf/reginfo-2r.d: New test.
2320 * testsuite/ld-mips-elf/mips-abiflags-0.d: New test.
2321 * testsuite/ld-mips-elf/mips-abiflags-0r.d: New test.
2322 * testsuite/ld-mips-elf/mips-abiflags-1.d: New test.
2323 * testsuite/ld-mips-elf/mips-abiflags-1r.d: New test.
2324 * testsuite/ld-mips-elf/mips-abiflags-2.d: New test.
2325 * testsuite/ld-mips-elf/mips-abiflags-2r.d: New test.
2326 * testsuite/ld-mips-elf/reginfo-0.ld: New test linker script.
2327 * testsuite/ld-mips-elf/reginfo-1.ld: New test linker script.
2328 * testsuite/ld-mips-elf/mips-abiflags-0.ld: New test linker
2329 script.
2330 * testsuite/ld-mips-elf/mips-abiflags-1.ld: New test linker
2331 script.
2332 * testsuite/ld-mips-elf/reginfo-1.s: New test source.
2333 * testsuite/ld-mips-elf/reginfo-2.s: New test source.
2334 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
2335
8772de11
MR
23362018-02-19 Maciej W. Rozycki <macro@mips.com>
2337
2338 * ldlang.c (insert_pad): Do not change output section's size if
2339 SEC_FIXED_SIZE is set in the flags.
2340 (size_input_section): Likewise.
2341 (lang_size_sections_1): Likewise.
2342 (lang_reset_memory_regions): Likewise.
2343
c1c8c1ef
AM
23442018-02-19 Alan Modra <amodra@gmail.com>
2345
2346 * ldmisc.c (vfinfo) Handle %pI, %pR, %pS and %pT in place of
2347 %I, %R, %S and %T.
2348 * ldcref.c, * ldctor.c, * ldemul.c, * ldexp.c, * ldgram.y,
2349 * ldlang.c, * ldlex.l, * ldmain.c, * ldmisc.c, * pe-dll.c,
2350 * emultempl/sh64elf.em: Replace use of of %I, %R, %S and %T in
2351 format strings passed to einfo and friends by %pI, %pR, %pS and %pT.
2352
871b3ab2
AM
23532018-02-19 Alan Modra <amodra@gmail.com>
2354
2355 * ldmisc.c (vfinfo): Handle %pA and %pB in place of %A and %B.
2356 * ldcref.c: Update all messages using %A and %B.
2357 * ldexp.c: Likewise.
2358 * ldlang.c: Likewise.
2359 * ldmain.c: Likewise.
2360 * ldmisc.c: Likewise.
2361 * pe-dll.c: Likewise.
2362 * plugin.c: Likewise.
2363 * emultempl/beos.em: Likewise.
2364 * emultempl/cr16elf.em: Likewise.
2365 * emultempl/elf32.em: Likewise.
2366 * emultempl/m68kcoff.em: Likewise.
2367 * emultempl/m68kelf.em: Likewise.
2368 * emultempl/mmo.em: Likewise.
2369 * emultempl/nds32elf.em: Likewise.
2370 * emultempl/pe.em: Likewise.
2371 * emultempl/pep.em: Likewise.
2372 * emultempl/spuelf.em: Likewise.
2373 * emultempl/sunos.em: Likewise.
2374 * emultempl/xtensaelf.em: Likewise.
2375
f61f94ec
L
23762018-02-19 H.J. Lu <hongjiu.lu@intel.com>
2377
2378 PR ld/22845
2379 * testsuite/ld-elf/frame.exp: Skip if -shared isn't supported.
2380 Add tests for "-z noseparate-code" and "-z separate-code".
2381 Remove unsupported -shared check.
2382
d85502cf
L
23832018-02-17 H.J. Lu <hongjiu.lu@intel.com>
2384
2385 PR ld/22845
2386 * testsuite/ld-elf/ehdr_start.d: Pass --build-id to ld.
2387
34b00afa
L
23882018-02-17 H.J. Lu <hongjiu.lu@intel.com>
2389
2390 PR ld/22845
2391 * testsuite/ld-elf/binutils.exp (tls_opts): Add tests for
2392 "-z noseparate-code" and "-z separate-code".
2393
92d9e363
L
23942018-02-17 H.J. Lu <hongjiu.lu@intel.com>
2395
2396 PR ld/22845
2397 * ld-elf/eh4.d: Pass -z max-page-size=0x200000 -z noseparate-code
2398 to ld.
2399
c2596c4a
L
24002018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2401
2402 * testsuite/ld-x86-64/bnd-branch-1-now.d: Add -z
2403 max-page-size=0x200000 -z noseparate-code.
2404 * testsuite/ld-x86-64/bnd-ifunc-1-now.d: Likewise.
2405 * testsuite/ld-x86-64/bnd-ifunc-2-now.d: Likewise.
2406 * testsuite/ld-x86-64/bnd-ifunc-2.d: Likewise.
2407 * testsuite/ld-x86-64/bnd-plt-1-now.d: Likewise.
2408 * testsuite/ld-x86-64/bnd-plt-1.d: Likewise.
2409 * testsuite/ld-x86-64/ibt-plt-1-x32.d: Likewise.
2410 * testsuite/ld-x86-64/ibt-plt-1.d: Likewise.
2411 * testsuite/ld-x86-64/ibt-plt-2a-x32.d: Likewise.
2412 * testsuite/ld-x86-64/ibt-plt-2a.d: Likewise.
2413 * testsuite/ld-x86-64/ibt-plt-2b-x32.d: Likewise.
2414 * testsuite/ld-x86-64/ibt-plt-2b.d: Likewise.
2415 * testsuite/ld-x86-64/ibt-plt-2c-x32.d: Likewise.
2416 * testsuite/ld-x86-64/ibt-plt-2c.d: Likewise.
2417 * testsuite/ld-x86-64/ibt-plt-2d-x32.d: Likewise.
2418 * testsuite/ld-x86-64/ibt-plt-2d.d: Likewise.
2419 * testsuite/ld-x86-64/ibt-plt-3a-x32.d: Likewise.
2420 * testsuite/ld-x86-64/ibt-plt-3a.d: Likewise.
2421 * testsuite/ld-x86-64/ibt-plt-3b-x32.d: Likewise.
2422 * testsuite/ld-x86-64/ibt-plt-3b.d: Likewise.
2423 * testsuite/ld-x86-64/ibt-plt-3c-x32.d: Likewise.
2424 * testsuite/ld-x86-64/ibt-plt-3c.d: Likewise.
2425 * testsuite/ld-x86-64/ibt-plt-3d-x32.d: Likewise.
2426 * testsuite/ld-x86-64/ibt-plt-3d.d: Likewise.
2427 * testsuite/ld-x86-64/load1a.d: Likewise.
2428 * testsuite/ld-x86-64/load1b.d: Likewise.
2429 * testsuite/ld-x86-64/load1c.d: Likewise.
2430 * testsuite/ld-x86-64/load1d.d: Likewise.
2431 * testsuite/ld-x86-64/pie3.d: Likewise.
2432 * testsuite/ld-x86-64/pr14207.d: Likewise.
2433 * testsuite/ld-x86-64/pr17618.d: Likewise.
2434 * testsuite/ld-x86-64/pr19162.d: Likewise.
2435 * testsuite/ld-x86-64/pr19636-2d.d: Likewise.
2436 * testsuite/ld-x86-64/pr19636-2l.d: Likewise.
2437 * testsuite/ld-x86-64/pr20253-1b.d: Likewise.
2438 * testsuite/ld-x86-64/pr20253-1d.d: Likewise.
2439 * testsuite/ld-x86-64/pr20253-1f.d: Likewise.
2440 * testsuite/ld-x86-64/pr20253-1h.d: Likewise.
2441 * testsuite/ld-x86-64/pr20253-1j.d: Likewise.
2442 * testsuite/ld-x86-64/pr20253-1l.d: Likewise.
2443 * testsuite/ld-x86-64/pr20830a-now.d: Likewise.
2444 * testsuite/ld-x86-64/pr20830a.d: Likewise.
2445 * testsuite/ld-x86-64/pr20830b-now.d: Likewise.
2446 * testsuite/ld-x86-64/pr20830b.d: Likewise.
2447 * testsuite/ld-x86-64/pr21038a-now.d: Likewise.
2448 * testsuite/ld-x86-64/pr21038a.d: Likewise.
2449 * testsuite/ld-x86-64/pr21038b-now.d: Likewise.
2450 * testsuite/ld-x86-64/pr21038b.d: Likewise.
2451 * testsuite/ld-x86-64/pr21038c-now.d: Likewise.
2452 * testsuite/ld-x86-64/pr21038c.d: Likewise.
2453
c441b623
L
24542018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2455
2456 * testsuite/ld-x86-64/bnd-ifunc-1.d: Updated.
2457 * testsuite/ld-x86-64/ilp32-4.d: Likewise.
2458
197741f1
L
24592018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2460
2461 * testsuite/ld-x86-64/mpx.exp: Add -z max-page-size=0x200000
2462 -z noseparate-code.
2463
7c9f387a
L
24642018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2465
2466 * testsuite/ld-x86-64/x86-64.exp: Add -z noseparate-code
2467 -z max-page-size=0x200000, excluding NaCl target.
2468
c9d3eb5f
L
24692018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2470
2471 * testsuite/ld-ifunc/ifunc-2-i386-now.d: Likewise.
2472 * testsuite/ld-ifunc/ifunc-2-local-i386-now.d: Likewise.
2473 * testsuite/ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
2474 * testsuite/ld-ifunc/ifunc-21-i386.d: Likewise.
2475 * testsuite/ld-ifunc/ifunc-22-i386.d: Likewise.
2476 * testsuite/ld-ifunc/pr17154-i386-now.d: Likewise.
2477 * testsuite/ld-ifunc/pr17154-i386.d: Likewise.
2478
679a5bc8
L
24792018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2480
2481 * testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d: Add
2482 -z max-page-size=0x200000 -z noseparate-code.
2483 * testsuite/ld-ifunc/ifunc-2-x86-64-now.d: Likewise.
2484 * testsuite/ld-ifunc/ifunc-2-x86-64.d: Likewise.
2485 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
2486 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
2487 * testsuite/ld-ifunc/pr17154-x86-64-now.d: Likewise.
2488 * testsuite/ld-ifunc/pr17154-x86-64.d: Likewise.
2489
62e2b91b
L
24902018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2491
2492 * testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated for i386.
2493 * testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
2494 * testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
2495
9f4aec8d
L
24962018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2497
2498 * testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated.
2499 * testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
2500 * testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
2501
410a69a0
L
25022018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2503
2504 * testsuite/ld-i386/ibt-plt-1.d: Add -z noseparate-code.
2505 * testsuite/ld-i386/ibt-plt-2a.d: Likewise.
2506 * testsuite/ld-i386/ibt-plt-2b.d: Likewise.
2507 * testsuite/ld-i386/ibt-plt-2c.d: Likewise.
2508 * testsuite/ld-i386/ibt-plt-2d.d: Likewise.
2509 * testsuite/ld-i386/ibt-plt-3a.d: Likewise.
2510 * testsuite/ld-i386/ibt-plt-3b.d: Likewise.
2511 * testsuite/ld-i386/ibt-plt-3c.d: Likewise.
2512 * testsuite/ld-i386/ibt-plt-3d.d: Likewise.
2513 * testsuite/ld-i386/load1.d: Likewise.
2514 * testsuite/ld-i386/pie1.d: Likewise.
2515 * testsuite/ld-i386/pr20244-1a.d: Likewise.
2516 * testsuite/ld-i386/pr20244-1b.d: Likewise.
2517 * testsuite/ld-i386/pr20244-2a.d: Likewise.
2518 * testsuite/ld-i386/pr20244-2b.d: Likewise.
2519 * testsuite/ld-i386/pr20244-2c.d: Likewise.
2520 * testsuite/ld-i386/pr20244-4a.d: Likewise.
2521 * testsuite/ld-i386/pr20244-4b.d: Likewise.
2522 * testsuite/ld-i386/pr20830.d: Likewise.
2523
75bd00e8
L
25242018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2525
2526 * testsuite/ld-i386/pr19636-1a.d: Updated.
2527 * testsuite/ld-i386/pr19636-1b.d: Likewise.
2528 * testsuite/ld-i386/pr19636-1j.d: Likewise.
2529 * testsuite/ld-i386/pr19636-1k.d: Likewise.
2530 * testsuite/ld-i386/pr19636-2a.d: Likewise.
2531 * testsuite/ld-i386/pr19636-2b.d: Likewise.
2532
760b2893
L
25332018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2534
2535 * testsuite/ld-i386/i386.exp: Add -z noseparate-code.
2536
75cdede0
L
25372018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2538
2539 * testsuite/ld-elf/pr19162.d: Add -z noseparate-code.
2540 * testsuite/ld-elf/textaddr1.d: Likewise.
2541 * testsuite/ld-elf/textaddr2.d: Likewise.
2542 * testsuite/ld-elf/textaddr4.d: Likewise.
2543 * testsuite/ld-elf/textaddr6.d: Likewise.
2544
2a0d9853
JW
25452018-02-15 Jim Wilson <jimw@sifive.com>
2546
2547 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Run pcrel-lo-addend test.
2548 * testsuite/ld-riscv-elf/pcrel-lo-addend.d: New.
2549 * testsuite/ld-riscv-elf/pcrel-lo-addend.s: New.
2550
451875b4
L
25512018-02-14 H.J. Lu <hongjiu.lu@intel.com>
2552
2553 PR ld/22842
2554 * testsuite/ld-i386/i386.exp: Run PR ld/22842 tests.
2555 * testsuite/ld-x86-64/x86-64.exp: Likewise.
2556 * testsuite/ld-i386/pr22842a.c: New file.
2557 * testsuite/ld-i386/pr22842b.S: Likewise.
2558 * testsuite/ld-x86-64/pr22842a.c: Likewise.
2559 * testsuite/ld-x86-64/pr22842a.rd: Likewise.
2560 * testsuite/ld-x86-64/pr22842b.S: Likewise.
2561 * testsuite/ld-x86-64/pr22842b.rd: Likewise.
2562
d4dd94f8
MR
25632018-02-14 Maciej W. Rozycki <macro@mips.com>
2564
2565 * ldlex.h (ldlex_command): Remove prototype.
2566
85f2093d
L
25672018-02-13 H.J. Lu <hongjiu.lu@intel.com>
2568
2569 * testsuite/ld-x86-64/x86-64.exp: Replace pr22393-2a.so and
2570 pr22393-2a-now.so with pr22393-3a.so and pr22393-3a-now.so.
2571
60f763ee
AM
25722018-02-14 H.J. Lu <hongjiu.lu@intel.com>
2573
2574 PR 22836
2575 * testsuite/ld-elf/pr22836-1.s: New file.
2576 * testsuite/ld-elf/pr22836-1a.d: Likewise.
2577 * testsuite/ld-elf/pr22836-1b.d: Likewise.
2578
bd7ab16b
L
25792018-02-13 H.J. Lu <hongjiu.lu@intel.com>
2580
2581 PR gas/22791
2582 * testsuite/ld-x86-64/mpx1c.rd: Updated.
2583 * testsuite/ld-x86-64/pr22791-1.err: New file.
2584 * testsuite/ld-x86-64/pr22791-1a.c: Likewise.
2585 * testsuite/ld-x86-64/pr22791-1b.s: Likewise.
2586 * testsuite/ld-x86-64/pr22791-2.rd: Likewise.
2587 * testsuite/ld-x86-64/pr22791-2a.s: Likewise.
2588 * testsuite/ld-x86-64/pr22791-2b.c: Likewise.
2589 * testsuite/ld-x86-64/pr22791-2c.s: Likewise.
2590 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/22791 tests.
2591
6e5e9d58
AM
25922018-02-13 Alan Modra <amodra@gmail.com>
2593
2594 PR 22836
2595 * testsuite/ld-elf/pr22836-2.d,
2596 * testsuite/ld-elf/pr22836-2.s: New test.
2597
f2731e0c
AM
25982018-02-13 Alan Modra <amodra@gmail.com>
2599
2600 * testsuite/ld-x86-64/pr14207.d: Adjust relro p_filesz.
2601
407aa07c
AM
26022018-02-07 Alan Modra <amodra@gmail.com>
2603
2604 Revert 2018-01-17 Alan Modra <amodra@gmail.com>
2605 * emultempl/ppc32elf.em: Remove --speculate-indirect-jumps support.
2606 * emultempl/ppc64elf.em: Likesize
2607 * ld.texinfo: Likewise
2608 * testsuite/ld-powerpc/elfv2exe.d,
2609 * testsuite/ld-powerpc/elfv2so.d,
2610 * testsuite/ld-powerpc/relbrlt.d,
2611 * testsuite/ld-powerpc/powerpc.exp: Likewise.
2612
c20c30f6
EB
26132018-02-06 Eric Botcazou <ebotcazou@adacore.com>
2614
2615 * testsuite/ld-elf/tls.exp (AFLAGS_PIC): Define on SPARC.
2616 (pr22263-1): Pass AFLAGS_PIC to the assembler.
2617 * testsuite/ld-sparc/tlspie32.s: Add test for other 3 transitions.
2618 * testsuite/ld-sparc/tlspie32.dd: Adjust to above.
2619 * testsuite/ld-sparc/tlspie64.s: Add test for other 3 transitions.
2620 * testsuite/ld-sparc/tlspie64.dd: Adjust to above.
2621
279b2f94
RL
26222018-02-05 Renlin Li <renlin.li@arm.com>
2623
2624 PR ld/22764
2625 * testsuite/ld-aarch64/emit-relocs-258.s: Define symbol as an address.
2626 * testsuite/ld-aarch64/emit-relocs-259.s: Likewise.
2627 * testsuite/ld-aarch64/pr22764.s: New.
2628 * testsuite/ld-aarch64/pr22764.d: New.
2629
cd048363
L
26302018-02-05 H.J. Lu <hongjiu.lu@intel.com>
2631
2632 PR ld/22782
2633 * testsuite/ld-i386/discarded1.s: Replace mov with div.
2634 * testsuite/ld-x86-64/discarded1.s: Likewise.
2635 * testsuite/ld-i386/i386.exp: Run pr22782.
2636 * testsuite/ld-i386/load1-nacl.d: Updated for removing
2637 _GLOBAL_OFFSET_TABLE_ from output.
2638 * testsuite/ld-i386/load1.d: Likewise.
2639 * testsuite/ld-x86-64/load1a-nacl.d: Likewise.
2640 * testsuite/ld-x86-64/load1a.d: Likewise.
2641 * testsuite/ld-x86-64/load1b-nacl.d: Likewise.
2642 * testsuite/ld-x86-64/load1b.d: Likewise.
2643 * testsuite/ld-i386/pr22782.d: New file.
2644 * testsuite/ld-i386/pr22782.s: Likewise.
2645 * testsuite/ld-x86-64/pr22782.s: Likewise.
2646 * testsuite/ld-x86-64/pr22782a.d: Likewise.
2647 * testsuite/ld-x86-64/pr22782b.d: Likewise.
2648 * testsuite/ld-x86-64/x86-64.exp: Run pr22782a and pr22782b.
2649
f174ef9f
NC
26502018-02-05 Nick Clifton <nickc@redhat.com>
2651
2652 * po/pt_BR.po: Updated Brazilian Portuguese translation.
2653
9f7393d8
L
26542018-02-04 H.J. Lu <hongjiu.lu@intel.com>
2655
2656 * testsuite/ld-i386/lea1d.d: Replace -Sw with -SW.
2657 * testsuite/ld-i386/lea1e.d: Likewise.
2658 * testsuite/ld-i386/lea1f.d: Likewise.
2659 * testsuite/ld-x86-64/lea1g.d: Likewise.
2660 * testsuite/ld-x86-64/lea1h.d: Likewise.
2661 * testsuite/ld-x86-64/lea1i.d: Likewise.
2662 * testsuite/ld-x86-64/lea1j.d: Likewise.
2663 * testsuite/ld-x86-64/lea1k.d: Likewise.
2664 * testsuite/ld-x86-64/lea1l.d: Likewise.
2665
b0daac83
NC
26662018-02-03 Nick Clifton <nickc@redhat.com>
2667
2668 PR 22762
2669 * scripttempl/pe.sc: Remove PROVIDE()s from __CTOR_LIST__ and
2670 __DTOR_LIST__ symbols. Add a comment explaining why this is
2671 necessary.
2672 * scripttemp/pep.sc: Likewise.
2673 * ld.texinfo (PROVIDE): Add a note about the effect of common
2674 symbols.
2675
138a158f
SL
26762018-02-03 Sandra Loosemore <sandra@codesourcery.com>
2677
2678 * emulparams/nios2elf.sh (GENERATE_SHLIB_SCRIPT): Don't set.
2679
e54d3c94
MR
26802018-02-02 Maciej W. Rozycki <macro@mips.com>
2681
2682 * testsuite/ld-elf/shared.exp: Add $AFLAGS_PIC throughout to PIC
2683 assembly builds where missing and remove `tic6x-*-*' XFAIL
2684 markings accordingly.
2685
e99955cd
SM
26862018-02-01 Simon Marchi <simon.marchi@ericsson.com>
2687
2688 * ldexp.c (fold_name, exp_fold_tree_1): Avoid pointer arithmetic
2689 on NULL pointer.
2690
f000c2b9
L
26912018-01-31 H.J. Lu <hongjiu.lu@intel.com>
2692
2693 * testsuite/ld-elf/pr21964-5.c (my_var): Mark as used.
2694
450b6317
MR
26952018-01-31 Maciej W. Rozycki <macro@mips.com>
2696
2697 * testsuite/ld-elf/shared.exp: Fix a typo s/scrip/script/.
2698
8988502d
MR
26992018-01-31 Maciej W. Rozycki <macro@mips.com>
2700
2701 * testsuite/ld-elf/comm-data.exp: Pass `-call_shared' to links
2702 involving a shared library for `mips*vr4100*-*-elf*',
2703 `mips*vr4300*-*-elf*' and `mips*vr5000*-*-elf*' targets.
2704 * testsuite/ld-elf/provide-hidden.exp: Likewise.
2705 * testsuite/ld-elf/shared.exp: Likewise.
2706 * testsuite/ld-gc/gc.exp: Likewise.
2707 * testsuite/ld-mips-elf/comm-data.exp: Likewise.
2708
f3a9baf1
MR
27092018-01-31 Maciej W. Rozycki <macro@mips.com>
2710
2711 * testsuite/ld-elf/elf.exp: Move shared library tests over to...
2712 * testsuite/ld-elf/shared.exp: ... here.
2713
bf3077a6
MM
27142018-01-31 Michael Matz <matz@suse.de>
2715
2716 * testsuite/ld-elf/pr21964-5.c: New test.
2717 * testsuite/ld-elf/shared.exp: Run it.
2718
823143c6
L
27192018-01-31 H.J. Lu <hongjiu.lu@intel.com>
2720
2721 PR ld/21964
2722 * testsuite/ld-elf/pr21964-4.c: New file.
2723 * testsuite/ld-elf/shared.exp: Run pr21964-4 test on Linux.
2724
040b4a9e
AM
27252018-01-30 Alan Modra <amodra@gmail.com>
2726
2727 * testsuite/ld-gc/stop.d,
2728 * testsuite/ld-gc/stop.s: New test.
2729 * testsuite/ld-gc/gc.exp: Run it.
2730
af667f22
MR
27312018-01-30 Maciej W. Rozycki <macro@mips.com>
2732
2733 PR ld/22649
2734 * testsuite/ld-elf/pr22649-2ab-mips.msg: New stderr output.
2735 * testsuite/ld-elf/pr22649-2cd-mips.msg: New stderr output.
2736 * testsuite/ld-elf/shared.exp: Use the new outputs with
2737 `mips*-*-*' targets.
2738
82252033
MR
27392018-01-30 Maciej W. Rozycki <macro@mips.com>
2740
2741 * testsuite/ld-elf/comm-data1.sd: Alternatively accept
2742 `PRC[0xff02]' in place of a regular section index.
2743 * testsuite/ld-elf/pr21703-shared.sd: Likewise `PRC[0xff01]'.
2744
36b8fda5
AM
27452018-01-29 Alan Modra <amodra@gmail.com>
2746
2747 * testsuite/ld-elf/pr21964-3a.c: New file.
2748 * testsuite/ld-elf/pr21964-3c.c: New file.
2749 * testsuite/ld-elf/shared.exp: Run new __start/__stop testcase.
2750
185cdb8c
EB
27512018-01-29 Eric Botcazou <ebotcazou@adacore.com>
2752
2753 * testsuite/ld-elf/shared.exp (AFLAGS_PIC): Define on SPARC.
2754 (pr22269-1): Pass AFLAGS_PIC to the assembler.
2755
d85815e2
EB
27562018-01-29 Eric Botcazou <ebotcazou@adacore.com>
2757
2758 * testsuite/ld-elf/pr22450.d: Remove reference to SPARC64.
2759
86b24e15
MR
27602018-01-29 Maciej W. Rozycki <macro@mips.com>
2761
2762 * testsuite/ld-mips-elf/comm-data.exp: Correct support for
2763 targets using non-traditional MIPS emulation or having a limited
2764 selection of ABIs available. Don't force big endianness, use
2765 defaults.
2766
98d72909
L
27672018-01-29 H.J. Lu <hongjiu.lu@intel.com>
2768
2769 PR ld/22732
2770 * testsuite/config/default.exp (STATIC_LDFLAGS): New. Set to
2771 "-static" if target compiler supports it.
2772 * testsuite/ld-bootstrap/bootstrap.exp: Skip static executable
2773 tests if target compiler doesn't support it.
2774 * testsuite/ld-ifunc/ifunc.exp: Likewise.
2775 * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Likewise.
2776 (run_cc_link_tests): Likewise.
2777
fef75122
L
27782018-01-27 H.J. Lu <hongjiu.lu@intel.com>
2779
2780 PR ld/22751
2781 * testsuite/config/default.exp (INT128_CFLAGS): New.
2782 * testsuite/ld-plugin/lto.exp (INT128_CFLAGS): New.
2783 Run ld/22751 tests.
2784 * testsuite/ld-plugin/pr22751.c: New file.
2785 * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Add
2786 ld trailing options.
2787
d580dcc7
AM
27882018-01-28 Alan Modra <amodra@gmail.com>
2789
2790 PR 22751
2791 * ldlang.c (find_rescan_insertion): Look past bfds with claim_archive
2792 set.
2793
2ebd05b8
MR
27942018-01-26 Maciej W. Rozycki <macro@mips.com>
2795
2796 * emulparams/elf32mipswindiss.sh (EXTRA_EM_FILE): Set to
2797 `mipself'.
2798
bb363086
EB
27992018-01-25 Eric Botcazou <ebotcazou@adacore.com>
2800
2801 * testsuite/ld-sparc/sparc.exp (32-bit: Helper shared library):
2802 Link with a version script.
2803 (32-bit: TLS -fpie): New test.
2804 (64-bit: Helper shared library): Link with a version script.
2805 (64-bit: TLS -fpie): New test.
2806 (64-bit: GOTDATA relocations): Pass -Av9 to the assembler.
2807 * testsuite/ld-sparc/tlslib.ver: New file.
2808 * testsuite/ld-sparc/tlspie32.dd: Likewise.
2809 * testsuite/ld-sparc/tlspie32.s: Likewise.
2810 * testsuite/ld-sparc/tlspie64.dd: Likewise.
2811 * testsuite/ld-sparc/tlspie64.s: Likewise.
2812 * testsuite/ld-sparc/tlssunbin32.dd: Adjust for versioned symbol.
2813 * testsuite/ld-sparc/tlssunbin32.rd: Likewise.
2814 * testsuite/ld-sparc/tlssunbin32.sd: Likewise.
2815 * testsuite/ld-sparc/tlssunbin64.dd: Likewise.
2816 * testsuite/ld-sparc/tlssunbin64.rd: Likewise.
2817 * testsuite/ld-sparc/tlssunbin64.sd: Likewise.
2818
1daf502a
RL
28192018-01-24 Renlin Li <renlin.li@arm.com>
2820
2821 * testsuite/ld-aarch64/aarch64-elf.exp: Run new testes.
2822 * testsuite/ld-aarch64/emit-relocs-287.s: Fix test case.
2823 * testsuite/ld-aarch64/emit-relocs-287.d: Fix expected output.
2824 * testsuite/ld-aarch64/emit-relocs-287-overflow.s: New.
2825 * testsuite/ld-aarch64/emit-relocs-287-overflow.d: New.
2826 * testsuite/ld-aarch64/emit-relocs-288.d: New.
2827 * testsuite/ld-aarch64/emit-relocs-288.s: New.
2828 * testsuite/ld-aarch64/emit-relocs-289.d: New.
2829 * testsuite/ld-aarch64/emit-relocs-289.s: New.
2830 * testsuite/ld-aarch64/emit-relocs-289-overflow.s: New.
2831 * testsuite/ld-aarch64/emit-relocs-289-overflow.d: New.
2832 * testsuite/ld-aarch64/emit-relocs-290.d: New.
2833 * testsuite/ld-aarch64/emit-relocs-290.s: New.
2834 * testsuite/ld-aarch64/emit-relocs-291.d: New.
2835 * testsuite/ld-aarch64/emit-relocs-291.s: New.
2836 * testsuite/ld-aarch64/emit-relocs-291-overflow.s: New.
2837 * testsuite/ld-aarch64/emit-relocs-291-overflow.d: New.
2838 * testsuite/ld-aarch64/emit-relocs-292.d: New.
2839 * testsuite/ld-aarch64/emit-relocs-292.s: New.
2840 * testsuite/ld-aarch64/emit-relocs-293.d: New.
2841 * testsuite/ld-aarch64/emit-relocs-293.s: New.
2842
8a1b824a
L
28432018-01-20 H.J. Lu <hongjiu.lu@intel.com>
2844
2845 PR ld/22721
2846 * testsuite/ld-plugin/lto.exp: Run PR ld/22721 tests.
2847 * testsuite/ld-plugin/pr22721.t: New file.
2848 * testsuite/ld-plugin/pr22721a.s: Likewise.
2849 * testsuite/ld-plugin/pr22721b.c: Likewise.
2850
1ebfa86a
L
28512018-01-18 H.J. Lu <hongjiu.lu@intel.com>
2852
2853 * testsuite/ld-elf/group1.d: Also xfail Solaris.
2854
f7968f08
L
28552018-01-18 H.J. Lu <hongjiu.lu@intel.com>
2856
2857 * testsuite/ld-elf/linkinfo1a.d: Updated for slightly different
2858 PLT/GOT order/layout for Solaris/x86 targets.
2859 * testsuite/ld-elf/linkinfo1b.d: Likewise.
2860
c5bdb022
L
28612018-01-18 H.J. Lu <hongjiu.lu@intel.com>
2862
2863 PR ld/22728
2864 * emultempl/solaris2.em (elf_solaris2_after_allocation): Fold
2865 into ...
2866 (elf_solaris2_before_allocation): This.
2867 (LDEMUL_AFTER_ALLOCATION): Removed.
2868
691d2e9a
AM
28692018-01-18 Alan Modra <amodra@gmail.com>
2870
2871 * emultempl/ppc32elf.em: Support optional --plt-align arg.
2872 * emultempl/ppc64elf.em: Support negative --plt-align arg.
2873
1be5d8d3
AM
28742018-01-17 Alan Modra <amodra@gmail.com>
2875
2876 * emultempl/ppc32elf.em (params): Init new field.
2877 (OPTION_SPECULATE_INDIRECT_JUMPS): Define.
2878 (OPTION_NO_SPECULATE_INDIRECT_JUMPS): Define.
2879 (PARSE_AND_LIST_LONGOPTS): Handle new options.
2880 (PARSE_AND_LIST_ARGS_CASES): Likewise.
2881 (PARSE_AND_LIST_OPTIONS): Likewise.
2882 * emultempl/ppc64elf.em (params): Init new field.
2883 (OPTION_SPECULATE_INDIRECT_JUMPS): Define.
2884 (OPTION_NO_SPECULATE_INDIRECT_JUMPS): Define.
2885 (PARSE_AND_LIST_LONGOPTS): Handle --speculate-indirect-jumps.
2886 (PARSE_AND_LIST_OPTIONS): Likewise.
2887 (PARSE_AND_LIST_ARGS_CASES): Likewise.
2888 * ld.texinfo (--no-plt-thread-safe): Correct itemx.
2889 (--speculate-indirect-jumps): Document.
2890 * testsuite/ld-powerpc/elfv2exe.d,
2891 * testsuite/ld-powerpc/elfv2so.d,
2892 * testsuite/ld-powerpc/relbrlt.d,
2893 * testsuite/ld-powerpc/powerpc.exp: Disable plt alignment and
2894 speculation barriers on various tests.
2895
9e390558
AM
28962018-01-17 Alan Modra <amodra@gmail.com>
2897
2898 * emultempl/ppc32elf.em (params): Init new field.
2899 (enum ppc32_opt): New enum to define OPTION_* values. Add
2900 OPTION_PLT_ALIGN and OPTION_NO_PLT_ALIGN.
2901 (PARSE_AND_LIST_LONGOPTS): Handle new options.
2902 (PARSE_AND_LIST_ARGS_CASES): Likewise.
2903 (PARSE_AND_LIST_OPTIONS): Likewise. Break up help output.
2904 * emultempl/ppc64elf.em (ppc_add_stub_section): Init alignment
2905 correctly for negative --plt-stub-align.
2906 * testsuite/ld-powerpc/elfv2exe.d,
2907 * testsuite/ld-powerpc/elfv2so.d,
2908 * testsuite/ld-powerpc/relbrlt.d,
2909 * testsuite/ld-powerpc/relbrlt.s,
2910 * testsuite/ld-powerpc/tlsexe.d,
2911 * testsuite/ld-powerpc/tlsexe.r,
2912 * testsuite/ld-powerpc/tlsexe32.d,
2913 * testsuite/ld-powerpc/tlsexe32.g,
2914 * testsuite/ld-powerpc/tlsexe32.r,
2915 * testsuite/ld-powerpc/tlsexetoc.d,
2916 * testsuite/ld-powerpc/tlsexetoc.r,
2917 * testsuite/ld-powerpc/tlsopt5_32.d,
2918 * testsuite/ld-powerpc/tlsso.d,
2919 * testsuite/ld-powerpc/tlstocso.d: Update for changed stub order.
2920
f6efed01
NC
29212018-01-16 Nick Clifton <nickc@redhat.com>
2922
f174ef9f 2923 * po/pt_BR.po: Updated Brazilian Portuguese translation.
f6efed01 2924
616dcb87
NC
29252018-01-15 Nick Clifton <nickc@redhat.com>
2926
2927 * po/uk.po: Updated Ukranian translation.
2928
3957a496
NC
29292018-01-13 Nick Clifton <nickc@redhat.com>
2930
2931 * po/ld.pot: Regenerated.
2932
769c7ea5
NC
29332018-01-13 Nick Clifton <nickc@redhat.com>
2934
2935 * configure: Regenerate.
2936
9176ac5b
NC
29372018-01-13 Nick Clifton <nickc@redhat.com>
2938
faf766e3 2939 2.30 branch created.
9176ac5b
NC
2940 * NEWS: Add marker for 2.30.
2941
5ae5d3fd
AM
29422018-01-12 Alan Modra <amodra@gmail.com>
2943
2944 * testsuite/ld-elf/elf.exp: xfail "pr22374 function pointer
2945 initialization" for currently failing targets.
2946
87e79a65
AM
29472018-01-12 Alan Modra <amodra@gmail.com>
2948
2949 PR ld/22649
2950 * testsuite/ld-elf/pr22649.msg: Allow other messages.
2951 * testsuite/ld-elf/shared.exp: Check that --gc-sections is
2952 supported before running ld/22649 tests.
2953
97a232d7
NC
29542018-01-12 Nick Clifton <nickc@redhat.com>
2955
2956 * emultempl/elf32.em (_handle_option): Add support for "-z undefs"
2957 as the opposite of "-z defs".
2958 * ld.texinfo: Document the new option. Update the description of
2959 the -z defs option to make it clear that it does generate an error
2960 if an undefined symbol reference is found in an object file whilst
2961 creating a shared library.
2962 * NEWS: Document this new feature.
2963
33eff4ce
L
29642018-01-11 H.J. Lu <hongjiu.lu@intel.com>
2965
2966 * testsuite/ld-elf/pr22393-2a.rd: Replace "-z textonly" with
2967 "-z separate-code".
2968 * testsuite/ld-elf/pr22393-2b.rd: Likewise.
2969 * testsuite/ld-x86-64/pr22393-3a.rd: Likewise.
2970 * testsuite/ld-x86-64/pr22393-3b.rd: Likewise.
2971
cf9e7f1f
L
29722018-01-11 H.J. Lu <hongjiu.lu@intel.com>
2973
2974 PR ld/22393
2975 * testsuite/ld-x86-64/pr22393-3a.c: New file.
2976 * testsuite/ld-x86-64/pr22393-3a.rd: Likewise.
2977 * testsuite/ld-x86-64/pr22393-3b.c: Likewise.
2978 * testsuite/ld-x86-64/pr22393-3b.rd: Likewise.
2979 * testsuite/ld-x86-64/x86-64.exp: Run tests for -z separate-code
2980 -z max-page-size=0x1000.
2981
d346bb27
L
29822018-01-11 H.J. Lu <hongjiu.lu@intel.com>
2983
2984 PR ld/22393
2985 * testsuite/ld-elf/pr16322.d: Add -z noseparate-code.
2986 * testsuite/ld-elf/pr22393-1.s: New file.
2987 * testsuite/ld-elf/pr22393-1a.d: Likewise.
2988 * testsuite/ld-elf/pr22393-1b.d: Likewise.
2989 * testsuite/ld-elf/pr22393-1c.d: Likewise.
2990 * testsuite/ld-elf/pr22393-1d.d: Likewise.
2991 * testsuite/ld-elf/pr22393-1e.d: Likewise.
2992 * testsuite/ld-elf/pr22393-1f.d: Likewise.
2993 * testsuite/ld-elf/pr22393-2a.c: Likewise.
2994 * testsuite/ld-elf/pr22393-2a.rd: Likewise.
2995 * testsuite/ld-elf/pr22393-2b.c: Likewise.
2996 * testsuite/ld-elf/pr22393-2b.rd: Likewise.
2997 * testsuite/ld-elf/shared.exp: Run tests for -z separate-code.
2998
47acac12
L
29992018-01-11 H.J. Lu <hongjiu.lu@intel.com>
3000
3001 PR ld/22393
3002 * NEWS: Mention "-z separate-code".
3003 * emultempl/elf32.em (gld${EMULATION_NAME}_get_script): Get
3004 builtin linker scripts and return linker scripts from disk for
3005 "-z separate-code".
3006 (gld${EMULATION_NAME}_handle_option): Handle "-z separate-code"
3007 and "-z noseparate-code".
3008 * genscripts.sh: Generate linker scripts for "-z separate-code".
3009 (LD_FLAG): Set to *textonly for "-z separate-code".
3010 * ld.texinfo: Document "-z separate-code".
3011 * lexsup.c (elf_shlib_list_options): Add linker help messsages
3012 for "-z separate-code" and "-z noseparate-code".
3013 * scripttempl/elf.sc (SEPARATE_TEXT): New
3014 (TEXT_SEGMENT_ALIGN): Likewise.
3015 Use ${TEXT_SEGMENT_ALIGN} to align and pad text segment to
3016 ${MAXPAGESIZE}.
3017
d664fd41
L
30182018-01-11 H.J. Lu <hongjiu.lu@intel.com>
3019
3020 PR ld/22649
3021 * testsuite/ld-elf/pr22649-1.s: New file.
3022 * testsuite/ld-elf/pr22649-2a.s: Likewise.
3023 * testsuite/ld-elf/pr22649-2b.s: Likewise.
3024 * testsuite/ld-elf/pr22649.msg: Likewise.
3025 * testsuite/ld-elf/shared.exp: Run ld/22649 tests.
3026
8b6f4cd3
L
30272018-01-11 H.J. Lu <hongjiu.lu@intel.com>
3028
3029 PR ld/22677
3030 * scripttempl/elf.sc (PREINIT_ARRAY): New.
3031 Don't add .preinit_array for ld -r.
3032 * testsuite/ld-elf/pr22677.d: New file.
3033 * testsuite/ld-elf/pr22677.s: Likewise.
3034
65f14869
AB
30352018-01-11 Andrew Burgess <andrew.burgess@embecosm.com>
3036
3037 * ldexp.h (union etree_union): Remove defsym field.
3038 * ldexp.c (exp_assop): Remove defsym parameter, and use of defsym
3039 parameter.
3040 (exp_assign): Remove passing of defsym parameter.
3041 (exp_defsym): Likewise.
3042 (exp_provide): Likewise.
3043
eab62f2f
AB
30442018-01-11 Andrew Burgess <andrew.burgess@embecosm.com>
3045
3046 * ldexp.c (exp_fold_tree_1): Rework condition underwhich provide
3047 nodes are ignored in the tree walk, and move the location at which
3048 we change provide nodes into provided nodes.
3049 (exp_init_os): Add etree_provided.
3050 * testsuite/ld-scripts/provide-6.d: New file.
3051 * testsuite/ld-scripts/provide-6.t: New file.
3052 * testsuite/ld-scripts/provide-7.d: New file.
3053 * testsuite/ld-scripts/provide-7.t: New file.
3054 * testsuite/ld-scripts/provide-8.d: New file.
3055 * testsuite/ld-scripts/provide-8.t: New file.
3056
8be965c5
AB
30572018-01-11 Andrew Burgess <andrew.burgess@embecosm.com>
3058
3059 * testsuite/ld-scripts/provide-3.d: Add xfail directive.
3060 * testsuite/ld-scripts/provide-4.d: Use new map file name.
3061 * testsuite/ld-scripts/provide-5.d: Use new map file name.
3062 * testsuite/ld-scripts/provide-4-map.d: Renamed to...
3063 * testsuite/ld-scripts/provide-4.map: ...this.
3064 * testsuite/ld-scripts/provide-5-map.d: Renamed to...
3065 * testsuite/ld-scripts/provide-5.map: ...this.
3066 * testsuite/ld-scripts/provide.exp: Move xfail into provide-3.d
3067 file, and run tests in a loop.
3068
b3b9f8d3
AB
30692018-01-11 Andrew Burgess <andrew.burgess@embecosm.com>
3070
3071 * ldexp.c (exp_print_tree): Use '=' instead of ',' when printing
3072 PROVIDE statements.
3073 * testsuite/ld-scripts/provide-4.map: Update expected output.
3074 * testsuite/ld-scripts/provide-5.map: Likewise.
3075
6bd0a312
L
30762018-01-11 H.J. Lu <hongjiu.lu@intel.com>
3077
3078 PR ld/22696
3079 * scripttempl/elf.sc: Fix the order of SHLIB_RODATA_ADDR.
3080
74ccf6db
JW
30812018-01-09 Jim Wilson <jimw@sifive.com>
3082
3083 * testsuite/ld-elf/eh-frame-hdr.d (#xfail): Delete
3084 (#alltargets): Renamed from #target. Add shared.
3085 * testsuite/lib/ld-lib.exp (run_dump_test): Document shared target.
3086 Document alltargets option. Add support for alltargets option.
3087 (istarget): Add support for shared target.
3088
7615ca1d
JW
30892018-01-08 Jim Wilson <jimw@sifive.com>
3090
3091 * testsuite/ld-riscv-elf/c-lui.d: Don't use -shared. Check for _start
3092 instead of .text.
3093 * testsuite/ld-riscv-elf/c-lui.s: Add _start label.
3094 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Before __global_pointer$
3095 tests, add call to check_shared_lib_support.
3096
be1dce26
JW
30972018-01-05 Jim Wilson <jimw@sifive.com>
3098
35eeb78f
JW
3099 * testsuite/ld-riscv-elf/disas-jalr.d: New.
3100 * testsuite/ld-riscv-elf/disas-jalr.s: New.
3101 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Run new testcase.
3102
be1dce26
JW
3103 * emulparams/elf32lriscv-defs.sh (GENERATE_SHLIB_SCRIPT): Move inside
3104 case on $target, and don't set for riscv*-elf targets.
3105 (GENERATE_PIE_SCRIPT): Likewise.
3106
219d1afa
AM
31072018-01-03 Alan Modra <amodra@gmail.com>
3108
3109 Update year range in copyright notice of all files.
3110
1e563868 3111For older changes see ChangeLog-2017
3499769a 3112\f
1e563868 3113Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
3114
3115Copying and distribution of this file, with or without modification,
3116are permitted in any medium without royalty provided the copyright
3117notice and this notice are preserved.
3118
3119Local Variables:
3120mode: change-log
3121left-margin: 8
3122fill-column: 74
3123version-control: never
3124End:
This page took 0.29469 seconds and 4 git commands to generate.