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