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