Remove "memory exhausted" messages
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
3f2e9699
L
12020-08-22 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR ld/26382
4 * testsuite/ld-elf/pr26302.nd: Updated.
5 * testsuite/ld-elf/pr26302.rd: New file.
6 * testsuite/ld-elf/shared.exp: Add a test for readelf -sW.
7
01147b20
NC
82020-08-20 Nick Clifton <nickc@redhat.com>
9
10 PR 26428
11 * testsuite/ld-elf/zlibbegin.rS: Update expected output.
12 * testsuite/ld-elf/zlibnormal.rS: Likewise.
13
0dbd452a
AM
142020-08-16 Alan Modra <amodra@gmail.com>
15
16 * testsuite/ld-powerpc/inline.s,
17 * testsuite/ld-powerpc/inline-1.d,
18 * testsuite/ld-powerpc/inline-2.d,
19 * testsuite/ld-powerpc/inline-3.d,
20 * testsuite/ld-powerpc/inline-4.d,
21 * testsuite/ld-powerpc/inlinepcrel.s,
22 * testsuite/ld-powerpc/inlinepcrel-1.d,
23 * testsuite/ld-powerpc/inlinepcrel-2.d,
24 * testsuite/ld-powerpc/inlinepcrel-3.d: New tests.
25 * testsuite/ld-powerpc/powerpc.exp: Run them.
26
246b9ea1
L
272020-08-16 H.J. Lu <hongjiu.lu@intel.com>
28
29 PR binutils/26389
30 * testsuite/ld-plugin/lto.exp: Run PR binutils/26389 test.
31 * testsuite/ld-plugin/pr26389.c: New file.
32 * testsuite/ld-plugin/pr26389.d: Likewise.
33
95c21066
TC
342020-08-14 Tamar Christina <tamar.christina@arm.com>
35
36 * testsuite/ld-arm/thumb-plt-got.d: Relax regexpr.
37 * testsuite/ld-arm/thumb-plt.d: Likewise.
38
6738c8a7
AM
392020-08-13 Alan Modra <amodra@gmail.com>
40
41 * emultempl/ppc64elf.em (params): Init new field.
42 (enum ppc64_opt): Add OPTION_NO_PCREL_OPT.
43 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS),
44 (PARSE_AND_LIST_ARGS_CASES): Support --no-pcrel-optimize.
45
ccd9fae5
NC
462020-08-10 Nick Clifton <nickc@redhat.com>
47
48 PR ld/21351
49 * ld.texi: Clarify the behaviour of the --relax and --no-relax
50 options on systems that do not support them.
51
9b0ac51b
L
522020-08-10 H.J. Lu <hongjiu.lu@intel.com>
53
54 PR binutils/26302
55 * testsuite/ld-elf/pr26302.nd: New file.
56 * testsuite/ld-elf/pr26302.ver: Likewise.
57 * testsuite/ld-elf/pr26302a.c: Likewise.
58 * testsuite/ld-elf/pr26302b.c: Likewise.
59 * testsuite/ld-elf/shared.exp: Run binutils/26302 tests.
60
d844f10a
DF
612020-08-07 David Faust <david.faust@oracle.com>
62
63 * testsuite/ld-bpf/call-3.s: New file.
64 * testsuite/ld-bpf/call-3.d: Likewise.
65
3ee9565c
DF
662020-08-05 David Faust <david.faust@oracle.com>
67
68 * testsuite/ld-bpf/call-2.s: New file.
69 * testsuite/ld-bpf/call-2.d: Likewise.
70 * testsuite/ld-bpf/reloc-data-be.d: Likewise.
71 * testsuite/ld-bpf/reloc-data-le.d: Likewise.
72 * testsuite/ld-bpf/reloc-data.s: Likewise.
73 * testsuite/ld-bpf/reloc-insn-external-be.d: Likewise.
74 * testsuite/ld-bpf/reloc-insn-external-le.d: Likewise.
75 * testsuite/ld-bpf/reloc-insn-external.s: Likewise.
76 * testsuite/ld-bpf/reloc-insn32-be.d: Likewise.
77 * testsuite/ld-bpf/reloc-insn32-le.d: Likewise.
78 * testsuite/ld-bpf/reloc-insn32.s: Likewise.
79 * testsuite/ld-bpf/reloc-insn64-be.d: Likewise.
80 * testsuite/ld-bpf/reloc-insn64-le.d: Likewise.
81 * testsuite/ld-bpf/reloc-insn64.s: Likewise.
82
1a9f72a7
JL
832020-08-06 Jozef Lawrynowicz <jozef.l@mittosystems.com>
84
85 * emultempl/msp430.em (change_output_section): Update the tail
86 of the output section statement list when moving the original
87 tail to a different output section.
88 (eval_upper_either_sections): Don't move sections from the upper
89 region to the lower region unless the upper region is
90 overflowing.
91
ee44c2ac
AM
922020-08-03 Alan Modra <amodra@gmail.com>
93
94 * ldlex.l (yy_create_string_buffer): Use xmalloc rather than malloc.
95 * lexsup.c (parse_args): Likewise.
96
bfd133d0
AM
972020-08-03 Alan Modra <amodra@gmail.com>
98
99 PR 26328
100 * configure.ac: AC_CHECK_DECLS asprintf.
101 * configure: Regenerate.
102 * config.in: Regenerate.
103
39d744bd
AM
1042020-08-03 Alan Modra <amodra@gmail.com>
105
106 * testsuite/ld-elfvers/vers.exp (objdump_symstuff): Remove unused
107 variable. Init list_a and list_b to empty.
108 (objdump_dynsymstuff): Likewise, and remove undefined list_a
109 handling.
110 * testsuite/ld-elfweak/elfweak.exp (objdump_symstuff): Similarly.
111 (objdump_dynsymstuff): Similarly.
112
e6a6c767
L
1132020-07-31 H.J. Lu <hongjiu.lu@intel.com>
114
115 * testsuite/ld-elf/indirect.exp: Append -fno-lto to CC.
116 * testsuite/ld-elfvers/vers.exp: Likewise.
117 * testsuite/ld-elfweak/elfweak.exp: Likewise.
118 * testsuite/ld-ifunc/ifunc.exp: Likewise.
119 * testsuite/ld-plugin/lto.exp (no_lto): New.
120 Add $no_lto to build pr15146c.so.
121 * testsuite/lib/ld-lib.exp (at_least_gcc_version): Filter out
122 -Wl,xxx options.
123 (check_gcc_plugin_enabled): Likewise.
124 (run_ld_link_exec_tests): Prepend -fno-lto to $cflags.
125 (run_cc_link_tests): Likewise.
126
223d5266
SV
1272020-07-31 Shahab Vahedi <shahab@synopsys.com>
128
129 * scripttempl/elfarc.sc (.init_array): Keep ".init_array.*".
130 (.fini_array): Keep ".fini_array.*".
131
c8693053
RO
1322020-07-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
133
134 * Makefile.am (AM_CPPFLAGS): Add LARGEFILE_CPPFLAGS.
135 * Makefile.in: Regenerate.
136 * configure: Regenerate.
137
c77cb2a0
MR
1382020-07-29 Maciej W. Rozycki <macro@linux-mips.org>
139
140 * testsuite/ld-elf/sec64k.exp: Also accept a section symbol with
141 a name.
142 * testsuite/ld-mips-elf/global-local-symtab-sort-o32.d: New
143 test.
144 * testsuite/ld-mips-elf/global-local-symtab-sort-o32t.d: New
145 test.
146 * testsuite/ld-mips-elf/global-local-symtab-sort-n32.d: New
147 test.
148 * testsuite/ld-mips-elf/global-local-symtab-sort-n32t.d: New
149 test.
150 * testsuite/ld-mips-elf/global-local-symtab-sort-n64.d: New
151 test.
152 * testsuite/ld-mips-elf/global-local-symtab-sort-n64t.d: New
153 test.
154 * testsuite/ld-mips-elf/global-local-symtab-final-o32.d: New
155 test.
156 * testsuite/ld-mips-elf/global-local-symtab-final-n32.d: New
157 test.
158 * testsuite/ld-mips-elf/global-local-symtab-final-n64.d: New
159 test.
160 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
161
3f1b17bb
MR
1622020-07-29 Maciej W. Rozycki <macro@linux-mips.org>
163
164 * testsuite/ld-mips-elf/global-local-symtab-o32.d: New test.
165 * testsuite/ld-mips-elf/global-local-symtab-o32t.d: New test.
166 * testsuite/ld-mips-elf/global-local-symtab-n32.d: New test.
167 * testsuite/ld-mips-elf/global-local-symtab-n32t.d: New test.
168 * testsuite/ld-mips-elf/global-local-symtab-n64.d: New test.
169 * testsuite/ld-mips-elf/global-local-symtab.ld: New test linker
170 script.
171 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
172
5987401f
AM
1732020-07-29 Alan Modra <amodra@gmail.com>
174
175 * ldelf.c (ldelf_before_place_orphans): Set SEC_EXCLUDE for
176 discarded sections.
177
f437dadd
AM
1782020-07-28 Alan Modra <amodra@gmail.com>
179
180 * ldlang.c (lang_check): Don't complain about relocs or merge
181 attributes from --just-symbols input.
182 * testsuite/ld-misc/just-symbols.exp: Just dump .data section.
183 Don't run test on a number of targets.
184
c38166b3
AM
1852020-07-28 Alan Modra <amodra@gmail.com>
186
187 * testsuite/ld-misc/just-symbols-1.dd: Revert last change.
188
32377a80
AM
1892020-07-27 Alan Modra <amodra@gmail.com>
190
191 * testsuite/ld-misc/just-symbols.exp: Run for x86_64 PE too.
192 Set LDFLAGS for PE and XCOFF.
193 * testsuite/ld-misc/just-symbols.ld: Accept XCOFF mapped .data.
c38166b3
AM
194 * testsuite/ld-misc/just-symbols-1.dd: Don't check format or
195 "Contents of section" lines.
32377a80 196
344e6653
AM
1972020-07-27 Alan Modra <amodra@gmail.com>
198
199 * testsuite/lib/ld-lib.exp (check_ctf_available): Check first that
200 target compiler is available.
201
97c79e21
MR
2022020-07-23 Maciej W. Rozycki <macro@wdc.com>
203
204 PR ld/26288
205 * ldelf.c (ldelf_after_open): Do not reject ET_EXEC input
206 supplied with `--just-symbols'.
207 * testsuite/ld-misc/just-symbols.exp: New test script.
208 * testsuite/ld-misc/just-symbols-1.dd: New test dump.
209 * testsuite/ld-misc/just-symbols.ld: New test linker script.
210 * testsuite/ld-misc/just-symbols-0.s: New test source.
211 * testsuite/ld-misc/just-symbols-1.s: New test source.
212
b5dd7120
MR
2132020-07-23 Maciej W. Rozycki <macro@wdc.com>
214
215 PR ld/26288
216
217 Revert:
218 PR 26047
219 * ldelf.c (ldelf_after_open): Fail if attempting to link one
220 executable into another.
221
62cdd7b1
NA
2222020-07-22 Nick Alcock <nick.alcock@oracle.com>
223
224 * testsuite/ld-ctf/ctf.exp: Skip on non-ELF for now.
225
fa03171f
NA
2262020-07-22 Nick Alcock <nick.alcock@oracle.com>
227
228 * ldlang.c (ldlang_open_ctf): Set SEC_EXCLUDE on all but the
229 first input .ctf section.
230
7cdfc346
NA
2312020-07-22 Nick Alcock <nick.alcock@oracle.com>
232
233 * configure.ac (enable_libctf): Substitute it.
234 * Makefile.am (enablings.exp): New.
235 (EXTRA_DEJAGNU_SITE_CONFIG): Add it.
236 (DISTCLEANFILES): Likewise.
237 * Makefile.in: Regenerate.
238 * configure: Likewise.
239 * testsuite/lib/ld-lib.exp (compile_one_cc): New.
240 (check_ctf_available): Likewise.
241 (skip_ctf_tests): Likewise.
242 * testsuite/ld-ctf/ctf.exp: Call skip_ctf_tests.
243
b1b33524
EB
2442020-07-22 Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com>
245
246 * testsuite/ld-ctf/ctf.exp: New file.
247 * testsuite/ld-ctf/A-2.c: New file.
248 * testsuite/ld-ctf/A.c: New file.
249 * testsuite/ld-ctf/B-2.c: New file.
250 * testsuite/ld-ctf/B.c: New file.
251 * testsuite/ld-ctf/C-2.c: New file.
252 * testsuite/ld-ctf/C.c: New file.
253 * testsuite/ld-ctf/array-char.c: New file.
254 * testsuite/ld-ctf/array-int.c: New file.
255 * testsuite/ld-ctf/array.d: New file.
256 * testsuite/ld-ctf/child-float.c: New file.
257 * testsuite/ld-ctf/child-int.c: New file.
258 * testsuite/ld-ctf/conflicting-cycle-1.B-1.d: New file.
259 * testsuite/ld-ctf/conflicting-cycle-1.B-2.d: New file.
260 * testsuite/ld-ctf/conflicting-cycle-1.parent.d: New file.
261 * testsuite/ld-ctf/conflicting-cycle-2.A-1.d: New file.
262 * testsuite/ld-ctf/conflicting-cycle-2.A-2.d: New file.
263 * testsuite/ld-ctf/conflicting-cycle-2.parent.d: New file.
264 * testsuite/ld-ctf/conflicting-cycle-3.C-1.d: New file.
265 * testsuite/ld-ctf/conflicting-cycle-3.C-2.d: New file.
266 * testsuite/ld-ctf/conflicting-cycle-3.parent.d: New file.
267 * testsuite/ld-ctf/conflicting-enums.d: New file.
268 * testsuite/ld-ctf/conflicting-typedefs.d: New file.
269 * testsuite/ld-ctf/cross-tu-1.c: New file.
270 * testsuite/ld-ctf/cross-tu-2.c: New file.
271 * testsuite/ld-ctf/cross-tu-conflicting-2.c: New file.
272 * testsuite/ld-ctf/cross-tu-cyclic-1.c: New file.
273 * testsuite/ld-ctf/cross-tu-cyclic-2.c: New file.
274 * testsuite/ld-ctf/cross-tu-cyclic-3.c: New file.
275 * testsuite/ld-ctf/cross-tu-cyclic-4.c: New file.
276 * testsuite/ld-ctf/cross-tu-cyclic-conflicting.d: New file.
277 * testsuite/ld-ctf/cross-tu-cyclic-nonconflicting.d: New file.
278 * testsuite/ld-ctf/cross-tu-into-cycle.d: New file.
279 * testsuite/ld-ctf/cross-tu-noncyclic.d: New file.
280 * testsuite/ld-ctf/cycle-1.c: New file.
281 * testsuite/ld-ctf/cycle-1.d: New file.
282 * testsuite/ld-ctf/cycle-2.A.d: New file.
283 * testsuite/ld-ctf/cycle-2.B.d: New file.
284 * testsuite/ld-ctf/cycle-2.C.d: New file.
285 * testsuite/ld-ctf/diag-ctf-version-0.d: New file.
286 * testsuite/ld-ctf/diag-ctf-version-0.s: New file.
287 * testsuite/ld-ctf/diag-ctf-version-2-unsupported-feature.d: New file.
288 * testsuite/ld-ctf/diag-ctf-version-2-unsupported-feature.s: New file.
289 * testsuite/ld-ctf/diag-ctf-version-f.d: New file.
290 * testsuite/ld-ctf/diag-ctf-version-f.s: New file.
291 * testsuite/ld-ctf/diag-cttname-invalid.d: New file.
292 * testsuite/ld-ctf/diag-cttname-invalid.s: New file.
293 * testsuite/ld-ctf/diag-cttname-null.d: New file.
294 * testsuite/ld-ctf/diag-cttname-null.s: New file.
295 * testsuite/ld-ctf/diag-cuname.d: New file.
296 * testsuite/ld-ctf/diag-cuname.s: New file.
297 * testsuite/ld-ctf/diag-decompression-failure.d: New file.
298 * testsuite/ld-ctf/diag-decompression-failure.s: New file.
299 * testsuite/ld-ctf/diag-parlabel.d: New file.
300 * testsuite/ld-ctf/diag-parlabel.s: New file.
301 * testsuite/ld-ctf/diag-parname.d: New file.
302 * testsuite/ld-ctf/diag-parname.s: New file.
303 * testsuite/ld-ctf/diag-unsupported-flag.d: New file.
304 * testsuite/ld-ctf/diag-unsupported-flag.s: New file.
305 * testsuite/ld-ctf/diag-wrong-magic-number-mixed.d: New file.
306 * testsuite/ld-ctf/diag-wrong-magic-number.d: New file.
307 * testsuite/ld-ctf/diag-wrong-magic-number.s: New file.
308 * testsuite/ld-ctf/enum-2.c: New file.
309 * testsuite/ld-ctf/enum.c: New file.
310 * testsuite/ld-ctf/function.c: New file.
311 * testsuite/ld-ctf/function.d: New file.
312 * testsuite/ld-ctf/slice.c: New file.
313 * testsuite/ld-ctf/slice.d: New file.
314 * testsuite/ld-ctf/super-sub-cycles.c: New file.
315 * testsuite/ld-ctf/super-sub-cycles.d: New file.
316 * testsuite/ld-ctf/typedef-int.c: New file.
317 * testsuite/ld-ctf/typedef-long.c: New file.
318 * testsuite/ld-ctf/union-1.c: New file.
319
5dba6f05
NA
3202020-07-22 Nick Alcock <nick.alcock@oracle.com>
321
322 * ldlex.h (option_values) <OPTION_CTF_VARIABLES,
323 OPTION_NO_CTF_VARIABLES, OPTION_CTF_SHARE_TYPES>: New.
324 * ld.h (ld_config_type) <ctf_variables, ctf_share_duplicated>:
325 New fields.
326 * ldlang.c (lang_merge_ctf): Use them.
327 * lexsup.c (ld_options): Add ctf-variables, no-ctf-variables,
328 ctf-share-types.
329 (parse_args) <OPTION_CTF_VARIABLES, OPTION_NO_CTF_VARIABLES,
330 OPTION_CTF_SHARE_TYPES>: New cases.
331 * ld.texi: Document new options.
332 * NEWS: Likewise.
333
f320bba5
EB
3342020-07-22 Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com>
335
336 * ldlang.c (lang_merge_ctf): Turn errors into warnings.
337 Fix a comment typo.
338 (lang_write_ctf): Turn an error into a warning.
339 (ldlang_open_ctf): Reformat warnings. Fix printing file names.
340
8b37e7b6
NA
3412020-07-22 Nick Alcock <nick.alcock@oracle.com>
342
343 * ldlang.c (lang_ctf_errs_warnings): New, print CTF errors
344 and warnings. Assert when libctf asserts.
345 (lang_merge_ctf): Call it.
346 (land_write_ctf): Likewise.
347
0e6a3f07
L
3482020-07-22 H.J. Lu <hongjiu.lu@intel.com>
349
350 PR ld/26262
351 PR ld/26267
352 * ldlang.c (lang_process): Set lto_all_symbols_read after all
353 LTO IR symbols have been read.
354 * plugin.c (plugin_notice): Override the IR definition only if
355 all LTO IR symbols have been read or the new definition is
356 non-weak and the the IR definition is weak
357 * testsuite/ld-plugin/lto.exp: Run PR ld/26262 and ld/26267
358 tests.
359 * testsuite/ld-plugin/pr26262a.c: New file.
360 * testsuite/ld-plugin/pr26262b.c: Likewise.
361 * testsuite/ld-plugin/pr26262c.c: Likewise.
362 * testsuite/ld-plugin/pr26267.err: Likewise.
363 * testsuite/ld-plugin/pr26267a.c: Likewise.
364 * testsuite/ld-plugin/pr26267b.c: Likewise.
365 * testsuite/ld-plugin/pr26267c.c: Likewise.
366
39326c35
NC
3672020-07-20 Nick Clifton <nickc@redhat.com>
368
369 * testsuite/ld-powerpc/powerpc.exp (ppcelftests): Use section name
370 .PPC.EMB.apuinfo instead of section number 2 in apuinfo tests.
371
2f5541f3
AM
3722020-07-20 Alan Modra <amodra@gmail.com>
373
374 PR 26265
375 * ldlang.c (undef_from_cmdline): Delete.
376 (ldlang_add_undef): Mark "cmdline" param unused.
377 (lang_end): Traverse gc_sym_list to determine whether a symbol root
378 has been specified. Update error message.
379 * testsuite/ld-gc/noent.d: Adjust for changed error message.
380
98b3697b
L
3812020-07-20 H.J. Lu <hongjiu.lu@intel.com>
382
383 PR gas/26263
384 * testsuite/ld-i386/pr26263.d: Updated.
385 * testsuite/ld-x86-64/pr26263.d: Likewise.
386 * testsuite/ld-x86-64/x86-64.exp: Run gas/26263 test for all ELF
387 targets.
388
2585b7a5
L
3892020-07-19 H.J. Lu <hongjiu.lu@intel.com>
390
391 PR gas/26263
392 * testsuite/ld-i386/i386.exp: Run PR gas/26263 test.
393 * testsuite/ld-x86-64/x86-64.exp: Likewise.
394 * testsuite/ld-i386/pr26263.d: New file.
395 * testsuite/ld-x86-64/pr26263.d: Likewise.
396 * testsuite/ld-x86-64/pr26263.s: Likewise.
397
4609ada4
HPN
3982020-07-19 Hans-Peter Nilsson <hp@bitrange.com>
399
400 * scripttempl/elf.sc (ETEXT_LAST_IN_RODATA_SEGMENT): New variable.
401 * emulparams/elf64mmix.sh (ETEXT_LAST_IN_RODATA_SEGMENT): Define.
402 * testsuite/ld-mmix/sec-1.d: Adjust.
403
e10a07b3
AM
4042020-07-19 Alan Modra <amodra@gmail.com>
405
406 * emultempl/ppc64elf.em (power10-stubs): Accept optional "auto" arg.
407 * ld.texi (power10-stubs): Update.
408 * testsuite/ld-powerpc/callstub-1.d: Force --power10-stubs.
409 * testsuite/ld-powerpc/callstub-2.d: Relax branch offset comparison.
410 * testsuite/ld-powerpc/callstub-4.d: New test.
411 * testsuite/ld-powerpc/notoc.d: Force --no-power10-stubs.
412 * testsuite/ld-powerpc/notoc3.d,
413 * testsuite/ld-powerpc/notoc3.s,
414 * testsuite/ld-powerpc/notoc3.wf: New test.
415 * testsuite/ld-powerpc/powerpc.exp: Run new tests. Pass
416 --no-power10-stubs for notoc link.
417
555a5789
HPN
4182020-07-17 Hans-Peter Nilsson <hp@bitrange.com>
419
420 * scripttempt/mmo.sc: Move .init first in .text output section.
421 * testsuite/ld-mmix/bpo-9m.d: Adjust accordingly.
422
36938cab
JB
4232020-07-15 Jan Beulich <jbeulich@suse.com>
424
425 * testsuite/ld-i386/ibt-plt-1.d, testsuite/ld-i386/ibt-plt-2a.d,
426 testsuite/ld-i386/ibt-plt-2c.d, testsuite/ld-i386/ibt-plt-3a.d,
427 testsuite/ld-i386/ibt-plt-3c.d, testsuite/ld-i386/plt-pic.pd,
428 testsuite/ld-i386/plt-pic2.dd, testsuite/ld-i386/plt.pd,
429 testsuite/ld-i386/plt2.dd, testsuite/ld-i386/pr19636-1d.d,
430 testsuite/ld-i386/pr19636-1l.d, testsuite/ld-i386/pr19636-2c.d,
431 testsuite/ld-i386/pr20830.d, testsuite/ld-i386/vxworks1-lib.dd,
432 testsuite/ld-i386/vxworks1.dd,
433 testsuite/ld-ifunc/ifunc-2-i386-now.d,
434 testsuite/ld-ifunc/ifunc-2-local-i386-now.d,
435 testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d,
436 testsuite/ld-ifunc/ifunc-2-x86-64-now.d,
437 testsuite/ld-ifunc/ifunc-21-x86-64.d,
438 testsuite/ld-ifunc/ifunc-22-x86-64.d,
439 testsuite/ld-ifunc/pr17154-i386-now.d,
440 testsuite/ld-ifunc/pr17154-i386.d,
441 testsuite/ld-ifunc/pr17154-x86-64-now.d,
442 testsuite/ld-ifunc/pr17154-x86-64.d,
443 testsuite/ld-x86-64/align-branch-1.d,
444 testsuite/ld-x86-64/bnd-branch-1-now.d,
445 testsuite/ld-x86-64/bnd-branch-1.d,
446 testsuite/ld-x86-64/bnd-ifunc-1-now.d,
447 testsuite/ld-x86-64/bnd-ifunc-1.d,
448 testsuite/ld-x86-64/bnd-ifunc-2-now.d,
449 testsuite/ld-x86-64/bnd-ifunc-2.d,
450 testsuite/ld-x86-64/bnd-plt-1-now.d,
451 testsuite/ld-x86-64/bnd-plt-1.d,
452 testsuite/ld-x86-64/call1a.d, testsuite/ld-x86-64/call1b.d,
453 testsuite/ld-x86-64/call1d.d, testsuite/ld-x86-64/call1e.d,
454 testsuite/ld-x86-64/call1f.d, testsuite/ld-x86-64/call1g.d,
455 testsuite/ld-x86-64/call1h.d, testsuite/ld-x86-64/call1i.d,
456 testsuite/ld-x86-64/gotpcrel1.dd,
457 testsuite/ld-x86-64/hidden2.d,
458 testsuite/ld-x86-64/ibt-plt-1-x32.d,
459 testsuite/ld-x86-64/ibt-plt-1.d,
460 testsuite/ld-x86-64/ibt-plt-2a-x32.d,
461 testsuite/ld-x86-64/ibt-plt-2a.d,
462 testsuite/ld-x86-64/ibt-plt-2c-x32.d,
463 testsuite/ld-x86-64/ibt-plt-2c.d,
464 testsuite/ld-x86-64/ibt-plt-3a-x32.d,
465 testsuite/ld-x86-64/ibt-plt-3a.d,
466 testsuite/ld-x86-64/ibt-plt-3c-x32.d,
467 testsuite/ld-x86-64/ibt-plt-3c.d,
468 testsuite/ld-x86-64/libno-plt-1b.dd,
469 testsuite/ld-x86-64/mpx3.dd, testsuite/ld-x86-64/mpx3n.dd,
470 testsuite/ld-x86-64/mpx4.dd, testsuite/ld-x86-64/mpx4n.dd,
471 testsuite/ld-x86-64/no-plt-1a.dd,
472 testsuite/ld-x86-64/no-plt-1b.dd,
473 testsuite/ld-x86-64/no-plt-1c.dd,
474 testsuite/ld-x86-64/no-plt-1d.dd,
475 testsuite/ld-x86-64/no-plt-1e.dd,
476 testsuite/ld-x86-64/no-plt-1f.dd,
477 testsuite/ld-x86-64/no-plt-1g.dd,
478 testsuite/ld-x86-64/plt-main-bnd.dd,
479 testsuite/ld-x86-64/plt-main-ibt-x32.dd,
480 testsuite/ld-x86-64/plt-main-ibt.dd,
481 testsuite/ld-x86-64/plt.pd, testsuite/ld-x86-64/plt2.dd,
482 testsuite/ld-x86-64/pr19609-5a.d,
483 testsuite/ld-x86-64/pr19609-5b.d,
484 testsuite/ld-x86-64/pr19609-5c.d,
485 testsuite/ld-x86-64/pr19609-5e.d,
486 testsuite/ld-x86-64/pr19609-7b.d,
487 testsuite/ld-x86-64/pr19609-7d.d,
488 testsuite/ld-x86-64/pr19636-2d.d,
489 testsuite/ld-x86-64/pr19636-2l.d,
490 testsuite/ld-x86-64/pr20253-1b.d,
491 testsuite/ld-x86-64/pr20253-1d.d,
492 testsuite/ld-x86-64/pr20253-1f.d,
493 testsuite/ld-x86-64/pr20253-1h.d,
494 testsuite/ld-x86-64/pr20253-1j.d,
495 testsuite/ld-x86-64/pr20253-1l.d,
496 testsuite/ld-x86-64/pr20830a-now.d,
497 testsuite/ld-x86-64/pr20830a.d,
498 testsuite/ld-x86-64/pr20830b-now.d,
499 testsuite/ld-x86-64/pr20830b.d,
500 testsuite/ld-x86-64/pr21038a-now.d,
501 testsuite/ld-x86-64/pr21038a.d,
502 testsuite/ld-x86-64/pr21038b-now.d,
503 testsuite/ld-x86-64/pr21038b.d,
504 testsuite/ld-x86-64/pr21038c-now.d,
505 testsuite/ld-x86-64/pr21038c.d,
506 testsuite/ld-x86-64/pr23930-x32.d,
507 testsuite/ld-x86-64/pr23930.d,
508 testsuite/ld-x86-64/pr25416-1a.d,
509 testsuite/ld-x86-64/pr25416-2a.d,
510 testsuite/ld-x86-64/pr26018.d,
511 testsuite/ld-x86-64/protected2-k1om.d,
512 testsuite/ld-x86-64/protected2-l1om.d,
513 testsuite/ld-x86-64/protected2.d,
514 testsuite/ld-x86-64/protected3.d,
515 testsuite/ld-x86-64/protected8.d,
516 testsuite/ld-x86-64/tlsbin.dd, testsuite/ld-x86-64/tlsbin2.dd,
517 testsuite/ld-x86-64/tlsbindesc.dd,
518 testsuite/ld-x86-64/tlsdesc.dd,
519 testsuite/ld-x86-64/tlsdesc.pd,
520 testsuite/ld-x86-64/tlsgd10.dd,
521 testsuite/ld-x86-64/tlsgd7.dd, testsuite/ld-x86-64/tlsgd8.dd,
522 testsuite/ld-x86-64/tlsgd9.dd,
523 testsuite/ld-x86-64/tlsgdesc.dd,
524 testsuite/ld-x86-64/tlsld3.dd, testsuite/ld-x86-64/tlsld4.dd,
525 testsuite/ld-x86-64/tlspic.dd, testsuite/ld-x86-64/tlspic2.dd,
526 testsuite/ld-x86-64/tlspie2b.d, testsuite/ld-x86-64/tlspie2c.d:
527 Adjust expectations.
528
a8a48c75
HPN
5292020-07-15 Hans-Peter Nilsson <hp@bitrange.com>
530
531 * testsuite/ld-mmix/undef-1.d, testsuite/ld-mmix/undef-1m.d,
532 testsuite/ld-mmix/undef-2.d, testsuite/ld-mmix/undef-2m.d: Add
533 start- and end-anchors to error-string to match just a
534 single-line error-message.
535
7a34d0ea
AM
5362020-07-13 Alan Modra <amodra@gmail.com>
537
538 * testsuite/ld-scripts/default-script1.d: Don't skip, xfail
539 using is_pecoff_format.
540 * testsuite/ld-scripts/default-script2.d: Likewise.
541 * testsuite/ld-scripts/default-script3.d: Likewise.
542 * testsuite/ld-scripts/default-script4.d: Likewise.
543 * testsuite/ld-scripts/pr20302.d: Remove x86_64-*-cygwin from notarget.
544 * testsuite/ld-scripts/provide-6.d: Remove x86_64-*-cygwin from xfail.
545 * testsuite/ld-scripts/provide-8.d: Likewise.
546
d882c988
AM
5472020-07-10 Alan Modra <amodra@gmail.com>
548
549 * ld.texi (PowerPC64 ELF64): Document --no-inline-optimize,
550 --power10-stubs and --no-power10-stubs.
551
d3b10ee7
AM
5522020-07-10 Alan Modra <amodra@gmail.com>
553
554 * emultempl/ppc64elf.em (params): Init new field.
555 (enum ppc64_opt): Add OPTION_POWER10_STUBS and OPTION_NO_POWER10_STUBS.
556 (PARSE_AND_LIST_LONGOPTS): Support --power10-stubs and
557 --no-power10-stubs.
558 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Likewise.
559 * testsuite/ld-powerpc/callstub-3.d: New test.
560 * testsuite/ld-powerpc/powerpc.exp: Run it.
561
fe49679d
AM
5622020-07-09 Alan Modra <amodra@gmail.com>
563
564 * emulparams/ppcpe.sh: Delete.
565 * scripttempl/ppcpe.sc: Delete.
566 * emulparams/ppclynx.sh: Delete.
567 * Makefile.am (ALL_EMULATION_SOURCES): Remove ppc PE and lynxos.
568 * configure.tgt: Likewise.
569 * emultempl/beos.em: Remove powerpc PE support.
570 * emultempl/pe.em: Likewise.
571 * po/BLD-POTFILES.in: Regenerate.
572 * Makefile.in: Regenerate.
573
c560184e
AM
5742020-07-09 Alan Modra <amodra@gmail.com>
575
576 * testsuite/ld-gc/gc.exp: Don't set -mminimal-toc for powerpc64,
577 and remove powerpc64 xfail. Use -fno-PIE for ppc32.
578
470cd0fa
AM
5792020-07-09 Alan Modra <amodra@gmail.com>
580
581 PR 18841
582 * testsuite/ld-ifunc/ifunc.exp: Run pr18841 tests non-pie.
583
babcb2ea
AM
5842020-07-08 Alan Modra <amodra@gmail.com>
585
586 * testsuite/lib/ld-lib.exp (ar_simple_create): Pass options before
587 ar command.
588 * testsuite/ld-powerpc/aix52.exp: Run for rs6000-aix5.2. Update
589 match files.
590 * testsuite/ld-powerpc/aix-abs-branch-1.dd: Update.
591 * testsuite/ld-powerpc/aix-core-sec-1.hd: Update.
592 * testsuite/ld-powerpc/aix-gc-1-32.dd: Update.
593 * testsuite/ld-powerpc/aix-gc-1-64.dd: Update.
594 * testsuite/ld-powerpc/aix-glink-1-32.dd: Update.
595 * testsuite/ld-powerpc/aix-glink-1-64.dd: Update.
596 * testsuite/ld-powerpc/aix-glink-2-32.dd: Update.
597 * testsuite/ld-powerpc/aix-glink-2-64.dd: Update.
598 * testsuite/ld-powerpc/aix-no-dup-syms-1-rel.rd: Update.
599 * testsuite/ld-powerpc/aix-ref-1-32.od: Update.
600 * testsuite/ld-powerpc/aix-ref-1-64.od: Update.
601 * testsuite/ld-powerpc/aix-toc-1-32.dd: Update.
602 * testsuite/ld-powerpc/aix-toc-1-64.dd: Update.
603 * testsuite/ld-powerpc/aix-weak-3-32.dd: Update.
604 * testsuite/ld-powerpc/aix-weak-3-64.dd: Update.
605 * testsuite/ld-powerpc/aix-abs-branch-1.nd: Delete, replace with..
606 * testsuite/ld-powerpc/aix-abs-branch-1-32.nd,
607 * testsuite/ld-powerpc/aix-abs-branch-1-64.nd: ..these new files.
608 * testsuite/ld-powerpc/aix-abs-reloc-1.nd: Delete, replace with..
609 * testsuite/ld-powerpc/aix-abs-reloc-1-32.nd,
610 * testsuite/ld-powerpc/aix-abs-reloc-1-64.nd: ..these new files.
611 * testsuite/ld-powerpc/aix-abs-reloc-1.od: Delete, replace with..
612 * testsuite/ld-powerpc/aix-abs-reloc-1-32.od,
613 * testsuite/ld-powerpc/aix-abs-reloc-1-64.od: ..these new files.
614 * testsuite/ld-powerpc/aix-export-1-all.dd: Delete, replace with..
615 * testsuite/ld-powerpc/aix-export-1-all-32.dd,
616 * testsuite/ld-powerpc/aix-export-1-all-64.dd: ..these new files.
617 * testsuite/ld-powerpc/aix-export-1-full.dd: Delete, replace with..
618 * testsuite/ld-powerpc/aix-export-1-full-32.dd,
619 * testsuite/ld-powerpc/aix-export-1-full-64.dd: ..these new files.
620 * testsuite/ld-powerpc/aix-export-2.nd: Delete, replace with..
621 * testsuite/ld-powerpc/aix-export-2-32.nd,
622 * testsuite/ld-powerpc/aix-export-2-64.nd: ..these new files.
623 * testsuite/ld-powerpc/aix-gc-1.nd: Delete, replace with..
624 * testsuite/ld-powerpc/aix-gc-1-32.nd,
625 * testsuite/ld-powerpc/aix-gc-1-64.nd: ..these new files.
626 * testsuite/ld-powerpc/aix-glink-3.dd: Delete, replace with..
627 * testsuite/ld-powerpc/aix-glink-3-32.dd,
628 * testsuite/ld-powerpc/aix-glink-3-64.dd: ..these new files.
629 * testsuite/ld-powerpc/aix-lineno-1a.dd: Delete, replace with..
630 * testsuite/ld-powerpc/aix-lineno-1a-32.dd,
631 * testsuite/ld-powerpc/aix-lineno-1a-64.dd: ..these new files.
632 * testsuite/ld-powerpc/aix-lineno-1a.nd: Delete, replace with..
633 * testsuite/ld-powerpc/aix-lineno-1a-32.nd,
634 * testsuite/ld-powerpc/aix-lineno-1a-64.nd: ..these new files.
635 * testsuite/ld-powerpc/aix-lineno-1b.dd: Delete, replace with..
636 * testsuite/ld-powerpc/aix-lineno-1b-32.dd,
637 * testsuite/ld-powerpc/aix-lineno-1b-64.dd: ..these new files.
638 * testsuite/ld-powerpc/aix-lineno-1b.nd: Delete, replace with..
639 * testsuite/ld-powerpc/aix-lineno-1b-32.nd,
640 * testsuite/ld-powerpc/aix-lineno-1b-64.nd: ..these new files.
641 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso.dnd: Delete, replace with..
642 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-32.dnd,
643 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-64.dnd: ..these new files.
644 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso.drd: Delete, replace with..
645 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-32.drd,
646 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-64.drd: ..these new files.
647 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso.nd: Delete, replace with..
648 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-32.nd,
649 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-64.nd: ..these new files.
650 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso.rd: Delete, replace with..
651 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-32.rd,
652 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-64.rd: ..these new files.
653 * testsuite/ld-powerpc/aix-weak-1-dso.dnd: Delete, replace with..
654 * testsuite/ld-powerpc/aix-weak-1-dso-32.dnd,
655 * testsuite/ld-powerpc/aix-weak-1-dso-64.dnd: ..these new files.
656 * testsuite/ld-powerpc/aix-weak-1-dso.hd: Delete, replace with..
657 * testsuite/ld-powerpc/aix-weak-1-dso-32.hd,
658 * testsuite/ld-powerpc/aix-weak-1-dso-64.hd: ..these new files.
659 * testsuite/ld-powerpc/aix-weak-1-dso.nd: Delete, replace with..
660 * testsuite/ld-powerpc/aix-weak-1-dso-32.nd,
661 * testsuite/ld-powerpc/aix-weak-1-dso-64.nd: ..these new files.
662 * testsuite/ld-powerpc/aix-weak-1-gcdso.dnd: Delete, replace with..
663 * testsuite/ld-powerpc/aix-weak-1-gcdso-32.dnd,
664 * testsuite/ld-powerpc/aix-weak-1-gcdso-64.dnd: ..these new files.
665 * testsuite/ld-powerpc/aix-weak-1-gcdso.hd: Delete, replace with..
666 * testsuite/ld-powerpc/aix-weak-1-gcdso-32.hd,
667 * testsuite/ld-powerpc/aix-weak-1-gcdso-64.hd: ..these new files.
668 * testsuite/ld-powerpc/aix-weak-1-gcdso.nd: Delete, replace with..
669 * testsuite/ld-powerpc/aix-weak-1-gcdso-32.nd,
670 * testsuite/ld-powerpc/aix-weak-1-gcdso-64.nd: ..these new files.
671 * testsuite/ld-powerpc/aix-weak-2a.nd: Delete, replace with..
672 * testsuite/ld-powerpc/aix-weak-2a-32.nd,
673 * testsuite/ld-powerpc/aix-weak-2a-64.nd: ..these new files.
674 * testsuite/ld-powerpc/aix-weak-2b.nd: Delete, replace with..
675 * testsuite/ld-powerpc/aix-weak-2b-32.nd,
676 * testsuite/ld-powerpc/aix-weak-2b-64.nd: ..these new files.
677 * testsuite/ld-powerpc/aix-weak-2c.nd: Delete, replace with..
678 * testsuite/ld-powerpc/aix-weak-2c-32.nd,
679 * testsuite/ld-powerpc/aix-weak-2c-64.nd: ..these new files.
680 * testsuite/ld-powerpc/aix-weak-2c.od: Delete, replace with..
681 * testsuite/ld-powerpc/aix-weak-2c-32.od,
682 * testsuite/ld-powerpc/aix-weak-2c-64.od: ..these new files.
683
35097e10
AM
6842020-07-07 Alan Modra <amodra@gmail.com>
685
686 * testsuite/ld-scripts/section-match-1.d: xfail h8300.
687
e553d5b2
AM
6882020-07-07 Alan Modra <amodra@gmail.com>
689
690 * testsuite/ld-scripts/align.exp: Don't exclude xcoff. Pass
691 -bnogc ld option for xcoff.
692 * testsuite/ld-scripts/provide.exp: Likewise.
693 * testsuite/ld-scripts/data.exp: Pass -bnogc ld option for xcoff.
694 * testsuite/ld-scripts/default-script.exp: Likewise.
695 * testsuite/ld-scripts/defined.exp: Likewise.
696 * testsuite/ld-scripts/empty-address.exp: Likewise.
697 * testsuite/ld-scripts/expr.exp: Likewise.
698 * testsuite/ld-scripts/include.exp: Likewise.
699 * testsuite/ld-scripts/script.exp: Likewise.
700 * testsuite/ld-scripts/assign-loc.d: Don't exclude xcoff.
701 * testsuite/ld-scripts/defined3.d: Likewise.
702 * testsuite/ld-scripts/defined4.d: Likewise.
703 * testsuite/ld-scripts/pr18963.d: Likewise.
704 * testsuite/ld-scripts/sane1.d: Likewise.
705 * testsuite/ld-scripts/segment-start.d: Likewise.
706 * testsuite/ld-scripts/include-1.d: Likewise, and relax text vma.
707 * testsuite/ld-scripts/defined5.d: Update xfail and comment.
708 * testsuite/ld-scripts/defined5.s: Tweak "defined" to be at
709 non-zero section offset.
710 * testsuite/ld-scripts/fill16.d: xfail for xcoff.
711 * testsuite/ld-scripts/provide-2.d: Accept more symbols.
712 * testsuite/ld-scripts/provide-4.d: Likewise.
713 * testsuite/ld-scripts/provide-5.d: Likewise.
714 * testsuite/ld-scripts/provide-6.d: Likewise.
715 * testsuite/ld-scripts/provide-7.d: Likewise.
716 * testsuite/ld-scripts/align.t: Accept xcoff mapped .text and .data.
717 * testsuite/ld-scripts/defined3.t: Likewise.
718 * testsuite/ld-scripts/defined4.t: Likewise.
719 * testsuite/ld-scripts/defined5.t: Likewise.
720 * testsuite/ld-scripts/fill.t: Likewise.
721 * testsuite/ld-scripts/include-subdata.t: Likewise.
722 * testsuite/ld-scripts/provide-1.t: Likewise.
723 * testsuite/ld-scripts/provide-2.t: Likewise.
724 * testsuite/ld-scripts/provide-3.t: Likewise.
725 * testsuite/ld-scripts/provide-4.t: Likewise.
726 * testsuite/ld-scripts/provide-5.t: Likewise.
727 * testsuite/ld-scripts/provide-6.t: Likewise.
728 * testsuite/ld-scripts/provide-7.t: Likewise.
729 * testsuite/ld-scripts/provide-8.t: Likewise.
730 * testsuite/ld-scripts/assign-loc.t: Add required xcoff sections.
731 * testsuite/ld-scripts/sizeof.t: Likewise.
732 * testsuite/ld-scripts/align2.t: Likewise, and mapped sections.
733 * testsuite/ld-scripts/align5.t: Likewise.
734 * testsuite/ld-scripts/default-script.t: Likewise.
735 * testsuite/ld-scripts/empty-address-1.t: Likewise.
736 * testsuite/ld-scripts/empty-address-2a.t: Likewise.
737 * testsuite/ld-scripts/empty-address-2b.t: Likewise.
738 * testsuite/ld-scripts/empty-address-3a.t: Likewise.
739 * testsuite/ld-scripts/empty-address-3b.t: Likewise.
740 * testsuite/ld-scripts/empty-address-3c.t: Likewise.
741 * testsuite/ld-scripts/include-sections.t: Likewise.
742 * testsuite/ld-scripts/pr14962.t: Likewise.
743 * testsuite/ld-scripts/sane1.t: Likewise.
744
231b7382
AM
7452020-07-07 Alan Modra <amodra@gmail.com>
746
747 * testsuite/ld-scripts/align.exp: Use is_pecoff_format.
748 * testsuite/ld-scripts/defined.exp: Likewise.
749 * testsuite/ld-scripts/provide.exp: Likewise.
750 * testsuite/ld-scripts/weak.exp: Likewise.
751 * testsuite/ld-scripts/empty-address.exp: Likewise. Reset LDFLAGS
752 on exit.
753 * testsuite/ld-scripts/expr.exp: Set LDFLAGS earlier, and with
754 --image-base for PE.
755 * testsuite/ld-scripts/include.exp: Set LDFLAGS for PE.
756 * testsuite/ld-scripts/script.exp: Use is_pecoff_format, and
757 set LDFLAGS as well as flags.
758
7193487f
AM
7592020-07-07 Alan Modra <amodra@gmail.com>
760
761 * testsuite/ld-checks/checks.exp: Use is_xcoff_format.
762 * testsuite/ld-powerpc/powerpc.exp: Likewise.
763 * testsuite/ld-scripts/print-memory-usage.exp: Likewise.
764 * testsuite/ld-srec/srec.exp: Likewise.
765 * testsuite/ld-undefined/require-defined.exp: Likewise.
766 * testsuite/ld-scripts/expr2.d: Likewise.
767 * testsuite/ld-scripts/section-match-1.d: Only run for ELF.
768 * testsuite/ld-elfvers/vers.exp: Delete dead code.
769 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
770 * testsuite/ld-elfweak/elfweak.exp: Likewise.
771
fb3dc213
AM
7722020-07-07 Alan Modra <amodra@gmail.com>
773
774 * emultempl/aix.em (gld${EMULATION_NAME}_find_exp_assignment): Handle
775 etree_provided.
776
3bde5ad1
AM
7772020-07-07 Alan Modra <amodra@gmail.com>
778
779 * testsuite/ld-sh/vxworks1-lib.rd: Update expected output.
780 * testsuite/ld-sh/vxworks4.d: Likewise.
781
ddc73fa9
NC
7822020-07-06 Yuri Chornoivan <yurchor@ukr.net>
783
784 PR 26204
785 * lexsup.c: Fix spelling mistake.
786 * po/ld.pot: Regenerate.
787
17550be7
NC
7882020-07-06 Nick Clifton <nickc@redhat.com>
789
790 * po/bg.po: Updated Bulgarian translation.
791 * po/fr.po: Updated French translation.
792 * po/pt_BR.po: Updated Brazilian Portuguese translation.
793 * po/uk.po: Updated Ukranian translation.
794
b19d852d
NC
7952020-07-04 Nick Clifton <nickc@redhat.com>
796
797 * configure: Regenerate.
798
b115b9fd
NC
7992020-07-04 Nick Clifton <nickc@redhat.com>
800
801 Binutils 2.35 branch created.
802
b657622c
AM
8032020-07-03 Alan Modra <amodra@gmail.com>
804
805 PR 26028
806 * testsuite/ld-arm/arm-elf.exp (vxworks1): Pass --wide to readelf
807 when dumping relocs.
808 * testsuite/ld-i386/i386.exp (vxworks1): Likewise.
809 * testsuite/ld-sh/sh-vxworks.exp (vxworks1): Likewise.
810 * testsuite/ld-sparc/sparc.exp (vxworks1): Likewise.
811 * testsuite/ld-arm/vxworks1.rd: Adjust to suit.
812 * testsuite/ld-i386/vxworks1.rd: Adjust.
813 * testsuite/ld-sh/vxworks1.rd: Adjust.
814 * testsuite/ld-sparc/vxworks1.rd: Adjust.
815
0942c7ab
NC
8162020-07-02 Nick Clifton <nickc@redhat.com>
817
818 PR 26028
819 * testsuite/ld-powerpc/powerpc.exp: Add -T option to readelf
820 command line when running some tests.
821 * testsuite/ld-arm/arm-elf.exp: Likewise.
822 * testsuite/ld-mips-elf/mips-elf.exp: Likewise.
823 * testsuite/ld-mmix/local1.d: Likewise.
824 * testsuite/ld-mmix/local3.d: Likewise.
825 * testsuite/ld-mmix/local5.d: Likewise.
826 * testsuite/ld-mmix/local7.d: Likewise.
827 * testsuite/ld-powerpc/powerpc.exp: Likewise.
828
bbd19b19
L
8292020-06-30 H.J. Lu <hongjiu.lu@intel.com>
830
831 * Makefile.am (ALL_EMULATION_SOURCES): Remove eelf_i386_nacl.c,
832 eelf32_x86_64_nacl.c, eelf_x86_64_nacl.c.
833 Remove x86 NaCl dep files.
834 * NEWS: Mention x86 NaCl target support removal.
835 * configure.tgt: Remove x86 NaCl target support.
836 * testsuite/ld-elf/binutils.exp: Likewise.
837 * testsuite/ld-elf/elf.exp: Likewise.
838 * testsuite/ld-elfvers/vers.exp: Likewise.
839 * testsuite/ld-i386/align-branch-1.d: Likewise.
840 * testsuite/ld-i386/export-class.exp: Likewise.
841 * testsuite/ld-i386/i386.exp: Likewise.
842 * testsuite/ld-i386/load1.d: Likewise.
843 * testsuite/ld-i386/pie1.d: Likewise.
844 * testsuite/ld-i386/pr12570a.d: Likewise.
845 * testsuite/ld-i386/pr12570b.d: Likewise.
846 * testsuite/ld-i386/pr19636-1d.d: Likewise.
847 * testsuite/ld-i386/pr19636-1l.d: Likewise.
848 * testsuite/ld-i386/pr19636-2c.d: Likewise.
849 * testsuite/ld-i386/pr19636-2d.d: Likewise.
850 * testsuite/ld-i386/pr19636-2e.d: Likewise.
851 * testsuite/ld-i386/pr20244-1a.d: Likewise.
852 * testsuite/ld-i386/pr20244-1b.d: Likewise.
853 * testsuite/ld-i386/pr20244-2a.d: Likewise.
854 * testsuite/ld-i386/pr20244-2b.d: Likewise.
855 * testsuite/ld-i386/pr20244-2c.d: Likewise.
856 * testsuite/ld-i386/pr20244-4a.d: Likewise.
857 * testsuite/ld-i386/pr20244-4b.d: Likewise.
858 * testsuite/ld-i386/pr21884.d: Likewise.
859 * testsuite/ld-ifunc/binutils.exp: Likewise.
860 * testsuite/ld-ifunc/ifunc-10-i386.d: Likewise.
861 * testsuite/ld-ifunc/ifunc-10-x86-64.d: Likewise.
862 * testsuite/ld-ifunc/ifunc-11-i386.d: Likewise.
863 * testsuite/ld-ifunc/ifunc-11-x86-64.d: Likewise.
864 * testsuite/ld-ifunc/ifunc-12-i386.d: Likewise.
865 * testsuite/ld-ifunc/ifunc-12-x86-64.d: Likewise.
866 * testsuite/ld-ifunc/ifunc-13-i386.d: Likewise.
867 * testsuite/ld-ifunc/ifunc-13-x86-64.d: Likewise.
868 * testsuite/ld-ifunc/ifunc-14a-i386.d: Likewise.
869 * testsuite/ld-ifunc/ifunc-14a-x86-64.d: Likewise.
870 * testsuite/ld-ifunc/ifunc-14b-i386.d: Likewise.
871 * testsuite/ld-ifunc/ifunc-14b-x86-64.d: Likewise.
872 * testsuite/ld-ifunc/ifunc-14c-i386.d: Likewise.
873 * testsuite/ld-ifunc/ifunc-14c-x86-64.d: Likewise.
874 * testsuite/ld-ifunc/ifunc-14d-i386.d: Likewise.
875 * testsuite/ld-ifunc/ifunc-14d-x86-64.d: Likewise.
876 * testsuite/ld-ifunc/ifunc-14e-i386.d: Likewise.
877 * testsuite/ld-ifunc/ifunc-14e-x86-64.d: Likewise.
878 * testsuite/ld-ifunc/ifunc-14f-i386.d: Likewise.
879 * testsuite/ld-ifunc/ifunc-14f-x86-64.d: Likewise.
880 * testsuite/ld-ifunc/ifunc-15-i386.d: Likewise.
881 * testsuite/ld-ifunc/ifunc-15-x86-64.d: Likewise.
882 * testsuite/ld-ifunc/ifunc-16-i386-now.d: Likewise.
883 * testsuite/ld-ifunc/ifunc-16-i386.d: Likewise.
884 * testsuite/ld-ifunc/ifunc-16-x86-64-now.d: Likewise.
885 * testsuite/ld-ifunc/ifunc-16-x86-64.d: Likewise.
886 * testsuite/ld-ifunc/ifunc-17a-i386.d: Likewise.
887 * testsuite/ld-ifunc/ifunc-17a-x86-64.d: Likewise.
888 * testsuite/ld-ifunc/ifunc-17b-i386.d: Likewise.
889 * testsuite/ld-ifunc/ifunc-17b-x86-64.d: Likewise.
890 * testsuite/ld-ifunc/ifunc-18a-i386.d: Likewise.
891 * testsuite/ld-ifunc/ifunc-18a-x86-64.d: Likewise.
892 * testsuite/ld-ifunc/ifunc-18b-i386.d: Likewise.
893 * testsuite/ld-ifunc/ifunc-18b-x86-64.d: Likewise.
894 * testsuite/ld-ifunc/ifunc-19a-i386.d: Likewise.
895 * testsuite/ld-ifunc/ifunc-19a-x86-64.d: Likewise.
896 * testsuite/ld-ifunc/ifunc-19b-i386.d: Likewise.
897 * testsuite/ld-ifunc/ifunc-19b-x86-64.d: Likewise.
898 * testsuite/ld-ifunc/ifunc-2-i386-now.d: Likewise.
899 * testsuite/ld-ifunc/ifunc-2-i386.d: Likewise.
900 * testsuite/ld-ifunc/ifunc-2-local-i386-now.d: Likewise.
901 * testsuite/ld-ifunc/ifunc-2-local-i386.d: Likewise.
902 * testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d: Likewise.
903 * testsuite/ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
904 * testsuite/ld-ifunc/ifunc-2-x86-64-now.d: Likewise.
905 * testsuite/ld-ifunc/ifunc-2-x86-64.d: Likewise.
906 * testsuite/ld-ifunc/ifunc-20-i386.d: Likewise.
907 * testsuite/ld-ifunc/ifunc-20-x86-64.d: Likewise.
908 * testsuite/ld-ifunc/ifunc-21-i386.d: Likewise.
909 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
910 * testsuite/ld-ifunc/ifunc-22-i386.d: Likewise.
911 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
912 * testsuite/ld-ifunc/ifunc-5a-i386.d: Likewise.
913 * testsuite/ld-ifunc/ifunc-5a-local-i386.d: Likewise.
914 * testsuite/ld-ifunc/ifunc-5a-local-x86-64.d: Likewise.
915 * testsuite/ld-ifunc/ifunc-5a-x86-64.d: Likewise.
916 * testsuite/ld-ifunc/ifunc-5b-i386.d: Likewise.
917 * testsuite/ld-ifunc/ifunc-5b-local-i386.d: Likewise.
918 * testsuite/ld-ifunc/ifunc-5b-local-x86-64.d: Likewise.
919 * testsuite/ld-ifunc/ifunc-5b-x86-64.d: Likewise.
920 * testsuite/ld-ifunc/ifunc-5r-local-i386.d: Likewise.
921 * testsuite/ld-ifunc/ifunc-5r-local-x86-64.d: Likewise.
922 * testsuite/ld-ifunc/ifunc-6a-i386.d: Likewise.
923 * testsuite/ld-ifunc/ifunc-6a-x86-64.d: Likewise.
924 * testsuite/ld-ifunc/ifunc-6b-i386.d: Likewise.
925 * testsuite/ld-ifunc/ifunc-6b-x86-64.d: Likewise.
926 * testsuite/ld-ifunc/ifunc-7a-i386.d: Likewise.
927 * testsuite/ld-ifunc/ifunc-7a-x86-64.d: Likewise.
928 * testsuite/ld-ifunc/ifunc-7b-i386.d: Likewise.
929 * testsuite/ld-ifunc/ifunc-7b-x86-64.d: Likewise.
930 * testsuite/ld-ifunc/ifunc-8-i386.d: Likewise.
931 * testsuite/ld-ifunc/ifunc-8-x86-64.d: Likewise.
932 * testsuite/ld-ifunc/ifunc-9-i386.d: Likewise.
933 * testsuite/ld-ifunc/ifunc-9-x86-64.d: Likewise.
934 * testsuite/ld-ifunc/pr17154-i386-now.d: Likewise.
935 * testsuite/ld-ifunc/pr17154-i386.d: Likewise.
936 * testsuite/ld-ifunc/pr17154-x86-64-now.d: Likewise.
937 * testsuite/ld-ifunc/pr17154-x86-64.d: Likewise.
938 * testsuite/ld-plugin/lto.exp: Likewise.
939 * testsuite/ld-x86-64/align-branch-1.d: Likewise.
940 * testsuite/ld-x86-64/dwarfreloc.exp: Likewise.
941 * testsuite/ld-x86-64/line.exp: Likewise.
942 * testsuite/ld-x86-64/load1a.d: Likewise.
943 * testsuite/ld-x86-64/load1b.d: Likewise.
944 * testsuite/ld-x86-64/load1c.d: Likewise.
945 * testsuite/ld-x86-64/load1d.d: Likewise.
946 * testsuite/ld-x86-64/pie3.d: Likewise.
947 * testsuite/ld-x86-64/pr18160.d: Likewise.
948 * testsuite/ld-x86-64/pr19013-x32.d: Likewise.
949 * testsuite/ld-x86-64/pr19013.d: Likewise.
950 * testsuite/ld-x86-64/pr19636-2d.d: Likewise.
951 * testsuite/ld-x86-64/pr19636-2l.d: Likewise.
952 * testsuite/ld-x86-64/pr20253-1b.d: Likewise.
953 * testsuite/ld-x86-64/pr20253-1d.d: Likewise.
954 * testsuite/ld-x86-64/pr20253-1f.d: Likewise.
955 * testsuite/ld-x86-64/pr20253-1h.d: Likewise.
956 * testsuite/ld-x86-64/pr20253-1j.d: Likewise.
957 * testsuite/ld-x86-64/pr20253-1l.d: Likewise.
958 * testsuite/ld-x86-64/pr21884.d: Likewise.
959 * testsuite/ld-x86-64/pr22393-3a.rd: Likewise.
960 * testsuite/ld-x86-64/pr22393-3b.rd: Likewise.
961 * testsuite/ld-x86-64/tlsgd10.dd: Likewise.
962 * testsuite/ld-x86-64/tlsgd5.dd: Likewise.
963 * testsuite/ld-x86-64/tlsgd8.dd: Likewise.
964 * testsuite/ld-x86-64/x86-64.exp: Likewise.
965 * emulparams/elf32_x86_64_nacl.sh: Removed.
966 * emulparams/elf_i386_nacl.sh: Likewise.
967 * emulparams/elf_x86_64_nacl.sh: Likewise.
968 * testsuite/ld-i386/emit-relocs-nacl.rd: Likewise.
969 * testsuite/ld-i386/load1-nacl.d: Likewise.
970 * testsuite/ld-i386/pie1-nacl.d: Likewise.
971 * testsuite/ld-i386/plt-nacl.pd: Likewise.
972 * testsuite/ld-i386/plt-pic-nacl.pd: Likewise.
973 * testsuite/ld-i386/pr17709-nacl.rd: Likewise.
974 * testsuite/ld-i386/pr19636-1d-nacl.d: Likewise.
975 * testsuite/ld-i386/pr19636-2c-nacl.d: Likewise.
976 * testsuite/ld-i386/pr19636-2d-nacl.d: Likewise.
977 * testsuite/ld-i386/pr19636-2e-nacl.d: Likewise.
978 * testsuite/ld-i386/pr19827-nacl.rd: Likewise.
979 * testsuite/ld-i386/pr21884-nacl.d: Likewise.
980 * testsuite/ld-i386/pr21884-nacl.t: Likewise.
981 * testsuite/ld-i386/tlsbin-nacl.rd: Likewise.
982 * testsuite/ld-i386/tlsbin2-nacl.rd: Likewise.
983 * testsuite/ld-i386/tlsbindesc-nacl.rd: Likewise.
984 * testsuite/ld-i386/tlsdesc-nacl.rd: Likewise.
985 * testsuite/ld-i386/tlsgdesc-nacl.rd: Likewise.
986 * testsuite/ld-i386/tlsnopic-nacl.rd: Likewise.
987 * testsuite/ld-i386/tlspic-nacl.rd: Likewise.
988 * testsuite/ld-i386/tlspic2-nacl.rd: Likewise.
989 * testsuite/ld-x86-64/ilp32-4-nacl.d: Likewise.
990 * testsuite/ld-x86-64/load1a-nacl.d: Likewise.
991 * testsuite/ld-x86-64/load1b-nacl.d: Likewise.
992 * testsuite/ld-x86-64/load1c-nacl.d: Likewise.
993 * testsuite/ld-x86-64/load1d-nacl.d: Likewise.
994 * testsuite/ld-x86-64/pie3-nacl.d: Likewise.
995 * testsuite/ld-x86-64/plt-nacl.pd: Likewise.
996 * testsuite/ld-x86-64/pr17709-nacl.rd: Likewise.
997 * testsuite/ld-x86-64/pr19013-nacl.d: Likewise.
998 * testsuite/ld-x86-64/pr19636-2d-nacl.d: Likewise.
999 * testsuite/ld-x86-64/pr19827-nacl.rd: Likewise.
1000 * testsuite/ld-x86-64/pr21884-nacl.d: Likewise.
1001 * testsuite/ld-x86-64/pr21884-nacl.t: Likewise.
1002 * testsuite/ld-x86-64/split-by-file-nacl.rd: Likewise.
1003 * testsuite/ld-x86-64/tlsbin-nacl.rd: Likewise.
1004 * testsuite/ld-x86-64/tlsbin2-nacl.rd: Likewise.
1005 * testsuite/ld-x86-64/tlsbindesc-nacl.rd: Likewise.
1006 * testsuite/ld-x86-64/tlsdesc-nacl.pd: Likewise.
1007 * testsuite/ld-x86-64/tlsdesc-nacl.rd: Likewise.
1008 * testsuite/ld-x86-64/tlsgdesc-nacl.rd: Likewise.
1009 * testsuite/ld-x86-64/tlspic-nacl.rd: Likewise.
1010 * testsuite/ld-x86-64/tlspic2-nacl.rd: Likewise.
1011 * Makefile.in: Regenerated.
1012 * po/BLD-POTFILES.in: Likewise.
1013
fb4a044b
AM
10142020-06-30 Alan Modra <amodra@gmail.com>
1015
1016 * testsuite/ld-elf/group1.d: Don't xfail all solaris targets, just
1017 ix86 and x86_64.
1018
b9b9b0ef
AM
10192020-06-30 Alan Modra <amodra@gmail.com>
1020
1021 * testsuite/ld-elf/reloc-discard.d: Don't xfail nds32.
1022
39d050ee
AM
10232020-06-30 Alan Modra <amodra@gmail.com>
1024
1025 * scripttempl/elfmicroblaze.sc (.data): Add .data.* entry.
1026 * testsuite/ld-elf/var1.d: Don't xfail microblaze.
1027
a57f74bb
L
10282020-06-29 H.J. Lu <hongjiu.lu@intel.com>
1029
1030 * testsuite/ld-tic6x/shlib-1.rd: Move C6000_DSBT_BASE,
1031 C6000_DSBT_SIZE and C6000_DSBT_INDEX dynamic tags to the last.
1032 * testsuite/ld-tic6x/shlib-1b.rd: Likewise.
1033 * testsuite/ld-tic6x/shlib-1r.rd: Likewise.
1034 * testsuite/ld-tic6x/shlib-1rb.rd: Likewise.
1035 * testsuite/ld-tic6x/shlib-app-1.rd: Likewise.
1036 * testsuite/ld-tic6x/shlib-app-1b.rd: Likewise.
1037 * testsuite/ld-tic6x/shlib-app-1r.rd: Likewise.
1038 * testsuite/ld-tic6x/shlib-app-1rb.rd: Likewise.
1039 * testsuite/ld-tic6x/shlib-noindex.rd: Likewise.
1040 * testsuite/ld-tic6x/static-app-1.rd: Likewise.
1041 * testsuite/ld-tic6x/static-app-1b.rd: Likewise.
1042 * testsuite/ld-tic6x/static-app-1r.rd: Likewise.
1043 * testsuite/ld-tic6x/static-app-1rb.rd: Likewise.
1044
290a25dc
AM
10452020-06-29 Alan Modra <amodra@gmail.com>
1046
1047 * testsuite/ld-x86-64/abs-k1om.d: Run only on x86_64-*-linux*.
1048 * testsuite/ld-x86-64/protected2-k1om.d: Likewise.
1049 * testsuite/ld-x86-64/protected3-k1om.d: Likewise.
1050
094e34f2
NA
10512020-06-26 Nick Alcock <nick.alcock@oracle.com>
1052
1053 * configure.ac [--enable-libctf]: New, default yes.
1054 Set ENABLE_LIBCTF accordingly.
1055 * Makefile.am [!ENABLE_LIBCTF]: Empty LIBCTF.
1056 * configure: Regenerate.
1057 * config.in: Regenerate.
1058 * Makefile.in: Regenerate.
1059 * aclocal.m4: Regenerate.
1060 * ldlang.c (ctf_output): Conditionalize on ENABLE_LIBCTF.
1061 (ldlang_open_ctf): Likewise.
1062 (lang_merge_ctf): Likewise.
1063 (ldlang_ctf_apply_strsym): Likewise.
1064 (lang_write_ctf): Likewise.
1065 (ldlang_write_ctf_late): Likewise.
1066 (ldlang_open_ctf) [!ENABLE_LIBCTF]: Warn about the presence of CTF
1067 sections.
1068 (lang_merge_ctf) [!ENABLE_LIBCTF]: New stub.
1069 (ldlang_ctf_apply_strsym) [!ENABLE_LIBCTF]: Likewise.
1070 (lang_write_ctf) [!ENABLE_LIBCTF]: Likewise.
1071 (ldlang_write_ctf_late) [!ENABLE_LIBCTF]: Likewise.
1072 * ldelfgen.c (ldelf_emit_ctf_early): Conditionalize on
1073 ENABLE_LIBCTF.
1074 (struct ctf_strsym_iter_cb_arg): Likewise.
1075 (ldelf_ctf_strtab_iter_cb): Likewise.
1076 (ldelf_ctf_symbols_iter_cb): Likewise.
1077 (ldelf_examine_strtab_for_ctf): Likewise.
1078 (ldelf_emit_ctf_early) [!ENABLE_LIBCTF]: New stub.
1079 (ldelf_examine_strtab_for_ctf) [!ENABLE_LIBCTF]: New stub.
1080
198e1db7
JB
10812020-06-26 Jan Beulich <jbeulich@suse.com>
1082
1083 * testsuite/ld-x86-64/x86-64.exp: Run K1OM tests.
1084
85f7484a
PB
10852020-06-26 Pat Bernardi <bernardi@adacore.com>
1086
1087 * testsuite/ld-m68k/attr-gnu-4-0.s: New file.
1088 * testsuite/ld-m68k/attr-gnu-4-1.s: Likewise.
1089 * testsuite/ld-m68k/attr-gnu-4-2.s: Likewise.
1090 * testsuite/ld-m68k/attr-gnu-4-00.d: Likewise.
1091 * testsuite/ld-m68k/attr-gnu-4-01.d: Likewise.
1092 * testsuite/ld-m68k/attr-gnu-4-02.d: Likewise.
1093 * testsuite/ld-m68k/attr-gnu-4-10.d: Likewise.
1094 * testsuite/ld-m68k/attr-gnu-4-11.d: Likewise.
1095 * testsuite/ld-m68k/attr-gnu-4-12.d: Likewise.
1096 * testsuite/ld-m68k/attr-gnu-4-20.d: Likewise.
1097 * testsuite/ld-m68k/attr-gnu-4-21.d: Likewise.
1098 * testsuite/ld-m68k/attr-gnu-4-22.d: Likewise.
1099 * testsuite/ld-m68k/m68k.exp: Run the new tests.
1100
4bf05d4a
L
11012020-06-24 H.J. Lu <hongjiu.lu@intel.com>
1102
1103 PR ld/26165
1104 * lexsup.c (ld_options): Correct --dependency-file order.
1105
2c8e3708
L
11062020-06-24 H.J. Lu <hongjiu.lu@intel.com>
1107
1108 PR ld/26083
1109 * testsuite/ld-csky/tls-ie-v1.d: Updated.
1110 * testsuite/ld-csky/tls-ie.d: Likewise.
1111
c679ec98
L
11122020-06-24 H.J. Lu <hongjiu.lu@intel.com>
1113
1114 PR ld/26083
1115 * testsuite/ld-cris/libdso-15b.d: Updated.
1116 * testsuite/ld-cris/libdso-1c.d: Likewise.
1117 * testsuite/ld-cris/libdso-1d.d: Likewise.
1118 * testsuite/ld-cris/libdso-15c.d: New file.
1119
5376d47f
L
11202020-06-24 H.J. Lu <hongjiu.lu@intel.com>
1121
1122 PR ld/26163
1123 * ldexp.c (exp_fold_tree_1): Set non_ir_ref_regular on the source
1124 for assignment.
1125 * testsuite/ld-plugin/lto.exp: Run ld/26163 test.
1126 * testsuite/ld-plugin/pr26163a.c: New file.
1127 * testsuite/ld-plugin/pr26163b.c: Likewise.
1128
a5aae508
AM
11292020-06-24 Alan Modra <amodra@gmail.com>
1130
1131 * lexsup.c (elf_shlib_list_options): Properly format help message.
1132 (elf_plt_unwind_list_options): Likewise.
1133 * emultempl/cskyelf.em (PARSE_AND_LIST_OPTIONS): Likewise.
1134
f37b21b4
RM
11352020-06-23 Roland McGrath <mcgrathr@google.com>
1136
1137 PR 22843
1138 * NEWS: Note --dependency-file.
1139 * ld.texi (Options): Document --dependency-file.
1140 * ldlex.h (enum option_values): Add OPTION_DEPENDENCY_FILE.
1141 * ld.h (ld_config_type): New member dependency_file.
1142 * lexsup.c (ld_options, parse_args): Parse --dependency-file.
1143 * ldmain.c (struct dependency_file): New type.
1144 (dependency_files, dependency_files_tail): New static variables.
1145 (track_dependency_files): New function.
1146 (write_dependency_file): New function.
1147 (main): Call it when --dependency-file was passed.
1148 * ldfile.c (ldfile_try_open_bfd): Call track_dependency_files.
1149 (ldfile_open_command_file_1): Likewise.
1150 * ldelf.c (ldelf_try_needed): Likewise.
1151 * pe-dll.c (pe_implied_import_dll): Likewise.
1152
9221725d
AM
11532020-06-23 Alan Modra <amodra@gmail.com>
1154
1155 PR 26150
1156 * ldlang.c (ldlang_add_file): Assert that we aren't adding the
1157 current end of link.next list again too.
1158 * ldmain.c (add_archive_element): Don't load archive elements
1159 again that have already been loaded.
1160
c7c970e4
AM
11612020-06-23 Alan Modra <amodra@gmail.com>
1162
1163 * testsuite/ld-elf/shared.exp (pr14170): Clear xfail for
1164 bfin-*-linux*.
1165 (pr17068, symbolic-func.so, pr22374): Likewise.
1166
39ff0b81
NC
11672020-06-22 Nelson Chu <nelson.chu@sifive.com>
1168
1169 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-01.d: Updated.
1170 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-02.d: Updated.
1171 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-03.d: Updated.
1172 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-04.d: Updated.
1173 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-05.d: Updated.
1174 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-06.d: Updated.
1175
0381901e
AM
11762020-06-21 Alan Modra <amodra@gmail.com>
1177
1178 * ldfile.c: Replace uses of ENABLE_PLUGINS with BFD_SUPPORTS_PLUGINS.
1179 * ldlang.c: Likewise.
1180 * ldlang.h: Likewise.
1181 * ldlex.h: Likewise.
1182 * ldmain.c: Likewise.
1183 * lexsup.c: Likewise.
1184 * plugin.c: Wrap body of file in #if BFD_SUPPORTS_PLUGINS.
1185 * testplug.c: Likewise.
1186 * testplug2.c: Likewise.
1187 * testplug3.c: Likewise.
1188 * testplug4.c: Likewise.
1189 * configure.ac (ENABLE_PLUGINS): Don't define AM_CONTITIONAL.
1190 * Makefile.am: Remove ENABLE_PLUGINS conditionals.
1191 (PLUGIN_CFLAGS): Don't define.
1192 (PLUGIN_C, PLUGIN_H, PLUGIN_OBJECT): Likewise. Substitute all
1193 uses with plugin file name.
1194 * configure: Regenerate.
1195 * Makefile.in: Regenerate.
1196
348fe36b
AM
11972020-06-20 Alan Modra <amodra@gmail.com>
1198
1199 * testsuite/lib/ld-lib.exp (default_ld_compile): Don't perror on
1200 a compiler error.
1201 (default_ld_assemble): Similarly for an assembler error.
1202 (default_ld_nm): Similarly for an nm error.
1203 (run_ld_link_tests): Report ld_assemble errors as a fail.
1204 (check_as_cfi): Remove now unnecessary perror substitution.
1205 * testsuite/ld-elf/exclude.exp: Report ld_nm error return as test
1206 fails rather then unresolved.
1207 * testsuite/ld-gc/gc.exp: Likewise.
1208 * testsuite/ld-scripts/alignof.exp: Likewise.
1209 * testsuite/ld-scripts/defined.exp: Likewise.
1210 * testsuite/ld-scripts/script.exp: Likewise.
1211 * testsuite/ld-scripts/sizeof.exp: Likewise.
1212 * testsuite/ld-selective/selective.exp: Likewise.
1213 * testsuite/ld-scripts/extern.exp: Likewise. Return on ld_link
1214 failure.
1215 * testsuite/ld-elfweak/elfweak.exp: Report compiler errors as
1216 test unresolved.
1217 * testsuite/ld-fastcall/fastcall.exp: Report assember errors as
1218 test fails.
1219 * testsuite/ld-i386/i386.exp (iamcu_tests): Likewise.
1220 * testsuite/ld-ia64/line.exp: Likewise.
1221 * testsuite/ld-mep/mep.exp: Likewise.
1222 * testsuite/ld-mips-elf/mips-elf-flags.exp: Likewise.
1223 * testsuite/ld-nios2/nios2.exp: Likewise.
1224 * testsuite/ld-scripts/alignof.exp: Likewise.
1225 * testsuite/ld-x86-64/line.exp: Likewise.
1226 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1227 * testsuite/ld-scripts/log2.exp: Formatting.
1228 * testsuite/ld-tic6x/tic6x.exp: Report ld_link errors as a test fail.
1229
b0ee49d2
AM
12302020-06-20 Alan Modra <amodra@gmail.com>
1231
1232 * testsuite/ld-alpha/alpha.exp: Exclude *ecoff targets.
1233 * testsuite/ld-elf/binutils.exp: Likewise.
1234 * testsuite/ld-elf/tls.exp: Likewise.
1235 * testsuite/ld-elf/tls_common.exp: Likewise.
1236 * testsuite/ld-scripts/phdrs2.exp: Likewise.
1237
e2201c2a
AM
12382020-06-20 Alan Modra <amodra@gmail.com>
1239
1240 * testsuite/ld-sh/sh.exp: Don't run relax tests for non-ELF.
1241 Fail when ld_assemble fails. Use elseif to reduce indentation.
1242
2d0a923c
AM
12432020-06-19 Alan Modra <amodra@gmail.com>
1244
1245 * testsuite/ld-elf/dynamic-1.rd: Accept st_other notations.
1246 * testsuite/ld-elf/rdynamic-1.rd: Likewise.
1247 * testsuite/ld-elf/pr9676.rd: Likewise.
1248 * testsuite/ld-elf/pr9679.rd: Likewise.
1249 * testsuite/ld-elfvers/vers30.dsym: Likewise.
1250 * testsuite/ld-elfvers/vers31.dsym: Likewise.
e4433988
AM
1251 * testsuite/ld-plugin/pr22983.1.d: Likewise.
1252 * testsuite/ld-plugin/pr22983.2.d: Likewise.
2d0a923c 1253 * testsuite/ld-plugin/pr22983.3.d: Likewise.
e4433988 1254 * testsuite/ld-plugin/pr22983.4.d: Likewise.
2d0a923c
AM
1255 * testsuite/ld-ifunc/ifunc.exp: Exclude alpha.
1256
5fd104ad
AM
12572020-06-19 Alan Modra <amodra@gmail.com>
1258
1259 * emultempl/elf.em (gld${EMULATION_NAME}_handle_option): Omit
1260 -z relro and -z norelro when target support for GNU_RELRO is lacking.
1261 (gld${EMULATION_NAME}_before_parse): Ignore RELRO default too.
1262 * emultempl/aarch64elf.em (gld${EMULATION_NAME}_before_parse): Ignore
1263 RELRO default when target support for GNU_RELRO is lacking.
1264 * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Likewise.
1265 * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Likewise.
1266 * emultempl/scoreelf.em (gld${EMULATION_NAME}_before_parse): Likewise.
1267 * testsuite/config/default.exp (ld_elf_shared_opt): Don't set.
1268 * testsuite/ld-elf/pr16322.d: xfail when no relro support.
1269 * testsuite/ld-elf/pr22393-1a.d: Likewise.
1270 * testsuite/ld-elf/pr22393-1b.d: Likewise.
1271 * testsuite/ld-elf/shared.exp (pr20995-2.so, pr20995-2): Likewise.
1272 * testsuite/lib/ld-lib.exp (run_ld_link_tests): Use check_relro_support
1273 to decide whether to pass extra ld option "-z norelro".
1274
00401e65
L
12752020-06-17 H.J. Lu <hongjiu.lu@intel.com>
1276
1277 * testsuite/ld-elf/linux-x86.exp (check_pr25749a): Append "-w"
1278 to cflags.
1279
22aa1d51
L
12802020-06-17 H.J. Lu <hongjiu.lu@intel.com>
1281
1282 * testsuite/ld-elf/linux-x86.exp: Require GCC 5 for Build
1283 pr25749-1b (-pie -fPIE).
1284
07e7fdfd
AM
12852020-06-16 Alan Modra <amodra@gmail.com>
1286
1287 * testsuite/ld-elf/pr23428.c: Define _DEFAULT_SOURCE.
1288 * testsuite/ld-elf/indirect1b.c: Replace asm with __asm__.
1289 * testsuite/ld-elf/indirect2.c: Likewise.
1290 * testsuite/ld-elf/indirect3b.c: Likewise.
1291 * testsuite/ld-elf/indirect4b.c: Likewise.
1292 * testsuite/ld-elf/pr14323-2.c: Likewise.
1293 * testsuite/ld-elf/pr18720b.c: Likewise.
5f898994 1294 * testsuite/ld-elf/pr19553c.c: Likewise.
07e7fdfd 1295 * testsuite/ld-elf/pr23428.c: Likewise.
5f898994 1296 * testsuite/ld-elfvers/vers27b.c: Likewise.
07e7fdfd
AM
1297 * testsuite/ld-elfvsb/common.c: Likewise.
1298 * testsuite/ld-elfvsb/main.c: Likewise.
1299 * testsuite/ld-elfvsb/sh1.c: Likewise.
1300 * testsuite/ld-elfvsb/test.c: Likewise.
1301 * testsuite/ld-pe/aligncomm-1.c: Likewise.
1302 * testsuite/ld-pe/aligncomm-2.c: Likewise.
1303 * testsuite/ld-pe/aligncomm-3.c: Likewise.
1304 * testsuite/ld-pe/aligncomm-4.c: Likewise.
1305 * testsuite/ld-plugin/pr23958.c: Likewise.
1306 * testsuite/ld-size/size-1b.c: Likewise.
1307 * testsuite/ld-size/size-2b.c: Likewise.
1308 * testsuite/ld-size/size-3a.c: Likewise.
1309 * testsuite/ld-size/size-3b.c: Likewise.
1310 * testsuite/ld-size/size-3c.c: Likewise.
1311 * testsuite/ld-size/size-4b.c: Likewise.
1312 * testsuite/ld-size/size-5b.c: Likewise.
1313 * testsuite/ld-size/size-6a.c: Likewise.
1314 * testsuite/ld-size/size-7a.c: Likewise.
1315 * testsuite/ld-size/size-8a.c: Likewise.
1316 * testsuite/ld-size/size-9b.c: Likewise.
1317 * testsuite/ld-size/size-10b.c: Likewise.
1318
a435742a
AM
13192020-06-16 Alan Modra <amodra@gmail.com>
1320
1321 * emulparams/tic30aout.sh: Delete file.
1322 * scripttempl/tic30aout.sc: Delete file.
1323 * Makefile.am: Remove etic30aout.c from ALL_EMULATION_SOURCES and
1324 delete dependency.
1325 * configure.tgt: Delete tic30-*-*aout* entry.
1326 * testsuite/ld-scripts/sane1.d: Delete tic30-*-aout mention.
1327 * testsuite/ld-scripts/segment-start.d: Likewise.
1328 * Makefile.in: Regenerate.
1329 * po/BLD-POTFILES.in: Regenerate.
1330
7a77f1ac
MF
13312020-06-15 Max Filippov <jcmvbkbc@gmail.com>
1332
1333 * emultempl/xtensaelf.em (XSHAL_ABI): Remove macro definition.
1334 (XTHAL_ABI_UNDEFINED, XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New
1335 macros.
1336 (elf32xtensa_abi): New declaration.
1337 (xt_config_info_unpack_and_check): Set elf32xtensa_abi if it is
1338 undefined. Use xtensa_abi_choice instead of XSHAL_ABI to test
1339 ABI tag consistency.
1340 (xtensa_add_config_info): Use xtensa_abi_choice instead of
1341 XSHAL_ABI to format ABI tag.
1342 (PARSE_AND_LIST_PROLOGUE): Define OPTION_ABI_WINDOWED,
1343 OPTION_ABI_CALL0 and declare elf32xtensa_abi.
1344 (PARSE_AND_LIST_LONGOPTS): Add entries for --abi-windowed and
1345 --abi-call0.
1346 (PARSE_AND_LIST_OPTIONS): Add help text for --abi-windowed and
1347 --abi-call0.
1348 (PARSE_AND_LIST_ARGS_CASES): Add handlers for --abi-windowed and
1349 --abi-call0.
1350 * ld.texi: Add description for options --abi-windowed and
1351 --abi-call0.
1352
cae64165
RM
13532020-06-15 Roland McGrath <mcgrathr@google.com>
1354
1355 * NEWS: Mention -z start-stop-visibility=... option for ELF.
1356 * ld.texi (Options): Document -z start-stop-visibility=... option.
1357 * ldmain.c (main): Initialize link_info.start_stop_visibility.
1358 * emultempl/elf.em (gld${EMULATION_NAME}_handle_option):
1359 Parse -z start-stop-visibility=... option.
1360
12984639
AM
13612020-06-15 Alan Modra <amodra@gmail.com>
1362
1363 * testsuite/ld-scripts/include.exp: Don't load ld-lib.exp.
1364 * testsuite/ld-scripts/phdrs3.exp: Likewise.
1365 * testsuite/ld-scripts/rgn-at.exp: Likewise.
1366 * testsuite/ld-scripts/rgn-over.exp: Likewise.
1367 * testsuite/ld-scripts/sort.exp: Likewise.
1368 * testsuite/ld-discard/discard.exp: Likewise. Use is_elf_format.
1369
ea4b3731
AM
13702020-06-15 Alan Modra <amodra@gmail.com>
1371
1372 PR 26103
1373 * testsuite/ld-linkonce/ref1.s,
1374 * testsuite/ld-linkonce/ref2.s,
1375 * testsuite/ld-linkonce/sym1.s,
1376 * testsuite/ld-linkonce/sym2.s,
1377 * testsuite/ld-linkonce/sym3.s: New test files.
1378 * testsuite/ld-linkonce/linkonce.exp: Run tests for PE too.
1379 Add pr26103 test. Remove unnecessary load_lib.
1380
cda58d5f
AM
13812020-06-15 Alan Modra <amodra@gmail.com>
1382
1383 * testsuite/ld-linkonce/zeroeh_x.s: Rename from x.s.
1384 * testsuite/ld-linkonce/zeroeh_y.s: Rename from y.s.
1385 * testsuite/ld-linkonce/zeroehl32.d: Adjust for renaming. Support
1386 big-endian output. Run for powerpc.
1387
38226418
AM
13882020-06-11 Alan Modra <amodra@gmail.com>
1389
1390 * testsuite/ld-plugin/lto.exp (lto_link_tests): Move lto-6,
1391 pr12760, pr23818 and pr23958 tests to..
1392 (lto_link_elf_tests): ..here.
1393
928055a3
NC
13942020-06-11 Nick Clifton <nickc@redhat.com>
1395
1396 * testsuite/ld-elf/pr26094-1b.c (main): Change return type to
1397 int.
1398
84df1f9d
AM
13992020-06-10 Alan Modra <amodra@gmail.com>
1400
1401 * testsuite/ld-elf/linux-x86.exp: Build tests when non-native.
1402 (check_pr25749b): Add optional args. Set expected pass file
1403 from args. Run -1b and -2a tests with passall.out.
1404 * testsuite/ld-elf/passall.out: New file.
1405 * testsuite/ld-elf/pr25749-1.c: Adjust to pass with older glibc.
1406 * testsuite/ld-elf/pr25749-2.c: Likewise.
1407 * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Use
1408 regexp_diff to compare expected output from running binary.
1409
e1b5d517
L
14102020-06-10 H.J. Lu <hongjiu.lu@intel.com>
1411
1412 PR ld/26094
1413 * testsuite/ld-elf/pr26094-1.ver: New fike.
1414 * testsuite/ld-elf/pr26094-1a.c: Likewise.
1415 * testsuite/ld-elf/pr26094-1a.rd: Likewise.
1416 * testsuite/ld-elf/pr26094-1b.c: Likewise.
1417 * testsuite/ld-elf/pr26094-1b.rd: Likewise.
1418 * testsuite/ld-elf/pr26094-1c.c: Likewise.
1419 * testsuite/ld-elf/shared.exp: Run ld/26094 tests.
1420
cebd6b8a
L
14212020-06-09 H.J. Lu <hongjiu.lu@intel.com>
1422
1423 PR ld/18801
1424 * testsuite/ld-i386/i386.exp: Run ifunc-textrel-1a,
1425 ifunc-textrel-1b, ifunc-textrel-2a and ifunc-textrel-2b.
1426 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1427 * testsuite/ld-i386/ifunc-textrel-1a.d: Likewise.
1428 * testsuite/ld-i386/ifunc-textrel-1b.d: Likewise.
1429 * testsuite/ld-i386/ifunc-textrel-2a.d: Likewise.
1430 * testsuite/ld-i386/ifunc-textrel-2b.d: Likewise.
1431 * testsuite/ld-x86-64/ifunc-textrel-1.s: Likewise.
1432 * testsuite/ld-x86-64/ifunc-textrel-1a.d: Likewise.
1433 * testsuite/ld-x86-64/ifunc-textrel-1b.d: Likewise.
1434 * testsuite/ld-x86-64/ifunc-textrel-2.s: Likewise.
1435 * testsuite/ld-x86-64/ifunc-textrel-2a.d: Likewise.
1436 * testsuite/ld-x86-64/ifunc-textrel-2b.d: Likewise.
1437 * testsuite/ld-i386/pr18801a.d: Expect warning for IFUNC
1438 resolvers.
1439 * testsuite/ld-i386/pr18801b.d: Likewise.
1440 * estsuite/ld-x86-64/pr18801a.d: Likewise.
1441 * estsuite/ld-x86-64/pr18801b.d: Likewise.
1442
a61e3060
AM
14432020-06-09 Alan Modra <amodra@gmail.com>
1444
1445 PR 26065
1446 * testsuite/ld-elf/shared.exp: Compile dl4main.c -fPIC.
1447 (dl4e, dl4f): Expect dl4a.out.
1448 * testsuite/ld-elf/dl4e.out: Delete.
1449
597344c9
L
14502020-06-07 H.J. Lu <hongjiu.lu@intel.com>
1451
1452 * testsuite/ld-elf/shared.exp: Pass $LFLAGS to PR ld/21703
1453 shared test.
1454
656e4a22
L
14552020-06-07 H.J. Lu <hongjiu.lu@intel.com>
1456
1457 * testsuite/ld-elf/shared.exp: Xfail pr20995/pr20995-2 for
1458 tic6x-*-*.
1459
0fd91d25
L
14602020-06-07 H.J. Lu <hongjiu.lu@intel.com>
1461
1462 * testsuite/ld-elf/pr11304.d: Skip tic6x-*-elf.
1463
1fc47f80
AM
14642020-06-06 Alan Modra <amodra@gmail.com>
1465
1466 * testsuite/ld-elf/comm-data.exp: Don't xfail arm or bfin-linux.
1467
070558eb
AM
14682020-06-06 Alan Modra <amodra@gmail.com>
1469
1470 * lexsup.c (ld_options): Accept -plugin and -plugin-opt when
1471 !ENABLE_PLUGINS.
1472 * testsuite/lib/ld-lib.exp (check_plugin_api_available): Adjust.
1473
41285764
NC
14742020-06-05 Nelson Chu <nelson.chu@sifive.com>
1475
1476 * testsuite/ld-riscv-elf/attr-merge-priv-spec.d: Rename to
1477 attr-merge-priv-spec-01.d.
1478 * testsuite/ld-riscv-elf/attr-merge-priv-spec-c.s: Set spec to 1.11.
1479 * testsuite/ld-riscv-elf/attr-merge-priv-spec-d.s: Empty priv spec set.
1480 * testsuite/ld-riscv-elf/attr-merge-priv-spec-02.d: New testcase.
1481 * testsuite/ld-riscv-elf/attr-merge-priv-spec-03.d: Likewise.
1482 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-02.d: Likewise.
1483 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-03.d: Likewise.
1484 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-04.d: Likewise.
1485 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-05.d: Likewise.
1486 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-06.d: Likewise.
1487 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Updated.
1488
3fc6c3dc
NC
14892020-06-05 Nelson Chu <nelson.chu@sifive.com>
1490
1491 * testsuite/ld-riscv-elf/attr-merge-arch-01.d: The CSR isn't used,
1492 so ignore the -mpriv-spec setting.
1493 * testsuite/ld-riscv-elf/attr-merge-arch-02.d: Likewise.
1494 * testsuite/ld-riscv-elf/attr-merge-arch-03.d: Likewise.
1495 * testsuite/ld-riscv-elf/attr-merge-stack-align.d: Likewise.
1496 * testsuite/ld-riscv-elf/attr-merge-strict-align-01.d: Likewise.
1497 * testsuite/ld-riscv-elf/attr-merge-strict-align-02.d: Likewise.
1498 * testsuite/ld-riscv-elf/attr-merge-strict-align-03.d: Likewise.
1499 * testsuite/ld-riscv-elf/attr-merge-strict-align-04.d: Likewise.
1500 * testsuite/ld-riscv-elf/attr-merge-strict-align-05.d: Likewise.
1501 * testsuite/ld-riscv-elf/call-relax.d: Add -mno-arch-attr.
1502
c4b126b8
L
15032020-06-04 H.J. Lu <hongjiu.lu@intel.com>
1504
1505 PR ld/26080
1506 * testsuite/ld-elf/comm-data.exp: Remove copy_reloc.
1507 * testsuite/ld-elf/comm-data2r.rd: Removed.
1508 * testsuite/ld-elf/comm-data2r.sd: Likewise.
1509 * testsuite/ld-elf/comm-data2r.xd: Likewise.
1510
e2c8dab6
AM
15112020-06-04 Alan Modra <amodra@gmail.com>
1512
1513 * testsuite/config/default.exp: Remove global directive outside
1514 proc body.
1515 * testsuite/ld-bootstrap/bootstrap.exp: Likewise.
1516 * testsuite/ld-elf/compress.exp: Likewise.
1517 * testsuite/ld-elf/elf.exp: Likewise.
1518 * testsuite/ld-elf/exclude.exp: Likewise.
1519 * testsuite/ld-elf/frame.exp: Likewise.
1520 * testsuite/ld-elf/indirect.exp: Likewise.
1521 * testsuite/ld-elf/linux-x86.exp: Likewise.
1522 * testsuite/ld-elf/shared.exp: Likewise.
1523 * testsuite/ld-elf/tls.exp: Likewise.
1524 * testsuite/ld-elf/tls_common.exp: Likewise.
1525 * testsuite/ld-elfcomm/elfcomm.exp: Likewise.
1526 * testsuite/ld-elfweak/elfweak.exp: Likewise.
1527 * testsuite/ld-frv/fdpic.exp: Likewise.
1528 * testsuite/ld-frv/tls.exp: Likewise.
1529 * testsuite/ld-gc/gc.exp: Likewise.
1530 * testsuite/ld-i386/i386.exp: Likewise.
1531 * testsuite/ld-i386/no-plt.exp: Likewise.
1532 * testsuite/ld-ifunc/ifunc.exp: Likewise.
1533 * testsuite/ld-mips-elf/mips-elf-flags.exp: Likewise.
1534 * testsuite/ld-nios2/nios2.exp: Likewise.
1535 * testsuite/ld-plugin/lto.exp: Likewise.
1536 * testsuite/ld-plugin/plugin.exp: Likewise.
1537 * testsuite/ld-powerpc/export-class.exp: Likewise.
1538 * testsuite/ld-scripts/align.exp: Likewise.
1539 * testsuite/ld-scripts/crossref.exp: Likewise.
1540 * testsuite/ld-scripts/defined.exp: Likewise.
1541 * testsuite/ld-scripts/overlay-size.exp: Likewise.
1542 * testsuite/ld-scripts/provide.exp: Likewise.
1543 * testsuite/ld-scripts/weak.exp: Likewise.
1544 * testsuite/ld-selective/selective.exp: Likewise.
1545 * testsuite/ld-sh/rd-sh.exp: Likewise.
1546 * testsuite/ld-size/size.exp: Likewise.
1547 * testsuite/ld-srec/srec.exp: Likewise.
1548 * testsuite/ld-x86-64/mpx.exp: Likewise.
1549 * testsuite/ld-x86-64/no-plt.exp: Likewise.
1550 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1551
a0c0ad56
AM
15522020-06-04 Alan Modra <amodra@gmail.com>
1553
1554 * testsuite/ld-dynamic/export-dynamic-symbol-2.d: Match output for
1555 mips-sgi-irix6.
1556 * testsuite/ld-dynamic/export-dynamic-symbol-glob.d: Likewise.
1557 * testsuite/ld-dynamic/export-dynamic-symbol-list-2.d: Likewise.
1558 * testsuite/ld-dynamic/export-dynamic-symbol-list-glob.d: Likewise.
1559 * testsuite/ld-dynamic/export-dynamic-symbol.exp: Exclude targets
1560 with poor PIE support.
1561
60f207b4
AM
15622020-06-04 Alan Modra <amodra@gmail.com>
1563
1564 * testsuite/ld-plugin/lto.exp (pr12758.exe): Add NOPIE_LDFLAGS.
1565 * testsuite/ld-unique/unique.exp: Add NOPIE_LDFLAGS to unique
1566 executable and dynamic executable tests.
1567
1949ad04
L
15682020-06-03 H.J. Lu <hongjiu.lu@intel.com>
1569
1570 * testsuite/config/default.exp (NOSANTIZE_CFLAGS): New.
1571 * testsuite/ld-elf/linux-x86.exp: Add $NOSANTIZE_CFLAGS to
1572 tests with run_ld_link_exec_tests.
1573 * testsuite/ld-elf/shared.exp: Add $NOSANTIZE_CFLAGS to tests
1574 with run_ld_link_tests.
1575 * testsuite/ld-elf/tls.exp: Likewise.
1576 * testsuite/ld-elfweak/elfweak.exp: Add $NOSANTIZE_CFLAGS to
1577 tests with ld_link.
1578 * testsuite/ld-gc/gc.exp: Add $NOSANTIZE_CFLAGS to cflags.
1579 * testsuite/ld-plugin/lto.exp: Add $NOSANTIZE_CFLAGS to tests
1580 with run_ld_link_tests.a
1581 * testsuite/ld-plugin/plugin.exp: Append $NOSANTIZE_CFLAGS to
1582 CFLAGS.
1583 * testsuite/ld-selective/selective.exp: Add $NOSANTIZE_CFLAGS
1584 to cflags and cxxflags.
1585 * testsuite/ld-srec/srec.exp: Append $NOSANTIZE_CFLAGS to CC
1586 and CXX.
1587 * testsuite/ld-x86-64/plt-main-ibt-x32.dd: Updated for
1588 -fsanitize=undefined.
1589 * testsuite/ld-x86-64/plt-main-ibt.dd: Likewise.
1590 * testsuite/ld-x86-64/x86-64.exp: Add $NOSANTIZE_CFLAGS to
1591 tests with run_cc_link_tests and run_ld_link_tests.
1592
37a141bf
FS
15932020-06-03 Fangrui Song <maskray@google.com>
1594 H.J. Lu <hongjiu.lu@intel.com>
1595
1596 PR ld/25910
1597 * NEWS: Mention --export-dynamic-symbol[-list].
1598 * ld.texi: Document --export-dynamic-symbol[-list].
1599 * ldgram.y: Pass current_dynamic_list_p to
1600 lang_append_dynamic_list.
1601 * ldlang.c (current_dynamic_list_p): New.
1602 (ang_append_dynamic_list): Updated to take a pointer to
1603 struct bfd_elf_dynamic_list * argument instead of using
1604 link_info.dynamic_list.
1605 (lang_append_dynamic_list_cpp_typeinfo): Pass
1606 &link_info.dynamic_list to ang_append_dynamic_list.
1607 (lang_append_dynamic_list_cpp_new): Likewise.
1608 * ldlang.h (current_dynamic_list_p): New.
1609 (lang_append_dynamic_list): Add a pointer to
1610 struct bfd_elf_dynamic_list * argument.
1611 * ldlex.h (option_values): Add OPTION_EXPORT_DYNAMIC_SYMBOL and
1612 OPTION_EXPORT_DYNAMIC_SYMBOL_LIST.
1613 * lexsup.c (ld_options): Add entries for
1614 OPTION_EXPORT_DYNAMIC_SYMBOL and
1615 OPTION_EXPORT_DYNAMIC_SYMBOL_LIST.
1616 (parse_args): Handle --export-dynamic-symbol and
1617 --export-dynamic-symbol-list.
1618 * testsuite/ld-dynamic/export-dynamic-symbol-1.d: New.
1619 * testsuite/ld-dynamic/export-dynamic-symbol-2.d: New.
1620 * testsuite/ld-dynamic/export-dynamic-symbol-glob.d: New.
1621 * testsuite/ld-dynamic/export-dynamic-symbol-list-1.d: New.
1622 * testsuite/ld-dynamic/export-dynamic-symbol-list-2.d: New.
1623 * testsuite/ld-dynamic/export-dynamic-symbol-list-glob.d: New.
1624 * testsuite/ld-dynamic/export-dynamic-symbol.exp: New.
1625 * testsuite/ld-dynamic/export-dynamic-symbol.s: New.
1626 * testsuite/ld-dynamic/foo-bar.list: New.
1627 * testsuite/ld-dynamic/foo.list: New.
1628 * testsuite/ld-dynamic/foo.s: New.
1629 * testsuite/ld-dynamic/fstar.list: New.
1630 * testsuite/ld-elf/dlempty.list: New.
1631 * testsuite/ld-elf/shared.exp: Add tests for
1632 --export-dynamic-symbol and --export-dynamic-symbol-list.
1633
bbd2d6bf
JB
16342020-06-03 Jan Beulich <jbeulich@suse.com>
1635
1636 * testsuite/ld-elf/linux-x86.exp: Make copied source files
1637 writeable.
1638
a3fc9418
NC
16392020-05-28 Nick Clifton <nickc@redhat.com>
1640
1641 PR 26047
1642 * ldelf.c (ldelf_after_open): Fail if attempting to link one
a87e1817
NC
1643 executable into another. Ensure that the test is made for all
1644 forms of linking.
a3fc9418 1645
fa6ecf94
L
16462020-05-28 H.J. Lu <hongjiu.lu@intel.com>
1647
6f028f3c
L
1648 * NEWS: Mention --enable-textrel-check=yes is default for
1649 Linux/x86 targets.
1650 * configure.tgt (ac_default_ld_textrel_check): Set to yes if
1651 unset for Linux/x86 targets.
fa6ecf94 1652
b32632c4
L
16532020-05-28 H.J. Lu <hongjiu.lu@intel.com>
1654
1655 PR ld/20824
1656 * NEWS: Mention --enable-textrel-check=[no|yes|warning|error].
1657 * configure.ac: Add --enable-textrel-check=[no|yes|warning|error].
1658 (DEFAULT_LD_TEXTREL_CHECK): New AC_DEFINE_UNQUOTED.
1659 (DEFAULT_LD_TEXTREL_CHECK_WARNING): Likewise.
1660 * ldmain.c (main): Initialize link_info.textrel_check to
1661 DEFAULT_LD_TEXTREL_CHECK.
1662 * lexsup.c (ld_options): Check DEFAULT_LD_TEXTREL_CHECK_WARNING.
1663 * config.in: Regenerated.
1664 * configure: Likewise.
1665
72a3b182
NC
16662020-05-28 Nick Clifton <nickc@redhat.com>
1667
1668 * lexsup.c (parse_args): Generate an error if a name is not
1669 provided to the -Map option.
1670 (ld_options): Mention that the -Map option supports a directory
1671 name as an argument.
1672 * NEWS: Remove mention of support for an empty string as an
1673 argument to -Map.
1674 * ld.texi: Likewise.
1675
2a37823b
HPN
16762020-05-27 Hans-Peter Nilsson <hp@axis.com>
1677
1678 PR ld/22909
1679 * testsuite/ld-elf/pr19539.d: Don't xfail for cris*-*-*.
1680
198204a7
NC
16812020-05-27 Rasmus Villemoes <rv@rasmusvillemoes.dk>
1682 Nick Clifton <nickc@redhat.com>
1683
1684 * lexsup.c (parse_args): If the map filename is defined but empty
1685 create a name based upon the output file name. If the name is
1686 defined but refers to a directory create a file inside the
1687 directory based on the output file name.
1688 * ld.texi: Document the new feature.
1689 * testsuite/ld-script/map-address.exp: Add test of new feature.
1690 * NEWS: Mention the new feature.
1691
a6dbf402
L
16922020-05-27 H.J. Lu <hongjiu.lu@intel.com>
1693
1694 PR ld/22909
1695 * NEWS: Mention --warn-textrel.
1696 * ld.texi: Update -z text/notext/textoff. Add --warn-textrel.
1697 Remove --warn-shared-textrel.
1698 * ldlex.h (option_values): Rename OPTION_WARN_SHARED_TEXTREL to
1699 OPTION_WARN_TEXTREL.
1700 * lexsup.c (ld_options): Add --warn-textrel. Obsolete
1701 --warn-shared-textrel.
1702 (parse_args): Updated.
1703 (elf_shlib_list_options): Check link_info.textrel_check.
1704 * emultempl/elf.em: Updated.
1705 * testsuite/ld-elf/pr19539.d: Replace -z notext with
1706 --warn-textrel. Expect a warning.
1707 * testsuite/ld-i386/warn1.d: Update expected warning.
1708
368584aa
L
17092020-05-26 H.J. Lu <hongjiu.lu@intel.com>
1710
1711 * testsuite/ld-ifunc/ifunc-23a-x86.d: Skip *-*-lynxos *-*-nto*.
1712 * testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise.
1713 * testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise.
1714
07e0bb0f
L
17152020-05-25 H.J. Lu <hongjiu.lu@intel.com>
1716
1717 * testsuite/ld-x86-64/x86-64.exp: Pass -z notext to linker.
1718
af2c48d8
L
17192020-05-25 H.J. Lu <hongjiu.lu@intel.com>
1720
1721 * testsuite/ld-elf/eh6.d: Pass -z notext to linker.
1722 * testsuite/ld-elf/ehdr_start-shared.d: Likewise.
1723 * testsuite/ld-elf/pr19539.d: Likewise.
1724 * testsuite/ld-elfvers/vers.exp: Likewise.
1725 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
1726 * testsuite/ld-i386/i386.exp: Likewise.
1727 * testsuite/ld-i386/nogot1.d: Likewise.
1728 * testsuite/ld-i386/pr19539.d: Likewise.
1729 * testsuite/ld-i386/pr19636-2a.d: Likewise.
1730 * testsuite/ld-i386/pr19636-2b.d: Likewise.
1731 * testsuite/ld-i386/pr19636-2c.d: Likewise.
1732 * testsuite/ld-i386/pr19636-2d.d: Likewise.
1733 * testsuite/ld-i386/pr19636-2e.d: Likewise.
1734 * testsuite/ld-i386/pr19636-3d.d: Likewise.
1735 * testsuite/ld-i386/pr19636-3e.d: Likewise.
1736 * testsuite/ld-i386/pr19939b.d: Likewise.
1737 * testsuite/ld-i386/undefweaka.d: Likewise.
1738 * testsuite/ld-i386/undefweakb.d: Likewise.
1739 * testsuite/ld-shared/shared.exp: Likewise.
1740 * testsuite/ld-size/size.exp: Likewise.
1741 * testsuite/ld-unique/unique.exp: Likewise.
1742 * testsuite/ld-x86-64/pie1.d: Likewise.
1743 * testsuite/ld-x86-64/pr19539a.d: Likewise.
1744 * testsuite/ld-x86-64/pr19539b.d: Likewise.
1745 * testsuite/ld-x86-64/pr19636-1d.d: Likewise.
1746 * testsuite/ld-x86-64/pr19636-1e.d: Likewise.
1747 * testsuite/ld-x86-64/pr19807-1a.d: Likewise.
1748 * testsuite/ld-x86-64/pr19807-1b.d: Likewise.
1749 * testsuite/ld-x86-64/pr19807-2b.d: Likewise.
1750 * testsuite/ld-x86-64/pr19807-2c.d: Likewise.
1751 * testsuite/ld-x86-64/pr19807-2d.d: Likewise.
1752 * testsuite/ld-x86-64/pr19807-2e.d: Likewise.
1753 * testsuite/ld-x86-64/pr19939b.d: Likewise.
1754 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1755
bb68f22c
FS
17562020-05-24 Fangrui Song <maskray@google.com>
1757
1758 PR ld/26018
1759 * lexsup.c (parse_args): Simplify.
1760 * testsuite/ld-elf/dl4e.out: New.
1761 * testsuite/ld-elf/shared.exp: Updated for PR ld/26018 tests.
1762
309cae1f
L
17632020-05-23 H.J. Lu <hongjiu.lu@intel.com>
1764
1765 PR ld/26018
1766 * testsuite/ld-i386/i386.exp: Add a -Bsymbolic-functions test.
1767 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1768 * testsuite/ld-i386/pr26018.d: New file.
1769 * testsuite/ld-x86-64/pr26018.d: Likewise.
1770 * testsuite/ld-x86-64/pr26018.s: Likewise.
1771
5e2ab612
AM
17722020-05-21 Alan Modra <amodra@gmail.com>
1773
1774 * deffilep.y: Replace "if (x) free (x)" with "free (x)" thoughout.
1775 * emultempl/elf.em: Likewise.
1776 * emultempl/msp430.em: Likewise.
1777 * emultempl/pe.em: Likewise.
1778 * emultempl/pep.em: Likewise.
1779 * emultempl/ppc64elf.em: Likewise.
1780 * emultempl/xtensaelf.em: Likewise.
1781 * ldelf.c: Likewise.
1782 * ldfile.c: Likewise.
1783 * ldmain.c: Likewise.
1784 * ldmisc.c: Likewise.
1785 * lexsup.c: Likewise.
1786 * pe-dll.c: Likewise.
1787
8f595e9b
NC
17882020-05-20 Nelson Chu <nelson.chu@sifive.com>
1789
1790 * testsuite/ld-riscv-elf/attr-merge-arch-01.d: Updated
1791 priv attributes according to the -mpriv-spec option.
1792 * testsuite/ld-riscv-elf/attr-merge-arch-02.d: Likewise.
1793 * testsuite/ld-riscv-elf/attr-merge-arch-03.d: Likewise.
1794 * testsuite/ld-riscv-elf/attr-merge-priv-spec-a.s: Likewise.
1795 * testsuite/ld-riscv-elf/attr-merge-priv-spec-b.s: Likewise.
1796 * testsuite/ld-riscv-elf/attr-merge-priv-spec.d: Likewise.
1797 * testsuite/ld-riscv-elf/attr-merge-stack-align.d: Likewise.
1798 * testsuite/ld-riscv-elf/attr-merge-strict-align-01.d: Likewise.
1799 * testsuite/ld-riscv-elf/attr-merge-strict-align-02.d: Likewise.
1800 * testsuite/ld-riscv-elf/attr-merge-strict-align-03.d: Likewise.
1801 * testsuite/ld-riscv-elf/attr-merge-strict-align-04.d: Likewise.
1802 * testsuite/ld-riscv-elf/attr-merge-strict-align-05.d: Likewise.
1803
7b958a48
AM
18042020-05-20 Alan Modra <amodra@gmail.com>
1805
1806 PR 25993
1807 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Don't copy
1808 other_bfd_filename for bfd_set_filename, and test result of
1809 bfd_set_filename call. Don't create a new is->filename, simply
1810 copy from bfd filename. Free new_name after bfd_set_filename.
1811 * emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise.
1812
7e057737
SP
18132020-05-19 Siddhesh Poyarekar <siddesh.poyarekar@arm.com>
1814
1815 * testsuite/ld-aarch64/aarch64-elf.exp: New test
1816 emit-relocs-560.
1817 * testsuite/ld-aarch64/emit-relocs-560.d: New file.
1818 * testsuite/ld-aarch64/emit-relocs-560.s: New file.
1819
607b4833
AM
18202020-05-19 Alan Modra <amodra@gmail.com>
1821
1822 * emultempl/beos.em (sort_by_file_name): Use bfd_get_filename
1823 rather than accessing bfd->filename directly.
1824 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Likewise.
1825 * emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise.
1826 * emultempl/spuelf.em (embedded_spu_file): Likewise.
1827 * ldlang.c (input_statement_is_archive_path, wild_sort),
1828 (check_excluded_libs): Likewise.
1829 * ldmain.c (add_archive_element): Likewise.
1830 * ldmisc.c (vfinfo): Likewise.
1831 * pe-dll.c (auto_export, generate_edata, pe_create_import_fixup),
1832 (pe_dll_generate_implib, pe_process_import_defs): Likewise.
1833 * plugin.c (plugin_object_p): Likewise.
1834
3edf7b9f
DR
18352020-05-18 Douglas B Rupp <rupp@adacore.com>
1836
1837 * ldemul.h (ldemul_print_symbol): New.
1838 (ld_emulation_xfer_type) <print_symbol): Likewise.
1839 * ldemul.c (ldemul_print_symbol): New.
1840 * ldlang.c (SECTION_NAME_MAP_LANGTH): Move to ...
1841 (print_one_symbol): Make global and move declaration to ...
1842 (print_all_symbols): Rename print_one_symbol to ldemul_print_symbol
1843 (print_input_section): Likewise
1844 * ldlang.h: ... here.
1845 * emultempl/aix.em (gld${EMULATION_NAME}_print_symbol): New.
1846 (ld_emulation_xfer_struct): Use it.
1847 * emultempl/armcoff.em (ld_emulation_xfer_struct): Add print_symbol
1848 and default to NULL.
1849 * emultempl/beos.em (ld_emulation_xfer_struct): Likewise
1850 * emultempl/elf.em (ld_emulation_xfer_struct): Likewise
1851 * emultempl/generic.em (ld_emulation_xfer_struct): Likewise
1852 * emultempl/linux.em (ld_emulation_xfer_struct): Likewise
1853 * emultempl/msp430.em (ld_emulation_xfer_struct): Likewise
1854 * emultempl/pe.em (ld_emulation_xfer_struct): Likewise
1855 * emultempl/pep.em (ld_emulation_xfer_struct): Likewise
1856 * emultempl/ticoff.em (ld_emulation_xfer_struct): Likewise
1857 * emultempl/vanilla.em (ld_emulation_xfer_struct): Likewise
1858
6e0c75f7
ST
18592020-05-18 Sergei Trofimovich <siarheit@google.com>
1860
1861 * ldmain.c (add_archive_element): Fix s/claimi/claim/ typo
1862 in info message.
1863
e6ddf2af
NC
18642020-05-18 Nick Clifton <nickc@redhat.com>
1865
1866 * po/sv.po: Update Swedish translation.
1867
5e365e47
NC
18682020-05-18 Nick Clifton <nickc@redhat.com>
1869
1870 PR 25993
1871 * emultempl/pe.em (_after_open): Check for duplicate filename
1872 pointers before renaming the dll.
1873 * emultempl/pep.em (_after_open): Likewise.
1874
ba311c5b
NC
18752020-05-13 Nick Clifton <nickc@redhat.com>
1876
1877 PR 25979
1878 * lexsup.c (elf_shlib_list_options): Include the default value for
1879 the hash style in the output text.
1880
94ba9882
AM
18812020-05-11 Alan Modra <amodra@gmail.com>
1882
1883 * testsuite/ld-powerpc/pcrelopt.s: Add lxvp and stxvp.
1884 * testsuite/ld-powerpc/pcrelopt.d: Update.
1885
7c1f4227
AM
18862020-05-11 Alan Modra <amodra@gmail.com>
1887
1888 * testsuite/ld-powerpc/callstub-1.d: Use -mpower10/-Mpower10 in
1889 place of -mfuture/-Mfuture.
1890 * testsuite/ld-powerpc/notoc2.d: Likewise.
1891 * testsuite/ld-powerpc/powerpc.exp: Likewise.
1892 * testsuite/ld-powerpc/tlsgd.d: Likewise.
1893 * testsuite/ld-powerpc/tlsie.d: Likewise.
1894 * testsuite/ld-powerpc/tlsld.d: Likewise.
1895
73199c2b
NC
18962020-05-11 Nick Clifton <nickc@redhat.com>
1897
1898 * po/es.po: Updated Spanish translation.
1899
cff69cf4
WD
19002020-05-01 Wilco Dijkstra <wdijkstr@arm.com>
1901
1902 PR ld/25665
1903 * testsuite/ld-aarch64/farcall-group.s: New large group test.
1904 * testsuite/ld-aarch64/farcall-group.d: New test driver.
1905 * testsuite/ld-aarch64/aarch64-elf.exp: Run the new test.
1906
a8acd6ee
AM
19072020-05-01 Alan Modra <amodra@gmail.com>
1908
1909 PR 25882
1910 * ldlang.c (lang_check): Call bfd_merge_private_bfd_data for
1911 shared libraries.
1912
94a8e7b0
AM
19132020-05-01 Alan Modra <amodra@gmail.com>
1914
1915 * po/BLD-POTFILES.in: Regenerate.
1916
09c1e68a
AC
19172020-04-30 Alex Coplan <alex.coplan@arm.com>
1918
1919 * testsuite/ld-aarch64/erratum843419_tls_ie.d: Use udf in disassembly.
1920 * testsuite/ld-aarch64/farcall-b-section.d: Likewise.
1921 * testsuite/ld-aarch64/farcall-back.d: Likewise.
1922 * testsuite/ld-aarch64/farcall-bl-section.d: Likewise.
1923
8a8a1171
NC
19242020-04-30 Nick Clifton <nickc@redhat.com>
1925
1926 * testsuite/ld-elf/compress1c.d: XFAIL if thet target linker does
1927 not support the -shared command line option.
1928 * /ld-elf/compressed1c.d: Likewise.
1929 * /ld-elf/compressed1e.d: Likewise.
1930 * /ld-elf/dynamic1.d: Likewise.
1931 * /ld-elf/dynsym1.d: Likewise.
1932 * /ld-elf/ehdr_start-shared.d: Likewise.
1933 * /ld-elf/exclude3b.d: Likewise.
1934 * /ld-elf/global1.d: Likewise.
1935 * /ld-elf/hash.d: Likewise.
1936 * /ld-elf/local1.d: Likewise.
1937 * /ld-elf/mbind1b.d: Likewise.
1938 * /ld-elf/now-1.d: Likewise.
1939 * /ld-elf/now-2.d: Likewise.
1940 * /ld-elf/now-3.d: Likewise.
1941 * /ld-elf/now-4.d: Likewise.
1942 * /ld-elf/pr12975.d: Likewise.
1943 * /ld-elf/pr13177.d: Likewise.
1944 * /ld-elf/pr13195.d: Likewise.
1945 * /ld-elf/pr16322.d: Likewise.
1946 * /ld-elf/pr16498a.d: Likewise.
1947 * /ld-elf/pr16498b.d: Likewise.
1948 * /ld-elf/pr17615.d: Likewise.
1949 * /ld-elf/pr19162.d: Likewise.
1950 * /ld-elf/pr19698.d: Likewise.
1951 * /ld-elf/pr20513c.d: Likewise.
1952 * /ld-elf/pr20513d.d: Likewise.
1953 * /ld-elf/pr21389a.d: Likewise.
1954 * /ld-elf/pr21389b.d: Likewise.
1955 * /ld-elf/pr21389c.d: Likewise.
1956 * /ld-elf/pr21562a.d: Likewise.
1957 * /ld-elf/pr21562b.d: Likewise.
1958 * /ld-elf/pr21562c.d: Likewise.
1959 * /ld-elf/pr21562d.d: Likewise.
1960 * /ld-elf/pr21562e.d: Likewise.
1961 * /ld-elf/pr21562f.d: Likewise.
1962 * /ld-elf/pr21562g.d: Likewise.
1963 * /ld-elf/pr21562h.d: Likewise.
1964 * /ld-elf/pr21562i.d: Likewise.
1965 * /ld-elf/pr21562j.d: Likewise.
1966 * /ld-elf/pr21562k.d: Likewise.
1967 * /ld-elf/pr21562l.d: Likewise.
1968 * /ld-elf/pr21562m.d: Likewise.
1969 * /ld-elf/pr21562n.d: Likewise.
1970 * /ld-elf/pr21903a.d: Likewise.
1971 * /ld-elf/pr21903b.d: Likewise.
1972 * /ld-elf/pr22269b.d: Likewise.
1973 * /ld-elf/pr22393-1a.d: Likewise.
1974 * /ld-elf/pr22393-1b.d: Likewise.
1975 * /ld-elf/pr23658-1c.d: Likewise.
1976 * /ld-elf/pr25708.d: Likewise.
1977 * /ld-elf/rpath-1.d: Likewise.
1978 * /ld-elf/rpath-2.d: Likewise.
1979 * /ld-elf/runpath-1.d: Likewise.
1980 * /ld-elf/runpath-2.d: Likewise.
1981 * /ld-elf/sizeofb.d: Likewise.
1982 * /ld-elf/startofb.d: Likewise.
1983 * /ld-elf/strtab.d: Likewise.
1984 * /ld-elf/textaddr2.d: Likewise.
1985 * /ld-elf/textaddr5.d: Likewise.
1986 * /ld-elf/textaddr6.d: Likewise.
1987 * /ld-elf/unknown2.d: Likewise.
1988 * /ld-undefined/entry-3.d: Likewise.
1989 * /ld-undefined/entry-4.d: Likewise.
1990 * /ld-elf/mbind1c.d: XFAIL if the target linker does not support
1991 the -pie option.
1992 * /ld-elf/pie.d: Likewise.
1993 * /ld-elf/pr19539.d: Likewise.
1994 * /ld-elf/pr21903d.d: Likewise.
1995 * /ld-elf/pr22269a.d: Likewise.
1996 * /ld-elf/pr22393-1c.d: Likewise.
1997 * /ld-elf/pr22393-1d.d: Likewise.
1998 * /ld-elf/pr22423.d: Likewise.
1999 * /ld-elf/loadaddr1.d: Expect to fail on the rx-linux target.
2000 * /ld-elf/loadaddr2.d: Likewise.
2001 * /ld-elf/pr22393-1e.d: Likewise.
2002 * /ld-elf/pr22393-1f.d: Likewise.
2003 * /ld-elf/textaddr1.d: Likewise.
2004 * /ld-elf/textaddr4.d: Likewise.
2005
c578f16e
YS
20062020-04-30 Yoshinori Sato <ysato@users.sourceforge.jp>
2007
2008 * emulparams/elf32rx_linux.sh: New rx-linux emulation.
2009 * emultempl/rxlinux.em: New.
2010 * configure.tgt: Add rx-linux.
2011 * Makefile.am: Add eelf32rx_linux.c
2012 * Makefile.in: Regenerate.
2013
d548f47d
MF
20142020-04-29 Max Filippov <jcmvbkbc@gmail.com>
2015
2016 * testsuite/ld-xtensa/relax-diff1.d: New test definition.
2017 * testsuite/ld-xtensa/relax-diff1.s: New test source.
2018 * testsuite/ld-xtensa/relax-ndiff.d: New test definition.
2019 * testsuite/ld-xtensa/relax-ndiff.s: New test source.
2020 * testsuite/ld-xtensa/xtensa.exp: (relax-diff1)
2021 (relax-ndiff): New tests.
2022
4849fabc
SC
20232020-04-29 Stephen Casner <casner@acm.org>
2024
2025 PR 25829
2026 * testsuite/ld-scripts/default-script.exp: Add --image-base=0 to
2027 LDFLAGS for targets *-*-mingw64 x86_64-*-cygwin.
2028 * testsuite/ld-scripts/default-script1.d: No longer have to skip
2029 test for those targets.
2030 * testsuite/ld-scripts/default-script2.d: Likewise.
2031 * testsuite/ld-scripts/default-script3.d: Likewise.
2032 * testsuite/ld-scripts/default-script4.d: Likewise.
2033
251dae91
TC
20342020-04-27 Tamar Christina <tamar.christina@arm.com>
2035
2036 * pe-dll.c (pe_detail_list): Add pe-bigobj-i386.
2037
30ce8e47
MF
20382020-04-22 Max Filippov <jcmvbkbc@gmail.com>
2039
2040 PR ld/25861
2041 * testsuite/ld-xtensa/relax-loc.d: New test definition.
2042 * testsuite/ld-xtensa/relax-loc.s: New test source.
2043 * testsuite/ld-xtensa/xtensa.exp (relax-loc): New test.
2044
16171946
FS
20452020-04-22 Fangrui Song <maskray@google.com>
2046
2047 PR ld/25806
2048 * ldlang.h (struct lang_input_statement_struct): Add extra_search_path.
2049 * ldlang.c (current_input_file): New.
2050 (ldirname): New.
2051 (new_afile): Add from_filename parameter. Set extra_search_path.
2052 (lang_add_input_file): Pass current_input_file to new_afile.
2053 (load_symbols): Set current_input_file.
2054 * ldfile.c (ldfile_open_file): If extra_search_path has been set
2055 then scan it for the file that needs to be opened.
2056 * ld.texi: Document the new behaviour.
2057 * NEWS: Mention the new feature.
2058
1d934d76
AM
20592020-04-22 Alan Modra <amodra@gmail.com>
2060
2061 * testsuite/ld-scripts/default-script1.d: Correct mingw skip.
2062 * testsuite/ld-scripts/default-script2.d: Likewise.
2063 * testsuite/ld-scripts/default-script3.d: Likewise.
2064 * testsuite/ld-scripts/default-script4.d: Likewise.
2065
39a7b38f
SC
20662020-04-21 Stephen Casner <casner@acm.org>
2067
2068 PR 25829
2069 * testsuite/ld-scripts/script.exp (check_script)
2070 (extract_symbol_test): Make test addresses fit in 16 bits.
2071 * testsuite/ld-scripts/memory.t: Likewise.
2072 * testsuite/ld-scripts/memory_sym.t (TXT_LENGTH): Likewise.
2073 * testsuite/ld-scripts/default-script.t (_START): Likewise.
2074 * testsuite/ld-scripts/default-script1.d: Likewise.
2075 * testsuite/ld-scripts/default-script2.d: Likewise.
2076 * testsuite/ld-scripts/default-script3.d: Likewise.
2077 * testsuite/ld-scripts/default-script4.d: Likewise.
2078 * testsuite/ld-scripts/empty-address-1.t: Likewise.
2079 * testsuite/ld-scripts/empty-address-1.d: Likewise.
2080 * testsuite/ld-scripts/empty-address-2a.d: Likewise.
2081 * testsuite/ld-scripts/empty-address-2b.d: Likewise.
2082 * testsuite/ld-misc/start.s: .long -> .dc.a to allow relocation to
2083 fit target address size.
1d934d76 2084 * testsuite/ld-scripts/empty-address-1.s: Likewise.
39a7b38f
SC
2085 * testsuite/ld-scripts/empty-address-2.s: Likewise.
2086
6f6fd151
L
20872020-04-21 H.J. Lu <hongjiu.lu@intel.com>
2088
2089 PR ld/25849
2090 * ldelfgen.c (ldelf_map_segments): Call
2091 elf_backend_strip_zero_sized_dynamic_sections.
2092 * testsuite/ld-alpha/tlsbinr.rd: Updated.
2093
2efec98b
AM
20942020-04-20 Alan Modra <amodra@gmail.com>
2095
2096 * testsuite/ld-powerpc/tlsopt5.s: Rename foo to aaaaa.
2097 * testsuite/ld-powerpc/tlsopt5.d: Adjust to suit.
2098 * testsuite/ld-powerpc/tlsopt6.d: Likewise.
2099
dbe23755
RO
21002020-04-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2101
2102 * testsuite/ld-elf/warn1.d: Don't xfail on 64-bit Solaris/SPARC.
2103 * testsuite/ld-elf/warn2.d: Likewise.
2104
54975ae9
L
21052020-04-18 H.J. Lu <hongjiu.lu@intel.com>
2106
2107 * testsuite/ld-elf/elf.exp (ASFLAGS): Add "--defsym NO_SET=1" for
2108 alpha target.
2109 * testsuite/ld-elf/pr19789.s: Use "=" if NO_SET is defined.
2110
0203cad2
SC
21112020-04-16 Stephen Casner <casner@acm.org>
2112
2113 PR 18963
2114 * testsuite/ld-scripts/pr18963.t: Reduce section sizes to fit in
2115 16-bit address space.
2116 * testsuite/ld-scripts/pr18963.d: Likewise.
2117
0fe0f2d6
JMG
21182020-04-17 Juan Manuel Guerrero <juan.guerrero@gmx.de>
2119 Jan W. Jagersma <jwjagersma@gmail.com>
2120
2121 * scripttempl/i386go32.sc: Provide symbol _environ. Link in
2122 .ctors and .dtors. Discard LTO sections.
2123
49c16254
NC
21242020-04-17 Nick Clifton <nickc@redhat.com>
2125
2126 * testsuite/config/default.exp: If not already set then create the
2127 CCC_OVERRIDE_OPTIONS environment variable to help when running the
2128 testsuite with clang.
2129 * testsuite/ld-elf/pr22269-1.c: Add a missing return statement.
2130 * testsuite/ld-elfvers/vers.exp: Add checks to detect if files
2131 were built before attempting to copy them.
2132
95a51568
FS
21332020-04-15 Fangrui Song <maskray@google.com>
2134
2135 PR binutils/24613
2136 * lexsup.c (parse_args): Change RM_GENERATE_WARNING and
2137 RM_GENERATE_ERROR to RM_DIAGNOSE.
2138 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Change
2139 RM_GENERATE_ERROR to RM_DIAGNOSE.
2140 * emultempl/elf.em (ld_${EMULATION_NAME}_emulation): Likewise.
2141
fa1477dc
SC
21422020-04-14 Stephen Casner <casner@acm.org>
2143
2144 PR ld/25677
2145 * emulparams/pdp11.sh (SCRIPT_NAME): Change to pdp11.
2146 (EXTRA_EM_FILE): New, add emulation file pdp11.
2147 * scripttempl/pdp11.sc: New, derived from aout.sc without
2148 irrelevant input sections.
2149 * emultempl/pdp11.em (_add_options, _handle_option)
2150 (_list_options): New. Add options -z, --imagic for pdp11-aout.
2151 (_before_parse): Make --omagic be default instead of --nmagic.
2152 (_get_script): Modify special-case linker script for --imagic.
2153 * lexsup.c (parse_args): Explictly set config.text_read_only for -n.
2154 * ld.texi (Options): Add documentation of PDP11-specific options.
2155 (Options): Fix unrelated typo to --no-compact-branches.
2156 * gen-doc.texi: @set PDP11.
2157 * testsuite/ld-pdp11/pdp11.exp: New, start pdp11 testing.
2158 * testsuite/ld-pdp11/sections.s: New, source for options tests.
2159 * testsuite/ld-pdp11/imagic.d: New, test --imagic format.
2160 * testsuite/ld-pdp11/imagicz.d: New, test -z (imagic) format.
2161 * testsuite/ld-pdp11/nmagic.d: New, test --nmagic format.
2162 * testsuite/ld-pdp11/omagic.d: New, test --omagic format.
2163
10ca4b04
L
21642020-04-14 H.J. Lu <hongjiu.lu@intel.com>
2165
2166 PR binutils/25707
2167 * testsuite/ld-arm/armthumb-lib.sym: Updated.
2168 * testsuite/ld-arm/farcall-mixed-app.sym: Likewise.
2169 * testsuite/ld-arm/farcall-mixed-app2.sym: Likewise.
2170 * testsuite/ld-arm/fdpic-main-m.sym: Likewise.
2171 * testsuite/ld-arm/fdpic-main.sym: Likewise.
2172 * testsuite/ld-arm/fdpic-shared-m.sym: Likewise.
2173 * testsuite/ld-arm/fdpic-shared.sym: Likewise.
2174 * testsuite/ld-arm/mixed-app.sym: Likewise.
2175 * testsuite/ld-arm/mixed-lib.sym: Likewise.
2176 * testsuite/ld-arm/preempt-app.sym: Likewise.
2177 * testsuite/ld-elf/hash.d: Likewise.
2178 * testsuite/ld-elf/pr13195.d: Likewise.
2179 * testsuite/ld-elfvsb/hidden2.d: Likewise.
2180 * testsuite/ld-mips-elf/hash2.d: Likewise.
2181
a5d21497
RO
21822020-04-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2183
2184 * testsuite/ld-shared/shared.exp: Remove dangling comments.
2185 xfail shared non PIC tests on Solaris.
2186
ae4b1d73
RO
21872020-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2188
2189 * testsuite/ld-elf/shared.exp: Add -Av9 to AFLAGS_PIC on sparc*-*-*.
2190
aa350065
L
21912020-04-02 H.J. Lu <hongjiu.lu@intel.com>
2192
2193 * testsuite/config/default.exp (NOCF_PROTECTION_CFLAGS): Replace
2194 nopie with available.
2195
8be5def6
L
21962020-04-02 H.J. Lu <hongjiu.lu@intel.com>
2197
2198 * testsuite/config/default.exp (NOCF_PROTECTION_CFLAGS): New.
2199 Set to "-fcf-protection=none" if target compiler supports it.
2200 * testsuite/ld-srec/srec.exp: Add $NOCF_PROTECTION_CFLAGS to
2201 CC and CXX.
2202 * testsuite/ld-x86-64/x86-64.exp: Add $NOCF_PROTECTION_CFLAGS
2203 to PLT BND tests.
2204
516231b7
L
22052020-04-02 H.J. Lu <hongjiu.lu@intel.com>
2206
2207 * testsuite/ld-elf/linux-x86.exp (check_pr25749a): Compile with
2208 -I../bfd.
2209 (check_pr25749b): Likewise.
2210
bb897477
RO
22112020-04-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2212
2213 * testsuite/ld-ifunc/ifunc-10-i386.d: Remove *-*-solaris2* from
2214 notarget.
2215 * ifunc-11-i386.d: Likewise.
2216 * ifunc-12-i386.d: Likewise.
2217 * ifunc-13-i386.d: Likewise.
2218 * ifunc-14a-i386.d: Likewise.
2219 * ifunc-14b-i386.d: Likewise.
2220 * ifunc-14c-i386.d: Likewise.
2221 * ifunc-14d-i386.d: Likewise.
2222 * ifunc-14e-i386.d: Likewise.
2223 * ifunc-14f-i386.d: Likewise.
2224 * ifunc-15-i386.d: Likewise.
2225 * ifunc-16-i386-now.d: Likewise.
2226 * ifunc-16-i386.d: Likewise.
2227 * ifunc-17a-i386.d: Likewise.
2228 * ifunc-17b-i386.d: Likewise.
2229 * ifunc-18a-i386.d: Likewise.
2230 * ifunc-18b-i386.d: Likewise.
2231 * ifunc-19a-i386.d: Likewise.
2232 * ifunc-19b-i386.d: Likewise.
2233 * ifunc-2-i386-now.d: Likewise.
2234 * ifunc-2-i386.d: Likewise.
2235 * ifunc-2-local-i386-now.d: Likewise.
2236 * ifunc-2-local-i386.d: Likewise.
2237 * ifunc-20-i386.d: Likewise.
2238 * ifunc-21-i386.d: Likewise.
2239 * ifunc-22-i386.d: Likewise.
2240 * ifunc-5a-i386.d: Likewise.
2241 * ifunc-5a-local-i386.d: Likewise.
2242 * ifunc-5b-i386.d: Likewise.
2243 * ifunc-5b-local-i386.d: Likewise.
2244 * ifunc-5r-local-i386.d: Likewise.
2245 * ifunc-6a-i386.d: Likewise.
2246 * ifunc-6b-i386.d: Likewise.
2247 * ifunc-7a-i386.d: Likewise.
2248 * ifunc-7b-i386.d: Likewise.
2249 * ifunc-8-i386.d: Likewise.
2250 * ifunc-9-i386.d: Likewise.
2251 * pr17154-i386-now.d: Likewise.
2252 * pr17154-i386.d: Likewise.
2253
2254 * ifunc-23a-x86.d: Remove notarget.
2255 * ifunc-24a-x86.d: Likewise.
2256 * ifunc-25a-x86.d: Likewise.
2257
4f5bd885
NC
22582020-04-02 Nick Clifton <nickc@redhat.com>
2259
2260 PR ld/25747
2261 * ldfile.c (ldfile_open_file): Fix typo in warning message.
2262
382aae06
L
22632020-04-01 H.J. Lu <hongjiu.lu@intel.com>
2264
2265 PR ld/25749
2266 PR ld/25754
2267 * testsuite/ld-elf/linux-x86.exp: Run ld/25749 tests.
2268 * testsuite/ld-elf/pr25749-1.c: New file.
2269 * testsuite/ld-elf/pr25749-1a.c: Likewise.
2270 * testsuite/ld-elf/pr25749-1b.c: Likewise.
2271 * testsuite/ld-elf/pr25749-1b.err: Likewise.
2272 * testsuite/ld-elf/pr25749-1c.c: Likewise.
2273 * testsuite/ld-elf/pr25749-1d.c: Likewise.
2274 * testsuite/ld-elf/pr25749-2.c: Likewise.
2275 * testsuite/ld-elf/pr25749-2a.s: Likewise.
2276 * testsuite/ld-elf/pr25749-2b.s: Likewise.
2277 * testsuite/ld-elf/pr25749.rd: Likewise.
2278 * testsuite/ld-elf/pr25754-1a.c: Likewise.
2279 * testsuite/ld-elf/pr25754-1b.s: Likewise.
2280 * testsuite/ld-elf/pr25754-2a.c: Likewise.
2281 * testsuite/ld-elf/pr25754-2b.err: Likewise.
2282 * testsuite/ld-elf/pr25754-2b.s: Likewise.
2283 * testsuite/ld-elf/pr25754-3a.c: Likewise.
2284 * testsuite/ld-elf/pr25754-3b.s: Likewise.
2285 * testsuite/ld-elf/pr25754-4a.c: Likewise.
2286 * testsuite/ld-elf/pr25754-4b.s: Likewise.
2287 * testsuite/ld-elf/pr25754-4c.s: Likewise.
2288 * testsuite/ld-elf/pr25754-5a.c: Likewise.
2289 * testsuite/ld-elf/pr25754-5b.s: Likewise.
2290 * testsuite/ld-elf/pr25754-5c.s: Likewise.
2291 * testsuite/ld-elf/pr25754-6a.c: Likewise.
2292 * testsuite/ld-elf/pr25754-6b.s: Likewise.
2293 * testsuite/ld-x86-64/pr19609-6a.d: Don't expect linker error.
2294
3ce23ca1
TC
22952020-04-01 Tamar Christina <tamar.christina@arm.com>
2296
2297 PR ld/16017
2298 * testsuite/ld-arm/arm-elf.exp (thumb-plt, thumb-plt-got): Skip for NaCL.
2299
77bf7b53
NC
23002020-04-01 Nick Clifton <nickc@redhat.com>
2301
2302 PR ld/25747
2303 * ldfile.c (ldfile_open_file): If a search for a library fails,
2304 but there is a file that would match if it had a "lib" prefix to
2305 its name, then tell the user.
2306
a7618269
TC
23072020-04-01 Tamar Christina <tamar.christina@arm.com>
2308
2309 PR ld/16017
2310 * testsuite/ld-arm/arm-elf.exp (thumb-plt-got): New.
2311 * testsuite/ld-arm/thumb-plt-got.d: New test.
2312
15ccbdd7
TC
23132020-04-01 Tamar Christina <tamar.christina@arm.com>
2314
2315 * testsuite/ld-arm/arm-elf.exp (thumb-plt): New.
2316 * testsuite/ld-arm/thumb-plt.d: New test.
2317 * testsuite/ld-arm/thumb-plt.s: New test.
2318
41ff29bf
HPN
23192020-04-01 Hans-Peter Nilsson <hp@bitrange.com>
2320
2321 * testsuite/ld-scripts/defined4.d: Don't xfail mmix-*-*.
2322
00386881
NC
23232020-03-30 Nick Clifton <nickc@redhat.com>
2324
2325 PR binutils/25662
2326 * emultempl/pe.em (after_open): Replace initialisation of the
2327 insert_timestamp field in the pe_data structure with an
2328 initialisation of the timestamp field.
2329 * emultemp/pep.em: Likewise.
2330 * pe-dll.c (fill_edata): Use the timestamp field in the pe_data
2331 structure instead of the insert_timestamp field.
2332
767be9d9
L
23332020-03-28 H.J. Lu <hongjiu.lu@intel.com>
2334
2335 PR 25732
2336 * emulparams/elf_i386_ldso.sh (COMMONPAGESIZE): New.
2337 * testsuite/ld-elf/shared.exp:Don't xfail pr20995-2 tests for
2338 Solaris.
2339
258e8844
L
23402020-03-27 H.J. Lu <hongjiu.lu@intel.com>
2341
2342 PR 25732
2343 * testsuite/ld-elf/shared.exp: Xfail pr20995-2 tests for Solaris.
2344
cacb9d87
L
23452020-03-27 H.J. Lu <hongjiu.lu@intel.com>
2346
2347 PR 25732
2348 * testsuite/ld-ifunc/ifunc-23a-x86.d: Add notarget for Solaris.
2349 * testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise.
2350 * testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise.
2351
86fd7e2e
AM
23522020-03-25 Alan Modra <amodra@gmail.com>
2353
2354 * testsuite/ld-elf/compress1c.d: xfail h8300.
2355 * testsuite/ld-elf/compressed1c.d: Likewise.
2356 * testsuite/ld-elf/compressed1e.d: Likewise.
2357 * testsuite/ld-elf/dynamic1.d: Likewise.
2358 * testsuite/ld-elf/dynsym1.d: Likewise.
2359 * testsuite/ld-elf/ehdr_start-shared.d: Likewise.
2360 * testsuite/ld-elf/exclude3b.d: Likewise.
2361 * testsuite/ld-elf/export-class.exp: Don't run without -shared support.
2362 * testsuite/ld-elf/global1.d: xfail h8300.
2363 * testsuite/ld-elf/hash.d: Likewise.
2364 * testsuite/ld-elf/loadaddr1.d: Likewise.
2365 * testsuite/ld-elf/loadaddr2.d: Likewise.
2366 * testsuite/ld-elf/local1.d: Likewise.
2367 * testsuite/ld-elf/mbind1b.d: Likewise.
2368 * testsuite/ld-elf/mbind1c.d: Likewise.
2369 * testsuite/ld-elf/now-1.d: Likewise.
2370 * testsuite/ld-elf/now-2.d: Likewise.
2371 * testsuite/ld-elf/now-3.d: Likewise.
2372 * testsuite/ld-elf/now-4.d: Likewise.
2373 * testsuite/ld-elf/pie.d: Likewise.
2374 * testsuite/ld-elf/pr12975.d: Likewise.
2375 * testsuite/ld-elf/pr13177.d: Likewise.
2376 * testsuite/ld-elf/pr13195.d: Likewise.
2377 * testsuite/ld-elf/pr16322.d: Likewise.
2378 * testsuite/ld-elf/pr16498a.d: Likewise.
2379 * testsuite/ld-elf/pr16498b.d: Likewise.
2380 * testsuite/ld-elf/pr17615.d: Likewise.
2381 * testsuite/ld-elf/pr19162.d: Likewise.
2382 * testsuite/ld-elf/pr19539.d: Likewise.
2383 * testsuite/ld-elf/pr19617a.d: Likewise.
2384 * testsuite/ld-elf/pr19698.d: Likewise.
2385 * testsuite/ld-elf/pr20513c.d: Likewise.
2386 * testsuite/ld-elf/pr20513d.d: Likewise.
2387 * testsuite/ld-elf/pr21389a.d: Likewise.
2388 * testsuite/ld-elf/pr21389b.d: Likewise.
2389 * testsuite/ld-elf/pr21389c.d: Likewise.
2390 * testsuite/ld-elf/pr21562a.d: Likewise.
2391 * testsuite/ld-elf/pr21562b.d: Likewise.
2392 * testsuite/ld-elf/pr21562c.d: Likewise.
2393 * testsuite/ld-elf/pr21562d.d: Likewise.
2394 * testsuite/ld-elf/pr21562e.d: Likewise.
2395 * testsuite/ld-elf/pr21562f.d: Likewise.
2396 * testsuite/ld-elf/pr21562g.d: Likewise.
2397 * testsuite/ld-elf/pr21562h.d: Likewise.
2398 * testsuite/ld-elf/pr21562i.d: Likewise.
2399 * testsuite/ld-elf/pr21562j.d: Likewise.
2400 * testsuite/ld-elf/pr21562k.d: Likewise.
2401 * testsuite/ld-elf/pr21562l.d: Likewise.
2402 * testsuite/ld-elf/pr21562m.d: Likewise.
2403 * testsuite/ld-elf/pr21562n.d: Likewise.
2404 * testsuite/ld-elf/pr21903a.d: Likewise.
2405 * testsuite/ld-elf/pr21903b.d: Likewise.
2406 * testsuite/ld-elf/pr21903d.d: Likewise.
2407 * testsuite/ld-elf/pr22269a.d: Likewise.
2408 * testsuite/ld-elf/pr22269b.d: Likewise.
2409 * testsuite/ld-elf/pr22393-1a.d: Likewise.
2410 * testsuite/ld-elf/pr22393-1b.d: Likewise.
2411 * testsuite/ld-elf/pr22393-1c.d: Likewise.
2412 * testsuite/ld-elf/pr22393-1d.d: Likewise.
2413 * testsuite/ld-elf/pr22393-1e.d: Likewise.
2414 * testsuite/ld-elf/pr22393-1f.d: Likewise.
2415 * testsuite/ld-elf/pr22423.d: Likewise.
2416 * testsuite/ld-elf/pr22450.d: xfail avr, crx, h8300, ip2k, m68hc11,
2417 and xc16x.
2418 * testsuite/ld-elf/pr23658-1c.d: xfail h8300.
2419 * testsuite/ld-elf/pr25708.d: xfail h8300 and hppa64.
2420 * testsuite/ld-elf/rpath-1.d: xfail h8300.
2421 * testsuite/ld-elf/rpath-2.d: Likewise.
2422 * testsuite/ld-elf/runpath-1.d: Likewise.
2423 * testsuite/ld-elf/runpath-2.d: Likewise.
2424 * testsuite/ld-elf/sizeofb.d: Likewise.
2425 * testsuite/ld-elf/startofb.d: Likewise.
2426 * testsuite/ld-elf/strtab.d: Likewise.
2427 * testsuite/ld-elf/textaddr1.d: Likewise.
2428 * testsuite/ld-elf/textaddr2.d: Likewise.
2429 * testsuite/ld-elf/textaddr4.d: Likewise.
2430 * testsuite/ld-elf/textaddr5.d: Likewise.
2431 * testsuite/ld-elf/textaddr6.d: Likewise.
2432 * testsuite/ld-elf/unknown2.d: Likewise.
2433 * testsuite/ld-undefined/entry-3.d: Likewise.
2434 * testsuite/ld-undefined/entry-4.d: Likewise.
2435 * testsuite/ld-h8300/h8300.exp: Pass appropriate ld -m option.
2436 * testsuite/ld-h8300/gcsection.d: Remove ld -m option and relax
2437 file format match.
2438 * testsuite/ld-h8300/relax-2.d: Likewise.
2439 * testsuite/ld-h8300/relax-3.d: Likewise.
2440 * testsuite/ld-h8300/relax-4.d: Likewise.
2441 * testsuite/ld-h8300/relax-5.d: Likewise.
2442 * testsuite/ld-h8300/relax-6.d: Likewise.
2443 * testsuite/ld-h8300/relax-7.d: Likewise.
2444 * testsuite/ld-h8300/relax.d: Relax file format match.
2445
7e6e972f
L
24462020-03-24 H.J. Lu <hongjiu.lu@intel.com>
2447
2448 PR binutils/25708
2449 * testsuite/ld-elf/pr25708.d: New file.
2450
5e737279
AM
24512020-03-23 Alan Modra <amodra@gmail.com>
2452
2453 * Makefile.am (ALL_EMULATION_SOURCES): Reinstate ei386aout.c.
2454 Include ei386aout dep file.
2455 * Makefile.in: Regenerate.
2456 * po/BLD-POTFILES.in: Regenerate.
2457
3d98c460
L
24582020-03-20 H.J. Lu <hongjiu.lu@intel.com>
2459
2460 * testsuite/ld-plugin/lto.exp (lto_link_tests): Run PR ld/25355
2461 test only for GCC 10 or newer.
2462
c02d6661
AM
24632020-03-20 Alan Modra <amodra@gmail.com>
2464
2465 * testplug.c (parse_symdefstr): Use %hhi to read sym->def, and
2466 clear new fields.
2467 * testplug2.c (parse_symdefstr): Likewise.
2468 * testplug3.c (parse_symdefstr): Likewise.
2469 * testplug4.c (parse_symdefstr): Likewise.
2470
aef397a1
CL
24712020-03-18 Christophe Lyon <christophe.lyon@linaro.org>
2472
2473 * testsuite/ld-arm/non-contiguous-arm4.d: Fix expected output.
2474 * testsuite/ld-powerpc/non-contiguous-powerpc.d: Likewise.
2475
53215f21
CL
24762020-03-18 Christophe Lyon <christophe.lyon@linaro.org>
2477
2478 * emultempl/xtensaelf.em: Emit a fatal error message
2479 instead of calling abort.
2480 * ldlang.c: Likewise.
2481
02a8180e
AM
24822020-03-14 Alan Modra <amodra@gmail.com>
2483
2484 * testsuite/ld-elf/non-contiguous.d: Don't xfail generic ELF
2485 targets. Don't skip xtensa, xfail instead.
2486
abf874aa
CL
24872020-03-13 Christophe Lyon <christophe.lyon@linaro.org>
2488
2489 * ldlang.c (lang_add_section): Add support for
2490 non_contiguous_regions.
2491 (size_input_section): Likewise.
2492 (lang_size_sections_1): Likewise.
2493 (process_insert_statements): Likewise.
2494 * ldlex.h (option_values): Add OPTION_NON_CONTIGUOUS_REGIONS and
2495 OPTION_NON_CONTIGUOUS_REGIONS_WARNINGS.
2496 * lexsup.c (ld_options): Add entries for
2497 --enable-non-contiguous-regions and
2498 --enable-non-contiguous-regions-warnings.
2499 (parse_args): Handle it.
2500 * NEWS: Add --enable-non-contiguous-regions and
2501 --enable-non-contiguous-regions-warnings.
2502 * ld.texi: Add --enable-non-contiguous-regions and
2503 --enable-non-contiguous-regions-warnings documentation.
2504 * emultempl/armelf.em (elf32_arm_add_stub_section): Add
2505 SEC_LINKER_CREATED flag.
2506 * emultempl/xtensaelf.em (ld_build_required_section_dependence):
2507 Emit an error when --enable-non-contiguous-regions is used.
2508 * testsuite/ld-elf/non-contiguous.d: New.
2509 * testsuite/ld-elf/non-contiguous.ld: New.
2510 * testsuite/ld-elf/non-contiguous.s: New.
2511 * testsuite/ld-arm/arm-elf.exp: Run the new tests.
2512 * testsuite/ld-arm/arm-elf/non-contiguous-arm.s: New.
2513 * testsuite/ld-arm/arm-elf/non-contiguous-arm.d: New.
2514 * testsuite/ld-arm/arm-elf/non-contiguous-arm.ld: New.
2515 * testsuite/ld-arm/arm-elf/non-contiguous-arm2.d: New.
2516 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.ld: New.
2517 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.d: New.
2518 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.ld: New.
2519 * testsuite/ld-arm/arm-elf/non-contiguous-arm4.d: New.
2520 * testsuite/ld-arm/arm-elf/non-contiguous-arm4.ld: New.
2521 * testsuite/ld-arm/arm-elf/non-contiguous-arm5.d: New.
2522 * testsuite/ld-arm/arm-elf/non-contiguous-arm5.ld: New.
2523 * testsuite/ld-arm/arm-elf/non-contiguous-arm6.d: New.
2524 * testsuite/ld-arm/arm-elf/non-contiguous-arm6.ld: New.
2525 * testsuite/ld-powerpc/powerpc.exp: Run new tests.
2526 * testsuite/ld-powerpc/non-contiguous-powerpc.d: New.
2527 * testsuite/ld-powerpc/non-contiguous-powerpc.ld: New.
2528 * testsuite/ld-powerpc/non-contiguous-powerpc.sd: New.
2529 * testsuite/ld-powerpc/non-contiguous-powerpc64.d: New.
2530
74e10d17
L
25312020-03-13 H.J. Lu <hongjiu.lu@intel.com>
2532
2533 PR ld/24920
2534 * emulparams/elf32_x86_64.sh: Use static.sh.
2535 * emulparams/elf_i386.sh: Likewise.
2536 * emulparams/elf_x86_64.sh: Likewise.
2537 * emulparams/static.sh: New file.
2538 * emultempl/elf-x86.em: Include "ldlex.h".
2539 * testsuite/ld-elf/pr24920.err: New file.
2540 * testsuite/ld-elf/linux-x86.exp: Run ld/24920 tests.
2541
502794d4
CE
25422020-03-13 Christian Eggers <ceggers@gmx.de>
2543
2544 * ldexp.c (fold_name): Return SIZEOF_HEADERS in bytes.
2545
1db6f990
AM
25462020-03-11 Alan Modra <amodra@gmail.com>
2547
2548 * ldelf.c (elf_orphan_compatible): Return false when two sections
2549 have differing SHF_MASKPROC or SHF_MASKOS flags.
2550
92d4b13b
AM
25512020-03-05 Alan Modra <amodra@gmail.com>
2552
2553 PR 25570
2554 * ldlang.c (lang_size_sections_1): Don't report changes on
2555 second and subsequent iterations that make no change in
2556 alignment from that already reported.
2557
baf09cba
AM
25582020-03-05 Alan Modra <amodra@gmail.com>
2559
2560 PR 25570
2561 * ldlang.c (lang_sizing_iteration): New static var.
2562 (lang_size_sections_1): Warn about no memory region only on first
2563 iteration. Warn about changing start address on first iteration
2564 then any delta from that on subsequent iterations. Report a signed
2565 delta.
2566 (one_lang_size_sections_pass): Increment lang_sizing_iteration.
2567
d8e4137b
NC
25682020-03-03 Nick Clifton <nickc@redhat.com>
2569
2570 PR 25588
2571 * ld.texi (Options): Update the description of the --rpath-link
2572 option.
2573
cb001c0d
AM
25742020-03-02 Alan Modra <amodra@gmail.com>
2575
2576 * plugin.c (plugin_object_p): Return a bfd_cleanup.
2577 (plugin_cleanup): New function.
2578
2aa90762
L
25792020-03-01 H.J. Lu <hongjiu.lu@intel.com>
2580
2581 PR ld/25618
2582 * plugin.c (plugin_object_p): Copy the no_export field to the IR
2583 dummy object.
2584 * testsuite/ld-plugin/lto.exp (lto_link_elf_tests): Add
2585 PR ld/25618 tests.
2586 * testsuite/ld-plugin/pr25618.d: New file.
2587 * testsuite/ld-plugin/pr25618a.cc: Likewise.
2588 * testsuite/ld-plugin/pr25618a.h: Likewise.
2589 * testsuite/ld-plugin/pr25618b.cc: Likewise.
2590 * testsuite/ld-plugin/pr25618b.h: Likewise.
2591
5f602802
AM
25922020-02-27 Alan Modra <amodra@gmail.com>
2593
2594 PR 24511
2595 * testsuite/ld-mmix/b-fixo2.d: Adjust for .data change.
2596 * testsuite/ld-mmix/sec-2.d: Likewise.
2597 * testsuite/ld-mmix/sec-3.d: Likewise.
2598 * testsuite/ld-mmix/sec-4.d: Likewise.
2599 * testsuite/ld-mmix/spec802.d: Likewise.
2600 * testsuite/ld-mmix/spec803.d: Likewise.
2601 * testsuite/ld-mmix/spec804.d: Likewise.
2602 * testsuite/ld-mmix/spec805.d: Likewise.
2603 * testsuite/ld-mmix/spec806.d: Likewise.
2604 * testsuite/ld-mmix/spec807.d: Likewise.
2605 * testsuite/ld-mmix/spec808.d: Likewise.
2606
3312f67c
L
26072020-02-26 H.J. Lu <hongjiu.lu@intel.com>
2608
2609 PR ld/25593
2610 * testsuite/ld-plugin/lto.exp: Run PR ld/25593 tests.
2611 * testsuite/ld-plugin/pr25593.d: New file.
2612 * testsuite/ld-plugin/pr25593a-1.c: Likewise.
2613 * testsuite/ld-plugin/pr25593a-2.c: Likewise.
2614 * testsuite/ld-plugin/pr25593b.c: Likewise.
2615 * testsuite/ld-plugin/pr25593c.c: Likewise.
2616 * testsuite/ld-plugin/pr25593d.c: Likewise.
2617 * testsuite/ld-plugin/pr25593e.c: Likewise.
2618
dc1e8a47
AM
26192020-02-26 Alan Modra <amodra@gmail.com>
2620
2621 * emultempl/cskyelf.em: Indent labels correctly.
2622 * ldfile.c: Likewise.
2623 * ldlang.c: Likewise.
2624 * plugin.c: Likewise.
2625
e310298c
AM
26262020-02-26 Alan Modra <amodra@gmail.com>
2627
2628 PR 25593
2629 * ldelf.c (ldelf_try_needed): Add DT_NEEDED lib to input_bfds.
2630 (ldelf_after_open): Save state of input_bfds list before loading
2631 DT_NEEDED libs. Traverse input_bfds list adding DT_NEEDED tags.
2632 Restore input_bfds list.
2633 * testsuite/ld-cris/gotplt1.d: Adjust for changed .dynstr order.
2634
45c63c0f
NC
26352020-02-24 Nick Clifton <nickc@redhat.com>
2636
2637 * po/fr.po: Update French translation.
2638
7b3c2715
AM
26392020-02-22 Alan Modra <amodra@gmail.com>
2640
2641 PR 25585
2642 * NEWS: Mention better "PHDR segment not covered by LOAD segment"
2643 checking.
2644
fcaaac0a
SB
26452020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
2646
2647 PR 25537
2648 * emultempl/z80.em: Remove machine compatability checking.
2649
26502020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
2651
2652 PR 25517
2653 * testsuite/ld-z80/arch_ez80_adl.d: Update command line.
2654 * testsuite/ld-z80/arch_ez80_z80.d: Likewise.
2655 * testsuite/ld-z80/arch_r800.d: Likewise.
2656 * testsuite/ld-z80/arch_z180.d: Likewise.
2657 * testsuite/ld-z80/arch_z80n.d: Likewise.
2658 * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise.
2659 * testsuite/ld-z80/comb_arch_z180_z80.d: Likewise.
2660 * testsuite/ld-z80/comb_arch_z80_ez80.d: Likewise.
2661 * testsuite/ld-z80/comb_arch_z80_z180.d: Likewise.
2662 * testsuite/ld-z80/comb_arch_z80_z80n.d: Likewise.
2663 * testsuite/ld-z80/relocs_b_ez80.d: Likewise.
2664 * testsuite/ld-z80/relocs_b_z80.d: Likewise.
2665 * testsuite/ld-z80/relocs_f_ez80.d: Likewise.
2666 * testsuite/ld-z80/relocs_f_z80.d: Likewise.
2667 * testsuite/ld-z80/relocs_f_z80n.d: Likewise.
2668
2e3cd5d0
AM
26692020-02-19 Alan Modra <amodra@gmail.com>
2670
2671 * testsuite/ld-plugin/pr25355.d: Allow alpha-linux nm result.
2672
0aa99dcd
L
26732020-02-10 H.J. Lu <hongjiu.lu@intel.com>
2674
2675 PR binutils/25355
2676 * testsuite/ld-plugin/lto.exp: Run PR binutils/25355 test.
2677 * testsuite/ld-plugin/pr25355.c: New file.
2678 * testsuite/ld-plugin/pr25355.d: Likewise.
2679 * testsuite/lib/ld-lib.exp (run_cc_link_tests): Support compile
2680 only dump.
2681
6e569656
L
26822020-02-07 H.J. Lu <hongjiu.lu@intel.com>
2683
2684 * testsuite/ld-unique/unique.exp (contains_unique_symbol): Updated.
2685
9fc0b501
SB
26862020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
2687
2688 PR 25469
2689 * emulparams/elf32z80.sh: Use z80 emulation.
2690 * emultempl/z80.em: Make generic to both COFF and ELF Z80 emulations.
2691 * emultempl/z80elf.em: Delete.
2692 * testsuite/ld-elf/pr22450.d: Expect to fail for the Z80.
2693 * testsuite/ld-elf/sec64k.exp: Fix Z80 assembly.
2694 * testsuite/ld-unique/pr21529.s: Avoid register name conflict.
2695 * testsuite/ld-unique/unique.s: Likewise.
2696 * testsuite/ld-unique/unique_empty.s: Likewise.
2697 * testsuite/ld-unique/unique_shared.s: Likewise.
2698 * testsuite/ld-unique/unique.d: Updated expected output.
2699 * testsuite/ld-z80/arch_z80n.d: New file.
2700 * testsuite/ld-z80/comb_arch_z80_z80n.d: New file.
2701 * testsuite/ld-z80/labels.s: Add more labels.
2702 * testsuite/ld-z80/relocs.s: Add more reloc tests.
2703 * testsuite/ld-z80/relocs_f_z80n.d: New file
2704
adb8754e
L
27052020-02-07 H.J. Lu <hongjiu.lu@intel.com>
2706
2707 PR ld/25022
2708 * testsuite/ld-elf/pr25022.d: Xfail more targets which don't use
2709 ldelf_before_place_orphans.
2710
9b538ba7
L
27112020-02-06 H.J. Lu <hongjiu.lu@intel.com>
2712
2713 PR ld/25022
2714 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Add
2715 before_place_orphans_default.
2716 * emultempl/armcoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
2717 * emultempl/beos.em (ld_${EMULATION_NAME}_emulation): Likewise.
2718 * emultempl/generic.em (ld_${EMULATION_NAME}_emulation): Likewise.
2719 * emultempl/linux.em (ld_${EMULATION_NAME}_emulation): Likewise.
2720 * emultempl/msp430.em (ld_${EMULATION_NAME}_emulation): Likewise.
2721 * emultempl/pe.em (ld_${EMULATION_NAME}_emulation): Likewise.
2722 * emultempl/pep.em (ld_${EMULATION_NAME}_emulation): Likewise.
2723 * emultempl/ticoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
2724 * emultempl/vanilla.em (ld_${EMULATION_NAME}_emulation): Likewise.
2725 * emultempl/elf.em (ld_${EMULATION_NAME}_emulation): Use
2726 ldelf_before_place_orphans.
2727 * ldelf.c (ldelf_before_place_orphans): New.
2728 * ldelf.h (ldelf_before_place_orphans): Likewise.
2729 * ldemul.c (ldemul_before_place_orphans): Likewise.
2730 (before_place_orphans_default): Likewise.
2731 * ldemul.h (ldemul_before_place_orphans): Likewise.
2732 (before_place_orphans_default): Likewise.
2733 (ld_emulation_xfer_struct): Add before_place_orphans.
2734 * ldlang.c (lang_process): Call ldemul_before_place_orphans
2735 before lang_place_orphans.
2736 * testsuite/ld-elf/pr25022.d: New file.
2737 * testsuite/ld-elf/pr25022.s: Likewise.
2738 * testsuite/ld-elf/pr25022.t: Likewise.
2739
5242a0a0
L
27402020-02-06 H.J. Lu <hongjiu.lu@intel.com>
2741
2742 PR ld/25490
2743 * testsuite/ld-elf/pr25490-1.d: New file.
2744 * testsuite/ld-elf/pr25490-1.s: Likewise.
2745
b7d07216
L
27462020-02-06 H.J. Lu <hongjiu.lu@intel.com>
2747
2748 PR ld/24526
2749 PR ld/25021
2750 PR ld/25490
2751 * testsuite/ld-elf/elf.exp: Run PR ld/25490 tests.
2752 * testsuite/ld-elf/pr24526.d: New file.
2753 * testsuite/ld-elf/pr24526.s: Likewise.
2754 * testsuite/ld-elf/pr25021.d: Likewise.
2755 * testsuite/ld-elf/pr25021.s: Likewise.
2756 * testsuite/ld-elf/pr25490-2-16.rd: Likewise.
2757 * testsuite/ld-elf/pr25490-2-32.rd: Likewise.
2758 * testsuite/ld-elf/pr25490-2-64.rd: Likewise.
2759 * testsuite/ld-elf/pr25490-2.s: Likewise.
2760 * testsuite/ld-elf/pr25490-3-16.rd: Likewise.
2761 * testsuite/ld-elf/pr25490-3-32.rd: Likewise.
2762 * testsuite/ld-elf/pr25490-3-64.rd: Likewise.
2763 * testsuite/ld-elf/pr25490-3.s: Likewise.
2764 * testsuite/ld-elf/pr25490-4-16.rd: Likewise.
2765 * testsuite/ld-elf/pr25490-4-32.rd: Likewise.
2766 * testsuite/ld-elf/pr25490-4-64.rd: Likewise.
2767 * testsuite/ld-elf/pr25490-4.s: Likewise.
2768 * testsuite/ld-elf/pr25490-5-16.rd: Likewise.
2769 * testsuite/ld-elf/pr25490-5-32.rd: Likewise.
2770 * testsuite/ld-elf/pr25490-5-64.rd: Likewise.
2771 * testsuite/ld-elf/pr25490-5.s: Likewise.
2772 * testsuite/ld-elf/pr25490-6-16.rd: Likewise.
2773 * testsuite/ld-elf/pr25490-6-32.rd: Likewise.
2774 * testsuite/ld-elf/pr25490-6-64.rd: Likewise.
2775 * testsuite/ld-elf/pr25490-6.s: Likewise.
2776
27772020-02-06 H.J. Lu <hongjiu.lu@intel.com>
9e4d08bb
L
2778
2779 * testsuite/lib/ld-lib.exp (check_gc_sections_available): Mark
2780 z80 as not supported.
2781
bb4e012c
AM
27822020-02-06 Alan Modra <amodra@gmail.com>
2783
2784 * testsuite/ld-ifunc/ifunc.exp: Enable for more targets, specifying
2785 targets that don't support ifunc rather than ones that do.
2786 (contains_irelative_reloc): Match R_PARISC_IPLT.
2787 * testsuite/ld-ifunc/lib.c: Don't use .set in asm.
2788 * testsuite/ld-ifunc/ifunc-23-x86.s,
2789 * testsuite/ld-ifunc/ifunc-24-x86.s,
2790 * testsuite/ld-ifunc/ifunc-25-x86.s,
2791 * testsuite/ld-ifunc/ifunc-4-local-x86.s,
2792 * testsuite/ld-ifunc/ifunc-4-x86.s: Define _main.
2793 * testsuite/ld-ifunc/ifunc-10-i386.d,
2794 * testsuite/ld-ifunc/ifunc-11-i386.d,
2795 * testsuite/ld-ifunc/ifunc-12-i386.d,
2796 * testsuite/ld-ifunc/ifunc-13-i386.d,
2797 * testsuite/ld-ifunc/ifunc-14a-i386.d,
2798 * testsuite/ld-ifunc/ifunc-14b-i386.d,
2799 * testsuite/ld-ifunc/ifunc-14c-i386.d,
2800 * testsuite/ld-ifunc/ifunc-14d-i386.d,
2801 * testsuite/ld-ifunc/ifunc-14e-i386.d,
2802 * testsuite/ld-ifunc/ifunc-14f-i386.d,
2803 * testsuite/ld-ifunc/ifunc-15-i386.d,
2804 * testsuite/ld-ifunc/ifunc-16-i386-now.d,
2805 * testsuite/ld-ifunc/ifunc-16-i386.d,
2806 * testsuite/ld-ifunc/ifunc-17a-i386.d,
2807 * testsuite/ld-ifunc/ifunc-17b-i386.d,
2808 * testsuite/ld-ifunc/ifunc-18a-i386.d,
2809 * testsuite/ld-ifunc/ifunc-18b-i386.d,
2810 * testsuite/ld-ifunc/ifunc-19a-i386.d,
2811 * testsuite/ld-ifunc/ifunc-19b-i386.d,
2812 * testsuite/ld-ifunc/ifunc-2-i386-now.d,
2813 * testsuite/ld-ifunc/ifunc-2-i386.d,
2814 * testsuite/ld-ifunc/ifunc-2-local-i386-now.d,
2815 * testsuite/ld-ifunc/ifunc-2-local-i386.d,
2816 * testsuite/ld-ifunc/ifunc-20-i386.d,
2817 * testsuite/ld-ifunc/ifunc-21-i386.d,
2818 * testsuite/ld-ifunc/ifunc-22-i386.d,
2819 * testsuite/ld-ifunc/ifunc-26.d,
2820 * testsuite/ld-ifunc/ifunc-5a-i386.d,
2821 * testsuite/ld-ifunc/ifunc-5a-local-i386.d,
2822 * testsuite/ld-ifunc/ifunc-5b-i386.d,
2823 * testsuite/ld-ifunc/ifunc-5b-local-i386.d,
2824 * testsuite/ld-ifunc/ifunc-5r-local-i386.d,
2825 * testsuite/ld-ifunc/ifunc-6a-i386.d,
2826 * testsuite/ld-ifunc/ifunc-6b-i386.d,
2827 * testsuite/ld-ifunc/ifunc-7a-i386.d,
2828 * testsuite/ld-ifunc/ifunc-7b-i386.d,
2829 * testsuite/ld-ifunc/ifunc-8-i386.d,
2830 * testsuite/ld-ifunc/ifunc-9-i386.d,
2831 * testsuite/ld-ifunc/pr17154-i386-now.d,
2832 * testsuite/ld-ifunc/pr17154-i386.d: xfail lynxos, nto, and solaris.
2833
02e0be69
AM
28342020-02-06 Alan Modra <amodra@gmail.com>
2835
2836 * testsuite/lib/ld-lib.exp (is_generic): Delete.
2837 * testsuite/ld-unique/unique.exp: Exclude tic6x.
2838
b88237bc
AM
28392020-02-06 Alan Modra <amodra@gmail.com>
2840
2841 * configure.tgt (i[3-7]86-*-moss*): Don't clear targ_extra_ofiles.
2842 (i[3-7]86-*-openbsd*, x86_64-*-openbsd*): Add.
2843
a8c4d40b
L
28442020-02-02 H.J. Lu <hongjiu.lu@intel.com>
2845
2846 PR gas/25380
2847 * testsuite/ld-i386/pr22001-1c.S: Use "unique,N" in .section
2848 directives.
2849 * testsuite/ld-i386/tls-gd1.S: Likewise.
2850 * testsuite/ld-x86-64/pr21481b.S: Likewise.
2851
5cebc931
JB
28522020-01-30 Jan Beulich <jbeulich@suse.com>
2853
2854 * ld.texi: Remove space between @option and brace.
2855
ef8f08ca
AM
28562020-01-29 Alan Modra <amodra@gmail.com>
2857
2858 PR 25477
2859 * ldelf.c (ldelf_check_ld_so_conf): Add prefix parameter and
2860 correct concat.
2861 (ldelf_after_open): Add prefix parameter.
2862 * ldelf.h (ldelf_after_open): Update prototype.
2863 * emultempl/elf.em (gld${EMULATION_NAME}_after_open): Pass $prefix
2864 to ldelf_after_open.
2865 * Makefile.am: Correct z80 dependencies.
2866 * Makefile.in: Regenerate.
2867
738174e1
AM
28682020-01-28 Alan Modra <amodra@gmail.com>
2869
2870 * ldexp.c (fold_name): Don't print bfd_link_hash_lookup failed
2871 in first phase.
2872
e3696f67
AM
28732020-01-27 Alan Modra <amodra@gmail.com>
2874
2875 * testsuite/ld-elfvers/vers.exp: Replace case statements with
2876 switch statements.
2877 * testsuite/ld-ifunc/ifunc.exp: Likewise.
2878 * testsuite/ld-unique/unique.exp: Likewise.
2879
3024a17a
AM
28802020-01-27 H.J. Lu <hongjiu.lu@intel.com>
2881 Alan Modra <amodra@gmail.com>
2882
2883 PR ld/25458
2884 * testsuite/ld-elf/pr25458.map: New file.
2885 * testsuite/ld-elf/pr25458.rd: Likewise.
2886 * testsuite/ld-elf/pr25458a.s: Likewise.
2887 * testsuite/ld-elf/pr25458b.s: Likewise.
2888 * testsuite/ld-elf/shared.exp: Run PR ld/25458 test.
2889
6a462ad4
L
28902020-01-22 H.J. Lu <hongjiu.lu@intel.com>
2891
2892 PR ld/25416
2893 * testsuite/ld-x86-64/tls.exp: Skip GNU2 TLS tests only without
2894 compiler support.
2895
a804e476
AM
28962020-01-22 Alan Modra <amodra@gmail.com>
2897
2898 * testsuite/ld-powerpc/tlsdesc3.d,
2899 * testsuite/ld-powerpc/tlsdesc3.wf,
2900 * testsuite/ld-powerpc/tlsdesc4.d,
2901 * testsuite/ld-powerpc/tlsdesc4.s,
2902 * testsuite/ld-powerpc/tlsdesc4.wf: New tests.
2903 * testsuite/ld-powerpc/powerpc.exp: Run them.
2904
9e7028aa
AM
29052020-01-22 Alan Modra <amodra@gmail.com>
2906
2907 * emultempl/ppc64elf.em (ppc64_opt, PARSE_AND_LIST_LONGOPTS),
2908 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Support
2909 --tls-get-addr-regsave and --no-tls-get-addr-regsave.
2910 (params): Init new field.
2911 * ld.texi (--tls-get-addr-regsave, --no-tls-get-addr-regsave):
2912 Document.
2913 * testsuite/ld-powerpc/tlsdesc.s,
2914 * testsuite/ld-powerpc/tlsdesc.d,
2915 * testsuite/ld-powerpc/tlsdesc.wf,
2916 * testsuite/ld-powerpc/tlsdesc2.d,
2917 * testsuite/ld-powerpc/tlsdesc2.wf,
2918 * testsuite/ld-powerpc/tlsexenors.d,
2919 * testsuite/ld-powerpc/tlsexenors.r,
2920 * testsuite/ld-powerpc/tlsexers.d,
2921 * testsuite/ld-powerpc/tlsexers.r,
2922 * testsuite/ld-powerpc/tlsexetocnors.d,
2923 * testsuite/ld-powerpc/tlsexetocrs.d,
2924 * testsuite/ld-powerpc/tlsexetocrs.r,
2925 * testsuite/ld-powerpc/tlsopt6.d,
2926 * testsuite/ld-powerpc/tlsopt6.wf: New.
2927 * testsuite/ld-powerpc/powerpc.exp: Run new tests.
2928
c48acf6f
YC
29292020-01-22 Yuri Chornoivan <yurchor@mageia.org>
2930
2931 PR 25417
2932 * ldlang.c (ldlang_open_ctf): Fix error message typo.
2933 * emultempl/z80elf.em (z80_elf_after_open): Likewise.
2934
1e161364
L
29352020-01-21 H.J. Lu <hongjiu.lu@intel.com>
2936
2937 * testsuite/ld-elf/pr23900-1.d: Adjusted.
2938
b4654b10
L
29392020-01-21 H.J. Lu <hongjiu.lu@intel.com>
2940
2941 * testsuite/ld-elf/pr23900-1.d: Also pass -l to readelf.
2942
26916852
NC
29432020-01-20 Nick Clifton <nickc@redhat.com>
2944
2945 * po/pt_BR.po: Updated Brazilian Portuguese translation.
2946 * po/uk.po: Updated Ukranian translation.
2947
14470f07
L
29482020-01-20 H.J. Lu <hongjiu.lu@intel.com>
2949
2950 PR ld/25416
2951 * testsuite/ld-x86-64/pr25416-1.s: New file
2952 * testsuite/ld-x86-64/pr25416-1a.d: Likewise.
2953 * testsuite/ld-x86-64/pr25416-1b.d: Likewise.
2954 * testsuite/ld-x86-64/pr25416-1.s: Likewise.
2955 * testsuite/ld-x86-64/pr25416-2.s: Likewise.
2956 * testsuite/ld-x86-64/pr25416-2a.d: Likewise.
2957 * testsuite/ld-x86-64/pr25416-2b.d: Likewise.
2958 * testsuite/ld-x86-64/pr25416-3.d: Likewise.
2959 * testsuite/ld-x86-64/pr25416-3.s: Likewise.
2960 * testsuite/ld-x86-64/pr25416-4.d: Likewise.
2961 * testsuite/ld-x86-64/pr25416-4.s: Likewise.
2962 * testsuite/ld-x86-64/pr25416-5a.c: Likewise.
2963 * testsuite/ld-x86-64/pr25416-5b.s: Likewise.
2964 * testsuite/ld-x86-64/pr25416-5c.s: Likewise.
2965 * testsuite/ld-x86-64/pr25416-5d.s: Likewise.
2966 * testsuite/ld-x86-64/pr25416-5e.s: Likewise.
2967 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/25416 tests.
2968
b9ca1af6
AM
29692020-01-20 Alan Modra <amodra@gmail.com>
2970
2971 * testsuite/ld-powerpc/tlsexe.d: Match new __tls_get_addr stub.
2972 * testsuite/ld-powerpc/tlsexeno.d: Likewise.
2973 * testsuite/ld-powerpc/tlsexetoc.d: Likewise.
2974 * testsuite/ld-powerpc/tlsexetocno.d: Likewise.
2975 * testsuite/ld-powerpc/tlsopt5.d: Likewise.
2976
69d24618
RM
29772020-01-18 Roland McGrath <mcgrathr@google.com>
2978
2979 * testsuite/ld-x86-64/align-branch-1.d: Loosen instruction regexps
2980 to admit whatever absolute address. The label-relative address is
2981 what the test needs to verify.
2982
1b1bb2c6
NC
29832020-01-18 Nick Clifton <nickc@redhat.com>
2984
2985 * configure: Regenerate.
2986 * po/ld.pot: Regenerate.
2987
ae774686
NC
29882020-01-18 Nick Clifton <nickc@redhat.com>
2989
2990 Binutils 2.34 branch created.
2991
6d0be74b
JL
29922020-01-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2993
2994 * scripttempl/elf32msp430_3.sc: Remove.
2995
0c3d9485
JL
29962020-01-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2997
2998 * scripttempl/elf32msp430.sc: Add input section rules for
2999 .upper.{text,data,rodata,bss}.
3000 * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test.
3001 * testsuite/ld-msp430-elf/upper-input-sections.s: New test.
3002
0d1cc75d
LB
30032020-01-15 Lars Brinkhoff <lars@nocrew.org>
3004
3005 PR 20694
3006 * temulparams/pdp11.sh (TARGET_PAGE_SIZE): Set to 8192.
3007
131cb553
JL
30082020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3009
3010 * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test.
3011 * testsuite/ld-msp430-elf/reloc-lo-430x.s: New test.
3012
e1c6cf61
AM
30132020-01-15 Alan Modra <amodra@gmail.com>
3014
3015 * testsuite/ld-powerpc/ambiguousv1b.d: Adjust expected output.
3016 * testsuite/ld-powerpc/funref.s: Align func_tab.
3017 * testsuite/ld-powerpc/funref2.s: Likewise.
3018 * testsuite/ld-powerpc/funv1.s: Add dot symbols.
3019
e44925ae
LC
30202020-01-14 Lili Cui <lili.cui@intel.com>
3021
3022 * testsuite/ld-i386/align-branch-1.d: Updated for i686-pc-elf.
3023
8c7e1c04
AM
30242020-01-13 Alan Modra <amodra@gmail.com>
3025
3026 * po/BLD-POTFILES.in: Regenerate.
3027
4f18d742
CZ
30282020-01-13 Claudiu Zissulescu <claziss@gmail.com>
3029
3030 * testsuite/ld-arc/relax-local-pic.d: Improve matching patterns.
3031
5e4f7e05
CZ
30322020-01-13 Claudiu Zissulescu <claziss@gmail.com>
3033
3034 * Makefile.am: Remove earcelf_prof.c and earclinux_prof.c
3035 emulations.
3036 * configure.tgt: Likewise.
3037 * Makefile.in: Regenerate.
3038 * emulparams/arcelf_prof.sh: Remove file.
3039 * emulparams/arclinux_prof.sh: Likewise.
3040
8cb31bad
CZ
30412020-01-13 Claudiu Zissulescu <claziss@gmail.com>
3042
3043 * scripttempl/elfarcv2.sc : Allow interrupt vector table to be
3044 located at an arbitrary address. Use DWARF.sc file.
3045 * scripttempl/elfarc.sc: Use DWARF.sc file.
3046
85e290dc
AM
30472020-01-07 Alan Modra <amodra@gmail.com>
3048
3049 * testsuite/ld-mips-elf/eh-frame5.s,
3050 * testsuite/ld-mips-elf/ehdr_start-new.s,
3051 * testsuite/ld-mips-elf/ehdr_start-o32.s,
3052 * testsuite/ld-mips-elf/mips16-call-global-1.s,
3053 * testsuite/ld-mips-elf/mips16-intermix-1.s,
3054 * testsuite/ld-mips-elf/mips16-pic-1b.s,
3055 * testsuite/ld-mips-elf/mips16-pic-4c.s,
3056 * testsuite/ld-mips-elf/no-shared-1-n64.s,
3057 * testsuite/ld-mips-elf/no-shared-1-o32.s,
3058 * testsuite/ld-mips-elf/pic-and-nonpic-1b-micromips.s,
3059 * testsuite/ld-mips-elf/pic-and-nonpic-1b.s,
3060 * testsuite/ld-mips-elf/pic-and-nonpic-2a.s,
3061 * testsuite/ld-mips-elf/pic-and-nonpic-3b.s,
3062 * testsuite/ld-mips-elf/pic-and-nonpic-4b.s,
3063 * testsuite/ld-mips-elf/pic-and-nonpic-5a.s,
3064 * testsuite/ld-mips-elf/pic-and-nonpic-6-n32c.s,
3065 * testsuite/ld-mips-elf/pic-and-nonpic-6-n64c.s,
3066 * testsuite/ld-mips-elf/pic-and-nonpic-6-o32c.s,
3067 * testsuite/ld-mips-elf/pie.s,
3068 * testsuite/ld-mips-elf/relax-jalr.s: Revert 2019-12-17 change.
3069
0e1f1593
NC
30702020-01-06 Nick Clifton <nickc@redhat.com>
3071
3072 PR 25327
3073 * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
3074 command line when building libcomm1.o and pr13250 tests.
3075 * testsuite/ld-plugin/lto.exp: Likewise for pr20267 tests.
3076
d2dbcb18
NC
30772020-01-06 Nick Clifton <nickc@redhat.com>
3078
3079 PR 25326
3080 * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
3081 command line when building pr19579 binaries.
3082
dc9bd8c9
HD
30832020-01-03 Hannes Domani <ssbssa@yahoo.de>
3084
3085 * emultempl/pe.em: Add new option --enable-reloc-section.
3086 * emultempl/pep.em: Likewise.
3087 * ld.texi: Document --enable-reloc-section.
3088 * pe-dll.c (pe_dll_build_sections): Use pe_dll_enable_reloc_section.
3089 (pe_dll_fill_sections): Simplify by calling pe_exe_fill_sections.
3090 * pe-dll.h: Add extern declaration of option flag.
3091 * pep-dll.c (pe_dll_enable_reloc_section):
3092 Add alias define for pep_dll_enable_reloc_section.
3093 * pep-dll.h: Add extern declaration of option flag.
3094
6655dba2
SB
30952020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
3096
3097 * Makefile.am: Add new target z80-elf
3098 * configure.tgt: Likewise.
3099 * Makefile.in: Regenerate.
3100 * emultempl/z80.em: Add support for eZ80 and Z180 architectures.
3101 * emulparams/elf32z80.sh: New file.
3102 * emultempl/z80elf.em: Likewise.
3103 * testsuite/ld-elf/comm-data4.s: Fix for Z80.
3104 * testsuite/ld-elf/comm-data5.s: Fix for Z80.
3105 * testsuite/ld-scripts/fill16.d: Fix for Z80.
3106 * testsuite/ld-z80/arch_ez80_adl.d: Likewise.
3107 * testsuite/ld-z80/arch_ez80_z80.d: Likewise.
3108 * testsuite/ld-z80/arch_r800.d: Likewise.
3109 * testsuite/ld-z80/arch_z180.d: Likewise.
3110 * testsuite/ld-z80/arch_z80.d: Likewise.
3111 * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise.
3112 * testsuite/ld-z80/comb_arch_z180.d: Likewise.
3113 * testsuite/ld-z80/labels.s: Likewise.
3114 * testsuite/ld-z80/relocs.s: Likewise.
3115 * testsuite/ld-z80/relocs_b_ez80.d: Likewise.
3116 * testsuite/ld-z80/relocs_b_z80.d: Likewise.
3117 * testsuite/ld-z80/relocs_f_z80.d: Likewise.
3118 * testsuite/ld-z80/z80.exp: Likewise.
3119 * NEWS: Mention the new support.
3120
0db131fb
TC
31212020-01-02 Tamar Christina <tamar.christina@arm.com>
3122
3123 PR 25210
3124 PR 24753
3125 * emultempl/aarch64elf.em (elf${ELFSIZE}_aarch64_add_stub_section):
3126 Remove SEC_LINKER_CREATED.
3127 * testsuite/ld-aarch64/aarch64-elf.exp: Add erratum835769-843419.
3128 * testsuite/ld-aarch64/erratum835769-843419.d: New test.
3129
b14ce8bf
AM
31302020-01-01 Alan Modra <amodra@gmail.com>
3131
3132 Update year range in copyright notice of all files.
3133
0b114740 3134For older changes see ChangeLog-2019
3499769a 3135\f
0b114740 3136Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
3137
3138Copying and distribution of this file, with or without modification,
3139are permitted in any medium without royalty provided the copyright
3140notice and this notice are preserved.
3141
3142Local Variables:
3143mode: change-log
3144left-margin: 8
3145fill-column: 74
3146version-control: never
3147End:
This page took 0.468105 seconds and 4 git commands to generate.