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