x86_64 k1om tests
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2020-06-29 Alan Modra <amodra@gmail.com>
2
3 * testsuite/ld-x86-64/abs-k1om.d: Run only on x86_64-*-linux*.
4 * testsuite/ld-x86-64/protected2-k1om.d: Likewise.
5 * testsuite/ld-x86-64/protected3-k1om.d: Likewise.
6
7 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
8
9 * configure.ac [--enable-libctf]: New, default yes.
10 Set ENABLE_LIBCTF accordingly.
11 * Makefile.am [!ENABLE_LIBCTF]: Empty LIBCTF.
12 * configure: Regenerate.
13 * config.in: Regenerate.
14 * Makefile.in: Regenerate.
15 * aclocal.m4: Regenerate.
16 * ldlang.c (ctf_output): Conditionalize on ENABLE_LIBCTF.
17 (ldlang_open_ctf): Likewise.
18 (lang_merge_ctf): Likewise.
19 (ldlang_ctf_apply_strsym): Likewise.
20 (lang_write_ctf): Likewise.
21 (ldlang_write_ctf_late): Likewise.
22 (ldlang_open_ctf) [!ENABLE_LIBCTF]: Warn about the presence of CTF
23 sections.
24 (lang_merge_ctf) [!ENABLE_LIBCTF]: New stub.
25 (ldlang_ctf_apply_strsym) [!ENABLE_LIBCTF]: Likewise.
26 (lang_write_ctf) [!ENABLE_LIBCTF]: Likewise.
27 (ldlang_write_ctf_late) [!ENABLE_LIBCTF]: Likewise.
28 * ldelfgen.c (ldelf_emit_ctf_early): Conditionalize on
29 ENABLE_LIBCTF.
30 (struct ctf_strsym_iter_cb_arg): Likewise.
31 (ldelf_ctf_strtab_iter_cb): Likewise.
32 (ldelf_ctf_symbols_iter_cb): Likewise.
33 (ldelf_examine_strtab_for_ctf): Likewise.
34 (ldelf_emit_ctf_early) [!ENABLE_LIBCTF]: New stub.
35 (ldelf_examine_strtab_for_ctf) [!ENABLE_LIBCTF]: New stub.
36
37 2020-06-26 Jan Beulich <jbeulich@suse.com>
38
39 * testsuite/ld-x86-64/x86-64.exp: Run K1OM tests.
40
41 2020-06-26 Pat Bernardi <bernardi@adacore.com>
42
43 * testsuite/ld-m68k/attr-gnu-4-0.s: New file.
44 * testsuite/ld-m68k/attr-gnu-4-1.s: Likewise.
45 * testsuite/ld-m68k/attr-gnu-4-2.s: Likewise.
46 * testsuite/ld-m68k/attr-gnu-4-00.d: Likewise.
47 * testsuite/ld-m68k/attr-gnu-4-01.d: Likewise.
48 * testsuite/ld-m68k/attr-gnu-4-02.d: Likewise.
49 * testsuite/ld-m68k/attr-gnu-4-10.d: Likewise.
50 * testsuite/ld-m68k/attr-gnu-4-11.d: Likewise.
51 * testsuite/ld-m68k/attr-gnu-4-12.d: Likewise.
52 * testsuite/ld-m68k/attr-gnu-4-20.d: Likewise.
53 * testsuite/ld-m68k/attr-gnu-4-21.d: Likewise.
54 * testsuite/ld-m68k/attr-gnu-4-22.d: Likewise.
55 * testsuite/ld-m68k/m68k.exp: Run the new tests.
56
57 2020-06-24 H.J. Lu <hongjiu.lu@intel.com>
58
59 PR ld/26165
60 * lexsup.c (ld_options): Correct --dependency-file order.
61
62 2020-06-24 H.J. Lu <hongjiu.lu@intel.com>
63
64 PR ld/26083
65 * testsuite/ld-csky/tls-ie-v1.d: Updated.
66 * testsuite/ld-csky/tls-ie.d: Likewise.
67
68 2020-06-24 H.J. Lu <hongjiu.lu@intel.com>
69
70 PR ld/26083
71 * testsuite/ld-cris/libdso-15b.d: Updated.
72 * testsuite/ld-cris/libdso-1c.d: Likewise.
73 * testsuite/ld-cris/libdso-1d.d: Likewise.
74 * testsuite/ld-cris/libdso-15c.d: New file.
75
76 2020-06-24 H.J. Lu <hongjiu.lu@intel.com>
77
78 PR ld/26163
79 * ldexp.c (exp_fold_tree_1): Set non_ir_ref_regular on the source
80 for assignment.
81 * testsuite/ld-plugin/lto.exp: Run ld/26163 test.
82 * testsuite/ld-plugin/pr26163a.c: New file.
83 * testsuite/ld-plugin/pr26163b.c: Likewise.
84
85 2020-06-24 Alan Modra <amodra@gmail.com>
86
87 * lexsup.c (elf_shlib_list_options): Properly format help message.
88 (elf_plt_unwind_list_options): Likewise.
89 * emultempl/cskyelf.em (PARSE_AND_LIST_OPTIONS): Likewise.
90
91 2020-06-23 Roland McGrath <mcgrathr@google.com>
92
93 PR 22843
94 * NEWS: Note --dependency-file.
95 * ld.texi (Options): Document --dependency-file.
96 * ldlex.h (enum option_values): Add OPTION_DEPENDENCY_FILE.
97 * ld.h (ld_config_type): New member dependency_file.
98 * lexsup.c (ld_options, parse_args): Parse --dependency-file.
99 * ldmain.c (struct dependency_file): New type.
100 (dependency_files, dependency_files_tail): New static variables.
101 (track_dependency_files): New function.
102 (write_dependency_file): New function.
103 (main): Call it when --dependency-file was passed.
104 * ldfile.c (ldfile_try_open_bfd): Call track_dependency_files.
105 (ldfile_open_command_file_1): Likewise.
106 * ldelf.c (ldelf_try_needed): Likewise.
107 * pe-dll.c (pe_implied_import_dll): Likewise.
108
109 2020-06-23 Alan Modra <amodra@gmail.com>
110
111 PR 26150
112 * ldlang.c (ldlang_add_file): Assert that we aren't adding the
113 current end of link.next list again too.
114 * ldmain.c (add_archive_element): Don't load archive elements
115 again that have already been loaded.
116
117 2020-06-23 Alan Modra <amodra@gmail.com>
118
119 * testsuite/ld-elf/shared.exp (pr14170): Clear xfail for
120 bfin-*-linux*.
121 (pr17068, symbolic-func.so, pr22374): Likewise.
122
123 2020-06-22 Nelson Chu <nelson.chu@sifive.com>
124
125 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-01.d: Updated.
126 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-02.d: Updated.
127 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-03.d: Updated.
128 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-04.d: Updated.
129 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-05.d: Updated.
130 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-06.d: Updated.
131
132 2020-06-21 Alan Modra <amodra@gmail.com>
133
134 * ldfile.c: Replace uses of ENABLE_PLUGINS with BFD_SUPPORTS_PLUGINS.
135 * ldlang.c: Likewise.
136 * ldlang.h: Likewise.
137 * ldlex.h: Likewise.
138 * ldmain.c: Likewise.
139 * lexsup.c: Likewise.
140 * plugin.c: Wrap body of file in #if BFD_SUPPORTS_PLUGINS.
141 * testplug.c: Likewise.
142 * testplug2.c: Likewise.
143 * testplug3.c: Likewise.
144 * testplug4.c: Likewise.
145 * configure.ac (ENABLE_PLUGINS): Don't define AM_CONTITIONAL.
146 * Makefile.am: Remove ENABLE_PLUGINS conditionals.
147 (PLUGIN_CFLAGS): Don't define.
148 (PLUGIN_C, PLUGIN_H, PLUGIN_OBJECT): Likewise. Substitute all
149 uses with plugin file name.
150 * configure: Regenerate.
151 * Makefile.in: Regenerate.
152
153 2020-06-20 Alan Modra <amodra@gmail.com>
154
155 * testsuite/lib/ld-lib.exp (default_ld_compile): Don't perror on
156 a compiler error.
157 (default_ld_assemble): Similarly for an assembler error.
158 (default_ld_nm): Similarly for an nm error.
159 (run_ld_link_tests): Report ld_assemble errors as a fail.
160 (check_as_cfi): Remove now unnecessary perror substitution.
161 * testsuite/ld-elf/exclude.exp: Report ld_nm error return as test
162 fails rather then unresolved.
163 * testsuite/ld-gc/gc.exp: Likewise.
164 * testsuite/ld-scripts/alignof.exp: Likewise.
165 * testsuite/ld-scripts/defined.exp: Likewise.
166 * testsuite/ld-scripts/script.exp: Likewise.
167 * testsuite/ld-scripts/sizeof.exp: Likewise.
168 * testsuite/ld-selective/selective.exp: Likewise.
169 * testsuite/ld-scripts/extern.exp: Likewise. Return on ld_link
170 failure.
171 * testsuite/ld-elfweak/elfweak.exp: Report compiler errors as
172 test unresolved.
173 * testsuite/ld-fastcall/fastcall.exp: Report assember errors as
174 test fails.
175 * testsuite/ld-i386/i386.exp (iamcu_tests): Likewise.
176 * testsuite/ld-ia64/line.exp: Likewise.
177 * testsuite/ld-mep/mep.exp: Likewise.
178 * testsuite/ld-mips-elf/mips-elf-flags.exp: Likewise.
179 * testsuite/ld-nios2/nios2.exp: Likewise.
180 * testsuite/ld-scripts/alignof.exp: Likewise.
181 * testsuite/ld-x86-64/line.exp: Likewise.
182 * testsuite/ld-x86-64/x86-64.exp: Likewise.
183 * testsuite/ld-scripts/log2.exp: Formatting.
184 * testsuite/ld-tic6x/tic6x.exp: Report ld_link errors as a test fail.
185
186 2020-06-20 Alan Modra <amodra@gmail.com>
187
188 * testsuite/ld-alpha/alpha.exp: Exclude *ecoff targets.
189 * testsuite/ld-elf/binutils.exp: Likewise.
190 * testsuite/ld-elf/tls.exp: Likewise.
191 * testsuite/ld-elf/tls_common.exp: Likewise.
192 * testsuite/ld-scripts/phdrs2.exp: Likewise.
193
194 2020-06-20 Alan Modra <amodra@gmail.com>
195
196 * testsuite/ld-sh/sh.exp: Don't run relax tests for non-ELF.
197 Fail when ld_assemble fails. Use elseif to reduce indentation.
198
199 2020-06-19 Alan Modra <amodra@gmail.com>
200
201 * testsuite/ld-elf/dynamic-1.rd: Accept st_other notations.
202 * testsuite/ld-elf/rdynamic-1.rd: Likewise.
203 * testsuite/ld-elf/pr9676.rd: Likewise.
204 * testsuite/ld-elf/pr9679.rd: Likewise.
205 * testsuite/ld-elfvers/vers30.dsym: Likewise.
206 * testsuite/ld-elfvers/vers31.dsym: Likewise.
207 * testsuite/ld-plugin/pr22983.1.d: Likewise.
208 * testsuite/ld-plugin/pr22983.2.d: Likewise.
209 * testsuite/ld-plugin/pr22983.3.d: Likewise.
210 * testsuite/ld-plugin/pr22983.4.d: Likewise.
211 * testsuite/ld-ifunc/ifunc.exp: Exclude alpha.
212
213 2020-06-19 Alan Modra <amodra@gmail.com>
214
215 * emultempl/elf.em (gld${EMULATION_NAME}_handle_option): Omit
216 -z relro and -z norelro when target support for GNU_RELRO is lacking.
217 (gld${EMULATION_NAME}_before_parse): Ignore RELRO default too.
218 * emultempl/aarch64elf.em (gld${EMULATION_NAME}_before_parse): Ignore
219 RELRO default when target support for GNU_RELRO is lacking.
220 * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Likewise.
221 * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Likewise.
222 * emultempl/scoreelf.em (gld${EMULATION_NAME}_before_parse): Likewise.
223 * testsuite/config/default.exp (ld_elf_shared_opt): Don't set.
224 * testsuite/ld-elf/pr16322.d: xfail when no relro support.
225 * testsuite/ld-elf/pr22393-1a.d: Likewise.
226 * testsuite/ld-elf/pr22393-1b.d: Likewise.
227 * testsuite/ld-elf/shared.exp (pr20995-2.so, pr20995-2): Likewise.
228 * testsuite/lib/ld-lib.exp (run_ld_link_tests): Use check_relro_support
229 to decide whether to pass extra ld option "-z norelro".
230
231 2020-06-17 H.J. Lu <hongjiu.lu@intel.com>
232
233 * testsuite/ld-elf/linux-x86.exp (check_pr25749a): Append "-w"
234 to cflags.
235
236 2020-06-17 H.J. Lu <hongjiu.lu@intel.com>
237
238 * testsuite/ld-elf/linux-x86.exp: Require GCC 5 for Build
239 pr25749-1b (-pie -fPIE).
240
241 2020-06-16 Alan Modra <amodra@gmail.com>
242
243 * testsuite/ld-elf/pr23428.c: Define _DEFAULT_SOURCE.
244 * testsuite/ld-elf/indirect1b.c: Replace asm with __asm__.
245 * testsuite/ld-elf/indirect2.c: Likewise.
246 * testsuite/ld-elf/indirect3b.c: Likewise.
247 * testsuite/ld-elf/indirect4b.c: Likewise.
248 * testsuite/ld-elf/pr14323-2.c: Likewise.
249 * testsuite/ld-elf/pr18720b.c: Likewise.
250 * testsuite/ld-elf/pr19553c.c: Likewise.
251 * testsuite/ld-elf/pr23428.c: Likewise.
252 * testsuite/ld-elfvers/vers27b.c: Likewise.
253 * testsuite/ld-elfvsb/common.c: Likewise.
254 * testsuite/ld-elfvsb/main.c: Likewise.
255 * testsuite/ld-elfvsb/sh1.c: Likewise.
256 * testsuite/ld-elfvsb/test.c: Likewise.
257 * testsuite/ld-pe/aligncomm-1.c: Likewise.
258 * testsuite/ld-pe/aligncomm-2.c: Likewise.
259 * testsuite/ld-pe/aligncomm-3.c: Likewise.
260 * testsuite/ld-pe/aligncomm-4.c: Likewise.
261 * testsuite/ld-plugin/pr23958.c: Likewise.
262 * testsuite/ld-size/size-1b.c: Likewise.
263 * testsuite/ld-size/size-2b.c: Likewise.
264 * testsuite/ld-size/size-3a.c: Likewise.
265 * testsuite/ld-size/size-3b.c: Likewise.
266 * testsuite/ld-size/size-3c.c: Likewise.
267 * testsuite/ld-size/size-4b.c: Likewise.
268 * testsuite/ld-size/size-5b.c: Likewise.
269 * testsuite/ld-size/size-6a.c: Likewise.
270 * testsuite/ld-size/size-7a.c: Likewise.
271 * testsuite/ld-size/size-8a.c: Likewise.
272 * testsuite/ld-size/size-9b.c: Likewise.
273 * testsuite/ld-size/size-10b.c: Likewise.
274
275 2020-06-16 Alan Modra <amodra@gmail.com>
276
277 * emulparams/tic30aout.sh: Delete file.
278 * scripttempl/tic30aout.sc: Delete file.
279 * Makefile.am: Remove etic30aout.c from ALL_EMULATION_SOURCES and
280 delete dependency.
281 * configure.tgt: Delete tic30-*-*aout* entry.
282 * testsuite/ld-scripts/sane1.d: Delete tic30-*-aout mention.
283 * testsuite/ld-scripts/segment-start.d: Likewise.
284 * Makefile.in: Regenerate.
285 * po/BLD-POTFILES.in: Regenerate.
286
287 2020-06-15 Max Filippov <jcmvbkbc@gmail.com>
288
289 * emultempl/xtensaelf.em (XSHAL_ABI): Remove macro definition.
290 (XTHAL_ABI_UNDEFINED, XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New
291 macros.
292 (elf32xtensa_abi): New declaration.
293 (xt_config_info_unpack_and_check): Set elf32xtensa_abi if it is
294 undefined. Use xtensa_abi_choice instead of XSHAL_ABI to test
295 ABI tag consistency.
296 (xtensa_add_config_info): Use xtensa_abi_choice instead of
297 XSHAL_ABI to format ABI tag.
298 (PARSE_AND_LIST_PROLOGUE): Define OPTION_ABI_WINDOWED,
299 OPTION_ABI_CALL0 and declare elf32xtensa_abi.
300 (PARSE_AND_LIST_LONGOPTS): Add entries for --abi-windowed and
301 --abi-call0.
302 (PARSE_AND_LIST_OPTIONS): Add help text for --abi-windowed and
303 --abi-call0.
304 (PARSE_AND_LIST_ARGS_CASES): Add handlers for --abi-windowed and
305 --abi-call0.
306 * ld.texi: Add description for options --abi-windowed and
307 --abi-call0.
308
309 2020-06-15 Roland McGrath <mcgrathr@google.com>
310
311 * NEWS: Mention -z start-stop-visibility=... option for ELF.
312 * ld.texi (Options): Document -z start-stop-visibility=... option.
313 * ldmain.c (main): Initialize link_info.start_stop_visibility.
314 * emultempl/elf.em (gld${EMULATION_NAME}_handle_option):
315 Parse -z start-stop-visibility=... option.
316
317 2020-06-15 Alan Modra <amodra@gmail.com>
318
319 * testsuite/ld-scripts/include.exp: Don't load ld-lib.exp.
320 * testsuite/ld-scripts/phdrs3.exp: Likewise.
321 * testsuite/ld-scripts/rgn-at.exp: Likewise.
322 * testsuite/ld-scripts/rgn-over.exp: Likewise.
323 * testsuite/ld-scripts/sort.exp: Likewise.
324 * testsuite/ld-discard/discard.exp: Likewise. Use is_elf_format.
325
326 2020-06-15 Alan Modra <amodra@gmail.com>
327
328 PR 26103
329 * testsuite/ld-linkonce/ref1.s,
330 * testsuite/ld-linkonce/ref2.s,
331 * testsuite/ld-linkonce/sym1.s,
332 * testsuite/ld-linkonce/sym2.s,
333 * testsuite/ld-linkonce/sym3.s: New test files.
334 * testsuite/ld-linkonce/linkonce.exp: Run tests for PE too.
335 Add pr26103 test. Remove unnecessary load_lib.
336
337 2020-06-15 Alan Modra <amodra@gmail.com>
338
339 * testsuite/ld-linkonce/zeroeh_x.s: Rename from x.s.
340 * testsuite/ld-linkonce/zeroeh_y.s: Rename from y.s.
341 * testsuite/ld-linkonce/zeroehl32.d: Adjust for renaming. Support
342 big-endian output. Run for powerpc.
343
344 2020-06-11 Alan Modra <amodra@gmail.com>
345
346 * testsuite/ld-plugin/lto.exp (lto_link_tests): Move lto-6,
347 pr12760, pr23818 and pr23958 tests to..
348 (lto_link_elf_tests): ..here.
349
350 2020-06-11 Nick Clifton <nickc@redhat.com>
351
352 * testsuite/ld-elf/pr26094-1b.c (main): Change return type to
353 int.
354
355 2020-06-10 Alan Modra <amodra@gmail.com>
356
357 * testsuite/ld-elf/linux-x86.exp: Build tests when non-native.
358 (check_pr25749b): Add optional args. Set expected pass file
359 from args. Run -1b and -2a tests with passall.out.
360 * testsuite/ld-elf/passall.out: New file.
361 * testsuite/ld-elf/pr25749-1.c: Adjust to pass with older glibc.
362 * testsuite/ld-elf/pr25749-2.c: Likewise.
363 * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Use
364 regexp_diff to compare expected output from running binary.
365
366 2020-06-10 H.J. Lu <hongjiu.lu@intel.com>
367
368 PR ld/26094
369 * testsuite/ld-elf/pr26094-1.ver: New fike.
370 * testsuite/ld-elf/pr26094-1a.c: Likewise.
371 * testsuite/ld-elf/pr26094-1a.rd: Likewise.
372 * testsuite/ld-elf/pr26094-1b.c: Likewise.
373 * testsuite/ld-elf/pr26094-1b.rd: Likewise.
374 * testsuite/ld-elf/pr26094-1c.c: Likewise.
375 * testsuite/ld-elf/shared.exp: Run ld/26094 tests.
376
377 2020-06-09 H.J. Lu <hongjiu.lu@intel.com>
378
379 PR ld/18801
380 * testsuite/ld-i386/i386.exp: Run ifunc-textrel-1a,
381 ifunc-textrel-1b, ifunc-textrel-2a and ifunc-textrel-2b.
382 * testsuite/ld-x86-64/x86-64.exp: Likewise.
383 * testsuite/ld-i386/ifunc-textrel-1a.d: Likewise.
384 * testsuite/ld-i386/ifunc-textrel-1b.d: Likewise.
385 * testsuite/ld-i386/ifunc-textrel-2a.d: Likewise.
386 * testsuite/ld-i386/ifunc-textrel-2b.d: Likewise.
387 * testsuite/ld-x86-64/ifunc-textrel-1.s: Likewise.
388 * testsuite/ld-x86-64/ifunc-textrel-1a.d: Likewise.
389 * testsuite/ld-x86-64/ifunc-textrel-1b.d: Likewise.
390 * testsuite/ld-x86-64/ifunc-textrel-2.s: Likewise.
391 * testsuite/ld-x86-64/ifunc-textrel-2a.d: Likewise.
392 * testsuite/ld-x86-64/ifunc-textrel-2b.d: Likewise.
393 * testsuite/ld-i386/pr18801a.d: Expect warning for IFUNC
394 resolvers.
395 * testsuite/ld-i386/pr18801b.d: Likewise.
396 * estsuite/ld-x86-64/pr18801a.d: Likewise.
397 * estsuite/ld-x86-64/pr18801b.d: Likewise.
398
399 2020-06-09 Alan Modra <amodra@gmail.com>
400
401 PR 26065
402 * testsuite/ld-elf/shared.exp: Compile dl4main.c -fPIC.
403 (dl4e, dl4f): Expect dl4a.out.
404 * testsuite/ld-elf/dl4e.out: Delete.
405
406 2020-06-07 H.J. Lu <hongjiu.lu@intel.com>
407
408 * testsuite/ld-elf/shared.exp: Pass $LFLAGS to PR ld/21703
409 shared test.
410
411 2020-06-07 H.J. Lu <hongjiu.lu@intel.com>
412
413 * testsuite/ld-elf/shared.exp: Xfail pr20995/pr20995-2 for
414 tic6x-*-*.
415
416 2020-06-07 H.J. Lu <hongjiu.lu@intel.com>
417
418 * testsuite/ld-elf/pr11304.d: Skip tic6x-*-elf.
419
420 2020-06-06 Alan Modra <amodra@gmail.com>
421
422 * testsuite/ld-elf/comm-data.exp: Don't xfail arm or bfin-linux.
423
424 2020-06-06 Alan Modra <amodra@gmail.com>
425
426 * lexsup.c (ld_options): Accept -plugin and -plugin-opt when
427 !ENABLE_PLUGINS.
428 * testsuite/lib/ld-lib.exp (check_plugin_api_available): Adjust.
429
430 2020-06-05 Nelson Chu <nelson.chu@sifive.com>
431
432 * testsuite/ld-riscv-elf/attr-merge-priv-spec.d: Rename to
433 attr-merge-priv-spec-01.d.
434 * testsuite/ld-riscv-elf/attr-merge-priv-spec-c.s: Set spec to 1.11.
435 * testsuite/ld-riscv-elf/attr-merge-priv-spec-d.s: Empty priv spec set.
436 * testsuite/ld-riscv-elf/attr-merge-priv-spec-02.d: New testcase.
437 * testsuite/ld-riscv-elf/attr-merge-priv-spec-03.d: Likewise.
438 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-02.d: Likewise.
439 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-03.d: Likewise.
440 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-04.d: Likewise.
441 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-05.d: Likewise.
442 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-06.d: Likewise.
443 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Updated.
444
445 2020-06-05 Nelson Chu <nelson.chu@sifive.com>
446
447 * testsuite/ld-riscv-elf/attr-merge-arch-01.d: The CSR isn't used,
448 so ignore the -mpriv-spec setting.
449 * testsuite/ld-riscv-elf/attr-merge-arch-02.d: Likewise.
450 * testsuite/ld-riscv-elf/attr-merge-arch-03.d: Likewise.
451 * testsuite/ld-riscv-elf/attr-merge-stack-align.d: Likewise.
452 * testsuite/ld-riscv-elf/attr-merge-strict-align-01.d: Likewise.
453 * testsuite/ld-riscv-elf/attr-merge-strict-align-02.d: Likewise.
454 * testsuite/ld-riscv-elf/attr-merge-strict-align-03.d: Likewise.
455 * testsuite/ld-riscv-elf/attr-merge-strict-align-04.d: Likewise.
456 * testsuite/ld-riscv-elf/attr-merge-strict-align-05.d: Likewise.
457 * testsuite/ld-riscv-elf/call-relax.d: Add -mno-arch-attr.
458
459 2020-06-04 H.J. Lu <hongjiu.lu@intel.com>
460
461 PR ld/26080
462 * testsuite/ld-elf/comm-data.exp: Remove copy_reloc.
463 * testsuite/ld-elf/comm-data2r.rd: Removed.
464 * testsuite/ld-elf/comm-data2r.sd: Likewise.
465 * testsuite/ld-elf/comm-data2r.xd: Likewise.
466
467 2020-06-04 Alan Modra <amodra@gmail.com>
468
469 * testsuite/config/default.exp: Remove global directive outside
470 proc body.
471 * testsuite/ld-bootstrap/bootstrap.exp: Likewise.
472 * testsuite/ld-elf/compress.exp: Likewise.
473 * testsuite/ld-elf/elf.exp: Likewise.
474 * testsuite/ld-elf/exclude.exp: Likewise.
475 * testsuite/ld-elf/frame.exp: Likewise.
476 * testsuite/ld-elf/indirect.exp: Likewise.
477 * testsuite/ld-elf/linux-x86.exp: Likewise.
478 * testsuite/ld-elf/shared.exp: Likewise.
479 * testsuite/ld-elf/tls.exp: Likewise.
480 * testsuite/ld-elf/tls_common.exp: Likewise.
481 * testsuite/ld-elfcomm/elfcomm.exp: Likewise.
482 * testsuite/ld-elfweak/elfweak.exp: Likewise.
483 * testsuite/ld-frv/fdpic.exp: Likewise.
484 * testsuite/ld-frv/tls.exp: Likewise.
485 * testsuite/ld-gc/gc.exp: Likewise.
486 * testsuite/ld-i386/i386.exp: Likewise.
487 * testsuite/ld-i386/no-plt.exp: Likewise.
488 * testsuite/ld-ifunc/ifunc.exp: Likewise.
489 * testsuite/ld-mips-elf/mips-elf-flags.exp: Likewise.
490 * testsuite/ld-nios2/nios2.exp: Likewise.
491 * testsuite/ld-plugin/lto.exp: Likewise.
492 * testsuite/ld-plugin/plugin.exp: Likewise.
493 * testsuite/ld-powerpc/export-class.exp: Likewise.
494 * testsuite/ld-scripts/align.exp: Likewise.
495 * testsuite/ld-scripts/crossref.exp: Likewise.
496 * testsuite/ld-scripts/defined.exp: Likewise.
497 * testsuite/ld-scripts/overlay-size.exp: Likewise.
498 * testsuite/ld-scripts/provide.exp: Likewise.
499 * testsuite/ld-scripts/weak.exp: Likewise.
500 * testsuite/ld-selective/selective.exp: Likewise.
501 * testsuite/ld-sh/rd-sh.exp: Likewise.
502 * testsuite/ld-size/size.exp: Likewise.
503 * testsuite/ld-srec/srec.exp: Likewise.
504 * testsuite/ld-x86-64/mpx.exp: Likewise.
505 * testsuite/ld-x86-64/no-plt.exp: Likewise.
506 * testsuite/ld-x86-64/x86-64.exp: Likewise.
507
508 2020-06-04 Alan Modra <amodra@gmail.com>
509
510 * testsuite/ld-dynamic/export-dynamic-symbol-2.d: Match output for
511 mips-sgi-irix6.
512 * testsuite/ld-dynamic/export-dynamic-symbol-glob.d: Likewise.
513 * testsuite/ld-dynamic/export-dynamic-symbol-list-2.d: Likewise.
514 * testsuite/ld-dynamic/export-dynamic-symbol-list-glob.d: Likewise.
515 * testsuite/ld-dynamic/export-dynamic-symbol.exp: Exclude targets
516 with poor PIE support.
517
518 2020-06-04 Alan Modra <amodra@gmail.com>
519
520 * testsuite/ld-plugin/lto.exp (pr12758.exe): Add NOPIE_LDFLAGS.
521 * testsuite/ld-unique/unique.exp: Add NOPIE_LDFLAGS to unique
522 executable and dynamic executable tests.
523
524 2020-06-03 H.J. Lu <hongjiu.lu@intel.com>
525
526 * testsuite/config/default.exp (NOSANTIZE_CFLAGS): New.
527 * testsuite/ld-elf/linux-x86.exp: Add $NOSANTIZE_CFLAGS to
528 tests with run_ld_link_exec_tests.
529 * testsuite/ld-elf/shared.exp: Add $NOSANTIZE_CFLAGS to tests
530 with run_ld_link_tests.
531 * testsuite/ld-elf/tls.exp: Likewise.
532 * testsuite/ld-elfweak/elfweak.exp: Add $NOSANTIZE_CFLAGS to
533 tests with ld_link.
534 * testsuite/ld-gc/gc.exp: Add $NOSANTIZE_CFLAGS to cflags.
535 * testsuite/ld-plugin/lto.exp: Add $NOSANTIZE_CFLAGS to tests
536 with run_ld_link_tests.a
537 * testsuite/ld-plugin/plugin.exp: Append $NOSANTIZE_CFLAGS to
538 CFLAGS.
539 * testsuite/ld-selective/selective.exp: Add $NOSANTIZE_CFLAGS
540 to cflags and cxxflags.
541 * testsuite/ld-srec/srec.exp: Append $NOSANTIZE_CFLAGS to CC
542 and CXX.
543 * testsuite/ld-x86-64/plt-main-ibt-x32.dd: Updated for
544 -fsanitize=undefined.
545 * testsuite/ld-x86-64/plt-main-ibt.dd: Likewise.
546 * testsuite/ld-x86-64/x86-64.exp: Add $NOSANTIZE_CFLAGS to
547 tests with run_cc_link_tests and run_ld_link_tests.
548
549 2020-06-03 Fangrui Song <maskray@google.com>
550 H.J. Lu <hongjiu.lu@intel.com>
551
552 PR ld/25910
553 * NEWS: Mention --export-dynamic-symbol[-list].
554 * ld.texi: Document --export-dynamic-symbol[-list].
555 * ldgram.y: Pass current_dynamic_list_p to
556 lang_append_dynamic_list.
557 * ldlang.c (current_dynamic_list_p): New.
558 (ang_append_dynamic_list): Updated to take a pointer to
559 struct bfd_elf_dynamic_list * argument instead of using
560 link_info.dynamic_list.
561 (lang_append_dynamic_list_cpp_typeinfo): Pass
562 &link_info.dynamic_list to ang_append_dynamic_list.
563 (lang_append_dynamic_list_cpp_new): Likewise.
564 * ldlang.h (current_dynamic_list_p): New.
565 (lang_append_dynamic_list): Add a pointer to
566 struct bfd_elf_dynamic_list * argument.
567 * ldlex.h (option_values): Add OPTION_EXPORT_DYNAMIC_SYMBOL and
568 OPTION_EXPORT_DYNAMIC_SYMBOL_LIST.
569 * lexsup.c (ld_options): Add entries for
570 OPTION_EXPORT_DYNAMIC_SYMBOL and
571 OPTION_EXPORT_DYNAMIC_SYMBOL_LIST.
572 (parse_args): Handle --export-dynamic-symbol and
573 --export-dynamic-symbol-list.
574 * testsuite/ld-dynamic/export-dynamic-symbol-1.d: New.
575 * testsuite/ld-dynamic/export-dynamic-symbol-2.d: New.
576 * testsuite/ld-dynamic/export-dynamic-symbol-glob.d: New.
577 * testsuite/ld-dynamic/export-dynamic-symbol-list-1.d: New.
578 * testsuite/ld-dynamic/export-dynamic-symbol-list-2.d: New.
579 * testsuite/ld-dynamic/export-dynamic-symbol-list-glob.d: New.
580 * testsuite/ld-dynamic/export-dynamic-symbol.exp: New.
581 * testsuite/ld-dynamic/export-dynamic-symbol.s: New.
582 * testsuite/ld-dynamic/foo-bar.list: New.
583 * testsuite/ld-dynamic/foo.list: New.
584 * testsuite/ld-dynamic/foo.s: New.
585 * testsuite/ld-dynamic/fstar.list: New.
586 * testsuite/ld-elf/dlempty.list: New.
587 * testsuite/ld-elf/shared.exp: Add tests for
588 --export-dynamic-symbol and --export-dynamic-symbol-list.
589
590 2020-06-03 Jan Beulich <jbeulich@suse.com>
591
592 * testsuite/ld-elf/linux-x86.exp: Make copied source files
593 writeable.
594
595 2020-05-28 Nick Clifton <nickc@redhat.com>
596
597 PR 26047
598 * ldelf.c (ldelf_after_open): Fail if attempting to link one
599 executable into another. Ensure that the test is made for all
600 forms of linking.
601
602 2020-05-28 H.J. Lu <hongjiu.lu@intel.com>
603
604 * NEWS: Mention --enable-textrel-check=yes is default for
605 Linux/x86 targets.
606 * configure.tgt (ac_default_ld_textrel_check): Set to yes if
607 unset for Linux/x86 targets.
608
609 2020-05-28 H.J. Lu <hongjiu.lu@intel.com>
610
611 PR ld/20824
612 * NEWS: Mention --enable-textrel-check=[no|yes|warning|error].
613 * configure.ac: Add --enable-textrel-check=[no|yes|warning|error].
614 (DEFAULT_LD_TEXTREL_CHECK): New AC_DEFINE_UNQUOTED.
615 (DEFAULT_LD_TEXTREL_CHECK_WARNING): Likewise.
616 * ldmain.c (main): Initialize link_info.textrel_check to
617 DEFAULT_LD_TEXTREL_CHECK.
618 * lexsup.c (ld_options): Check DEFAULT_LD_TEXTREL_CHECK_WARNING.
619 * config.in: Regenerated.
620 * configure: Likewise.
621
622 2020-05-28 Nick Clifton <nickc@redhat.com>
623
624 * lexsup.c (parse_args): Generate an error if a name is not
625 provided to the -Map option.
626 (ld_options): Mention that the -Map option supports a directory
627 name as an argument.
628 * NEWS: Remove mention of support for an empty string as an
629 argument to -Map.
630 * ld.texi: Likewise.
631
632 2020-05-27 Hans-Peter Nilsson <hp@axis.com>
633
634 PR ld/22909
635 * testsuite/ld-elf/pr19539.d: Don't xfail for cris*-*-*.
636
637 2020-05-27 Rasmus Villemoes <rv@rasmusvillemoes.dk>
638 Nick Clifton <nickc@redhat.com>
639
640 * lexsup.c (parse_args): If the map filename is defined but empty
641 create a name based upon the output file name. If the name is
642 defined but refers to a directory create a file inside the
643 directory based on the output file name.
644 * ld.texi: Document the new feature.
645 * testsuite/ld-script/map-address.exp: Add test of new feature.
646 * NEWS: Mention the new feature.
647
648 2020-05-27 H.J. Lu <hongjiu.lu@intel.com>
649
650 PR ld/22909
651 * NEWS: Mention --warn-textrel.
652 * ld.texi: Update -z text/notext/textoff. Add --warn-textrel.
653 Remove --warn-shared-textrel.
654 * ldlex.h (option_values): Rename OPTION_WARN_SHARED_TEXTREL to
655 OPTION_WARN_TEXTREL.
656 * lexsup.c (ld_options): Add --warn-textrel. Obsolete
657 --warn-shared-textrel.
658 (parse_args): Updated.
659 (elf_shlib_list_options): Check link_info.textrel_check.
660 * emultempl/elf.em: Updated.
661 * testsuite/ld-elf/pr19539.d: Replace -z notext with
662 --warn-textrel. Expect a warning.
663 * testsuite/ld-i386/warn1.d: Update expected warning.
664
665 2020-05-26 H.J. Lu <hongjiu.lu@intel.com>
666
667 * testsuite/ld-ifunc/ifunc-23a-x86.d: Skip *-*-lynxos *-*-nto*.
668 * testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise.
669 * testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise.
670
671 2020-05-25 H.J. Lu <hongjiu.lu@intel.com>
672
673 * testsuite/ld-x86-64/x86-64.exp: Pass -z notext to linker.
674
675 2020-05-25 H.J. Lu <hongjiu.lu@intel.com>
676
677 * testsuite/ld-elf/eh6.d: Pass -z notext to linker.
678 * testsuite/ld-elf/ehdr_start-shared.d: Likewise.
679 * testsuite/ld-elf/pr19539.d: Likewise.
680 * testsuite/ld-elfvers/vers.exp: Likewise.
681 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
682 * testsuite/ld-i386/i386.exp: Likewise.
683 * testsuite/ld-i386/nogot1.d: Likewise.
684 * testsuite/ld-i386/pr19539.d: Likewise.
685 * testsuite/ld-i386/pr19636-2a.d: Likewise.
686 * testsuite/ld-i386/pr19636-2b.d: Likewise.
687 * testsuite/ld-i386/pr19636-2c.d: Likewise.
688 * testsuite/ld-i386/pr19636-2d.d: Likewise.
689 * testsuite/ld-i386/pr19636-2e.d: Likewise.
690 * testsuite/ld-i386/pr19636-3d.d: Likewise.
691 * testsuite/ld-i386/pr19636-3e.d: Likewise.
692 * testsuite/ld-i386/pr19939b.d: Likewise.
693 * testsuite/ld-i386/undefweaka.d: Likewise.
694 * testsuite/ld-i386/undefweakb.d: Likewise.
695 * testsuite/ld-shared/shared.exp: Likewise.
696 * testsuite/ld-size/size.exp: Likewise.
697 * testsuite/ld-unique/unique.exp: Likewise.
698 * testsuite/ld-x86-64/pie1.d: Likewise.
699 * testsuite/ld-x86-64/pr19539a.d: Likewise.
700 * testsuite/ld-x86-64/pr19539b.d: Likewise.
701 * testsuite/ld-x86-64/pr19636-1d.d: Likewise.
702 * testsuite/ld-x86-64/pr19636-1e.d: Likewise.
703 * testsuite/ld-x86-64/pr19807-1a.d: Likewise.
704 * testsuite/ld-x86-64/pr19807-1b.d: Likewise.
705 * testsuite/ld-x86-64/pr19807-2b.d: Likewise.
706 * testsuite/ld-x86-64/pr19807-2c.d: Likewise.
707 * testsuite/ld-x86-64/pr19807-2d.d: Likewise.
708 * testsuite/ld-x86-64/pr19807-2e.d: Likewise.
709 * testsuite/ld-x86-64/pr19939b.d: Likewise.
710 * testsuite/ld-x86-64/x86-64.exp: Likewise.
711
712 2020-05-24 Fangrui Song <maskray@google.com>
713
714 PR ld/26018
715 * lexsup.c (parse_args): Simplify.
716 * testsuite/ld-elf/dl4e.out: New.
717 * testsuite/ld-elf/shared.exp: Updated for PR ld/26018 tests.
718
719 2020-05-23 H.J. Lu <hongjiu.lu@intel.com>
720
721 PR ld/26018
722 * testsuite/ld-i386/i386.exp: Add a -Bsymbolic-functions test.
723 * testsuite/ld-x86-64/x86-64.exp: Likewise.
724 * testsuite/ld-i386/pr26018.d: New file.
725 * testsuite/ld-x86-64/pr26018.d: Likewise.
726 * testsuite/ld-x86-64/pr26018.s: Likewise.
727
728 2020-05-21 Alan Modra <amodra@gmail.com>
729
730 * deffilep.y: Replace "if (x) free (x)" with "free (x)" thoughout.
731 * emultempl/elf.em: Likewise.
732 * emultempl/msp430.em: Likewise.
733 * emultempl/pe.em: Likewise.
734 * emultempl/pep.em: Likewise.
735 * emultempl/ppc64elf.em: Likewise.
736 * emultempl/xtensaelf.em: Likewise.
737 * ldelf.c: Likewise.
738 * ldfile.c: Likewise.
739 * ldmain.c: Likewise.
740 * ldmisc.c: Likewise.
741 * lexsup.c: Likewise.
742 * pe-dll.c: Likewise.
743
744 2020-05-20 Nelson Chu <nelson.chu@sifive.com>
745
746 * testsuite/ld-riscv-elf/attr-merge-arch-01.d: Updated
747 priv attributes according to the -mpriv-spec option.
748 * testsuite/ld-riscv-elf/attr-merge-arch-02.d: Likewise.
749 * testsuite/ld-riscv-elf/attr-merge-arch-03.d: Likewise.
750 * testsuite/ld-riscv-elf/attr-merge-priv-spec-a.s: Likewise.
751 * testsuite/ld-riscv-elf/attr-merge-priv-spec-b.s: Likewise.
752 * testsuite/ld-riscv-elf/attr-merge-priv-spec.d: Likewise.
753 * testsuite/ld-riscv-elf/attr-merge-stack-align.d: Likewise.
754 * testsuite/ld-riscv-elf/attr-merge-strict-align-01.d: Likewise.
755 * testsuite/ld-riscv-elf/attr-merge-strict-align-02.d: Likewise.
756 * testsuite/ld-riscv-elf/attr-merge-strict-align-03.d: Likewise.
757 * testsuite/ld-riscv-elf/attr-merge-strict-align-04.d: Likewise.
758 * testsuite/ld-riscv-elf/attr-merge-strict-align-05.d: Likewise.
759
760 2020-05-20 Alan Modra <amodra@gmail.com>
761
762 PR 25993
763 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Don't copy
764 other_bfd_filename for bfd_set_filename, and test result of
765 bfd_set_filename call. Don't create a new is->filename, simply
766 copy from bfd filename. Free new_name after bfd_set_filename.
767 * emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise.
768
769 2020-05-19 Siddhesh Poyarekar <siddesh.poyarekar@arm.com>
770
771 * testsuite/ld-aarch64/aarch64-elf.exp: New test
772 emit-relocs-560.
773 * testsuite/ld-aarch64/emit-relocs-560.d: New file.
774 * testsuite/ld-aarch64/emit-relocs-560.s: New file.
775
776 2020-05-19 Alan Modra <amodra@gmail.com>
777
778 * emultempl/beos.em (sort_by_file_name): Use bfd_get_filename
779 rather than accessing bfd->filename directly.
780 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Likewise.
781 * emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise.
782 * emultempl/spuelf.em (embedded_spu_file): Likewise.
783 * ldlang.c (input_statement_is_archive_path, wild_sort),
784 (check_excluded_libs): Likewise.
785 * ldmain.c (add_archive_element): Likewise.
786 * ldmisc.c (vfinfo): Likewise.
787 * pe-dll.c (auto_export, generate_edata, pe_create_import_fixup),
788 (pe_dll_generate_implib, pe_process_import_defs): Likewise.
789 * plugin.c (plugin_object_p): Likewise.
790
791 2020-05-18 Douglas B Rupp <rupp@adacore.com>
792
793 * ldemul.h (ldemul_print_symbol): New.
794 (ld_emulation_xfer_type) <print_symbol): Likewise.
795 * ldemul.c (ldemul_print_symbol): New.
796 * ldlang.c (SECTION_NAME_MAP_LANGTH): Move to ...
797 (print_one_symbol): Make global and move declaration to ...
798 (print_all_symbols): Rename print_one_symbol to ldemul_print_symbol
799 (print_input_section): Likewise
800 * ldlang.h: ... here.
801 * emultempl/aix.em (gld${EMULATION_NAME}_print_symbol): New.
802 (ld_emulation_xfer_struct): Use it.
803 * emultempl/armcoff.em (ld_emulation_xfer_struct): Add print_symbol
804 and default to NULL.
805 * emultempl/beos.em (ld_emulation_xfer_struct): Likewise
806 * emultempl/elf.em (ld_emulation_xfer_struct): Likewise
807 * emultempl/generic.em (ld_emulation_xfer_struct): Likewise
808 * emultempl/linux.em (ld_emulation_xfer_struct): Likewise
809 * emultempl/msp430.em (ld_emulation_xfer_struct): Likewise
810 * emultempl/pe.em (ld_emulation_xfer_struct): Likewise
811 * emultempl/pep.em (ld_emulation_xfer_struct): Likewise
812 * emultempl/ticoff.em (ld_emulation_xfer_struct): Likewise
813 * emultempl/vanilla.em (ld_emulation_xfer_struct): Likewise
814
815 2020-05-18 Sergei Trofimovich <siarheit@google.com>
816
817 * ldmain.c (add_archive_element): Fix s/claimi/claim/ typo
818 in info message.
819
820 2020-05-18 Nick Clifton <nickc@redhat.com>
821
822 * po/sv.po: Update Swedish translation.
823
824 2020-05-18 Nick Clifton <nickc@redhat.com>
825
826 PR 25993
827 * emultempl/pe.em (_after_open): Check for duplicate filename
828 pointers before renaming the dll.
829 * emultempl/pep.em (_after_open): Likewise.
830
831 2020-05-13 Nick Clifton <nickc@redhat.com>
832
833 PR 25979
834 * lexsup.c (elf_shlib_list_options): Include the default value for
835 the hash style in the output text.
836
837 2020-05-11 Alan Modra <amodra@gmail.com>
838
839 * testsuite/ld-powerpc/pcrelopt.s: Add lxvp and stxvp.
840 * testsuite/ld-powerpc/pcrelopt.d: Update.
841
842 2020-05-11 Alan Modra <amodra@gmail.com>
843
844 * testsuite/ld-powerpc/callstub-1.d: Use -mpower10/-Mpower10 in
845 place of -mfuture/-Mfuture.
846 * testsuite/ld-powerpc/notoc2.d: Likewise.
847 * testsuite/ld-powerpc/powerpc.exp: Likewise.
848 * testsuite/ld-powerpc/tlsgd.d: Likewise.
849 * testsuite/ld-powerpc/tlsie.d: Likewise.
850 * testsuite/ld-powerpc/tlsld.d: Likewise.
851
852 2020-05-11 Nick Clifton <nickc@redhat.com>
853
854 * po/es.po: Updated Spanish translation.
855
856 2020-05-01 Wilco Dijkstra <wdijkstr@arm.com>
857
858 PR ld/25665
859 * testsuite/ld-aarch64/farcall-group.s: New large group test.
860 * testsuite/ld-aarch64/farcall-group.d: New test driver.
861 * testsuite/ld-aarch64/aarch64-elf.exp: Run the new test.
862
863 2020-05-01 Alan Modra <amodra@gmail.com>
864
865 PR 25882
866 * ldlang.c (lang_check): Call bfd_merge_private_bfd_data for
867 shared libraries.
868
869 2020-05-01 Alan Modra <amodra@gmail.com>
870
871 * po/BLD-POTFILES.in: Regenerate.
872
873 2020-04-30 Alex Coplan <alex.coplan@arm.com>
874
875 * testsuite/ld-aarch64/erratum843419_tls_ie.d: Use udf in disassembly.
876 * testsuite/ld-aarch64/farcall-b-section.d: Likewise.
877 * testsuite/ld-aarch64/farcall-back.d: Likewise.
878 * testsuite/ld-aarch64/farcall-bl-section.d: Likewise.
879
880 2020-04-30 Nick Clifton <nickc@redhat.com>
881
882 * testsuite/ld-elf/compress1c.d: XFAIL if thet target linker does
883 not support the -shared command line option.
884 * /ld-elf/compressed1c.d: Likewise.
885 * /ld-elf/compressed1e.d: Likewise.
886 * /ld-elf/dynamic1.d: Likewise.
887 * /ld-elf/dynsym1.d: Likewise.
888 * /ld-elf/ehdr_start-shared.d: Likewise.
889 * /ld-elf/exclude3b.d: Likewise.
890 * /ld-elf/global1.d: Likewise.
891 * /ld-elf/hash.d: Likewise.
892 * /ld-elf/local1.d: Likewise.
893 * /ld-elf/mbind1b.d: Likewise.
894 * /ld-elf/now-1.d: Likewise.
895 * /ld-elf/now-2.d: Likewise.
896 * /ld-elf/now-3.d: Likewise.
897 * /ld-elf/now-4.d: Likewise.
898 * /ld-elf/pr12975.d: Likewise.
899 * /ld-elf/pr13177.d: Likewise.
900 * /ld-elf/pr13195.d: Likewise.
901 * /ld-elf/pr16322.d: Likewise.
902 * /ld-elf/pr16498a.d: Likewise.
903 * /ld-elf/pr16498b.d: Likewise.
904 * /ld-elf/pr17615.d: Likewise.
905 * /ld-elf/pr19162.d: Likewise.
906 * /ld-elf/pr19698.d: Likewise.
907 * /ld-elf/pr20513c.d: Likewise.
908 * /ld-elf/pr20513d.d: Likewise.
909 * /ld-elf/pr21389a.d: Likewise.
910 * /ld-elf/pr21389b.d: Likewise.
911 * /ld-elf/pr21389c.d: Likewise.
912 * /ld-elf/pr21562a.d: Likewise.
913 * /ld-elf/pr21562b.d: Likewise.
914 * /ld-elf/pr21562c.d: Likewise.
915 * /ld-elf/pr21562d.d: Likewise.
916 * /ld-elf/pr21562e.d: Likewise.
917 * /ld-elf/pr21562f.d: Likewise.
918 * /ld-elf/pr21562g.d: Likewise.
919 * /ld-elf/pr21562h.d: Likewise.
920 * /ld-elf/pr21562i.d: Likewise.
921 * /ld-elf/pr21562j.d: Likewise.
922 * /ld-elf/pr21562k.d: Likewise.
923 * /ld-elf/pr21562l.d: Likewise.
924 * /ld-elf/pr21562m.d: Likewise.
925 * /ld-elf/pr21562n.d: Likewise.
926 * /ld-elf/pr21903a.d: Likewise.
927 * /ld-elf/pr21903b.d: Likewise.
928 * /ld-elf/pr22269b.d: Likewise.
929 * /ld-elf/pr22393-1a.d: Likewise.
930 * /ld-elf/pr22393-1b.d: Likewise.
931 * /ld-elf/pr23658-1c.d: Likewise.
932 * /ld-elf/pr25708.d: Likewise.
933 * /ld-elf/rpath-1.d: Likewise.
934 * /ld-elf/rpath-2.d: Likewise.
935 * /ld-elf/runpath-1.d: Likewise.
936 * /ld-elf/runpath-2.d: Likewise.
937 * /ld-elf/sizeofb.d: Likewise.
938 * /ld-elf/startofb.d: Likewise.
939 * /ld-elf/strtab.d: Likewise.
940 * /ld-elf/textaddr2.d: Likewise.
941 * /ld-elf/textaddr5.d: Likewise.
942 * /ld-elf/textaddr6.d: Likewise.
943 * /ld-elf/unknown2.d: Likewise.
944 * /ld-undefined/entry-3.d: Likewise.
945 * /ld-undefined/entry-4.d: Likewise.
946 * /ld-elf/mbind1c.d: XFAIL if the target linker does not support
947 the -pie option.
948 * /ld-elf/pie.d: Likewise.
949 * /ld-elf/pr19539.d: Likewise.
950 * /ld-elf/pr21903d.d: Likewise.
951 * /ld-elf/pr22269a.d: Likewise.
952 * /ld-elf/pr22393-1c.d: Likewise.
953 * /ld-elf/pr22393-1d.d: Likewise.
954 * /ld-elf/pr22423.d: Likewise.
955 * /ld-elf/loadaddr1.d: Expect to fail on the rx-linux target.
956 * /ld-elf/loadaddr2.d: Likewise.
957 * /ld-elf/pr22393-1e.d: Likewise.
958 * /ld-elf/pr22393-1f.d: Likewise.
959 * /ld-elf/textaddr1.d: Likewise.
960 * /ld-elf/textaddr4.d: Likewise.
961
962 2020-04-30 Yoshinori Sato <ysato@users.sourceforge.jp>
963
964 * emulparams/elf32rx_linux.sh: New rx-linux emulation.
965 * emultempl/rxlinux.em: New.
966 * configure.tgt: Add rx-linux.
967 * Makefile.am: Add eelf32rx_linux.c
968 * Makefile.in: Regenerate.
969
970 2020-04-29 Max Filippov <jcmvbkbc@gmail.com>
971
972 * testsuite/ld-xtensa/relax-diff1.d: New test definition.
973 * testsuite/ld-xtensa/relax-diff1.s: New test source.
974 * testsuite/ld-xtensa/relax-ndiff.d: New test definition.
975 * testsuite/ld-xtensa/relax-ndiff.s: New test source.
976 * testsuite/ld-xtensa/xtensa.exp: (relax-diff1)
977 (relax-ndiff): New tests.
978
979 2020-04-29 Stephen Casner <casner@acm.org>
980
981 PR 25829
982 * testsuite/ld-scripts/default-script.exp: Add --image-base=0 to
983 LDFLAGS for targets *-*-mingw64 x86_64-*-cygwin.
984 * testsuite/ld-scripts/default-script1.d: No longer have to skip
985 test for those targets.
986 * testsuite/ld-scripts/default-script2.d: Likewise.
987 * testsuite/ld-scripts/default-script3.d: Likewise.
988 * testsuite/ld-scripts/default-script4.d: Likewise.
989
990 2020-04-27 Tamar Christina <tamar.christina@arm.com>
991
992 * pe-dll.c (pe_detail_list): Add pe-bigobj-i386.
993
994 2020-04-22 Max Filippov <jcmvbkbc@gmail.com>
995
996 PR ld/25861
997 * testsuite/ld-xtensa/relax-loc.d: New test definition.
998 * testsuite/ld-xtensa/relax-loc.s: New test source.
999 * testsuite/ld-xtensa/xtensa.exp (relax-loc): New test.
1000
1001 2020-04-22 Fangrui Song <maskray@google.com>
1002
1003 PR ld/25806
1004 * ldlang.h (struct lang_input_statement_struct): Add extra_search_path.
1005 * ldlang.c (current_input_file): New.
1006 (ldirname): New.
1007 (new_afile): Add from_filename parameter. Set extra_search_path.
1008 (lang_add_input_file): Pass current_input_file to new_afile.
1009 (load_symbols): Set current_input_file.
1010 * ldfile.c (ldfile_open_file): If extra_search_path has been set
1011 then scan it for the file that needs to be opened.
1012 * ld.texi: Document the new behaviour.
1013 * NEWS: Mention the new feature.
1014
1015 2020-04-22 Alan Modra <amodra@gmail.com>
1016
1017 * testsuite/ld-scripts/default-script1.d: Correct mingw skip.
1018 * testsuite/ld-scripts/default-script2.d: Likewise.
1019 * testsuite/ld-scripts/default-script3.d: Likewise.
1020 * testsuite/ld-scripts/default-script4.d: Likewise.
1021
1022 2020-04-21 Stephen Casner <casner@acm.org>
1023
1024 PR 25829
1025 * testsuite/ld-scripts/script.exp (check_script)
1026 (extract_symbol_test): Make test addresses fit in 16 bits.
1027 * testsuite/ld-scripts/memory.t: Likewise.
1028 * testsuite/ld-scripts/memory_sym.t (TXT_LENGTH): Likewise.
1029 * testsuite/ld-scripts/default-script.t (_START): Likewise.
1030 * testsuite/ld-scripts/default-script1.d: Likewise.
1031 * testsuite/ld-scripts/default-script2.d: Likewise.
1032 * testsuite/ld-scripts/default-script3.d: Likewise.
1033 * testsuite/ld-scripts/default-script4.d: Likewise.
1034 * testsuite/ld-scripts/empty-address-1.t: Likewise.
1035 * testsuite/ld-scripts/empty-address-1.d: Likewise.
1036 * testsuite/ld-scripts/empty-address-2a.d: Likewise.
1037 * testsuite/ld-scripts/empty-address-2b.d: Likewise.
1038 * testsuite/ld-misc/start.s: .long -> .dc.a to allow relocation to
1039 fit target address size.
1040 * testsuite/ld-scripts/empty-address-1.s: Likewise.
1041 * testsuite/ld-scripts/empty-address-2.s: Likewise.
1042
1043 2020-04-21 H.J. Lu <hongjiu.lu@intel.com>
1044
1045 PR ld/25849
1046 * ldelfgen.c (ldelf_map_segments): Call
1047 elf_backend_strip_zero_sized_dynamic_sections.
1048 * testsuite/ld-alpha/tlsbinr.rd: Updated.
1049
1050 2020-04-20 Alan Modra <amodra@gmail.com>
1051
1052 * testsuite/ld-powerpc/tlsopt5.s: Rename foo to aaaaa.
1053 * testsuite/ld-powerpc/tlsopt5.d: Adjust to suit.
1054 * testsuite/ld-powerpc/tlsopt6.d: Likewise.
1055
1056 2020-04-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1057
1058 * testsuite/ld-elf/warn1.d: Don't xfail on 64-bit Solaris/SPARC.
1059 * testsuite/ld-elf/warn2.d: Likewise.
1060
1061 2020-04-18 H.J. Lu <hongjiu.lu@intel.com>
1062
1063 * testsuite/ld-elf/elf.exp (ASFLAGS): Add "--defsym NO_SET=1" for
1064 alpha target.
1065 * testsuite/ld-elf/pr19789.s: Use "=" if NO_SET is defined.
1066
1067 2020-04-16 Stephen Casner <casner@acm.org>
1068
1069 PR 18963
1070 * testsuite/ld-scripts/pr18963.t: Reduce section sizes to fit in
1071 16-bit address space.
1072 * testsuite/ld-scripts/pr18963.d: Likewise.
1073
1074 2020-04-17 Juan Manuel Guerrero <juan.guerrero@gmx.de>
1075 Jan W. Jagersma <jwjagersma@gmail.com>
1076
1077 * scripttempl/i386go32.sc: Provide symbol _environ. Link in
1078 .ctors and .dtors. Discard LTO sections.
1079
1080 2020-04-17 Nick Clifton <nickc@redhat.com>
1081
1082 * testsuite/config/default.exp: If not already set then create the
1083 CCC_OVERRIDE_OPTIONS environment variable to help when running the
1084 testsuite with clang.
1085 * testsuite/ld-elf/pr22269-1.c: Add a missing return statement.
1086 * testsuite/ld-elfvers/vers.exp: Add checks to detect if files
1087 were built before attempting to copy them.
1088
1089 2020-04-15 Fangrui Song <maskray@google.com>
1090
1091 PR binutils/24613
1092 * lexsup.c (parse_args): Change RM_GENERATE_WARNING and
1093 RM_GENERATE_ERROR to RM_DIAGNOSE.
1094 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Change
1095 RM_GENERATE_ERROR to RM_DIAGNOSE.
1096 * emultempl/elf.em (ld_${EMULATION_NAME}_emulation): Likewise.
1097
1098 2020-04-14 Stephen Casner <casner@acm.org>
1099
1100 PR ld/25677
1101 * emulparams/pdp11.sh (SCRIPT_NAME): Change to pdp11.
1102 (EXTRA_EM_FILE): New, add emulation file pdp11.
1103 * scripttempl/pdp11.sc: New, derived from aout.sc without
1104 irrelevant input sections.
1105 * emultempl/pdp11.em (_add_options, _handle_option)
1106 (_list_options): New. Add options -z, --imagic for pdp11-aout.
1107 (_before_parse): Make --omagic be default instead of --nmagic.
1108 (_get_script): Modify special-case linker script for --imagic.
1109 * lexsup.c (parse_args): Explictly set config.text_read_only for -n.
1110 * ld.texi (Options): Add documentation of PDP11-specific options.
1111 (Options): Fix unrelated typo to --no-compact-branches.
1112 * gen-doc.texi: @set PDP11.
1113 * testsuite/ld-pdp11/pdp11.exp: New, start pdp11 testing.
1114 * testsuite/ld-pdp11/sections.s: New, source for options tests.
1115 * testsuite/ld-pdp11/imagic.d: New, test --imagic format.
1116 * testsuite/ld-pdp11/imagicz.d: New, test -z (imagic) format.
1117 * testsuite/ld-pdp11/nmagic.d: New, test --nmagic format.
1118 * testsuite/ld-pdp11/omagic.d: New, test --omagic format.
1119
1120 2020-04-14 H.J. Lu <hongjiu.lu@intel.com>
1121
1122 PR binutils/25707
1123 * testsuite/ld-arm/armthumb-lib.sym: Updated.
1124 * testsuite/ld-arm/farcall-mixed-app.sym: Likewise.
1125 * testsuite/ld-arm/farcall-mixed-app2.sym: Likewise.
1126 * testsuite/ld-arm/fdpic-main-m.sym: Likewise.
1127 * testsuite/ld-arm/fdpic-main.sym: Likewise.
1128 * testsuite/ld-arm/fdpic-shared-m.sym: Likewise.
1129 * testsuite/ld-arm/fdpic-shared.sym: Likewise.
1130 * testsuite/ld-arm/mixed-app.sym: Likewise.
1131 * testsuite/ld-arm/mixed-lib.sym: Likewise.
1132 * testsuite/ld-arm/preempt-app.sym: Likewise.
1133 * testsuite/ld-elf/hash.d: Likewise.
1134 * testsuite/ld-elf/pr13195.d: Likewise.
1135 * testsuite/ld-elfvsb/hidden2.d: Likewise.
1136 * testsuite/ld-mips-elf/hash2.d: Likewise.
1137
1138 2020-04-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1139
1140 * testsuite/ld-shared/shared.exp: Remove dangling comments.
1141 xfail shared non PIC tests on Solaris.
1142
1143 2020-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1144
1145 * testsuite/ld-elf/shared.exp: Add -Av9 to AFLAGS_PIC on sparc*-*-*.
1146
1147 2020-04-02 H.J. Lu <hongjiu.lu@intel.com>
1148
1149 * testsuite/config/default.exp (NOCF_PROTECTION_CFLAGS): Replace
1150 nopie with available.
1151
1152 2020-04-02 H.J. Lu <hongjiu.lu@intel.com>
1153
1154 * testsuite/config/default.exp (NOCF_PROTECTION_CFLAGS): New.
1155 Set to "-fcf-protection=none" if target compiler supports it.
1156 * testsuite/ld-srec/srec.exp: Add $NOCF_PROTECTION_CFLAGS to
1157 CC and CXX.
1158 * testsuite/ld-x86-64/x86-64.exp: Add $NOCF_PROTECTION_CFLAGS
1159 to PLT BND tests.
1160
1161 2020-04-02 H.J. Lu <hongjiu.lu@intel.com>
1162
1163 * testsuite/ld-elf/linux-x86.exp (check_pr25749a): Compile with
1164 -I../bfd.
1165 (check_pr25749b): Likewise.
1166
1167 2020-04-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1168
1169 * testsuite/ld-ifunc/ifunc-10-i386.d: Remove *-*-solaris2* from
1170 notarget.
1171 * ifunc-11-i386.d: Likewise.
1172 * ifunc-12-i386.d: Likewise.
1173 * ifunc-13-i386.d: Likewise.
1174 * ifunc-14a-i386.d: Likewise.
1175 * ifunc-14b-i386.d: Likewise.
1176 * ifunc-14c-i386.d: Likewise.
1177 * ifunc-14d-i386.d: Likewise.
1178 * ifunc-14e-i386.d: Likewise.
1179 * ifunc-14f-i386.d: Likewise.
1180 * ifunc-15-i386.d: Likewise.
1181 * ifunc-16-i386-now.d: Likewise.
1182 * ifunc-16-i386.d: Likewise.
1183 * ifunc-17a-i386.d: Likewise.
1184 * ifunc-17b-i386.d: Likewise.
1185 * ifunc-18a-i386.d: Likewise.
1186 * ifunc-18b-i386.d: Likewise.
1187 * ifunc-19a-i386.d: Likewise.
1188 * ifunc-19b-i386.d: Likewise.
1189 * ifunc-2-i386-now.d: Likewise.
1190 * ifunc-2-i386.d: Likewise.
1191 * ifunc-2-local-i386-now.d: Likewise.
1192 * ifunc-2-local-i386.d: Likewise.
1193 * ifunc-20-i386.d: Likewise.
1194 * ifunc-21-i386.d: Likewise.
1195 * ifunc-22-i386.d: Likewise.
1196 * ifunc-5a-i386.d: Likewise.
1197 * ifunc-5a-local-i386.d: Likewise.
1198 * ifunc-5b-i386.d: Likewise.
1199 * ifunc-5b-local-i386.d: Likewise.
1200 * ifunc-5r-local-i386.d: Likewise.
1201 * ifunc-6a-i386.d: Likewise.
1202 * ifunc-6b-i386.d: Likewise.
1203 * ifunc-7a-i386.d: Likewise.
1204 * ifunc-7b-i386.d: Likewise.
1205 * ifunc-8-i386.d: Likewise.
1206 * ifunc-9-i386.d: Likewise.
1207 * pr17154-i386-now.d: Likewise.
1208 * pr17154-i386.d: Likewise.
1209
1210 * ifunc-23a-x86.d: Remove notarget.
1211 * ifunc-24a-x86.d: Likewise.
1212 * ifunc-25a-x86.d: Likewise.
1213
1214 2020-04-02 Nick Clifton <nickc@redhat.com>
1215
1216 PR ld/25747
1217 * ldfile.c (ldfile_open_file): Fix typo in warning message.
1218
1219 2020-04-01 H.J. Lu <hongjiu.lu@intel.com>
1220
1221 PR ld/25749
1222 PR ld/25754
1223 * testsuite/ld-elf/linux-x86.exp: Run ld/25749 tests.
1224 * testsuite/ld-elf/pr25749-1.c: New file.
1225 * testsuite/ld-elf/pr25749-1a.c: Likewise.
1226 * testsuite/ld-elf/pr25749-1b.c: Likewise.
1227 * testsuite/ld-elf/pr25749-1b.err: Likewise.
1228 * testsuite/ld-elf/pr25749-1c.c: Likewise.
1229 * testsuite/ld-elf/pr25749-1d.c: Likewise.
1230 * testsuite/ld-elf/pr25749-2.c: Likewise.
1231 * testsuite/ld-elf/pr25749-2a.s: Likewise.
1232 * testsuite/ld-elf/pr25749-2b.s: Likewise.
1233 * testsuite/ld-elf/pr25749.rd: Likewise.
1234 * testsuite/ld-elf/pr25754-1a.c: Likewise.
1235 * testsuite/ld-elf/pr25754-1b.s: Likewise.
1236 * testsuite/ld-elf/pr25754-2a.c: Likewise.
1237 * testsuite/ld-elf/pr25754-2b.err: Likewise.
1238 * testsuite/ld-elf/pr25754-2b.s: Likewise.
1239 * testsuite/ld-elf/pr25754-3a.c: Likewise.
1240 * testsuite/ld-elf/pr25754-3b.s: Likewise.
1241 * testsuite/ld-elf/pr25754-4a.c: Likewise.
1242 * testsuite/ld-elf/pr25754-4b.s: Likewise.
1243 * testsuite/ld-elf/pr25754-4c.s: Likewise.
1244 * testsuite/ld-elf/pr25754-5a.c: Likewise.
1245 * testsuite/ld-elf/pr25754-5b.s: Likewise.
1246 * testsuite/ld-elf/pr25754-5c.s: Likewise.
1247 * testsuite/ld-elf/pr25754-6a.c: Likewise.
1248 * testsuite/ld-elf/pr25754-6b.s: Likewise.
1249 * testsuite/ld-x86-64/pr19609-6a.d: Don't expect linker error.
1250
1251 2020-04-01 Tamar Christina <tamar.christina@arm.com>
1252
1253 PR ld/16017
1254 * testsuite/ld-arm/arm-elf.exp (thumb-plt, thumb-plt-got): Skip for NaCL.
1255
1256 2020-04-01 Nick Clifton <nickc@redhat.com>
1257
1258 PR ld/25747
1259 * ldfile.c (ldfile_open_file): If a search for a library fails,
1260 but there is a file that would match if it had a "lib" prefix to
1261 its name, then tell the user.
1262
1263 2020-04-01 Tamar Christina <tamar.christina@arm.com>
1264
1265 PR ld/16017
1266 * testsuite/ld-arm/arm-elf.exp (thumb-plt-got): New.
1267 * testsuite/ld-arm/thumb-plt-got.d: New test.
1268
1269 2020-04-01 Tamar Christina <tamar.christina@arm.com>
1270
1271 * testsuite/ld-arm/arm-elf.exp (thumb-plt): New.
1272 * testsuite/ld-arm/thumb-plt.d: New test.
1273 * testsuite/ld-arm/thumb-plt.s: New test.
1274
1275 2020-04-01 Hans-Peter Nilsson <hp@bitrange.com>
1276
1277 * testsuite/ld-scripts/defined4.d: Don't xfail mmix-*-*.
1278
1279 2020-03-30 Nick Clifton <nickc@redhat.com>
1280
1281 PR binutils/25662
1282 * emultempl/pe.em (after_open): Replace initialisation of the
1283 insert_timestamp field in the pe_data structure with an
1284 initialisation of the timestamp field.
1285 * emultemp/pep.em: Likewise.
1286 * pe-dll.c (fill_edata): Use the timestamp field in the pe_data
1287 structure instead of the insert_timestamp field.
1288
1289 2020-03-28 H.J. Lu <hongjiu.lu@intel.com>
1290
1291 PR 25732
1292 * emulparams/elf_i386_ldso.sh (COMMONPAGESIZE): New.
1293 * testsuite/ld-elf/shared.exp:Don't xfail pr20995-2 tests for
1294 Solaris.
1295
1296 2020-03-27 H.J. Lu <hongjiu.lu@intel.com>
1297
1298 PR 25732
1299 * testsuite/ld-elf/shared.exp: Xfail pr20995-2 tests for Solaris.
1300
1301 2020-03-27 H.J. Lu <hongjiu.lu@intel.com>
1302
1303 PR 25732
1304 * testsuite/ld-ifunc/ifunc-23a-x86.d: Add notarget for Solaris.
1305 * testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise.
1306 * testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise.
1307
1308 2020-03-25 Alan Modra <amodra@gmail.com>
1309
1310 * testsuite/ld-elf/compress1c.d: xfail h8300.
1311 * testsuite/ld-elf/compressed1c.d: Likewise.
1312 * testsuite/ld-elf/compressed1e.d: Likewise.
1313 * testsuite/ld-elf/dynamic1.d: Likewise.
1314 * testsuite/ld-elf/dynsym1.d: Likewise.
1315 * testsuite/ld-elf/ehdr_start-shared.d: Likewise.
1316 * testsuite/ld-elf/exclude3b.d: Likewise.
1317 * testsuite/ld-elf/export-class.exp: Don't run without -shared support.
1318 * testsuite/ld-elf/global1.d: xfail h8300.
1319 * testsuite/ld-elf/hash.d: Likewise.
1320 * testsuite/ld-elf/loadaddr1.d: Likewise.
1321 * testsuite/ld-elf/loadaddr2.d: Likewise.
1322 * testsuite/ld-elf/local1.d: Likewise.
1323 * testsuite/ld-elf/mbind1b.d: Likewise.
1324 * testsuite/ld-elf/mbind1c.d: Likewise.
1325 * testsuite/ld-elf/now-1.d: Likewise.
1326 * testsuite/ld-elf/now-2.d: Likewise.
1327 * testsuite/ld-elf/now-3.d: Likewise.
1328 * testsuite/ld-elf/now-4.d: Likewise.
1329 * testsuite/ld-elf/pie.d: Likewise.
1330 * testsuite/ld-elf/pr12975.d: Likewise.
1331 * testsuite/ld-elf/pr13177.d: Likewise.
1332 * testsuite/ld-elf/pr13195.d: Likewise.
1333 * testsuite/ld-elf/pr16322.d: Likewise.
1334 * testsuite/ld-elf/pr16498a.d: Likewise.
1335 * testsuite/ld-elf/pr16498b.d: Likewise.
1336 * testsuite/ld-elf/pr17615.d: Likewise.
1337 * testsuite/ld-elf/pr19162.d: Likewise.
1338 * testsuite/ld-elf/pr19539.d: Likewise.
1339 * testsuite/ld-elf/pr19617a.d: Likewise.
1340 * testsuite/ld-elf/pr19698.d: Likewise.
1341 * testsuite/ld-elf/pr20513c.d: Likewise.
1342 * testsuite/ld-elf/pr20513d.d: Likewise.
1343 * testsuite/ld-elf/pr21389a.d: Likewise.
1344 * testsuite/ld-elf/pr21389b.d: Likewise.
1345 * testsuite/ld-elf/pr21389c.d: Likewise.
1346 * testsuite/ld-elf/pr21562a.d: Likewise.
1347 * testsuite/ld-elf/pr21562b.d: Likewise.
1348 * testsuite/ld-elf/pr21562c.d: Likewise.
1349 * testsuite/ld-elf/pr21562d.d: Likewise.
1350 * testsuite/ld-elf/pr21562e.d: Likewise.
1351 * testsuite/ld-elf/pr21562f.d: Likewise.
1352 * testsuite/ld-elf/pr21562g.d: Likewise.
1353 * testsuite/ld-elf/pr21562h.d: Likewise.
1354 * testsuite/ld-elf/pr21562i.d: Likewise.
1355 * testsuite/ld-elf/pr21562j.d: Likewise.
1356 * testsuite/ld-elf/pr21562k.d: Likewise.
1357 * testsuite/ld-elf/pr21562l.d: Likewise.
1358 * testsuite/ld-elf/pr21562m.d: Likewise.
1359 * testsuite/ld-elf/pr21562n.d: Likewise.
1360 * testsuite/ld-elf/pr21903a.d: Likewise.
1361 * testsuite/ld-elf/pr21903b.d: Likewise.
1362 * testsuite/ld-elf/pr21903d.d: Likewise.
1363 * testsuite/ld-elf/pr22269a.d: Likewise.
1364 * testsuite/ld-elf/pr22269b.d: Likewise.
1365 * testsuite/ld-elf/pr22393-1a.d: Likewise.
1366 * testsuite/ld-elf/pr22393-1b.d: Likewise.
1367 * testsuite/ld-elf/pr22393-1c.d: Likewise.
1368 * testsuite/ld-elf/pr22393-1d.d: Likewise.
1369 * testsuite/ld-elf/pr22393-1e.d: Likewise.
1370 * testsuite/ld-elf/pr22393-1f.d: Likewise.
1371 * testsuite/ld-elf/pr22423.d: Likewise.
1372 * testsuite/ld-elf/pr22450.d: xfail avr, crx, h8300, ip2k, m68hc11,
1373 and xc16x.
1374 * testsuite/ld-elf/pr23658-1c.d: xfail h8300.
1375 * testsuite/ld-elf/pr25708.d: xfail h8300 and hppa64.
1376 * testsuite/ld-elf/rpath-1.d: xfail h8300.
1377 * testsuite/ld-elf/rpath-2.d: Likewise.
1378 * testsuite/ld-elf/runpath-1.d: Likewise.
1379 * testsuite/ld-elf/runpath-2.d: Likewise.
1380 * testsuite/ld-elf/sizeofb.d: Likewise.
1381 * testsuite/ld-elf/startofb.d: Likewise.
1382 * testsuite/ld-elf/strtab.d: Likewise.
1383 * testsuite/ld-elf/textaddr1.d: Likewise.
1384 * testsuite/ld-elf/textaddr2.d: Likewise.
1385 * testsuite/ld-elf/textaddr4.d: Likewise.
1386 * testsuite/ld-elf/textaddr5.d: Likewise.
1387 * testsuite/ld-elf/textaddr6.d: Likewise.
1388 * testsuite/ld-elf/unknown2.d: Likewise.
1389 * testsuite/ld-undefined/entry-3.d: Likewise.
1390 * testsuite/ld-undefined/entry-4.d: Likewise.
1391 * testsuite/ld-h8300/h8300.exp: Pass appropriate ld -m option.
1392 * testsuite/ld-h8300/gcsection.d: Remove ld -m option and relax
1393 file format match.
1394 * testsuite/ld-h8300/relax-2.d: Likewise.
1395 * testsuite/ld-h8300/relax-3.d: Likewise.
1396 * testsuite/ld-h8300/relax-4.d: Likewise.
1397 * testsuite/ld-h8300/relax-5.d: Likewise.
1398 * testsuite/ld-h8300/relax-6.d: Likewise.
1399 * testsuite/ld-h8300/relax-7.d: Likewise.
1400 * testsuite/ld-h8300/relax.d: Relax file format match.
1401
1402 2020-03-24 H.J. Lu <hongjiu.lu@intel.com>
1403
1404 PR binutils/25708
1405 * testsuite/ld-elf/pr25708.d: New file.
1406
1407 2020-03-23 Alan Modra <amodra@gmail.com>
1408
1409 * Makefile.am (ALL_EMULATION_SOURCES): Reinstate ei386aout.c.
1410 Include ei386aout dep file.
1411 * Makefile.in: Regenerate.
1412 * po/BLD-POTFILES.in: Regenerate.
1413
1414 2020-03-20 H.J. Lu <hongjiu.lu@intel.com>
1415
1416 * testsuite/ld-plugin/lto.exp (lto_link_tests): Run PR ld/25355
1417 test only for GCC 10 or newer.
1418
1419 2020-03-20 Alan Modra <amodra@gmail.com>
1420
1421 * testplug.c (parse_symdefstr): Use %hhi to read sym->def, and
1422 clear new fields.
1423 * testplug2.c (parse_symdefstr): Likewise.
1424 * testplug3.c (parse_symdefstr): Likewise.
1425 * testplug4.c (parse_symdefstr): Likewise.
1426
1427 2020-03-18 Christophe Lyon <christophe.lyon@linaro.org>
1428
1429 * testsuite/ld-arm/non-contiguous-arm4.d: Fix expected output.
1430 * testsuite/ld-powerpc/non-contiguous-powerpc.d: Likewise.
1431
1432 2020-03-18 Christophe Lyon <christophe.lyon@linaro.org>
1433
1434 * emultempl/xtensaelf.em: Emit a fatal error message
1435 instead of calling abort.
1436 * ldlang.c: Likewise.
1437
1438 2020-03-14 Alan Modra <amodra@gmail.com>
1439
1440 * testsuite/ld-elf/non-contiguous.d: Don't xfail generic ELF
1441 targets. Don't skip xtensa, xfail instead.
1442
1443 2020-03-13 Christophe Lyon <christophe.lyon@linaro.org>
1444
1445 * ldlang.c (lang_add_section): Add support for
1446 non_contiguous_regions.
1447 (size_input_section): Likewise.
1448 (lang_size_sections_1): Likewise.
1449 (process_insert_statements): Likewise.
1450 * ldlex.h (option_values): Add OPTION_NON_CONTIGUOUS_REGIONS and
1451 OPTION_NON_CONTIGUOUS_REGIONS_WARNINGS.
1452 * lexsup.c (ld_options): Add entries for
1453 --enable-non-contiguous-regions and
1454 --enable-non-contiguous-regions-warnings.
1455 (parse_args): Handle it.
1456 * NEWS: Add --enable-non-contiguous-regions and
1457 --enable-non-contiguous-regions-warnings.
1458 * ld.texi: Add --enable-non-contiguous-regions and
1459 --enable-non-contiguous-regions-warnings documentation.
1460 * emultempl/armelf.em (elf32_arm_add_stub_section): Add
1461 SEC_LINKER_CREATED flag.
1462 * emultempl/xtensaelf.em (ld_build_required_section_dependence):
1463 Emit an error when --enable-non-contiguous-regions is used.
1464 * testsuite/ld-elf/non-contiguous.d: New.
1465 * testsuite/ld-elf/non-contiguous.ld: New.
1466 * testsuite/ld-elf/non-contiguous.s: New.
1467 * testsuite/ld-arm/arm-elf.exp: Run the new tests.
1468 * testsuite/ld-arm/arm-elf/non-contiguous-arm.s: New.
1469 * testsuite/ld-arm/arm-elf/non-contiguous-arm.d: New.
1470 * testsuite/ld-arm/arm-elf/non-contiguous-arm.ld: New.
1471 * testsuite/ld-arm/arm-elf/non-contiguous-arm2.d: New.
1472 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.ld: New.
1473 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.d: New.
1474 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.ld: New.
1475 * testsuite/ld-arm/arm-elf/non-contiguous-arm4.d: New.
1476 * testsuite/ld-arm/arm-elf/non-contiguous-arm4.ld: New.
1477 * testsuite/ld-arm/arm-elf/non-contiguous-arm5.d: New.
1478 * testsuite/ld-arm/arm-elf/non-contiguous-arm5.ld: New.
1479 * testsuite/ld-arm/arm-elf/non-contiguous-arm6.d: New.
1480 * testsuite/ld-arm/arm-elf/non-contiguous-arm6.ld: New.
1481 * testsuite/ld-powerpc/powerpc.exp: Run new tests.
1482 * testsuite/ld-powerpc/non-contiguous-powerpc.d: New.
1483 * testsuite/ld-powerpc/non-contiguous-powerpc.ld: New.
1484 * testsuite/ld-powerpc/non-contiguous-powerpc.sd: New.
1485 * testsuite/ld-powerpc/non-contiguous-powerpc64.d: New.
1486
1487 2020-03-13 H.J. Lu <hongjiu.lu@intel.com>
1488
1489 PR ld/24920
1490 * emulparams/elf32_x86_64.sh: Use static.sh.
1491 * emulparams/elf_i386.sh: Likewise.
1492 * emulparams/elf_x86_64.sh: Likewise.
1493 * emulparams/static.sh: New file.
1494 * emultempl/elf-x86.em: Include "ldlex.h".
1495 * testsuite/ld-elf/pr24920.err: New file.
1496 * testsuite/ld-elf/linux-x86.exp: Run ld/24920 tests.
1497
1498 2020-03-13 Christian Eggers <ceggers@gmx.de>
1499
1500 * ldexp.c (fold_name): Return SIZEOF_HEADERS in bytes.
1501
1502 2020-03-11 Alan Modra <amodra@gmail.com>
1503
1504 * ldelf.c (elf_orphan_compatible): Return false when two sections
1505 have differing SHF_MASKPROC or SHF_MASKOS flags.
1506
1507 2020-03-05 Alan Modra <amodra@gmail.com>
1508
1509 PR 25570
1510 * ldlang.c (lang_size_sections_1): Don't report changes on
1511 second and subsequent iterations that make no change in
1512 alignment from that already reported.
1513
1514 2020-03-05 Alan Modra <amodra@gmail.com>
1515
1516 PR 25570
1517 * ldlang.c (lang_sizing_iteration): New static var.
1518 (lang_size_sections_1): Warn about no memory region only on first
1519 iteration. Warn about changing start address on first iteration
1520 then any delta from that on subsequent iterations. Report a signed
1521 delta.
1522 (one_lang_size_sections_pass): Increment lang_sizing_iteration.
1523
1524 2020-03-03 Nick Clifton <nickc@redhat.com>
1525
1526 PR 25588
1527 * ld.texi (Options): Update the description of the --rpath-link
1528 option.
1529
1530 2020-03-02 Alan Modra <amodra@gmail.com>
1531
1532 * plugin.c (plugin_object_p): Return a bfd_cleanup.
1533 (plugin_cleanup): New function.
1534
1535 2020-03-01 H.J. Lu <hongjiu.lu@intel.com>
1536
1537 PR ld/25618
1538 * plugin.c (plugin_object_p): Copy the no_export field to the IR
1539 dummy object.
1540 * testsuite/ld-plugin/lto.exp (lto_link_elf_tests): Add
1541 PR ld/25618 tests.
1542 * testsuite/ld-plugin/pr25618.d: New file.
1543 * testsuite/ld-plugin/pr25618a.cc: Likewise.
1544 * testsuite/ld-plugin/pr25618a.h: Likewise.
1545 * testsuite/ld-plugin/pr25618b.cc: Likewise.
1546 * testsuite/ld-plugin/pr25618b.h: Likewise.
1547
1548 2020-02-27 Alan Modra <amodra@gmail.com>
1549
1550 PR 24511
1551 * testsuite/ld-mmix/b-fixo2.d: Adjust for .data change.
1552 * testsuite/ld-mmix/sec-2.d: Likewise.
1553 * testsuite/ld-mmix/sec-3.d: Likewise.
1554 * testsuite/ld-mmix/sec-4.d: Likewise.
1555 * testsuite/ld-mmix/spec802.d: Likewise.
1556 * testsuite/ld-mmix/spec803.d: Likewise.
1557 * testsuite/ld-mmix/spec804.d: Likewise.
1558 * testsuite/ld-mmix/spec805.d: Likewise.
1559 * testsuite/ld-mmix/spec806.d: Likewise.
1560 * testsuite/ld-mmix/spec807.d: Likewise.
1561 * testsuite/ld-mmix/spec808.d: Likewise.
1562
1563 2020-02-26 H.J. Lu <hongjiu.lu@intel.com>
1564
1565 PR ld/25593
1566 * testsuite/ld-plugin/lto.exp: Run PR ld/25593 tests.
1567 * testsuite/ld-plugin/pr25593.d: New file.
1568 * testsuite/ld-plugin/pr25593a-1.c: Likewise.
1569 * testsuite/ld-plugin/pr25593a-2.c: Likewise.
1570 * testsuite/ld-plugin/pr25593b.c: Likewise.
1571 * testsuite/ld-plugin/pr25593c.c: Likewise.
1572 * testsuite/ld-plugin/pr25593d.c: Likewise.
1573 * testsuite/ld-plugin/pr25593e.c: Likewise.
1574
1575 2020-02-26 Alan Modra <amodra@gmail.com>
1576
1577 * emultempl/cskyelf.em: Indent labels correctly.
1578 * ldfile.c: Likewise.
1579 * ldlang.c: Likewise.
1580 * plugin.c: Likewise.
1581
1582 2020-02-26 Alan Modra <amodra@gmail.com>
1583
1584 PR 25593
1585 * ldelf.c (ldelf_try_needed): Add DT_NEEDED lib to input_bfds.
1586 (ldelf_after_open): Save state of input_bfds list before loading
1587 DT_NEEDED libs. Traverse input_bfds list adding DT_NEEDED tags.
1588 Restore input_bfds list.
1589 * testsuite/ld-cris/gotplt1.d: Adjust for changed .dynstr order.
1590
1591 2020-02-24 Nick Clifton <nickc@redhat.com>
1592
1593 * po/fr.po: Update French translation.
1594
1595 2020-02-22 Alan Modra <amodra@gmail.com>
1596
1597 PR 25585
1598 * NEWS: Mention better "PHDR segment not covered by LOAD segment"
1599 checking.
1600
1601 2020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
1602
1603 PR 25537
1604 * emultempl/z80.em: Remove machine compatability checking.
1605
1606 2020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
1607
1608 PR 25517
1609 * testsuite/ld-z80/arch_ez80_adl.d: Update command line.
1610 * testsuite/ld-z80/arch_ez80_z80.d: Likewise.
1611 * testsuite/ld-z80/arch_r800.d: Likewise.
1612 * testsuite/ld-z80/arch_z180.d: Likewise.
1613 * testsuite/ld-z80/arch_z80n.d: Likewise.
1614 * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise.
1615 * testsuite/ld-z80/comb_arch_z180_z80.d: Likewise.
1616 * testsuite/ld-z80/comb_arch_z80_ez80.d: Likewise.
1617 * testsuite/ld-z80/comb_arch_z80_z180.d: Likewise.
1618 * testsuite/ld-z80/comb_arch_z80_z80n.d: Likewise.
1619 * testsuite/ld-z80/relocs_b_ez80.d: Likewise.
1620 * testsuite/ld-z80/relocs_b_z80.d: Likewise.
1621 * testsuite/ld-z80/relocs_f_ez80.d: Likewise.
1622 * testsuite/ld-z80/relocs_f_z80.d: Likewise.
1623 * testsuite/ld-z80/relocs_f_z80n.d: Likewise.
1624
1625 2020-02-19 Alan Modra <amodra@gmail.com>
1626
1627 * testsuite/ld-plugin/pr25355.d: Allow alpha-linux nm result.
1628
1629 2020-02-10 H.J. Lu <hongjiu.lu@intel.com>
1630
1631 PR binutils/25355
1632 * testsuite/ld-plugin/lto.exp: Run PR binutils/25355 test.
1633 * testsuite/ld-plugin/pr25355.c: New file.
1634 * testsuite/ld-plugin/pr25355.d: Likewise.
1635 * testsuite/lib/ld-lib.exp (run_cc_link_tests): Support compile
1636 only dump.
1637
1638 2020-02-07 H.J. Lu <hongjiu.lu@intel.com>
1639
1640 * testsuite/ld-unique/unique.exp (contains_unique_symbol): Updated.
1641
1642 2020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
1643
1644 PR 25469
1645 * emulparams/elf32z80.sh: Use z80 emulation.
1646 * emultempl/z80.em: Make generic to both COFF and ELF Z80 emulations.
1647 * emultempl/z80elf.em: Delete.
1648 * testsuite/ld-elf/pr22450.d: Expect to fail for the Z80.
1649 * testsuite/ld-elf/sec64k.exp: Fix Z80 assembly.
1650 * testsuite/ld-unique/pr21529.s: Avoid register name conflict.
1651 * testsuite/ld-unique/unique.s: Likewise.
1652 * testsuite/ld-unique/unique_empty.s: Likewise.
1653 * testsuite/ld-unique/unique_shared.s: Likewise.
1654 * testsuite/ld-unique/unique.d: Updated expected output.
1655 * testsuite/ld-z80/arch_z80n.d: New file.
1656 * testsuite/ld-z80/comb_arch_z80_z80n.d: New file.
1657 * testsuite/ld-z80/labels.s: Add more labels.
1658 * testsuite/ld-z80/relocs.s: Add more reloc tests.
1659 * testsuite/ld-z80/relocs_f_z80n.d: New file
1660
1661 2020-02-07 H.J. Lu <hongjiu.lu@intel.com>
1662
1663 PR ld/25022
1664 * testsuite/ld-elf/pr25022.d: Xfail more targets which don't use
1665 ldelf_before_place_orphans.
1666
1667 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
1668
1669 PR ld/25022
1670 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Add
1671 before_place_orphans_default.
1672 * emultempl/armcoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
1673 * emultempl/beos.em (ld_${EMULATION_NAME}_emulation): Likewise.
1674 * emultempl/generic.em (ld_${EMULATION_NAME}_emulation): Likewise.
1675 * emultempl/linux.em (ld_${EMULATION_NAME}_emulation): Likewise.
1676 * emultempl/msp430.em (ld_${EMULATION_NAME}_emulation): Likewise.
1677 * emultempl/pe.em (ld_${EMULATION_NAME}_emulation): Likewise.
1678 * emultempl/pep.em (ld_${EMULATION_NAME}_emulation): Likewise.
1679 * emultempl/ticoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
1680 * emultempl/vanilla.em (ld_${EMULATION_NAME}_emulation): Likewise.
1681 * emultempl/elf.em (ld_${EMULATION_NAME}_emulation): Use
1682 ldelf_before_place_orphans.
1683 * ldelf.c (ldelf_before_place_orphans): New.
1684 * ldelf.h (ldelf_before_place_orphans): Likewise.
1685 * ldemul.c (ldemul_before_place_orphans): Likewise.
1686 (before_place_orphans_default): Likewise.
1687 * ldemul.h (ldemul_before_place_orphans): Likewise.
1688 (before_place_orphans_default): Likewise.
1689 (ld_emulation_xfer_struct): Add before_place_orphans.
1690 * ldlang.c (lang_process): Call ldemul_before_place_orphans
1691 before lang_place_orphans.
1692 * testsuite/ld-elf/pr25022.d: New file.
1693 * testsuite/ld-elf/pr25022.s: Likewise.
1694 * testsuite/ld-elf/pr25022.t: Likewise.
1695
1696 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
1697
1698 PR ld/25490
1699 * testsuite/ld-elf/pr25490-1.d: New file.
1700 * testsuite/ld-elf/pr25490-1.s: Likewise.
1701
1702 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
1703
1704 PR ld/24526
1705 PR ld/25021
1706 PR ld/25490
1707 * testsuite/ld-elf/elf.exp: Run PR ld/25490 tests.
1708 * testsuite/ld-elf/pr24526.d: New file.
1709 * testsuite/ld-elf/pr24526.s: Likewise.
1710 * testsuite/ld-elf/pr25021.d: Likewise.
1711 * testsuite/ld-elf/pr25021.s: Likewise.
1712 * testsuite/ld-elf/pr25490-2-16.rd: Likewise.
1713 * testsuite/ld-elf/pr25490-2-32.rd: Likewise.
1714 * testsuite/ld-elf/pr25490-2-64.rd: Likewise.
1715 * testsuite/ld-elf/pr25490-2.s: Likewise.
1716 * testsuite/ld-elf/pr25490-3-16.rd: Likewise.
1717 * testsuite/ld-elf/pr25490-3-32.rd: Likewise.
1718 * testsuite/ld-elf/pr25490-3-64.rd: Likewise.
1719 * testsuite/ld-elf/pr25490-3.s: Likewise.
1720 * testsuite/ld-elf/pr25490-4-16.rd: Likewise.
1721 * testsuite/ld-elf/pr25490-4-32.rd: Likewise.
1722 * testsuite/ld-elf/pr25490-4-64.rd: Likewise.
1723 * testsuite/ld-elf/pr25490-4.s: Likewise.
1724 * testsuite/ld-elf/pr25490-5-16.rd: Likewise.
1725 * testsuite/ld-elf/pr25490-5-32.rd: Likewise.
1726 * testsuite/ld-elf/pr25490-5-64.rd: Likewise.
1727 * testsuite/ld-elf/pr25490-5.s: Likewise.
1728 * testsuite/ld-elf/pr25490-6-16.rd: Likewise.
1729 * testsuite/ld-elf/pr25490-6-32.rd: Likewise.
1730 * testsuite/ld-elf/pr25490-6-64.rd: Likewise.
1731 * testsuite/ld-elf/pr25490-6.s: Likewise.
1732
1733 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
1734
1735 * testsuite/lib/ld-lib.exp (check_gc_sections_available): Mark
1736 z80 as not supported.
1737
1738 2020-02-06 Alan Modra <amodra@gmail.com>
1739
1740 * testsuite/ld-ifunc/ifunc.exp: Enable for more targets, specifying
1741 targets that don't support ifunc rather than ones that do.
1742 (contains_irelative_reloc): Match R_PARISC_IPLT.
1743 * testsuite/ld-ifunc/lib.c: Don't use .set in asm.
1744 * testsuite/ld-ifunc/ifunc-23-x86.s,
1745 * testsuite/ld-ifunc/ifunc-24-x86.s,
1746 * testsuite/ld-ifunc/ifunc-25-x86.s,
1747 * testsuite/ld-ifunc/ifunc-4-local-x86.s,
1748 * testsuite/ld-ifunc/ifunc-4-x86.s: Define _main.
1749 * testsuite/ld-ifunc/ifunc-10-i386.d,
1750 * testsuite/ld-ifunc/ifunc-11-i386.d,
1751 * testsuite/ld-ifunc/ifunc-12-i386.d,
1752 * testsuite/ld-ifunc/ifunc-13-i386.d,
1753 * testsuite/ld-ifunc/ifunc-14a-i386.d,
1754 * testsuite/ld-ifunc/ifunc-14b-i386.d,
1755 * testsuite/ld-ifunc/ifunc-14c-i386.d,
1756 * testsuite/ld-ifunc/ifunc-14d-i386.d,
1757 * testsuite/ld-ifunc/ifunc-14e-i386.d,
1758 * testsuite/ld-ifunc/ifunc-14f-i386.d,
1759 * testsuite/ld-ifunc/ifunc-15-i386.d,
1760 * testsuite/ld-ifunc/ifunc-16-i386-now.d,
1761 * testsuite/ld-ifunc/ifunc-16-i386.d,
1762 * testsuite/ld-ifunc/ifunc-17a-i386.d,
1763 * testsuite/ld-ifunc/ifunc-17b-i386.d,
1764 * testsuite/ld-ifunc/ifunc-18a-i386.d,
1765 * testsuite/ld-ifunc/ifunc-18b-i386.d,
1766 * testsuite/ld-ifunc/ifunc-19a-i386.d,
1767 * testsuite/ld-ifunc/ifunc-19b-i386.d,
1768 * testsuite/ld-ifunc/ifunc-2-i386-now.d,
1769 * testsuite/ld-ifunc/ifunc-2-i386.d,
1770 * testsuite/ld-ifunc/ifunc-2-local-i386-now.d,
1771 * testsuite/ld-ifunc/ifunc-2-local-i386.d,
1772 * testsuite/ld-ifunc/ifunc-20-i386.d,
1773 * testsuite/ld-ifunc/ifunc-21-i386.d,
1774 * testsuite/ld-ifunc/ifunc-22-i386.d,
1775 * testsuite/ld-ifunc/ifunc-26.d,
1776 * testsuite/ld-ifunc/ifunc-5a-i386.d,
1777 * testsuite/ld-ifunc/ifunc-5a-local-i386.d,
1778 * testsuite/ld-ifunc/ifunc-5b-i386.d,
1779 * testsuite/ld-ifunc/ifunc-5b-local-i386.d,
1780 * testsuite/ld-ifunc/ifunc-5r-local-i386.d,
1781 * testsuite/ld-ifunc/ifunc-6a-i386.d,
1782 * testsuite/ld-ifunc/ifunc-6b-i386.d,
1783 * testsuite/ld-ifunc/ifunc-7a-i386.d,
1784 * testsuite/ld-ifunc/ifunc-7b-i386.d,
1785 * testsuite/ld-ifunc/ifunc-8-i386.d,
1786 * testsuite/ld-ifunc/ifunc-9-i386.d,
1787 * testsuite/ld-ifunc/pr17154-i386-now.d,
1788 * testsuite/ld-ifunc/pr17154-i386.d: xfail lynxos, nto, and solaris.
1789
1790 2020-02-06 Alan Modra <amodra@gmail.com>
1791
1792 * testsuite/lib/ld-lib.exp (is_generic): Delete.
1793 * testsuite/ld-unique/unique.exp: Exclude tic6x.
1794
1795 2020-02-06 Alan Modra <amodra@gmail.com>
1796
1797 * configure.tgt (i[3-7]86-*-moss*): Don't clear targ_extra_ofiles.
1798 (i[3-7]86-*-openbsd*, x86_64-*-openbsd*): Add.
1799
1800 2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
1801
1802 PR gas/25380
1803 * testsuite/ld-i386/pr22001-1c.S: Use "unique,N" in .section
1804 directives.
1805 * testsuite/ld-i386/tls-gd1.S: Likewise.
1806 * testsuite/ld-x86-64/pr21481b.S: Likewise.
1807
1808 2020-01-30 Jan Beulich <jbeulich@suse.com>
1809
1810 * ld.texi: Remove space between @option and brace.
1811
1812 2020-01-29 Alan Modra <amodra@gmail.com>
1813
1814 PR 25477
1815 * ldelf.c (ldelf_check_ld_so_conf): Add prefix parameter and
1816 correct concat.
1817 (ldelf_after_open): Add prefix parameter.
1818 * ldelf.h (ldelf_after_open): Update prototype.
1819 * emultempl/elf.em (gld${EMULATION_NAME}_after_open): Pass $prefix
1820 to ldelf_after_open.
1821 * Makefile.am: Correct z80 dependencies.
1822 * Makefile.in: Regenerate.
1823
1824 2020-01-28 Alan Modra <amodra@gmail.com>
1825
1826 * ldexp.c (fold_name): Don't print bfd_link_hash_lookup failed
1827 in first phase.
1828
1829 2020-01-27 Alan Modra <amodra@gmail.com>
1830
1831 * testsuite/ld-elfvers/vers.exp: Replace case statements with
1832 switch statements.
1833 * testsuite/ld-ifunc/ifunc.exp: Likewise.
1834 * testsuite/ld-unique/unique.exp: Likewise.
1835
1836 2020-01-27 H.J. Lu <hongjiu.lu@intel.com>
1837 Alan Modra <amodra@gmail.com>
1838
1839 PR ld/25458
1840 * testsuite/ld-elf/pr25458.map: New file.
1841 * testsuite/ld-elf/pr25458.rd: Likewise.
1842 * testsuite/ld-elf/pr25458a.s: Likewise.
1843 * testsuite/ld-elf/pr25458b.s: Likewise.
1844 * testsuite/ld-elf/shared.exp: Run PR ld/25458 test.
1845
1846 2020-01-22 H.J. Lu <hongjiu.lu@intel.com>
1847
1848 PR ld/25416
1849 * testsuite/ld-x86-64/tls.exp: Skip GNU2 TLS tests only without
1850 compiler support.
1851
1852 2020-01-22 Alan Modra <amodra@gmail.com>
1853
1854 * testsuite/ld-powerpc/tlsdesc3.d,
1855 * testsuite/ld-powerpc/tlsdesc3.wf,
1856 * testsuite/ld-powerpc/tlsdesc4.d,
1857 * testsuite/ld-powerpc/tlsdesc4.s,
1858 * testsuite/ld-powerpc/tlsdesc4.wf: New tests.
1859 * testsuite/ld-powerpc/powerpc.exp: Run them.
1860
1861 2020-01-22 Alan Modra <amodra@gmail.com>
1862
1863 * emultempl/ppc64elf.em (ppc64_opt, PARSE_AND_LIST_LONGOPTS),
1864 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Support
1865 --tls-get-addr-regsave and --no-tls-get-addr-regsave.
1866 (params): Init new field.
1867 * ld.texi (--tls-get-addr-regsave, --no-tls-get-addr-regsave):
1868 Document.
1869 * testsuite/ld-powerpc/tlsdesc.s,
1870 * testsuite/ld-powerpc/tlsdesc.d,
1871 * testsuite/ld-powerpc/tlsdesc.wf,
1872 * testsuite/ld-powerpc/tlsdesc2.d,
1873 * testsuite/ld-powerpc/tlsdesc2.wf,
1874 * testsuite/ld-powerpc/tlsexenors.d,
1875 * testsuite/ld-powerpc/tlsexenors.r,
1876 * testsuite/ld-powerpc/tlsexers.d,
1877 * testsuite/ld-powerpc/tlsexers.r,
1878 * testsuite/ld-powerpc/tlsexetocnors.d,
1879 * testsuite/ld-powerpc/tlsexetocrs.d,
1880 * testsuite/ld-powerpc/tlsexetocrs.r,
1881 * testsuite/ld-powerpc/tlsopt6.d,
1882 * testsuite/ld-powerpc/tlsopt6.wf: New.
1883 * testsuite/ld-powerpc/powerpc.exp: Run new tests.
1884
1885 2020-01-22 Yuri Chornoivan <yurchor@mageia.org>
1886
1887 PR 25417
1888 * ldlang.c (ldlang_open_ctf): Fix error message typo.
1889 * emultempl/z80elf.em (z80_elf_after_open): Likewise.
1890
1891 2020-01-21 H.J. Lu <hongjiu.lu@intel.com>
1892
1893 * testsuite/ld-elf/pr23900-1.d: Adjusted.
1894
1895 2020-01-21 H.J. Lu <hongjiu.lu@intel.com>
1896
1897 * testsuite/ld-elf/pr23900-1.d: Also pass -l to readelf.
1898
1899 2020-01-20 Nick Clifton <nickc@redhat.com>
1900
1901 * po/pt_BR.po: Updated Brazilian Portuguese translation.
1902 * po/uk.po: Updated Ukranian translation.
1903
1904 2020-01-20 H.J. Lu <hongjiu.lu@intel.com>
1905
1906 PR ld/25416
1907 * testsuite/ld-x86-64/pr25416-1.s: New file
1908 * testsuite/ld-x86-64/pr25416-1a.d: Likewise.
1909 * testsuite/ld-x86-64/pr25416-1b.d: Likewise.
1910 * testsuite/ld-x86-64/pr25416-1.s: Likewise.
1911 * testsuite/ld-x86-64/pr25416-2.s: Likewise.
1912 * testsuite/ld-x86-64/pr25416-2a.d: Likewise.
1913 * testsuite/ld-x86-64/pr25416-2b.d: Likewise.
1914 * testsuite/ld-x86-64/pr25416-3.d: Likewise.
1915 * testsuite/ld-x86-64/pr25416-3.s: Likewise.
1916 * testsuite/ld-x86-64/pr25416-4.d: Likewise.
1917 * testsuite/ld-x86-64/pr25416-4.s: Likewise.
1918 * testsuite/ld-x86-64/pr25416-5a.c: Likewise.
1919 * testsuite/ld-x86-64/pr25416-5b.s: Likewise.
1920 * testsuite/ld-x86-64/pr25416-5c.s: Likewise.
1921 * testsuite/ld-x86-64/pr25416-5d.s: Likewise.
1922 * testsuite/ld-x86-64/pr25416-5e.s: Likewise.
1923 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/25416 tests.
1924
1925 2020-01-20 Alan Modra <amodra@gmail.com>
1926
1927 * testsuite/ld-powerpc/tlsexe.d: Match new __tls_get_addr stub.
1928 * testsuite/ld-powerpc/tlsexeno.d: Likewise.
1929 * testsuite/ld-powerpc/tlsexetoc.d: Likewise.
1930 * testsuite/ld-powerpc/tlsexetocno.d: Likewise.
1931 * testsuite/ld-powerpc/tlsopt5.d: Likewise.
1932
1933 2020-01-18 Roland McGrath <mcgrathr@google.com>
1934
1935 * testsuite/ld-x86-64/align-branch-1.d: Loosen instruction regexps
1936 to admit whatever absolute address. The label-relative address is
1937 what the test needs to verify.
1938
1939 2020-01-18 Nick Clifton <nickc@redhat.com>
1940
1941 * configure: Regenerate.
1942 * po/ld.pot: Regenerate.
1943
1944 2020-01-18 Nick Clifton <nickc@redhat.com>
1945
1946 Binutils 2.34 branch created.
1947
1948 2020-01-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1949
1950 * scripttempl/elf32msp430_3.sc: Remove.
1951
1952 2020-01-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1953
1954 * scripttempl/elf32msp430.sc: Add input section rules for
1955 .upper.{text,data,rodata,bss}.
1956 * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test.
1957 * testsuite/ld-msp430-elf/upper-input-sections.s: New test.
1958
1959 2020-01-15 Lars Brinkhoff <lars@nocrew.org>
1960
1961 PR 20694
1962 * temulparams/pdp11.sh (TARGET_PAGE_SIZE): Set to 8192.
1963
1964 2020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1965
1966 * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test.
1967 * testsuite/ld-msp430-elf/reloc-lo-430x.s: New test.
1968
1969 2020-01-15 Alan Modra <amodra@gmail.com>
1970
1971 * testsuite/ld-powerpc/ambiguousv1b.d: Adjust expected output.
1972 * testsuite/ld-powerpc/funref.s: Align func_tab.
1973 * testsuite/ld-powerpc/funref2.s: Likewise.
1974 * testsuite/ld-powerpc/funv1.s: Add dot symbols.
1975
1976 2020-01-14 Lili Cui <lili.cui@intel.com>
1977
1978 * testsuite/ld-i386/align-branch-1.d: Updated for i686-pc-elf.
1979
1980 2020-01-13 Alan Modra <amodra@gmail.com>
1981
1982 * po/BLD-POTFILES.in: Regenerate.
1983
1984 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
1985
1986 * testsuite/ld-arc/relax-local-pic.d: Improve matching patterns.
1987
1988 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
1989
1990 * Makefile.am: Remove earcelf_prof.c and earclinux_prof.c
1991 emulations.
1992 * configure.tgt: Likewise.
1993 * Makefile.in: Regenerate.
1994 * emulparams/arcelf_prof.sh: Remove file.
1995 * emulparams/arclinux_prof.sh: Likewise.
1996
1997 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
1998
1999 * scripttempl/elfarcv2.sc : Allow interrupt vector table to be
2000 located at an arbitrary address. Use DWARF.sc file.
2001 * scripttempl/elfarc.sc: Use DWARF.sc file.
2002
2003 2020-01-07 Alan Modra <amodra@gmail.com>
2004
2005 * testsuite/ld-mips-elf/eh-frame5.s,
2006 * testsuite/ld-mips-elf/ehdr_start-new.s,
2007 * testsuite/ld-mips-elf/ehdr_start-o32.s,
2008 * testsuite/ld-mips-elf/mips16-call-global-1.s,
2009 * testsuite/ld-mips-elf/mips16-intermix-1.s,
2010 * testsuite/ld-mips-elf/mips16-pic-1b.s,
2011 * testsuite/ld-mips-elf/mips16-pic-4c.s,
2012 * testsuite/ld-mips-elf/no-shared-1-n64.s,
2013 * testsuite/ld-mips-elf/no-shared-1-o32.s,
2014 * testsuite/ld-mips-elf/pic-and-nonpic-1b-micromips.s,
2015 * testsuite/ld-mips-elf/pic-and-nonpic-1b.s,
2016 * testsuite/ld-mips-elf/pic-and-nonpic-2a.s,
2017 * testsuite/ld-mips-elf/pic-and-nonpic-3b.s,
2018 * testsuite/ld-mips-elf/pic-and-nonpic-4b.s,
2019 * testsuite/ld-mips-elf/pic-and-nonpic-5a.s,
2020 * testsuite/ld-mips-elf/pic-and-nonpic-6-n32c.s,
2021 * testsuite/ld-mips-elf/pic-and-nonpic-6-n64c.s,
2022 * testsuite/ld-mips-elf/pic-and-nonpic-6-o32c.s,
2023 * testsuite/ld-mips-elf/pie.s,
2024 * testsuite/ld-mips-elf/relax-jalr.s: Revert 2019-12-17 change.
2025
2026 2020-01-06 Nick Clifton <nickc@redhat.com>
2027
2028 PR 25327
2029 * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
2030 command line when building libcomm1.o and pr13250 tests.
2031 * testsuite/ld-plugin/lto.exp: Likewise for pr20267 tests.
2032
2033 2020-01-06 Nick Clifton <nickc@redhat.com>
2034
2035 PR 25326
2036 * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
2037 command line when building pr19579 binaries.
2038
2039 2020-01-03 Hannes Domani <ssbssa@yahoo.de>
2040
2041 * emultempl/pe.em: Add new option --enable-reloc-section.
2042 * emultempl/pep.em: Likewise.
2043 * ld.texi: Document --enable-reloc-section.
2044 * pe-dll.c (pe_dll_build_sections): Use pe_dll_enable_reloc_section.
2045 (pe_dll_fill_sections): Simplify by calling pe_exe_fill_sections.
2046 * pe-dll.h: Add extern declaration of option flag.
2047 * pep-dll.c (pe_dll_enable_reloc_section):
2048 Add alias define for pep_dll_enable_reloc_section.
2049 * pep-dll.h: Add extern declaration of option flag.
2050
2051 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
2052
2053 * Makefile.am: Add new target z80-elf
2054 * configure.tgt: Likewise.
2055 * Makefile.in: Regenerate.
2056 * emultempl/z80.em: Add support for eZ80 and Z180 architectures.
2057 * emulparams/elf32z80.sh: New file.
2058 * emultempl/z80elf.em: Likewise.
2059 * testsuite/ld-elf/comm-data4.s: Fix for Z80.
2060 * testsuite/ld-elf/comm-data5.s: Fix for Z80.
2061 * testsuite/ld-scripts/fill16.d: Fix for Z80.
2062 * testsuite/ld-z80/arch_ez80_adl.d: Likewise.
2063 * testsuite/ld-z80/arch_ez80_z80.d: Likewise.
2064 * testsuite/ld-z80/arch_r800.d: Likewise.
2065 * testsuite/ld-z80/arch_z180.d: Likewise.
2066 * testsuite/ld-z80/arch_z80.d: Likewise.
2067 * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise.
2068 * testsuite/ld-z80/comb_arch_z180.d: Likewise.
2069 * testsuite/ld-z80/labels.s: Likewise.
2070 * testsuite/ld-z80/relocs.s: Likewise.
2071 * testsuite/ld-z80/relocs_b_ez80.d: Likewise.
2072 * testsuite/ld-z80/relocs_b_z80.d: Likewise.
2073 * testsuite/ld-z80/relocs_f_z80.d: Likewise.
2074 * testsuite/ld-z80/z80.exp: Likewise.
2075 * NEWS: Mention the new support.
2076
2077 2020-01-02 Tamar Christina <tamar.christina@arm.com>
2078
2079 PR 25210
2080 PR 24753
2081 * emultempl/aarch64elf.em (elf${ELFSIZE}_aarch64_add_stub_section):
2082 Remove SEC_LINKER_CREATED.
2083 * testsuite/ld-aarch64/aarch64-elf.exp: Add erratum835769-843419.
2084 * testsuite/ld-aarch64/erratum835769-843419.d: New test.
2085
2086 2020-01-01 Alan Modra <amodra@gmail.com>
2087
2088 Update year range in copyright notice of all files.
2089
2090 For older changes see ChangeLog-2019
2091 \f
2092 Copyright (C) 2020 Free Software Foundation, Inc.
2093
2094 Copying and distribution of this file, with or without modification,
2095 are permitted in any medium without royalty provided the copyright
2096 notice and this notice are preserved.
2097
2098 Local Variables:
2099 mode: change-log
2100 left-margin: 8
2101 fill-column: 74
2102 version-control: never
2103 End:
This page took 0.071691 seconds and 4 git commands to generate.