]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/ChangeLog
gdb: fix reread_symbols when an objfile has target: prefix
[thirdparty/binutils-gdb.git] / ld / ChangeLog
CommitLineData
41ef7afa
W
12023-10-05 A. Wilcox <awilfox@adelielinux.org>
2
3 PR 30924
4 * testsuite/ld-elfvers/vers.exp (objdump_emptyverstuff): Handle
5 EABI version information in objdump's output.
6
6a6117ab
NC
72023-10-02 Nick Clifton <nickc@redhat.com>
8
9 * pe-dll.c (fill_edata): Use bfd_get_current_time when filling in
10 the timestamp.
11
193327db
HX
122023-09-27 Hsinyuan Xavier <TheLastLin@hotmail.com>
13
14 PR 30875
15 * ldlang.c (get_os_init_flag): New function.
16 (exp_init_os, map_input_to_output_sections): Use it.
17
b5c37946 182023-07-24 Johannes Schauer Marin Rodrigues <josch@debian.org>
6badd102 19
b5c37946
SJ
20 * pe-dll.c (fill_edata): If inserting a timestamp, use the value
21 held in the SOURCE_DATE_EPOCH environment variable, if it is
22 defined.
23 * ld.texi (--insert-timestamp): Document change in behaviour.
6badd102 24
87485f53
NC
252023-07-03 Nick Clifton <nickc@redhat.com>
26
27 * configure: Regenerate.
28
d501d384
NC
292023-07-03 Nick Clifton <nickc@redhat.com>
30
31 2.41 Branch Point.
32
b25c1a15
NC
332023-06-28 Nikita Popov <npopov@redhat.com>
34 Nick Clifton <nickc@redhat.com>
35
36 PR 30568
37 * ldfile.c (ldfile_try_open_bfd): Do not track lto generated
38 temporary files.
39
0ab70050
NC
402023-06-21 Nick Clifton <nickc@redhat.com>
41
42 PR 29072
43 * testsuite/ld-elf/elf.exp (target_defaults_to_execstack): Always
44 return false for linkers configured with the --enable-default-execstack=no
45 option.
46
fb221fba
NC
472023-06-14 Nick Clifton <nickc@redhat.com>
48
49 PR 30374
50 * ldfile.c (struct input_remap): New structure.
51 (ldfile_add_remap): New function.
52 (ldfile_remap_input_free): New function.
53 (ldfile_add_remap_file): New function.
54 (ldfile_possibly_remap_input): New function.
55 (ldfile_print_input_remaps): New function.
56 * ldfile.h: Add prototypes for new functions.
57 * ldlang.c (new_afile): Call ldfile_possibly_remap_input.
58 (lang_finish): Call ldfile_remap_input_free.
59 (lang_map): Call ldfile_print_input_remaps.
60 * ldlex.h (OPTION_REMAP_INPUTS, OPTION_REMAP_INPUTS_FILE): Define.
61 * lexsup.c (ld_options): Add --remap-inputs-file and --remap-inputs.
62 (parse_args): Handle new options.
63 * NEWS: Mention the new feature.
64 * ld.texi: Document the new options.
65 * testsuite/ld-misc/input-remap.exp: New test driver.
66 * testsuite/ld-misc/remaps.r: New file: Expected linker output.
67 * testsuite/ld-misc/remaps.txt: New file. Input remaps file.
68
064ad3ea
NC
692023-06-07 Nick Clifton <nickc@redhat.com>
70
71 PR 30499
72 * testsuite/ld-elfcomm/elfcomm.exp: Update regexps to match new
73 output from the linker.
74
80d4e113
LB
752023-05-17 Luca Bacci <luca.bacci@outlook.com>
76
77 PR 30421
78 * emultempl/pe.em (set_decoration): New function.
79 (pe_fixup_stdcalls): Call the new function.
80 * emultempl/pep.em (set_decoration): New function.
81 (pep_fixup_stdcalls): Call the new function.
82 * pe-dll.c (make_one): Check for decoated symbols.
83
d1792f72
NC
842023-05-16 Nick Clifton <nickc@redhat.com>
85
86 PR 30359
87 * ld.texi (WIN32): Document how to create a resource only DLL.
88
0a7dda4f
NC
892023-05-16 Nick Clifton <nickc@redhat.com>
90
91 * ld.texi (-Ur): Clarify the actions of this option.
92
496917ce
NC
932023-05-10 Nick Clifton <nickc@redhat.com>
94
95 PR 16566
96 * ldlang.c (ld_is_local_symbol): New function.
97 (print_input_section): Add code to display local symbols in the
98 section.
99 * ldlex.h (enum option_values): Add OPTION_PRINT_MAP_LOCALS and
100 OPTION_PRINT_MAP_LOCALS.
101 * lexsup.c (ld_options[]): Add entries for --print-map-locals
102 and --no-print-map-locals.
103 * NEWS: Mention the new feature.
104 * ld.h (struct ld_config_type): Add print_map_locals field.
105 * ld.texi: Document the new command line option.
106 * testsuite/ld-scripts/sizeof.s: Add a local symbol.
107 * testsuite/ld-scripts/map-locals.d: New test control file.
108 * testsuite/ld-scripts/map-address.exp: Run the new test.
109
35394145
NC
1102023-05-04 Nick Clifton <nickc@redhat.com>
111
112 PR 30300
113 * emultempl/pep.em (set_entry_point): Add an undefined reference
114 to the entry point if it has been constructed heuristically.
115 * emultempl/pe.em (set_entry_point): Likewise.
116
35130e73
DD
1172023-05-04 Dimitar Dimitrov <dimitar@dinux.eu>
118
119 * scripttempl/pru.sc (OUTPUT_SECTION_ALIGN): New helper variable
120 to place at end of DMEM output sections.
121 (.data): Use the helper variable.
122 (.eh_frame): New output section.
123 (.gnu_extab): Ditto.
124 (.gcc_except_table): Ditto.
125 (.resource_table): Use the helper variable.
126
c386bf4d
NC
1272023-04-27 Nick Clifton <nickc@redhat.com>
128
129 * ldmisc.c (vfinfo): Add support for %x and %lx.
130
a02676b7 1312023-04-18 mengqinggang <mengqinggang@loongson.cn>
132
133 * testsuite/ld-loongarch-elf/macro_op.d: Regenerated.
134
b29f2fda
NC
1352023-04-17 Nick Clifton <nickc@redhat.com>
136
137 PR 30354
138 * emulparams/armelf.sh (OTHER_PLT_SECTIONS): Define in order to
139 handle the .gnu.sgstubs section.
140
546c7898
CZ
1412023-04-13 Claudiu Zissulescu <claziss@synopsys.com>
142
143 * testsuite/ld-arc/arc.exp: Update execution predicate.
144 * testsuite/ld-arc/nps-1a.d: Add linker script option.
145 * testsuite/ld-arc/nps-1b.d: Likewise.
146 * testsuite/ld-arc/relax-local-pic.d: Update matching patterns.
147
93cda40b
NC
1482023-04-12 Nick Clifton <nickc@redhat.com>
149
150 * ld.texi (--enable-non-contiguous-regions): Fix typos in script
151 example.
152
2d5783fa
NC
1532023-03-15 Nick Clifton <nickc@redhat.com>
154
155 PR 30187
156 * NEWS: Mention the new feature.
157 * ld.texi: Document the new feature.
158 * ldgram.y: Handle LINKER_VERSION token.
159 * ldlang.c (lang_add_version): New function.
160 (enable_linker_version): New global variable.
161 * ldlang.h (land_add_version): Prototype.
162 (enable_linker_version): Export.
163 * ldlex.h (OPTION_ENABLE_LINKER_VERSION): Define.
164 (OPTION_DISABLE_LINKER_VERSION): Define.
165 * ldlex.l (LINKER_VERSION): Add token.
166 * lexsup.c (ld_options): Add --enable-linker-version and
167 --disable-linker-version.
168 (parse_args): Handle the new options.
169 * scripttempl/arclinux.sc: Remove stabs and comment sections and
170 replace with inclusion of misc-sections.sc
171 * scripttempl/avr.sc: Likewise.
172 * scripttempl/dlx.sc: Likewise.
173 * scripttempl/elf.sc: Likewise.
174 * scripttempl/elf32cr16.sc: Likewise.
175 * scripttempl/elf32crx.sc: Likewise.
176 * scripttempl/elf32msp430.sc: Likewise.
177 * scripttempl/elf64bpf.sc: Likewise.
178 * scripttempl/elf64hppa.sc: Likewise.
179 * scripttempl/elf_chaos.sc: Likewise.
180 * scripttempl/elfarc.sc: Likewise.
181 * scripttempl/elfarcv2.sc: Likewise.
182 * scripttempl/elfd10v.sc: Likewise.
183 * scripttempl/elfd30v.sc: Likewise.
184 * scripttempl/elfm68hc11.sc: Likewise.
185 * scripttempl/elfm68hc12.sc: Likewise.
186 * scripttempl/elfm9s12z.sc: Likewise.
187 * scripttempl/elfmicroblaze.sc: Likewise.
188 * scripttempl/elfxgate.sc: Likewise.
189 * scripttempl/elfxtensa.sc: Likewise.
190 * scripttempl/epiphany_4x4.sc: Likewise.
191 * scripttempl/ft32.sc: Likewise.
192 * scripttempl/ip2k.sc: Likewise.
193 * scripttempl/iq2000.sc: Likewise.
194 * scripttempl/mep.sc: Likewise.
195 * scripttempl/nds32elf.sc: Likewise.
196 * scripttempl/pru.sc: Likewise.
197 * scripttempl/v850.sc: Likewise.
198 * scripttempl/v850_rh850.sc: Likewise.
199 * scripttempl/visium.sc: Likewise.
200 * scripttempl/xstormy16.sc: Likewise.
201 * scripttempl/z80.sc: Likewise.
202 * testsuite/ld-scripts/script.exp: Run new tests.
203 * scripttempl/misc-sections.sc: New file.
204 * testsuite/ld-scripts/ld-version-2.d: New file.
205 * testsuite/ld-scripts/ld-version.d: New file.
206 * testsuite/ld-scripts/ld-version.t: New file.
207
50980ba3
FS
2082023-02-23 Fangrui Song <i@maskray.me>
209
210 * emultempl/riscvelf.em: Add option parsing.
211 * testsuite/ld-riscv-elf/code-model-relax-medlow-01-norelaxgp.d: New.
212 * testsuite/ld-riscv-elf/pcgp-relax-01-norelaxgp.d: New.
213 * testsuite/ld-riscv-elf/pcgp-relax-02.d: Test --relax --relax-gp can be
214 used together.
215
c9802aca
NC
2162023-02-20 Nick Clifton <nickc@redhat.com>
217
218 PR 30004
219 * pe-dll.c (pe_dll_build_sections): Do not build an edata section
220 if all symbols are being excluded.
221
2b56cd91
NC
2222023-02-15 Nick Clifton <nickc@redhat.com>
223
224 PR 30078
225 * testsuite/ld-elf/merge4b.s: Use .asciz instead of .string in
226 order to avoid the special behaviour of the .string directive on
227 HPPA architectures.
228
9b38b85e
NC
2292023-02-14 Nick Clifton <nickc@redhat.com>
230
231 * ld.texi (Plugins): Mention that the -plugin command line option
232 is used to load plugins.
233
1c66b8a0
NC
2342023-01-27 Nick Clifton <nickc@redhat.com>
235
236 PR 29998
237 * pe-dll.c (build_filler_bfd): Initialise the next field of the
238 filler input statement, so that it does not break the file chain.
239
f3d8ae90
NC
2402023-01-24 Nick Clifton <nickc@redhat.com>
241
242 PR 29998
243 * pe-dll.c (generate_reloc): Handle sections with no assigned
244 output section. Terminate early of there are no relocs to put in
245 the .reloc section.
246 (pe_exe_fill_sections): Do not emit an empty .reloc section.
247
59e1f50f
NC
2482023-01-06 Nick Clifton <nickc@redhat.com>
249
250 * po/bg.po: Updated Bulgarian translation.
251
beb6b61d
NC
2522023-01-05 Nick Clifton <nickc@redhat.com>
253
254 * configure.tgt: Add arm64pe as an extra emulation for aarch64pe.
255 * Makefile.am (ALL_64_EMULATION_SOURCES): Add earm64pe.c
256 * emultempl/pep.em: Add suppport for arm64pe emulation.
257 * Makefile.in: Regenerate.
258 * po/BLD-POTFILES.in: Regenerate.
259 * po/ld.pot: Regenerate.
260
b26c8438
AH
2612023-01-05 Andreas K. Huettel <dilfridge@gentoo.org>
262
263 * testsuite/ld-elf/shared.exp: un-xfail the PR19710 test for the
264 AArch64 architecture.
265
502c7218
AH
2662023-01-04 Andreas K. Huettel <dilfridge@gentoo.org>
267
268 PR 29843
269 * testsuite/ld-aarch64/bti-plt-5.d: Relax regxps slightly to allow
270 for differences in build environments.
271 * testsuite/ld-aarch64/tls-relax-gdesc-le-now.d: Likewise.
272
11982f9f
NC
2732023-01-03 Nick Clifton <nickc@redhat.com>
274
275 * po/uk.po: Updated Ukrainian translation.
276
a72b0718
NC
2772022-12-31 Nick Clifton <nickc@redhat.com>
278
279 * 2.40 branch created.
280
a7a32d58
NC
2812022-12-21 Nick Clifton <nickc@redhat.com>
282
283 PR 29900
284 * scripttempl/pe.sc: Keep the .drectve section when performing a
285 relocateable link.
286 * scripttempl/pep.sc: Likewise.
287
dcb53d93
NC
2882022-12-08 Nick Clifton <nickc@redhat.com>
289
290 PR 29861
291 * ld.texi (Output Section Type): Note that setting the output
292 section type only works if the section contains untyped data.
293
3bf5bf54
NC
2942022-12-05 Nick Clifton <nickc@redhat.com>
295
296 PR 29849
297 * ldlang.c (spec_match): Check that there is sufficient length in
298 the target name to match the spec's prefix.
299
e26943f9
NC
3002022-11-03 Nick Clifton <nickc@redhat.com>
301
302 PR 29748
303 * configure.tgt (ac_default_ld_warn_rwx_segments): Set to 0 for
304 the V850.
305
fa6895ad
NC
3062022-11-03 Nick Clifton <nickc@redhat.com>
307
78cd9188 308 PR 29741
fa6895ad
NC
309 * scripttempl/avr.sc (__DATA_REGION_ORIGIN__): Define. If a value
310 has not been provided on the command line then use DATA_ORIGIN.
311 (MEMORY): Use __DATA_REGION_ORIGIN__ as the start of the data region.
312
4b2e7a57
NC
3132022-10-21 Nick Clifton <nickc@redhat.com>
314
315 PR 29654
316 * ld.h (struct ld_config_type): Add no_warnings field.
317 * ldlex.h (enum option_values): Add OPTION_NO_WARNINGS.
318 * lexsup.c (ld_options): Add --no-warnings.
319 (parse_args): Add support for -w and --no-warnings.
320 * ldmisc.c (vfinfo): Return early if the message is a warning and
321 -w has been enabled.
322 * ld.texi (options): Document new command line option.
323 * NEWS: Mention the new feature.
324
37833b96
NC
3252022-08-30 Nick Clifton <nickc@redhat.com>
326
327 PR 29529
328 * testsuite/ld-x86-64/pr27587.err: Update expected output.
329
f0821653
RH
3302022-08-18 Ralf Habacker <ralf.habacker@freenet.de>
331
332 PR 28362
333 * testsuite/ld-pe/pe-run2-def.exp: New file.
334
a6ad7914
AM
3352022-08-03 Alan Modra <amodra@gmail.com>
336
337 PR 29389
338 * ldlang.h (lang_input_statement_struct): Add sort_key field.
339 * emultempl/pe.em (after_open): If multiple import libraries refer
340 to the same bfd, store their names in the sort_key field.
341 * emultempl/pep.em (after_open): Likewise.
342 * ldlang.c (sort_filename): New function. Returns the filename to
343 be used when sorting input files.
344 (wild_sort): Use the sort_filename function.
345
b80b72c0
RO
3462022-07-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
347
348 PR ld/29411
349 * configure.tgt (ac_default_ld_warn_rwx_segments): Extend to all
350 sparc targets. Expand comment.
351
91896b4d
NC
3522022-07-26 Nick Clifton <nickc@redhat.com>
353
354 PR 29411
355 * configure.tgt (ac_default_ld_warn_rwx_segments): Disable for
356 sparc-solaris configurations.
357
0bd09323
NC
3582022-07-08 Nick Clifton <nickc@redhat.com>
359
360 * 2.39 branch created.
361
ed1c7ad8
NC
3622022-06-27 Nick Clifton <nickc@redhat.com>
363
364 PR 29263
365 * configure.ac: Move HPPA specific code from here...
366 * configure.tgt: ... to here. Add similar code for MIPS.
367 Move code for CRIS, MIPS and HPPA to block at start of file.
368 * configure: Regenerate.
369
acd65fa6
NC
3702022-06-21 Nick Clifton <nickc@redhat.com>
371
372 PR 29263
373 * configure.ac (ac_default_ld_warn_execstack): Default to 'no' for
374 HPPA targets.
375 (ac_default_ld_warn_rwx_segments): Likewise.
376 * configure: Regenerate.
377 * testsuite/ld-elf/elf.exp: Add the --warn-execstack command line
378 option to the command line when running execstack tests for the
379 HPPA target.
380
678dc756
AM
3812022-05-12 Alan Modra <amodra@gmail.com>
382
383 PR 29006
384 * pe-dll.c (dll_name): Delete, replacing with..
385 (dll_filename): ..this, moved earlier in file.
386 (generate_edata): Delete parameters. Don't set up dll_name here..
387 (pe_process_import_defs): ..instead set up dll_filename and
388 dll_symname here before returning.
389 (dll_symname_len): Delete write-only variable.
390 (pe_dll_generate_implib): Don't set up dll_symname here.
391
46465574
NC
3922022-05-03 Nick Clifton <nickc@redhat.com>
393
394 PR 29101
395 * libdep_plugin.c (get_libdeps): Check for overflow when computing
396 amount of memory to allocate.
397
639d467b
NC
3982022-04-27 Nick Clifton <nickc@redhat.com>
399
400 PR 29006
401 * pe-dll.c (make_head): Use asprintf to allocate and populate a
402 buffer containing the temporary name.
403 (make_tail, make_one, make_singleton_name_thunk): Likewise.
404 (make_import_fixup_mark, make_import_fixup_entry): Likewise.
405 (make_runtime_pseudo_reloc): Likewise.
406 (pe_create_runtime_relocator_reference): Likewise.
407
0d38576a
NC
4082022-04-25 Nick Clifton <nickc@redhat.com>
409
410 PR 29072
411 * testsuite/ld-elf/pr29072.b.warn: Update to include the note
412 about the linker's behaviour being depreccated.
413
2d23f965
CC
4142022-04-20 Clément Chigot <clement.chigot@atos.net>
415
416 * emultempl/aix.em (params): New variable.
417 (stub_file): New variable.
418 (xcoff_add_stub_section): New function.
419 (xcoff_layout_sections_again): New function
420 (hook_in_stub): New function.
421 (_after_allocation): Add stub creation.
422 (_create_output_section_statements): Allocate stub file and
423 pass params to backend.
424
1876a542
CC
4252022-04-20 Clément Chigot <clement.chigot@atos.net>
426
427 * emultempl/aix.em (_after_allocation): New function.
428
145667f8
MH
4292022-04-07 Mark Harmstone <mark@harmstone.com>
430
431 * testsuite/ld-pe/secidx1.s: New test source file.
432 * testsuite/ld-pe/secidx2.s: New test source file.
433 * testsuite/ld-pe/secidx.d: New test driver file.
434 * testsuite/ld-pe/secidx_64.d: New test driver file.
435 * testsuite/ld-pe/pe.exp: Add new tests.
436
95e96e05
NC
4372022-03-01 Nick Clifton <nickc@redhat.com>
438
439 PR 21964
440 * testsuite/ld-elf/pr21964-1a.c: Fix array comparisons.
441 * testsuite/ld-elf/pr21964-1b.c: Likewise.
442 * testsuite/ld-elf/pr21964-1c.c: Likewise.
443 * testsuite/ld-elf/pr21964-2a.c: Likewise.
444 * testsuite/ld-elf/pr21964-2b.c: Likewise.
445 * testsuite/ld-elf/pr21964-3a.c: Likewise.
446
5c14cc55
RM
4472022-02-17 Roland McGrath <mcgrathr@google.com>
448
449 * ld.texi (Output Section Type): Fix typo in @code syntax.
450
36d285b9
NC
4512022-02-17 Nick Clifton <nickc@redhat.com>
452
453 * po/sr.po: Updated Serbian translation.
454
c212f39d 4552022-02-16 Fangrui Song <maskray@google.com>
5c14cc55 456 Nick Clifton <nickc@redhat.com>
c212f39d
FS
457
458 PR ld/28841
459 * ld.texi: Document new output section type.
460 * ldlex.l: Add new token TYPE.
461 * ldgram.y: Handle TYPE=exp and READONLY (TYPE=exp).
462 * ldlang.h: Add type_section to list of section types.
463 * ldlang.c (lang_add_section): Handle type_section.
464 (map_input_to_output_sections): Handle type_section.
465 * testsuite/ld-scripts/output-section-types.t: Add tests.
466 * testsuite/ld-scripts/output-section-types.d: Update.
467
a6983974
NC
4682022-02-02 Nick Clifton <nickc@redhat.com>
469
470 * po/fr.po: Updated French translation.
471
5fe73d46
NC
4722022-01-24 Nick Clifton <nickc@redhat.com>
473
474 * po/bg.po: Updated Bulgarian translation.
475 * po/uk.po: Updated Ukranian translation.
476
cc5e4073
AGI
4772022-01-22 Alexander von Gluck IV <kallisti5@unixzen.com>
478
479 * configure.tgt (arm-haiku): Fix typo.
480 * emulparams/armelf_haiku.su (MAXPAGESIZE): Use the default value.
481 (COMMONPAGESIZE): Likewise.
482
f908e960
NC
4832022-01-22 Nick Clifton <nickc@redhat.com>
484
485 * configure: Regenerate.
486 * po/ld.pot: Regenerate.
487
a74e1cb3
NC
4882022-01-22 Nick Clifton <nickc@redhat.com>
489
490 * 2.38 release branch created.
491
e901223d
NC
4922022-01-21 Nick Clifton <nickc@redhat.com>
493
494 * po/sr.po: Updated Serbian translation.
495
6c037fdb
NC
4962022-01-17 Nick Clifton <nickc@redhat.com>
497
498 * Makefile.in: Regenerate.
499 * po/ld.pot: Regenerate.
500
c4a8df19
MS
5012022-01-11 Martin Storsjö <martin@martin.st>
502
503 * pe-dll.c (make_head): Prefix the symbol name with the dll name.
504 (make_tail, make_one, make_singleton_name_thunk): Likewise.
505 (make_import_fixup_entry, make_runtime_pseudo_reloc): Likewise.
506 (pe_create_runtime_relocator_reference): Likewise.
507 (pe_dll_generate_implib): Set dll_symname_len.
508 (pe_process_import_defs): Likewise.
509
f3be70df
NC
5102021-12-16 Nick Clifton <nickc@redhat.com>
511
512 PR 28686
513 * testsuite/ld-avr/avr-prop-7.d: Adjust expected output.
514 * testsuite/ld-avr/avr-prop-8.d: Likewise.
515 * testsuite/ld-avr/pr13402.d: Likewise.
516
44b357eb
NC
5172021-11-30 Nick Clifton <nickc@redhat.com>
518
519 * scripttempl/pru.sc (.pru_irq_map): Define output section.
520 * testsuite/ld-pru/pru_irq_map-1.d: New test.
521 * testsuite/ld-pru/pru_irq_map-2.d: New test.
522 * testsuite/ld-pru/pru_irq_map.s: New test.
523
ef6379e1
JD
5242021-11-17 Jeremy Drake <cygwin@jdrake.com>
525
526 * emultempl/pep.em (DEFAULT_DLL_CHARACTERISTICS): Set to 0 for
527 Cygwin targets.
528 * emultempl/pep.em (DEFAULT_DLL_CHARACTERISTICS): Likewise.
529
ee9e412f
NC
5302021-11-17 Nick Clifton <nickc@redhat.com>
531
532 PR 28452
533 * ldgram.y: Add support for PT_GNU_RELRO and PT_GNU_PROPERTY.
534 * ldgram.c: Regenerate.
535
d029b54d
RM
5362021-11-15 Roland McGrath <mcgrathr@google.com>
537
538 * testsuite/ld-aarch64/dt_textrel.d: Pass explicit -z notext in
539 case ld was configured with --enable-textrel-check=error.
540 * testsuite/ld-aarch64/pr22764.d: Likewise.
541 * testsuite/ld-aarch64/pr20402.d: Likewise.
542
eb5323fd
NA
5432021-10-25 Nick Alcock <nick.alcock@oracle.com>
544
545 * testsuite/ld-ctf/nonrepresentable-member.*: New test.
546
10909ea8
NA
5472021-10-25 Nick Alcock <nick.alcock@oracle.com>
548
549 * testsuite/ld-ctf/array.d: Change --ctf=.ctf to --ctf.
550 * testsuite/ld-ctf/conflicting-cycle-1.B-1.d: Likewise.
551 * testsuite/ld-ctf/conflicting-cycle-1.B-2.d: Likewise.
552 * testsuite/ld-ctf/conflicting-cycle-1.parent.d: Likewise.
553 * testsuite/ld-ctf/conflicting-cycle-2.A-1.d: Likewise.
554 * testsuite/ld-ctf/conflicting-cycle-2.A-2.d: Likewise.
555 * testsuite/ld-ctf/conflicting-cycle-2.parent.d: Likewise.
556 * testsuite/ld-ctf/conflicting-cycle-3.C-1.d: Likewise.
557 * testsuite/ld-ctf/conflicting-cycle-3.C-2.d: Likewise.
558 * testsuite/ld-ctf/conflicting-cycle-3.parent.d: Likewise.
559 * testsuite/ld-ctf/conflicting-enums.d: Likewise.
560 * testsuite/ld-ctf/conflicting-typedefs.d: Likewise.
561 * testsuite/ld-ctf/cross-tu-cyclic-conflicting.d: Likewise.
562 * testsuite/ld-ctf/cross-tu-cyclic-nonconflicting.d: Likewise.
563 * testsuite/ld-ctf/cross-tu-into-cycle.d: Likewise.
564 * testsuite/ld-ctf/cross-tu-noncyclic.d: Likewise.
565 * testsuite/ld-ctf/cycle-1.d: Likewise.
566 * testsuite/ld-ctf/cycle-2.A.d: Likewise.
567 * testsuite/ld-ctf/cycle-2.B.d: Likewise.
568 * testsuite/ld-ctf/cycle-2.C.d: Likewise.
569 * testsuite/ld-ctf/data-func-conflicted.d: Likewise.
570 * testsuite/ld-ctf/diag-cttname-null.d: Likewise.
571 * testsuite/ld-ctf/diag-cuname.d: Likewise.
572 * testsuite/ld-ctf/diag-parlabel.d: Likewise.
573 * testsuite/ld-ctf/enum-forward.d: Likewise.
574 * testsuite/ld-ctf/enums.d: Likewise.
575 * testsuite/ld-ctf/forward.d: Likewise.
576 * testsuite/ld-ctf/function.d: Likewise.
577 * testsuite/ld-ctf/nonrepresentable.d: Likewise.
578 * testsuite/ld-ctf/slice.d: Likewise.
579 * testsuite/ld-ctf/super-sub-cycles.d: Likewise.
580
5109a7bd
DD
5812021-09-30 Dimitar Dimitrov <dimitar@dinux.eu>
582
583 * scripttempl/pru.sc (.resource_table): Align the output
584 section, not the first symbol.
585
b9004024
NA
5862021-09-27 Nick Alcock <nick.alcock@oracle.com>
587
588 * configure: Regenerate.
589
5226a6a8
NC
5902021-09-21 Nick Clifton <nickc@redhat.com>
591
592 * ldlang.c (lang_end): When computing the entry point, only
593 try the start address of the entry section when creating an
594 executable.
595 * ld.texi (Entry point): Update description of heuristic used to
596 choose the entry point.
597 testsuite/ld-alpha/tlspic.rd: Update expected entry point address.
598 testsuite/ld-arm/tls-gdesc-got.d: Likewise.
599 testsuite/ld-i386/tlsnopic.rd: Likewise.
600 testsuite/ld-ia64/tlspic.rd: Likewise.
601 testsuite/ld-sparc/gotop32.rd: Likewise.
602 testsuite/ld-sparc/gotop64.rd: Likewise.
603 testsuite/ld-sparc/tlssunnopic32.rd: Likewise.
604 testsuite/ld-sparc/tlssunnopic64.rd: Likewise.
605 testsuite/ld-sparc/tlssunpic32.rd: Likewise.
606 testsuite/ld-sparc/tlssunpic64.rd: Likewise.
607 testsuite/ld-tic6x/shlib-1.rd: Likewise.
608 testsuite/ld-tic6x/shlib-1b.rd: Likewise.
609 testsuite/ld-tic6x/shlib-1r.rd: Likewise.
610 testsuite/ld-tic6x/shlib-1rb.rd: Likewise.
611 testsuite/ld-tic6x/shlib-noindex.rd: Likewise.
612 testsuite/ld-x86-64/pr14207.d: Likewise.
613 testsuite/ld-x86-64/tlsdesc.rd: Likewise.
614 testsuite/ld-x86-64/tlspic.rd: Likewise.
615 testsuite/ld-x86-64/tlspic2.rd: Likewise.
616
720f6ee0
CZ
6172021-09-15 Claudiu Zissulescu <claziss@synopsys.com>
618
619 * testsuite/ld-arc/got-weak.d: Update file.
620
09a7e912
CZ
6212021-09-14 Claudiu Zissulescu <claziss@synopsys.com>
622
623 * ld-arc/got-weak.d: New file.
624 * ld-arc/got-weak.s: Likewise.
625
dfe3b805
RM
6262021-07-26 Roland McGrath <mcgrathr@google.com>
627
628 * testsuite/ld-x86-64/x86-64.exp (Build textrel-1): Use --warn-textrel.
629
235f5ef4
MM
6302021-07-06 Michael Matz <matz@suse.de>
631
632 PR ld/28021
633 * testsuite/ld-riscv-elf/relax-twice.ver: New.
634 * testsuite/ld-riscv-elf/relax-twice-1.s: New.
635 * testsuite/ld-riscv-elf/relax-twice-2.s: New.
636 * testsuite/ld-riscv-elf/ld-riscv-elf.exp
637 (run_relax_twice_test): New, and call it.
638
346d80ef
NC
6392021-07-03 Nick Clifton <nickc@redhat.com>
640
641 * configure: Regenerate.
642 * po/ld.pot: Regenerate.
643
51419248
NC
6442021-07-03 Nick Clifton <nickc@redhat.com>
645
646 * 2.37 release branch created.
647
50331d64
NC
6482021-06-22 Nelson Chu <nelson.chu@sifive.com>
649
650 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Updated.
651 * testsuite/ld-riscv-elf/pcrel-lo-addend-3a.d: New testcase.
652 * testsuite/ld-riscv-elf/pcrel-lo-addend-3a.s: Likewise.
653 * testsuite/ld-riscv-elf/pcrel-lo-addend-3b.d: New testcase.
654 Should report error since the %pcrel_lo with addend refers to
655 %got_pcrel_hi.
656 * testsuite/ld-riscv-elf/pcrel-lo-addend-3b.s: Likewise.
657 * testsuite/ld-riscv-elf/pcrel-lo-addend-3c.d: New testcase.
658 Should report error since the %got_pcrel_hi with addend.
659 * testsuite/ld-riscv-elf/pcrel-lo-addend-3c.s: Likewise.
660 * testsuite/ld-riscv-elf/pcrel-lo-addend-3.ld: Likewise.
661
406b4ada
L
6622021-06-19 H.J. Lu <hongjiu.lu@intel.com>
663
664 PR ld/27998
665 * testsuite/ld-i386/i386.exp: Run PR ld/27998 tests.
666 * testsuite/ld-i386/pr27998a.d: New file.
667 * testsuite/ld-i386/pr27998a.s: Likewise.
668 * testsuite/ld-i386/pr27998b.d: Likewise.
669 * testsuite/ld-i386/pr27998b.s: Likewise.
670
83b1d8f4
L
6712021-06-19 H.J. Lu <hongjiu.lu@intel.com>
672
673 * testsuite/ld-x86-64/textrel-1.err: New file.
674 * testsuite/ld-x86-64/textrel-1a.s: Likewise.
675 * testsuite/ld-x86-64/textrel-1b.s: Likewise.
676 * testsuite/ld-x86-64/x86-64.exp: Run textrel-1 tests.
677
c30420d8
L
6782021-06-18 H.J. Lu <hongjiu.lu@intel.com>
679
680 * testsuite/ld-elf/property-and-1.d: Skip am33_2.0, hppa-hpux
681 and mn10300.
682 Pass --generate-missing-build-notes=no to assembler. Allow
683 other note sections for xtensa.
684 * testsuite/ld-elf/property-and-2.d: Likewise.
685 * testsuite/ld-elf/property-and-3.d: Likewise.
686 * testsuite/ld-elf/property-and-4.d: Likewise.
687 * testsuite/ld-elf/property-or-1.d: Likewise.
688 * testsuite/ld-elf/property-or-2.d: Likewise.
689 * testsuite/ld-elf/property-or-3.d: Likewise.
690 * testsuite/ld-elf/property-or-4.d: Likewise.
691
2d95647b
L
6922021-06-18 H.J. Lu <hongjiu.lu@intel.com>
693
694 * ld.texi: Move -z unique-symbol after -z undefs.
695
5a767724
L
6962021-06-18 H.J. Lu <hongjiu.lu@intel.com>
697
698 * testsuite/ld-elf/property-and-1.d: New file.
699 * testsuite/ld-elf/property-and-1.s: Likewise.
700 * testsuite/ld-elf/property-and-2.d: Likewise.
701 * testsuite/ld-elf/property-and-2.s: Likewise.
702 * testsuite/ld-elf/property-and-3.d: Likewise.
703 * testsuite/ld-elf/property-and-3.s: Likewise.
704 * testsuite/ld-elf/property-and-4.d: Likewise.
705 * testsuite/ld-elf/property-and-empty.s: Likewise.
706 * testsuite/ld-elf/property-or-1.d: Likewise.
707 * testsuite/ld-elf/property-or-1.s: Likewise.
708 * testsuite/ld-elf/property-or-2.d: Likewise.
709 * testsuite/ld-elf/property-or-2.s: Likewise.
710 * testsuite/ld-elf/property-or-3.d: Likewise.
711 * testsuite/ld-elf/property-or-3.s: Likewise.
712 * testsuite/ld-elf/property-or-4.d: Likewise.
713 * testsuite/ld-elf/property-or-empty.s: Likewise.
714
e013d20d
L
7152021-06-17 H.J. Lu <hongjiu.lu@intel.com>
716
717 PR ld/27973
718 * testsuite/ld-x86-64/x86-64.exp: Pass $NOPIE_LDFLAGS and
719 $NOPIE_CFLAGS to protected-func-1 without PIE.
720
b6b42983
L
7212021-06-17 H.J. Lu <hongjiu.lu@intel.com>
722
723 PR ld/27973
724 * testsuite/ld-x86-64/x86-64.exp: Run protected function tests.
725 * testsuite/ld-x86-64/protected-func-1.h: New file.
726 * testsuite/ld-x86-64/protected-func-1a.s: Likewise.
727 * testsuite/ld-x86-64/protected-func-1b.c: Likewise.
728
d208bc76
FS
7292021-06-17 Fangrui Song <maskray@google.com>
730
731 * ldlex.h (enum option_values): Add OPTION_NO_PIE.
732 * lexsup.c (struct ld_options): Add -no-pie.
733 (parse_args): Handle -no-pie.
734 * ld.texi: Document -no-pie.
735
93df3340
AM
7362021-06-15 Alan Modra <amodra@gmail.com>
737
738 * testsuite/ld-pie/vaddr-0.d: Update expected output.
739
f64b9b13
AM
7402021-06-11 Alan Modra <amodra@gmail.com>
741
742 PR 27952
743 * ldelf.c (ldelf_after_open): Error on input PIEs too.
744
f75bcf7e
NC
7452021-06-09 Nick Clifton <nickc@redhat.com>
746
747 PR 27666
748 * testsuite/ld-sparc/sparc.exp: Do not run the sparctests or
749 sparc64tests for Solaris2 targets.
750
364d7729
AM
7512021-06-03 Alan Modra <amodra@gmail.com>
752
753 PR 2589
754 * ld.texi (link-time runtime library search path): Mention
755 plugin library path. Correct order of search.
756
ef9d2565
NC
7572021-05-31 Nelson Chu <nelson.chu@sifive.com>
758 Lifang Xia <lifang_xia@c-sky.com>
759
760 PR 27566
761 * emultempl/riscvelf.em (after_allocation): Call
762 riscv_set_data_segment_info to set data segment phase before relaxing.
763 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Updated.
764 * testsuite/ld-riscv-elf/relro-relax-lui.d: New testcase.
765 * testsuite/ld-riscv-elf/relro-relax-lui.s: Likewise.
766 * testsuite/ld-riscv-elf/relro-relax-pcrel.d: Likewise.
767 * testsuite/ld-riscv-elf/relro-relax-pcrel.s: Likewise.
768
1273b2f8
L
7692021-05-28 H.J. Lu <hongjiu.lu@intel.com>
770
771 PR ld/27905
772 * testsuite/ld-i386/pcrel16-2.d: xfail.
773 * testsuite/ld-x86-64/pcrel16-2.d: Likewise.
774
50c95a73
L
7752021-05-26 H.J. Lu <hongjiu.lu@intel.com>
776
777 PR ld/27905
778 * testsuite/ld-i386/code16.d: New file.
779 * testsuite/ld-i386/code16.t: Likewise.
780 * testsuite/ld-x86-64/code16.d: Likewise.
781 * testsuite/ld-x86-64/code16.t: Likewise.
782 * testsuite/ld-i386/i386.exp: Run code16.
783 * testsuite/ld-x86-64/x86-64.exp: Likewise.
784
983d5689
L
7852021-05-26 H.J. Lu <hongjiu.lu@intel.com>
786
787 * testsuite/ld-x86-64/ilp32-12.d: New file.
788 * testsuite/ld-x86-64/ilp32-12.s: Likewise.
789 * testsuite/ld-x86-64/x86-64.exp: Run ilp32-12.
790
75f03fa7
NC
7912021-05-14 Nelson Chu <nelson.chu@sifive.com>
792
793 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Updated.
794 * testsuite/ld-riscv-elf/pcrel-lo-addend-2a.d: Renamed from
795 pcrel-lo-addend-2.
796 * testsuite/ld-riscv-elf/pcrel-lo-addend-2a.s: Likewise.
797 * testsuite/ld-riscv-elf/pcrel-lo-addend-2b.d: New testcase.
798 * testsuite/ld-riscv-elf/pcrel-lo-addend-2b.s: Likewise.
799
cf893b0e
FS
8002021-05-13 Fangrui Song <maskray@google.com>
801
802 PR 27834
803 * ldlex.h (enum option_values): Add OPTION_NO_SYMBOLIC.
804 * lexsup.c (ld_options): Add -Bno-symbolic.
805 (parse_args): Handle -Bno-symbolic.
806 * ld.texi: Document -Bno-symbolic.
807 * NEWS: Mention -Bno-symbolic.
808 * testsuite/ld-elf/shared.exp: Add a test.
809
84139c58
RE
8102021-05-12 Richard Earnshaw <rearnsha@arm.com>
811
812 * testsuite/ld-arm/arm-elf.exp (farcall test for v8-m.mainline):
813 Correct expected output.
814
4a1ad5c9
RM
8152021-05-11 Roland McGrath <mcgrathr@google.com>
816
817 * testsuite/ld-x86-64/rela.d: Fix regexp not to presume a specific
818 address layout, so it works for e.g. --target=x86-64-elf.
819
22604fe6
NC
8202021-05-11 Nick Clifton <nickc@redhat.com>
821
822 PR 27113
823 * Makefile.am (install-data-local): Also delete libdep.dll.a if it
824 is present.
825 * Makefile.in: Regenerate.
826
5b45e89f
DD
8272021-05-10 Dimitar Dimitrov <dimitar@dinux.eu>
828
829 * testsuite/ld-elf/group8a.d: Remove pru from XFAIL list.
830 * testsuite/ld-elf/group8b.d: Ditto.
831 * testsuite/ld-elf/group9a.d: Ditto.
832 * testsuite/ld-elf/group9b.d: Ditto.
833 * testsuite/ld-elf/pr12851.d: Ditto.
834 * testsuite/ld-elf/pr22677.d: Ditto.
835 * testsuite/lib/ld-lib.exp (check_gc_sections_available): Remove
836 pru from list.
837
261980de
DD
8382021-05-10 Dimitar Dimitrov <dimitar@dinux.eu>
839
840 * scripttempl/pru.sc (.resource_table): Add ALIGN directive.
841 Use symbols for memory sizes.
842
cf758b39
MF
8432021-05-08 Mike Frysinger <vapier@gentoo.org>
844
845 * Makefile.am (html-local, doc/ld/index.html): New targets.
846 * Makefile.in: Regenerate.
847
2faf902d
MF
8482021-05-08 Mike Frysinger <vapier@gentoo.org>
849
850 * Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
851 * Makefile.in: Regenerate.
852
17c6c3b9
JB
8532021-05-07 Jan Beulich <jbeulich@suse.com>
854
855 * testsuite/ld-x86-64/rela.d: New.
856 * testsuite/ld-x86-64/x86-64.exp: Run new test.
857
d820a652
NC
8582021-05-07 Nick Clifton <nickc@redhat.com>
859
860 * ldelfgen.c (compare_link_order): Ignore section size when
861 performing a relocateable link.
862
70993db3
AM
8632021-05-07 Alan Modra <amodra@gmail.com>
864
865 * ldexp.c (update_definedness): Don't return false for absolute
866 symbols.
867 * ldmain.c (multiple_definition): Print "warning: " in message
868 when not a hard error.
869
973bba91
AM
8702021-05-07 Alan Modra <amodra@gmail.com>
871
872 * testsuite/ld-elf/pr27825-1.d: Correct xfail.
873 * testsuite/ld-elf/pr27825-2.d: Likewise.
874
284a1309
SH
8752021-05-06 Stafford Horne <shorne@gmail.com>
876
877 PR 27746
878 testsuite/ld-or1k/or1k.exp (or1kplttests): Add tests for linking
879 along with gotha() relocations.
880 testsuite/ld-or1k/gotha1.dd: New file.
881 testsuite/ld-or1k/gotha1.s: New file.
882 testsuite/ld-or1k/gotha2.dd: New file.
883 testsuite/ld-or1k/gotha2.s: New file
884 testsuite/ld-or1k/pltlib.s (x): Define size to avoid link
885 failure.
886
ae064303
NA
8872021-05-06 Nick Alcock <nick.alcock@oracle.com>
888
889 * testsuite/ld-ctf/ctf.exp: Use -gctf, not -gt.
890 * testsuite/lib/ld-lib.exp: Likewise.
891 * testsuite/ld-ctf/nonrepresentable-1.c: New test for nonrepresentable types.
892 * testsuite/ld-ctf/nonrepresentable-2.c: Likewise.
893 * testsuite/ld-ctf/nonrepresentable.d: Likewise.
894 * testsuite/ld-ctf/array.d: Larger type section.
895 * testsuite/ld-ctf/data-func-conflicted.d: Likewise.
896 * testsuite/ld-ctf/enums.d: Likewise.
897 * testsuite/ld-ctf/conflicting-enums.d: Don't compare types.
898 * testsuite/ld-ctf/cross-tu-cyclic-conflicting.d: Changed type order.
899 * testsuite/ld-ctf/cross-tu-noncyclic.d: Likewise.
900 * testsuite/ld-ctf/slice.d: Adjust for improved slice emission.
901
4467df35
L
9022021-05-05 H.J. Lu <hongjiu.lu@intel.com>
903
904 PR ld/27825
905 * testsuite/ld-elf/pr27825-1.d: New file.
906 * testsuite/ld-elf/pr27825-1a.s: Likewise.
907 * testsuite/ld-elf/pr27825-1b.s: Likewise.
908 * testsuite/ld-elf/pr27825-2.d: Likewise.
909 * testsuite/ld-elf/pr27825-2a.s: Likewise.
910 * testsuite/ld-elf/pr27825-2b.s: Likewise.
911
13ffdac3
AM
9122021-05-05 Alan Modra <amodra@gmail.com>
913
914 * testsuite/ld-powerpc/empty.s: New file.
915 * testsuite/ld-powerpc/undefweak.d,
916 * testsuite/ld-powerpc/undefweak.s: New testcase.
917 * testsuite/ld-powerpc/powerpc.exp: Run it.
918
df6fbc21
AM
9192021-05-03 Alan Modra <amodra@gmail.com>
920
921 * testsuite/ld-s390/tlspic_64.rd: Adjust expected output for
922 named section symbols.
923
24aebc79
NC
9242021-04-28 Nick Clifton <nickc@redhat.com>
925
926 * testsuite/ld-elf/anno-sym.s: New test source file.
927 * testsuite/ld-elf/anno-sym.d: New test driver.
928 * testsuite/ld-elf/anno-sym.l: New test error output.
929
a7664973
JB
9302021-04-26 Jan Beulich <jbeulich@suse.com>
931
932 * testsuite/ld-i386/pcrel16-2.s, testsuite/ld-i386/pcrel16-2.d,
933 testsuite/ld-x86-64/pcrel16-2.d: New.
934 * testsuite/ld-i386/i386.exp: Run new test.
935 * testsuite/ld-x86-64/x86-64.exp: Likewise.
936
69cc1945
L
9372021-04-23 H.J. Lu <hongjiu.lu@intel.com>
938
939 PR ld/27771
940 * testsuite/ld-bootstrap/bootstrap.exp: Create a symbolic link
941 to tmpdir/ldscripts only if it doesn't exist.
942
d018cd83
JB
9432021-04-22 Jan Beulich <jbeulich@suse.com>
944
945 PR ld/26659
946 * testsuite/ld-pe/pr26659-weak-undef-sym.d: Relax for Cygwin.
947
23356397
NC
9482021-04-21 Nick Clifton <nickc@redhat.com>
949
950 * testsuite/ld-aarch64/variant_pcs-now.d: Adjust expected output
951 to allow for named section symbols.
952 * testsuite/ld-aarch64/variant_pcs-r.d: Likewise.
953 * testsuite/ld-aarch64/variant_pcs-shared.d: Likewise.
954 * testsuite/ld-alpha/tlsbin.rd: Likewise.
955 * testsuite/ld-alpha/tlsbinr.rd: Likewise.
956 * testsuite/ld-alpha/tlspic.rd: Likewise.
957 * testsuite/ld-arm/rodata-merge-map.sym: Likewise.
958 * testsuite/ld-arm/script-type.sym: Likewise.
959 * testsuite/ld-cris/libdso-2.d: Likewise.
960 * testsuite/ld-cris/pr16044.d: Likewise.
961 * testsuite/ld-elf/sec64k.exp: Likewise.
962 * testsuite/ld-ia64/tlsbin.rd: Likewise.
963 * testsuite/ld-ia64/tlspic.rd: Likewise.
964 * testsuite/ld-mips-elf/global-local-symtab-sort-n64t.d: Likewise.
965 * testsuite/ld-mips-elf/global-local-symtab-sort-o32t.d: Likewise.
966 * testsuite/ld-mmix/bspec1.d: Likewise.
967 * testsuite/ld-mmix/bspec2.d: Likewise.
968 * testsuite/ld-mmix/local1.d: Likewise.
969 * testsuite/ld-mmix/local3.d: Likewise.
970 * testsuite/ld-mmix/local5.d: Likewise.
971 * testsuite/ld-mmix/local7.d: Likewise.
972 * testsuite/ld-mmix/undef-3.d: Likewise.
973 * testsuite/ld-powerpc/tlsso.r: Likewise.
974 * testsuite/ld-powerpc/tlsso32.r: Likewise.
975 * testsuite/ld-powerpc/tlstocso.r: Likewise.
976 * testsuite/ld-s390/tlsbin.rd: Likewise.
977 * testsuite/ld-s390/tlsbin_64.rd: Likewise.
978 * testsuite/ld-s390/tlspic.rd: Likewise.
979 * testsuite/ld-s390/tlspic_64.rd: Likewise.
980 * testsuite/ld-sparc/gotop32.rd: Likewise.
981 * testsuite/ld-sparc/gotop64.rd: Likewise.
982 * testsuite/ld-sparc/tlssunbin32.rd: Likewise.
983 * testsuite/ld-sparc/tlssunbin64.rd: Likewise.
984 * testsuite/ld-sparc/tlssunnopic32.rd: Likewise.
985 * testsuite/ld-sparc/tlssunnopic64.rd: Likewise.
986 * testsuite/ld-sparc/tlssunpic32.rd: Likewise.
987 * testsuite/ld-sparc/tlssunpic64.rd: Likewise.
988 * testsuite/ld-tic6x/common.d: Likewise.
989 * testsuite/ld-tic6x/shlib-1.rd: Likewise.
990 * testsuite/ld-tic6x/shlib-1b.rd: Likewise.
991 * testsuite/ld-tic6x/shlib-1r.rd: Likewise.
992 * testsuite/ld-tic6x/shlib-1rb.rd: Likewise.
993 * testsuite/ld-tic6x/shlib-app-1.rd: Likewise.
994 * testsuite/ld-tic6x/shlib-app-1b.rd: Likewise.
995 * testsuite/ld-tic6x/shlib-app-1r.rd: Likewise.
996 * testsuite/ld-tic6x/shlib-app-1rb.rd: Likewise.
997 * testsuite/ld-tic6x/shlib-noindex.rd: Likewise.
998 * testsuite/ld-tic6x/static-app-1.rd: Likewise.
999 * testsuite/ld-tic6x/static-app-1b.rd: Likewise.
1000 * testsuite/ld-tic6x/static-app-1r.rd: Likewise.
1001 * testsuite/ld-tic6x/static-app-1rb.rd: Likewise.
1002
c5df7e44
CC
10032021-04-20 Clément Chigot <clement.chigot@atos.net>
1004
1005 PR binutils/21700
1006 * testsuite/ld-powerpc/aix52.exp: Add new test.
1007 * testsuite/ld-powerpc/aix-neg-reloc-32.d: New test.
1008 * testsuite/ld-powerpc/aix-neg-reloc-64.d: New test.
1009 * testsuite/ld-powerpc/aix-neg-reloc.ex: New test.
1010 * testsuite/ld-powerpc/aix-neg-reloc.s: New test.
1011
6418520e
NC
10122021-04-13 Nick Clifton <nickc@redhat.com>
1013
1014 * ld.texi (Options): Add note about the effect of --as-needed on
1015 the --rpath and --rpath-link options on Linux based systems.
1016
1cfc6f00
AM
10172021-04-13 Alan Modra <amodra@gmail.com>
1018
1019 PR 27722
1020 * libdep_plugin.c (str2vec): Don't pass a potentially signed char
1021 to isspace.
1022
43e05cd4
AM
10232021-04-12 Alan Modra <amodra@gmail.com>
1024
1025 * configure.ac (--enable-checking): Add support.
1026 * config.in: Regenerate.
1027 * configure: Regenerate.
1028
2cc15b10
AM
10292021-04-12 Alan Modra <amodra@gmail.com>
1030
1031 * emultempl/mipself.em (mips_create_output_section_statements):
1032 Pass base type of hash table to is_elf_hash_table.
1033 * ldelf.c (ldelf_after_open): Likewise.
1034
fc304b88
AM
10352021-04-12 Alan Modra <amodra@gmail.com>
1036
1037 PR 27719
1038 * ldlang.c (lang_mark_undefineds, undef_start_stop): Test that
1039 the symbol hash table is the correct type before accessing
1040 elf_link_hash_entry symbols.
1041 * plugin.c (is_visible_from_outside): Likewise.
1042 * emultempl/armelf.em (ld${EMULATION_NAME}_finish): Likewise.
1043 * emultempl/solaris2.em (elf_solaris2_before_allocation): Likewise.
1044
c3f72de4
AM
10452021-04-09 Alan Modra <amodra@gmail.com>
1046
1047 * testsuite/ld-powerpc/inlinepcrel-1.d: Update expected output.
1048 * testsuite/ld-powerpc/inlinepcrel-2.d: Likewise.
1049 * testsuite/ld-powerpc/notoc2.d: Likewise.
1050 * testsuite/ld-powerpc/notoc3.d: Likewise.
1051 * testsuite/ld-powerpc/pcrelopt.d: Likewise.
1052 * testsuite/ld-powerpc/startstop.d: Likewise.
1053 * testsuite/ld-powerpc/tlsget.d: Likewise.
1054 * testsuite/ld-powerpc/tlsget2.d: Likewise.
1055 * testsuite/ld-powerpc/tlsld.d: Likewise.
1056 * testsuite/ld-powerpc/weak1.d: Likewise.
1057 * testsuite/ld-powerpc/weak1so.d: Likewise.
1058
bd3d1480
JB
10592021-04-06 Jan Beulich <jbeulich@suse.com>
1060
1061 * pe-dll.c (generate_reloc): Bail immediately when .reloc is
1062 being discarded. Warn when relocated entry is above .reloc.
1063
c774eab1
AM
10642021-04-05 Alan Modra <amodra@gmail.com>
1065
1066 * configure.ac: Move initfini-array arg handling earlier. Don't
1067 check for string.h, strings.h, stdlib.h, or locale.h. Do check
1068 for inttypes.h, stdint.h, sys/types.h. Don't check for
1069 setlocale, free, getev or strstr.
1070 (AC_ISC_POSIX): Don't invoke.
1071 * sysdep.h: Include string.h and stdlib.h unconditionally. Test
1072 HAVE_SYS_TYPE_H and HAVE_SYS_STAT_H. Remove strstr, free and
1073 getenv fallback declarations.
1074 * ld.h: Don't test HAVE_LOCALE_H.
1075 * ldmain.c: Don't test HAVE_SETLOCALE.
1076 * config.in: Regenerate.
1077 * configure: Regenerate.
1078
74edb473
TC
10792021-04-01 Tamar Christina <tamar.christina@arm.com>
1080
1081 PR ld/26659
1082 * testsuite/ld-pe/pe.exp: Add test.
1083 * testsuite/ld-pe/pr26659-weak-undef-sym.d: New test.
1084 * testsuite/ld-pe/pr26659-weak-undef-sym.s: New test.
1085
e9b095a5
ML
10862021-04-01 Martin Liska <mliska@suse.cz>
1087
1088 * ldbuildid.c (strneq): Remove strneq and use startswith.
1089 (validate_build_id_style): Likewise.
1090 (compute_build_id_size): Likewise.
1091
f38a2680
AM
10922021-03-31 Alan Modra <amodra@gmail.com>
1093
1094 * sysdep.h (POISON_BFD_BOOLEAN): Define.
1095 * configure.ac (elf_list_options, elf_shlib_list_options=false),
1096 (elf_plt_unwind_list_options=false): Replace FALSE with false,
1097 and TRUE with true.
1098 * emulparams/call_nop.sh, * emulparams/cet.sh,
1099 * emulparams/dynamic_undefined_weak.sh,
1100 * emulparams/elf32b4300.sh, * emulparams/elf32lm32.sh,
1101 * emulparams/elf32lr5900.sh, * emulparams/elf32lr5900n32.sh,
1102 * emulparams/elf32visium.sh, * emulparams/elf_x86_64.sh,
1103 * emulparams/extern_protected_data.sh, * emulparams/plt_unwind.sh,
1104 * emulparams/reloc_overflow.sh, * emulparams/static.sh,
1105 * emulparams/x86-64-lam.sh, * emultempl/aarch64elf.em,
1106 * emultempl/aix.em, * emultempl/alphaelf.em,
1107 * emultempl/armcoff.em, * emultempl/armelf.em,
1108 * emultempl/avrelf.em, * emultempl/beos.em, * emultempl/bfin.em,
1109 * emultempl/cr16elf.em, * emultempl/crxelf.em,
1110 * emultempl/cskyelf.em, * emultempl/elf.em, * emultempl/genelf.em,
1111 * emultempl/hppaelf.em, * emultempl/linux.em,
1112 * emultempl/m68hc1xelf.em, * emultempl/metagelf.em,
1113 * emultempl/mipself.em, * emultempl/mmix-elfnmmo.em,
1114 * emultempl/mmixelf.em, * emultempl/mmo.em, * emultempl/msp430.em,
1115 * emultempl/nios2elf.em, * emultempl/pdp11.em, * emultempl/pe.em,
1116 * emultempl/pep.em, * emultempl/ppc32elf.em,
1117 * emultempl/ppc64elf.em, * emultempl/rxelf.em,
1118 * emultempl/rxlinux.em, * emultempl/scoreelf.em,
1119 * emultempl/solaris2.em, * emultempl/spuelf.em,
1120 * emultempl/ticoff.em, * emultempl/v850elf.em, * emultempl/vms.em,
1121 * emultempl/xtensaelf.em, * emultempl/z80.em, * ld.h,
1122 * ldbuildid.c, * ldbuildid.h, * ldcref.c, * ldctor.c, * ldctor.h,
1123 * ldelf.c, * ldelf.h, * ldelfgen.c, * ldelfgen.h, * ldemul.c,
1124 * ldemul.h, * ldexp.c, * ldexp.h, * ldfile.c, * ldfile.h,
1125 * ldgram.y, * ldlang.c, * ldlang.h, * ldmain.c, * ldmain.h,
1126 * ldmisc.c, * ldmisc.h, * ldwrite.c, * lexsup.c, * mri.c,
1127 * pe-dll.c, * pe-dll.h, * pep-dll.h, * plugin.c, * plugin.h,
1128 * testplug.c, * testplug2.c, * testplug3.c, * testplug4.c: Replace
1129 bfd_boolean with bool, FALSE with false, and TRUE with true.
1130 * configure: Regenerate.
1131
3dfb1b6d
AM
11322021-03-31 Alan Modra <amodra@gmail.com>
1133
1134 * elf-hints-local.h: Include stdint.h in place of bfd_stdint.h.
1135 * emultempl/nds32elf.em: Likewise.
1136 * testsuite/ld-elf/mbind2b.c: Likewise.
1137 * testsuite/ld-elf/pr18718.c: Likewise.
1138 * testsuite/ld-elf/pr18720a.c: Likewise.
1139 * testsuite/ld-elf/pr25749-1.c: Likewise.
1140 * testsuite/ld-elf/pr25749-1a.c: Likewise.
1141 * testsuite/ld-elf/pr25749-1b.c: Likewise.
1142 * testsuite/ld-elf/pr25749-1c.c: Likewise.
1143 * testsuite/ld-elf/pr25749-1d.c: Likewise.
1144 * testsuite/ld-elf/pr25749-2.c: Likewise.
1145 * testsuite/ld-elf/pr25754-1a.c: Likewise.
1146 * testsuite/ld-elf/pr25754-2a.c: Likewise.
1147 * testsuite/ld-elf/pr25754-3a.c: Likewise.
1148 * testsuite/ld-elf/pr25754-4a.c: Likewise.
1149 * testsuite/ld-elf/pr25754-5a.c: Likewise.
1150 * testsuite/ld-elf/pr25754-6a.c: Likewise.
1151
63b4cc53
AM
11522021-03-29 Alan Modra <amodra@gmail.com>
1153
1154 * emultempl/aix.em (gld${EMULATION_NAME}_before_allocation): Simplify
1155 boolean expression.
1156 * lexsup.c (parse_args): Likewise.
1157 * pe-dll.c (pe_dll_id_target): Likewise.
1158
8592be8c
NA
11592021-03-25 Nick Alcock <nick.alcock@oracle.com>
1160
1161 * testsuite/ld-ctf/array.d: Only check that the data object
1162 section is nonempty: do not check its exact size.
1163 * testsuite/ld-ctf/diag-parlabel.d: Likewise.
1164 * testsuite/ld-ctf/slice.d: Likewise.
1165 * testsuite/ld-ctf/data-func-conflicted.d: Likewise, and for the
1166 func info section too.
1167 * testsuite/ld-ctf/function.d: Likewise, for the func info section.
1168
08dedd66
ML
11692021-03-22 Martin Liska <mliska@suse.cz>
1170
1171 * emultempl/aix.em: Replace usage of CONST_STRNEQ with startswith.
1172 * emultempl/beos.em: Likewise.
1173 * emultempl/elf.em: Likewise.
1174 * emultempl/pe.em: Likewise.
1175 * emultempl/pep.em: Likewise.
1176 * emultempl/xtensaelf.em: Likewise.
1177 * ldctor.c (ctor_prio): Likewise.
1178 * ldelf.c (ldelf_try_needed): Likewise.
1179 (ldelf_parse_ld_so_conf): Likewise.
1180 (ldelf_after_open): Likewise.
1181 (output_rel_find): Likewise.
1182 (ldelf_place_orphan): Likewise.
1183 * ldfile.c (ldfile_add_library_path): Likewise.
1184 * ldlang.c (lang_add_input_file): Likewise.
1185 * ldmain.c (get_sysroot): Likewise.
1186 (get_emulation): Likewise.
1187 (add_archive_element): Likewise.
1188 * ldwrite.c (unsplittable_name): Likewise.
1189 (clone_section): Likewise.
1190 * lexsup.c (parse_args): Likewise.
1191 * pe-dll.c (is_import): Likewise.
1192 (pe_implied_import_dll): Likewise.
1193
1de96e5d
L
11942021-03-19 H.J. Lu <hongjiu.lu@intel.com>
1195
1196 PR ld/27590
1197 * testsuite/ld-x86-64/pr27590.rd: New file.
1198 * testsuite/ld-x86-64/pr27590a.obj.bz2: Likewise.
1199 * testsuite/ld-x86-64/pr27590b.obj.bz2: Likewise.
1200 * testsuite/ld-x86-64/x86-64.exp: Run ld/27590 test.
1201
15407e7e
AM
12022021-03-20 Alan Modra <amodra@gmail.com>
1203
1204 PR 27590
1205 * ldlang.c (lang_gc_sections): Clear SEC_EXCLUDE when relocatable
1206 for all sections except .stabstr.
1207
fba7f753
AM
12082021-03-19 Alan Modra <amodra@gmail.com>
1209
1210 PR 27590
1211 * testsuite/ld-elf/pr27590a.d: Match relocs using label, and
1212 R_MIPS_NONE.
1213 * testsuite/ld-elf/pr27590b.d: Likewise.
1214
3818d4ab
L
12152021-03-18 H.J. Lu <hongjiu.lu@intel.com>
1216
1217 PR ld/27590
1218 * testsuite/ld-elf/pr27590.s: New file.
1219 * testsuite/ld-elf/pr27590a.d: Likewise.
1220 * testsuite/ld-elf/pr27590b.d: Likewise.
1221 * testsuite/ld-i386/i386.exp: Also run ld/27193 test with
1222 --reduce-memory-overheads.
1223
51f6e7a9
L
12242021-03-18 H.J. Lu <hongjiu.lu@intel.com>
1225
1226 PR ld/27587
1227 * testsuite/ld-x86-64/pr27587.err: New file.
1228 * testsuite/ld-x86-64/pr27587a.obj.bz2: Likewise.
1229 * testsuite/ld-x86-64/pr27587b.obj.bz2: Likewise.
1230 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/27587 test.
1231
69a28486
NA
12322021-03-18 Nick Alcock <nick.alcock@oracle.com>
1233
1234 * testsuite/ld-ctf/slice.c: Check slices of enums too.
1235 * testsuite/ld-ctf/slice.d: Results adjusted.
1236
ee42883c
NC
12372021-03-16 Nick Clifton <nickc@redhat.com>
1238
1239 * pe-dll.c (pe_find_cdecl_alias_match): Use memmove to overwrite
1240 lname string.
1241
c68b1842
JB
12422021-03-15 Jan Beulich <jbeulich@suse.com>
1243
1244 * pe-dll.c (generate_reloc): Drop padding to reloc_s->size.
1245
203a206d
AM
12462021-03-12 Alan Modra <amodra@gmail.com>
1247
1248 * Makefile.am (ALL_EMULATION_SOURCES): Move riscv files to..
1249 (ALL_64_EMULATION_SOURCES): ..here.
1250 * Makefile.in: Regenerate.
1251
1b2cb8e2
CC
12522021-03-12 Clément Chigot <clement.chigot@atos.net>
1253
1254 * emultempl/aix.em: Ensure .tdata section is removed
1255 if empty, even with -r flag.
1256 * scripttempl/aix.sc: Handle TLS sections.
1257 * testsuite/ld-powerpc/aix52.exp: Add new tests.
1258 * testsuite/ld-powerpc/aix-tls-reloc-32.d: New test.
1259 * testsuite/ld-powerpc/aix-tls-reloc-64.d: New test.
1260 * testsuite/ld-powerpc/aix-tls-reloc.ex: New test.
1261 * testsuite/ld-powerpc/aix-tls-reloc.s: New test.
1262 * testsuite/ld-powerpc/aix-tls-section-32.d: New test.
1263 * testsuite/ld-powerpc/aix-tls-section-64.d: New test.
1264 * testsuite/ld-powerpc/aix-tls-section.ex: New test.
1265 * testsuite/ld-powerpc/aix-tls-section.s: New test.
1266
4a403be0
CC
12672021-03-12 Clément Chigot <clement.chigot@atos.net>
1268
1269 * scripttempl/aix.sc: Add .te to .data section.
1270 * testsuite/ld-powerpc/aix52.exp: Add test structure for AIX7+.
1271 Add aix-largetoc-1 test.
1272 * testsuite/ld-powerpc/aix-largetoc-1-32.d: New test.
1273 * testsuite/ld-powerpc/aix-largetoc-1-64.d: New test.
1274 * testsuite/ld-powerpc/aix-largetoc-1.ex: New test.
1275 * testsuite/ld-powerpc/aix-largetoc-1.s: New test.
1276
68cb2183
AM
12772021-03-12 Alan Modra <amodra@gmail.com>
1278
1279 * testsuite/ld-gc/gc.exp: Pass "-image-base 0" to ld for PE, and
1280 arrange to define __main for some run_dump_test tests.
1281 * testsuite/ld-gc/pr13683.d: Accept more symbols.
1282 * testsuite/ld-gc/pr14265.d: Likewise, and ordering.
1283 * testsuite/ld-scripts/crossref.exp: Pass "-image-base 0" to ld for PE.
1284 * testsuite/ld-srec/srec.exp: Likewise.
1285 * testsuite/lib/ld-lib.exp (ld_link_defsyms): Use is_pecoff_format.
1286
ebdcad3f
NC
12872021-03-11 Nelson Chu <nelson.chu@sifive.com>
1288
1289 * emultempl/riscvelf.em (after_allocation): Run ldelf_map_segments
1290 many times if riscv_restart_relax_sections returns TRUE.
1291 * testsuite/ld-riscv-elf/restart-relax.d: New testcase. Before
1292 applying this patch, the call won't be relaxed to jal; But now we
1293 have more chances to do relaxations.
1294 * testsuite/ld-riscv-elf/restart-relax.s: Likewise.
1295 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Updated.
1296
67b0f684
JB
12972021-03-10 Jan Beulich <jbeulich@suse.com>
1298
1299 * testsuite/ld-scripts/pr22267.t: Avoid symbol value with more
1300 than 32 set bits.
1301 * testsuite/ld-scripts/pr22267.d: Adjust expectation and drop
1302 comment.
1303 * scripttempl/mcorepe.sc: Use PROVIDE() for _stack.
1304
5dc75cf3
JB
13052021-03-09 Jan Beulich <jbeulich@suse.com>
1306
1307 * testsuite/ld-pe/reloc.s: Add entry point symbols. Increase
1308 alignment to 4k.
1309 * testsuite/ld-pe/reloc.d: xfail for mcore.
1310
87fa7d56
JB
13112021-03-09 Jan Beulich <jbeulich@suse.com>
1312
1313 * testsuite/ld-scripts/alignof.exp,
1314 testsuite/ld-scripts/data.exp,
1315 testsuite/ld-scripts/default-script.exp,
1316 testsuite/ld-scripts/log2.exp,
1317 testsuite/ld-scripts/print-memory-usage.exp,
1318 testsuite/ld-scripts/sizeof.exp,
1319 testsuite/ld-undefined/weak-undef.exp: Set image base to zero
1320 for PE/COFF.
1321 * testsuite/ld-scripts/default-script1.d,
1322 testsuite/ld-scripts/default-script2.d,
1323 testsuite/ld-scripts/default-script3.d,
1324 testsuite/ld-scripts/default-script4.d: Drop xfail and comment.
1325
8c0546e9
L
13262021-03-05 H.J. Lu <hongjiu.lu@intel.com>
1327
1328 PR ld/27425
1329 PR ld/27432
1330 * ldelf.c (ldelf_set_output_arch): New function.
1331 * ldelf.h (ldelf_set_output_arch): New prototype.
1332 * emultempl/elf.em (LDEMUL_SET_OUTPUT_ARCH): Default to
1333 ldelf_set_output_arch.
1334 * ld-x86-64/pe-x86-64-1.od: Expect __executable_start.
1335 * testsuite/ld-x86-64/pe-x86-64-2.od: Likewise.
1336 * testsuite/ld-x86-64/pe-x86-64-3.od: Likewise.
1337 * testsuite/ld-x86-64/pe-x86-64-4.od: Likewise.
1338 * testsuite/ld-x86-64/pe-x86-64-5.od: Likewise.
1339 * testsuite/ld-x86-64/pe-x86-64-5.rd: Likewise.
1340 * testsuite/ld-x86-64/pe-x86-64-6.obj.bz2: New file.
1341 * testsuite/ld-x86-64/pe-x86-64-6.od: Likewise.
1342 * testsuite/ld-x86-64/pe-x86-64.exp: Run ld/27425 test.
1343
d4e5db4e
JB
13442021-03-04 Jan Beulich <jbeulich@suse.com>
1345
1346 * testsuite/ld-scripts/map-address.exp: Set image base to zero
1347 for PE/COFF.
1348 * testsuite/ld-scripts/map-address.t: Place .text.
1349
6fa7408d
JB
13502021-03-04 Jan Beulich <jbeulich@suse.com>
1351
1352 * ldexp.c (ldexp_is_final_sym_absolute): New.
1353 * ldexp.h (ldexp_is_final_sym_absolute): Declare.
1354 * pe-dll.c (generate_reloc): Skip absolute symbols.
1355 * testsuite/ld-pe/reloc.s, testsuite/ld-pe/reloc.d: New.
1356 * testsuite/ld-pe/pe.exp: Run new test.
1357
5789f845
AM
13582021-03-03 Alan Modra <amodra@gmail.com>
1359
1360 PR 27500
1361 * ldlang.c (insert_undefined): Don't mark symbols here.
1362 (lang_mark_undefineds): Do so here instead, new function.
1363 (lang_process): Call lang_mark_undefineds.
1364 * testsuite/ld-gc/start3.d,
1365 * testsuite/ld-gc/start3.s: New test.
1366 * testsuite/ld-gc/start4.d,
1367 * testsuite/ld-gc/start4.s: New test.
1368 * testsuite/ld-gc/gc.exp: Run them.
1369
270f32fc
AM
13702021-03-03 Alan Modra <amodra@gmail.com>
1371
1372 * testsuite/ld-gc/gc.exp: Define UNDERSCORE in ASFLAGS.
1373 Move tests with ELF section directives to is_elf_format block.
1374 * testsuite/ld-gc/abi-note.d: Run on more targets.
1375 * testsuite/ld-gc/pr19167.d: Likewise and adjust xfails.
1376 * testsuite/ld-gc/start.d: Likewise.
1377 * testsuite/ld-gc/start2.d: Likewise.
1378 * testsuite/ld-gc/stop.d: Likewise.
1379 * testsuite/ld-gc/pr19167a.s: Add support for underscore targets.
1380 * testsuite/ld-gc/start.s: Likewise.
1381 * testsuite/ld-gc/start2.s: Likewise.
1382
211bcd01
NA
13832021-03-02 Nick Alcock <nick.alcock@oracle.com>
1384
1385 * ldelfgen.c (ldelf_ctf_strtab_iter_cb): Skip zero-refcount strings.
1386
b80e421f
AM
13872021-03-02 Alan Modra <amodra@gmail.com>
1388
1389 * testsuite/ld-powerpc/startstop.d,
1390 * testsuite/ld-powerpc/startstop.r,
1391 * testsuite/ld-powerpc/startstop.s: New test.
1392 * testsuite/ld-powerpc/powerpc.exp: Run it.
1393
f5b9c288
AM
13942021-03-02 Alan Modra <amodra@gmail.com>
1395
1396 * testsuite/ld-powerpc/weak1.d,
1397 * testsuite/ld-powerpc/weak1.r,
1398 * testsuite/ld-powerpc/weak1.s,
1399 * testsuite/ld-powerpc/weak1so.d,
1400 * testsuite/ld-powerpc/weak1so.r: New tests.
1401 * testsuite/ld-powerpc/powerpc.exp: Run them.
1402
ba6eb62f
NC
14032021-03-01 Hannes Domani <ssbssa@sourceware.org>
1404 Nick Clifton <nickc@redhat.com>
1405
1406 PR 27268
1407 * scripttempl/pe.sc: Add DWARF-5 section names.
1408 * scripttempl/pep.sc: Likewise.
1409
8ee10e86
AM
14102021-03-01 Alan Modra <amodra@gmail.com>
1411 Fangrui Song <maskray@google.com>
1412
1413 * emultempl/elf.em: Handle -z start-stop-gc and -z nostart-stop-gc.
1414 * lexsup.c (elf_static_list_options): Display help for them. Move
1415 help for -z stack-size to here from elf_shlib_list_options. Add
1416 help for -z start-stop-visibility and -z undefs.
1417 * ld.texi: Document -z start-stop-gc and -z nostart-stop-gc.
1418 * NEWS: Mention -z start-stop-gc.
1419 * testsuite/ld-gc/start2.s,
1420 * testsuite/ld-gc/start2.d: New test.
1421 * testsuite/ld-gc/gc.exp: Run it.
1422
7824c1d2
AM
14232021-03-01 Alan Modra <amodra@gmail.com>
1424
1425 * ldlang.c (undef_start_stop): For ELF make undefined start/stop
1426 symbols undefweak if that was how they were referenced. Undo
1427 dynamic state too.
1428
6a1224ec
AM
14292021-03-01 Alan Modra <amodra@gmail.com>
1430
1431 * testsuite/ld-elf/pr25708.d: Add --with-symbol-versions to nm.
1432 * testsuite/ld-elf/pr27128a.d: Likewise.
1433 * testsuite/ld-elf/pr27128b.d: Likewise.
1434 * testsuite/ld-elf/pr27128c.d: Likewise.
1435 * testsuite/ld-elf/pr27128d.d: Likewise.
1436 * testsuite/ld-elf/pr27128e.d: Likewise.
1437
bfece756
AM
14382021-02-26 Alan Modra <amodra@gmail.com>
1439
1440 PR 27441
1441 * testsuite/ld-plugin/pr27441a.c,
1442 * testsuite/ld-plugin/pr27441b.c,
1443 * testsuite/ld-plugin/pr27441c.c,
1444 * testsuite/ld-plugin/pr27441c.d: New test.
1445 * testsuite/ld-plugin/lto.exp: Run it.
1446
3c27360b
JB
14472021-02-25 Jan Beulich <jbeulich@suse.com>
1448
1449 * ld.texi (PROVIDE): Downgrade "error" to "diagnostic".
1450
89753bbf
AM
14512021-02-21 Alan Modra <amodra@gmail.com>
1452
1453 * ldexp.c (exp_fold_tree_1): Warn on script defining a symbol
1454 defined in an object file.
1455 * ldmain.c (multiple_definition): Heed info->warn_multiple_definition.
1456 * testsuite/ld-scripts/defined5.d: Expect a warning.
1457
2f973f13
AM
14582021-02-19 Alan Modra <amodra@gmail.com>
1459
1460 * testsuite/lib/ld-lib.exp: Whitespace.
1461 (load_common_lib): Expand single use and delete this proc.
1462 (run_host_cmd): Use -fno-lto when getting gcc's ld version.
1463 Use -B for clang too.
1464
a364a116
AB
14652021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
1466
1467 * testplugin.c (record_read_length): Remove debug fprintf.
1468
5b1f6c95
AM
14692021-02-14 Alan Modra <amodra@gmail.com>
1470
1471 * testsuite/ld-cdtest/cdtest.exp,
1472 * testsuite/ld-checks/checks.exp,
1473 * testsuite/ld-elf/binutils.exp,
1474 * testsuite/ld-elf/compress.exp,
1475 * testsuite/ld-elf/dwarf.exp,
1476 * testsuite/ld-elf/exclude.exp,
1477 * testsuite/ld-elf/frame.exp,
1478 * testsuite/ld-elf/indirect.exp,
1479 * testsuite/ld-elf/linux-x86.exp,
1480 * testsuite/ld-elf/sec-to-seg.exp,
1481 * testsuite/ld-elf/tls_common.exp,
1482 * testsuite/ld-elfcomm/elfcomm.exp,
1483 * testsuite/ld-elfvers/vers.exp,
1484 * testsuite/ld-elfvsb/elfvsb.exp,
1485 * testsuite/ld-elfweak/elfweak.exp,
1486 * testsuite/ld-ifunc/binutils.exp,
1487 * testsuite/ld-mips-elf/mips-elf-flags.exp,
1488 * testsuite/ld-misc/defsym.exp,
1489 * testsuite/ld-mn10300/mn10300.exp,
1490 * testsuite/ld-plugin/lto.exp,
1491 * testsuite/ld-plugin/plugin.exp,
1492 * testsuite/ld-scripts/align.exp,
1493 * testsuite/ld-scripts/assert.exp,
1494 * testsuite/ld-scripts/crossref.exp,
1495 * testsuite/ld-scripts/defined.exp,
1496 * testsuite/ld-scripts/extern.exp,
1497 * testsuite/ld-scripts/log2.exp,
1498 * testsuite/ld-scripts/map-address.exp,
1499 * testsuite/ld-scripts/phdrs.exp,
1500 * testsuite/ld-scripts/phdrs2.exp,
1501 * testsuite/ld-scripts/script.exp,
1502 * testsuite/ld-scripts/section-flags.exp,
1503 * testsuite/ld-scripts/sizeof.exp,
1504 * testsuite/ld-scripts/weak.exp,
1505 * testsuite/ld-selective/selective.exp,
1506 * testsuite/ld-sh/sh.exp,
1507 * testsuite/ld-shared/shared.exp,
1508 * testsuite/ld-srec/srec.exp,
1509 * testsuite/ld-tic6x/tic6x.exp,
1510 * testsuite/ld-undefined/undefined.exp,
1511 * testsuite/ld-undefined/weak-undef.exp,
1512 * testsuite/lib/ld-lib.exp: Don't use unresolved except after
1513 perror. Instead report "unsupported" or "fail".
1514
c46b7066
NC
15152021-02-12 Nick Clifton <nickc@redhat.com>
1516
1517 * testsuite/ld-elf/sec64k.exp: Stop readelf from automatically
1518 following debug links.
1519
933feaf3
AM
15202021-02-11 Alan Modra <amodra@gmail.com>
1521
1522 * NEWS: Mention arm-symbianelf removal.
1523
a57d1773
AM
15242021-02-09 Alan Modra <amodra@gmail.com>
1525
1526 * Makefile.am (ALL_EMULATION_SOURCES): Remove earmsymbian.c.
1527 Don't include symbian dep file.
1528 * configure.tgt: Remove arm*-*-symbianelf* entry.
1529 * emulparams/armsymbian.sh: Delete.
1530 * ld.texi: Don't mention symbian.
1531 * scripttempl/armbpabi.sc: Delete.
1532 * testsuite/ld-arm/symbian-seg1.d: Delete.
1533 * testsuite/ld-arm/symbian-seg1.s: Delete.
1534 * testsuite/ld-arm/arm-elf.exp: Don't run symbian-seg1.
1535 * Makefile.in: Regenerate.
1536 * po/BLD-POTFILES.in: Regenerate.
1537
38a143aa
L
15382021-02-07 H.J. Lu <hongjiu.lu@intel.com>
1539
1540 PR ld/27358
1541 * testsuite/ld-i386/i386.exp: Remove property 3/4/5 run-time
1542 tests.
1543 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1544
35a01a04
NA
15452021-01-26 Nick Alcock <nick.alcock@oracle.com>
1546
1547 * ldlang.c (lang_merge_ctf): Set CTF_LINK_NO_FILTER_REPORTED_SYMS
1548 when appropriate.
1549
1a2f1b54
L
15502021-02-04 H.J. Lu <hongjiu.lu@intel.com>
1551
1552 PR ld/19609
1553 * testsuite/ld-x86-64/pr19609-2a.d: Updated.
1554 * testsuite/ld-x86-64/pr19609-2b.d: Likewise.
1555 * testsuite/ld-x86-64/pr19609-4a.d: Likewise.
1556 * testsuite/ld-x86-64/pr19609-4c.d: Likewise.
1557 * testsuite/ld-x86-64/pr19609-5d.d: Likewise.
1558 * testsuite/ld-x86-64/pr19609-7a.d: Likewise.
1559 * testsuite/ld-x86-64/pr19609-7c.d: Likewise.
1560
37707bd8
L
15612021-02-04 H.J. Lu <hongjiu.lu@intel.com>
1562
1563 PR ld/15146
1564 * testsuite/ld-plugin/lto.exp: Run PR ld/15146 tests.
1565 * testsuite/ld-plugin/pr15146.d: Restored.
1566 * testsuite/ld-plugin/pr15146a.c: Likewise.
1567 * testsuite/ld-plugin/pr15146b.c: Likewise.
1568 * testsuite/ld-plugin/pr15146c.c: Likewise.
1569 * testsuite/ld-plugin/pr15146d.c: Likewise.
1570
7d409ac0
AM
15712021-02-04 Alan Modra <amodra@gmail.com>
1572
1573 * testsuite/ld-plugin/pr27311d.c: New test.
1574 * testsuite/ld-plugin/lto.exp: Rename pr27311 to pr27311-1, compile
1575 and link new test as pr27311-2.
1576
69551367
AM
15772021-02-03 Alan Modra <amodra@gmail.com>
1578
1579 * testsuite/ld-ifunc/ifunc.exp (libpr16467b.so, libpr16467bn.so):
1580 Link with --as-needed.
1581
9918bff7
AM
15822021-02-02 Alan Modra <amodra@gmail.com>
1583
1584 * testsuite/ld-plugin/pr27311.d,
1585 * testsuite/ld-plugin/pr27311.ver,
1586 * testsuite/ld-plugin/pr27311a.c,
1587 * testsuite/ld-plugin/pr27311b.c,
1588 * testsuite/ld-plugin/pr27311c.c: New testcase.
1589 * testsuite/ld-plugin/lto.exp: Run it. Correct PR14918 and
1590 PR12982 entries.
1591
1f568f9a
EH
15922021-02-01 Emery Hemingway <ehmry@posteo.net>
1593
1594 * configure.tgt: Add *-*-genode* as a target for AArch64 and x86.
1595
fb6c220e
AM
15962021-02-01 Alan Modra <amodra@gmail.com>
1597
1598 * ldgram.y (defsym_expr): Use assignment rule.
1599 * ldlex.h (ldlex_defsym): Delete.
1600 * ldlex.l (DEFSYMEXP, ldlex_defsym): Delete.
1601
40726f16
AM
16022021-02-01 Alan Modra <amodra@gmail.com>
1603
1604 * ldgram.y (section): Call ldlex_backup. Remove empty action.
1605 * ldlex.h (ldlex_backup): Declare.
1606 * ldlex.l (<EXPRESSION>NAME): Don't use NOCFILENAMECHAR set of
1607 chars, use SYMBOLNAMECHAR.
1608 (ldlex_backup): New function.
1609
a5f92c67
AM
16102021-02-01 Alan Modra <amodra@gmail.com>
1611
1612 * ldgram.y: Whitespace fixes.
1613
49daa38f
AM
16142021-02-01 Alan Modra <amodra@gmail.com>
1615
1616 * testsuite/ld-elf/pr27259.d: Correct sh_link match.
1617
c4566785
AM
16182021-01-29 Alan Modra <amodra@gmail.com>
1619
1620 * testsuite/ld-tic6x/tic6x.exp: Add pr27271 test.
1621
53e556e5
L
16222021-01-28 H.J. Lu <hongjiu.lu@intel.com>
1623
1624 PR ld/27259
1625 * testsuite/ld-elf/pr27259.d: New file.
1626 * testsuite/ld-elf/pr27259.s: Likewise.
1627
def97fb9
AM
16282021-01-28 Alan Modra <amodra@gmail.com>
1629
1630 PR 27259
1631 * ldelf.c (ldelf_before_place_orphans): Use linker_mark to
1632 prevent endless looping of linked-to sections.
1633
2eda57ef
L
16342021-01-26 H.J. Lu <hongjiu.lu@intel.com>
1635
1636 * testsuite/ld-x86-64/bnd-plt-1.d: Fix a typo.
1637
1c9c9b9b
AM
16382021-01-26 Alan Modra <amodra@gmail.com>
1639
1640 PR 27226
1641 * emulparams/alphavms.sh: Don't set COMPILE_IN.
1642 * emulparams/elf64_ia64_vms.sh: Likewise.
1643 * emulparams/elf64mmix.sh: Likewise.
1644 * emulparams/elf_iamcu.sh: Likewise.
1645 * emulparams/elf_k1om.sh: Likewise.
1646 * emulparams/elf_l1om.sh: Likewise.
1647 * emulparams/mmo.sh: Likewise.
1648 * emulparams/pdp11.sh: Set DATA_SEG_ADDR.
1649 * scripttempl/pdp11.sc: Use it.
1650 * emultempl/pdp11.em: Don't edit .xn script for separate_code,
1651 instead use .xe script. Support scripts from file system.
1652 * emultempl/beos.em: Support scripts from file system.
1653 * emultempl/pe.em: Likewise.
1654 * emultempl/pep.em: Likewise.
1655 * testsuite/ld-bootstrap/bootstrap.exp: Make tmpdir/ldscripts link.
1656
9e42b976
FS
16572021-01-25 Fangrui Song <maskray@google.com>
1658
1659 PR ld/27230
1660 * scripttempl/DWARF.sc: Add .debug_* sections.
1661
b8df6900
NC
16622021-01-25 Nick Clifton <nickc@redhat.com>
1663
1664 * scripttempl/DWARF.sc: Add .debug_loclists, .debug_rnglists,
1665 .debug_line_str and .debug_str_offsets. Move .debug_macro and
1666 .debug_addr into DWARF-5 section.
1667
c78eec44
AM
16682021-01-21 Alan Modra <amodra@gmail.com>
1669
1670 * testsuite/ld-elf/pr26936.d: No longer xfail mips.
1671
4bd7c902
AM
16722021-01-20 Alan Modra <amodra@gmail.com>
1673
1674 * testsuite/ld-powerpc/relbrlt.s: Make symbols global.
1675 * testsuite/ld-powerpc/relbrlt.d: Adjust to suit.
1676 * testsuite/ld-powerpc/tlsget.d: Adjust for reordered stubs.
1677 * testsuite/ld-powerpc/tlsget.wf: Likewise.
1678 * testsuite/ld-powerpc/tlsget2.d: Likewise.
1679 * testsuite/ld-powerpc/tlsget2.wf: Likewise.
1680 * testsuite/ld-powerpc/tlsexe.r: Adjust for removed section syms.
1681 * testsuite/ld-powerpc/tlsexe32.r: Likewise.
1682 * testsuite/ld-powerpc/tlsexe32no.r: Likewise.
1683 * testsuite/ld-powerpc/tlsexeno.r: Likewise.
1684 * testsuite/ld-powerpc/tlsexenors.r: Likewise.
1685 * testsuite/ld-powerpc/tlsexers.r: Likewise.
1686 * testsuite/ld-powerpc/tlsexetoc.r: Likewise.
1687 * testsuite/ld-powerpc/tlsexetocrs.r: Likewise.
1688 * testsuite/ld-powerpc/tlsso.r: Likewise.
1689 * testsuite/ld-powerpc/tlsso32.r: Likewise.
1690 * testsuite/ld-powerpc/tlstocso.r: Likewise.
1691
c98de297
NA
16922021-01-19 Nick Alcock <nick.alcock@oracle.com>
1693
1694 * testsuite/ld-ctf/data-func-2.c: Stop removal of the extern foo_t
1695 symbols by the optimizer.
1696 * testsuite/ld-ctf/data-func-conflicted.d: Adjust accordingly.
1697
85e963f1
NC
16982021-01-19 Nelson Chu <nelson.chu@sifive.com>
1699
1700 * testsuite/ld-elf/elf.exp (riscv_little_endian): Added. Return true
1701 if target is riscv little endian. Otherwise, return false.
1702 * testsuite/ld-elf/compressed1d.d: Only xfail the riscv little endian
1703 targets by [riscv_little_endian].
1704
326adec3
AM
17052021-01-18 Alan Modra <amodra@gmail.com>
1706
1707 PR 26378
1708 * ldlang.c (map_input_to_output_sections): Start with a read-only
1709 section for data statements.
1710 * testsuite/ld-elf/size-2.d: Adjust to suit.
1711
994b2513
L
17122021-01-17 H.J. Lu <hongjiu.lu@intel.com>
1713
1714 PR ld/27193
1715 * testsuite/ld-i386/i386.exp: Run PR ld/27193 test.
1716 * testsuite/ld-i386/pr27193.dd: New file.
1717 * testsuite/ld-i386/pr27193a.o.bz2: Likewise.
1718 * testsuite/ld-i386/pr27193b.s: Likewise.
1719
edf0f284
L
17202021-01-16 H.J. Lu <hongjiu.lu@intel.com>
1721
1722 PR binutils/23460
1723 * testsuite/ld-plugin/lto.exp: Increase the max number of open
1724 files to 20 for PR binutils/23460 test.
1725
75a933f3
L
17262021-01-16 H.J. Lu <hongjiu.lu@intel.com>
1727
1728 PR ld/23169
1729 * testsuite/ld-ifunc/ifunc.exp: Replace pr23169c.rd with
1730 pr23169a.rd for pr23169c and pr23169f. Remove pr23169e tests.
1731 * testsuite/ld-ifunc/pr23169a.c (foo): Don't compare function
1732 address.
1733
68b00778
L
17342021-01-15 H.J. Lu <hongjiu.lu@intel.com>
1735
1736 * NEWS: Mention -z report-relative-reloc.
1737 * ld.texi: Document -z report-relative-reloc.
1738 * emulparams/elf32_x86_64.sh: Source x86-report-relative.sh.
1739 * emulparams/elf_i386.sh: Likewse.
1740 * emulparams/elf_x86_64.sh: Likewse.
1741 * emulparams/x86-report-relative.sh: New file.
1742 * testsuite/ld-i386/report-reloc-1.d: Likewse.
1743 * testsuite/ld-i386/report-reloc-1.l: Likewse.
1744 * testsuite/ld-i386/report-reloc-1.s: Likewse.
1745 * testsuite/ld-x86-64/report-reloc-1-x32.d: Likewse.
1746 * testsuite/ld-x86-64/report-reloc-1.d: Likewse.
1747 * testsuite/ld-x86-64/report-reloc-1.l: Likewse.
1748 * testsuite/ld-x86-64/report-reloc-1.s: Likewse.
1749 * testsuite/ld-i386/i386.exp: Run report-reloc-1.
1750 * testsuite/ld-x86-64/x86-64.exp: Run report-reloc-1 and
1751 report-reloc-1-x32.
1752
eb6e6af8
AM
17532021-01-16 Alan Modra <amodra@gmail.com>
1754
1755 PR 26002
1756 * testsuite/ld-elfvers/vers6.dsym: Expect "Base" for undefined
1757 unversioned symbols.
1758 * testsuite/ld-elfvers/vers16.dsym: Likewise.
1759
b800637e
NC
17602021-01-15 Nelson Chu <nelson.chu@sifive.com>
1761
1762 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-01.d: Updated.
1763 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-02.d: Likewise.
1764 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-03.d: Likewise.
1765 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-04.d: Likewise.
1766 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-05.d: Likewise.
1767 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-06.d: Likewise.
1768
5a10699f
NC
17692021-01-14 Nick Clifton <nickc@redhat.com>
1770
1771 * po/fr.po: Updated French translation.
1772
271bea6a
MF
17732021-01-14 Mike Frysinger <vapier@gentoo.org>
1774
1775 * testsuite/config/default.exp [bfin*-elf*] (gcc_B_opt): Add -msim.
1776
4120e488
AM
17772021-01-14 Alan Modra <amodra@gmail.com>
1778
1779 PR 27160
1780 * ldelfgen.c (compare_link_order): Protect access of ELF section
1781 data.
1782 (add_link_order_input_section): Remove redundant NULL check.
1783 Use bfd_get_flavour.
1784 (ldelf_map_segments): Use bfd_get_flavour.
1785
b634d11d
L
17862021-01-13 H.J. Lu <hongjiu.lu@intel.com>
1787
1788 * ldelfgen.c (add_link_order_input_section): Check for ELF input
1789 before accessing ELF section data.
1790
5347ed60
AM
17912021-01-13 Alan Modra <amodra@gmail.com>
1792
1793 * Makefile.in: Regenerate.
1794
b209b5a6
AM
17952021-01-13 Alan Modra <amodra@gmail.com>
1796
1797 PR 27160
1798 * ldlang.h (lang_output_section_statement_type): Add data field.
1799 (lang_input_section_type, lang_section_bst_type): Add pattern field.
1800 (statement_list): Declare.
1801 (lang_add_section): Adjust prototype.
1802 * emultempl/aarch64elf.em: Adjust lang_add_section calls.
1803 * emultempl/armelf.em: Likewise.
1804 * emultempl/beos.em: Likewise.
1805 * emultempl/cskyelf.em: Likewise.
1806 * emultempl/hppaelf.em: Likewise.
1807 * emultempl/m68hc1xelf.em: Likewise.
1808 * emultempl/metagelf.em: Likewise.
1809 * emultempl/mipself.em: Likewise.
1810 * emultempl/mmo.em: Likewise.
1811 * emultempl/msp430.em: Likewise.
1812 * emultempl/nios2elf.em: Likewise.
1813 * emultempl/pe.em: Likewise.
1814 * emultempl/pep.em: Likewise.
1815 * emultempl/ppc64elf.em: Likewise.
1816 * emultempl/spuelf.em: Likewise.
1817 * emultempl/vms.em: Likewise.
1818 * ldelf.c: Likewise.
1819 * ldelfgen.c: Include ldctor.h.
1820 (struct os_sections): New.
1821 (add_link_order_input_section, link_order_scan): New functions.
1822 (compare_link_order, fixup_link_order): New functions.
1823 (ldelf_map_segments): Call link_order_scan and fixup_link_order.
1824 * ldlang.c (statement_list): Make global.
1825 (output_section_callback_fast): Save pattern in tree node.
1826 (lang_add_section): Add pattern parameter, save in lang_input_section.
1827 (output_section_callback_tree_to_list): Adjust lang_add_section calls.
1828 (lang_insert_orphan, output_section_callback): Likewise.
1829 (ldlang_place_orphan): Likewise.
1830 (gc_section_callback): Don't set section->pattern.
1831 * testsuite/ld-elf/pr26256-2a.d: Don't xfail generic.
1832 * testsuite/ld-elf/pr26256-3b.d: Likewise.
1833 * testsuite/ld-elf/pr26256-2b.d: Likewise. notarget xgate.
1834
8c4645b4
AM
18352021-01-13 Alan Modra <amodra@gmail.com>
1836
1837 * ldlang.h (callback_t): Remove flag_info function parameter.
1838 * ldlang.c (walk_wild_consider_section): Adjust to suit.
1839 (walk_wild_section_general): Likewise.
1840 (output_section_callback_fast, output_section_callback): Likewise.
1841 (check_section_callback, gc_section_callback): Likewise.
1842 (find_relro_section_callback): Likewise.
1843
d546b610
L
18442021-01-12 H.J. Lu <hongjiu.lu@intel.com>
1845
1846 PR binutils/26792
1847 * configure.ac: Use GNU_MAKE_JOBSERVER.
1848 * aclocal.m4: Regenerated.
1849 * configure: Likewise.
1850
c2e9a4a3
L
18512021-01-12 H.J. Lu <hongjiu.lu@intel.com>
1852
1853 PR ld/27171
1854 * testsuite/ld-x86-64/pe-x86-64-5.obj.bz2: New file.
1855 * testsuite/ld-x86-64/pe-x86-64-5.od: Likewise.
1856 * testsuite/ld-x86-64/pe-x86-64-5.rd: Likewise.
1857 * testsuite/ld-x86-64/pe-x86-64.exp: Run PR ld/27171 test.
1858
83b33c6c
L
18592021-01-11 H.J. Lu <hongjiu.lu@intel.com>
1860
1861 PR ld/27173
1862 * configure: Regenerated.
1863
c0f6e439
MJ
18642021-01-11 Matt Jenkins <matt@majenko.co.uk>
1865
1866 PR ld/27167
1867 * ldmain.c (get_emulation): Add mipsmips32r3, mips32r5, mips64r3
1868 and mips64r5 to list of known mips targets.
1869
18702021-01-11 Nick Clifton <nickc@redhat.com>matt@majenko.co.uk
a8aa72b9
NC
1871
1872 * po/pt_BR.po: Updated Brazilian Portuguese translation.
1873` * po/uk.po: Updated Ukranian translation.
1874
a4966cd9
L
18752021-01-09 H.J. Lu <hongjiu.lu@intel.com>
1876
1877 * configure: Regenerated.
1878
0a94990b
L
18792021-01-09 H.J. Lu <hongjiu.lu@intel.com>
1880
1881 PR ld/27166
1882 * testsuite/ld-x86-64/lam-u48.rd: New file.
1883 * testsuite/ld-x86-64/lam-u57.rd: Likewise.
1884 * testsuite/ld-x86-64/x86-64.exp: Add PR ld/27166 tests.
1885
573fe3fb
NC
18862021-01-09 Nick Clifton <nickc@redhat.com>
1887
1888 * configure: Regenerate.
1889 * po/ld.pot: Regenerate.
1890
055bc77a
NC
18912021-01-09 Nick Clifton <nickc@redhat.com>
1892
1893 * 2.36 release branch crated.
1894
ba9e922f
L
18952021-01-08 H.J. Lu <hongjiu.lu@intel.com>
1896
1897 * ld-x86-64/property-x86-lam-u48-4.d: Updated.
1898 * ld-x86-64/property-x86-lam-u48-5.d: Likewise.
1899
64307045
AM
19002021-01-09 Alan Modra <amodra@gmail.com>
1901
1902 * configure: Regenerate.
1903 * Makefile.in: Regenerate.
1904
f4782128
ST
19052021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
1906
1907 * configure: Regenerate.
1908
d1bcae83
L
19092021-01-07 H.J. Lu <hongjiu.lu@intel.com>
1910
1911 PR 27109
1912 * testsuite/ld-elf/export-class.sd: Adjust the expected output.
1913 * testsuite/ld-elf/loadaddr3b.d: Likewise.
1914 * testsuite/ld-i386/ibt-plt-1.d: Likewise.
1915 * testsuite/ld-i386/ibt-plt-2a.d: Likewise.
1916 * testsuite/ld-i386/ibt-plt-2c.d: Likewise.
1917 * testsuite/ld-i386/ibt-plt-3a.d: Likewise.
1918 * testsuite/ld-i386/ibt-plt-3c.d: Likewise.
1919 * testsuite/ld-i386/pr19636-1d.d: Likewise.
1920 * testsuite/ld-i386/pr19636-1l.d: Likewise.
1921 * testsuite/ld-i386/pr19636-2c.d: Likewise.
1922 * testsuite/ld-ifunc/ifunc-2-i386-now.d: Likewise.
1923 * testsuite/ld-ifunc/ifunc-2-local-i386-now.d: Likewise.
1924 * testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d: Likewise.
1925 * testsuite/ld-ifunc/ifunc-2-x86-64-now.d: Likewise.
1926 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
1927 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
1928 * testsuite/ld-ifunc/pr17154-i386-now.d: Likewise.
1929 * testsuite/ld-ifunc/pr17154-i386.d: Likewise.
1930 * testsuite/ld-ifunc/pr17154-x86-64-now.d: Likewise.
1931 * testsuite/ld-ifunc/pr17154-x86-64.d: Likewise.
1932 * testsuite/ld-x86-64/bnd-branch-1-now.d: Likewise.
1933 * testsuite/ld-x86-64/bnd-ifunc-1-now.d: Likewise.
1934 * testsuite/ld-x86-64/bnd-ifunc-2-now.d: Likewise.
1935 * testsuite/ld-x86-64/bnd-ifunc-2.d: Likewise.
1936 * testsuite/ld-x86-64/bnd-plt-1-now.d: Likewise.
1937 * testsuite/ld-x86-64/bnd-plt-1.d: Likewise.
1938 * testsuite/ld-x86-64/ibt-plt-1-x32.d: Likewise.
1939 * testsuite/ld-x86-64/ibt-plt-1.d: Likewise.
1940 * testsuite/ld-x86-64/ibt-plt-2a-x32.d: Likewise.
1941 * testsuite/ld-x86-64/ibt-plt-2a.d: Likewise.
1942 * testsuite/ld-x86-64/ibt-plt-2c-x32.d: Likewise.
1943 * testsuite/ld-x86-64/ibt-plt-2c.d: Likewise.
1944 * testsuite/ld-x86-64/ibt-plt-3a-x32.d: Likewise.
1945 * testsuite/ld-x86-64/ibt-plt-3a.d: Likewise.
1946 * testsuite/ld-x86-64/ibt-plt-3c-x32.d: Likewise.
1947 * testsuite/ld-x86-64/ibt-plt-3c.d: Likewise.
1948 * testsuite/ld-x86-64/pr19609-4e.d: Likewise.
1949 * testsuite/ld-x86-64/pr19609-6a.d: Likewise.
1950 * testsuite/ld-x86-64/pr19609-6b.d: Likewise.
1951 * testsuite/ld-x86-64/pr19609-7b.d: Likewise.
1952 * testsuite/ld-x86-64/pr19609-7d.d: Likewise.
1953 * testsuite/ld-x86-64/pr19636-2l.d: Likewise.
1954 * testsuite/ld-x86-64/pr20253-1d.d: Likewise.
1955 * testsuite/ld-x86-64/pr20253-1h.d: Likewise.
1956 * testsuite/ld-x86-64/pr21038b-now.d: Likewise.
1957 * testsuite/ld-x86-64/pr21038b.d: Likewise.
1958 * testsuite/ld-x86-64/pr21038c-now.d: Likewise.
1959 * testsuite/ld-x86-64/pr21038c.d: Likewise.
1960 * testsuite/ld-x86-64/pr23854.d: Likewise.
1961 * testsuite/ld-x86-64/pr25416-3.d: Likewise.
1962 * testsuite/ld-x86-64/pr25416-4.d: Likewise.
1963 * testsuite/ld-i386/plt-pic.pd: Likewise.
1964 * testsuite/ld-i386/plt-pic2.dd: Likewise.
1965 * testsuite/ld-i386/plt.pd: Likewise.
1966 * testsuite/ld-i386/plt2.dd: Likewise.
1967 * testsuite/ld-i386/tlsbin.rd: Likewise.
1968 * testsuite/ld-i386/tlsbin2.rd: Likewise.
1969 * testsuite/ld-i386/tlsbindesc.rd: Likewise.
1970 * testsuite/ld-i386/tlsdesc.rd: Likewise.
1971 * testsuite/ld-i386/tlsgdesc.rd: Likewise.
1972 * testsuite/ld-i386/tlsnopic.rd: Likewise.
1973 * testsuite/ld-i386/tlspic.rd: Likewise.
1974 * testsuite/ld-i386/tlspic2.rd: Likewise.
1975 * testsuite/ld-x86-64/mpx3.dd: Likewise.
1976 * testsuite/ld-x86-64/mpx3n.dd: Likewise.
1977 * testsuite/ld-x86-64/mpx4.dd: Likewise.
1978 * testsuite/ld-x86-64/mpx4n.dd: Likewise.
1979 * testsuite/ld-x86-64/pe-x86-64-1.od: Likewise.
1980 * testsuite/ld-x86-64/pe-x86-64-2.od: Likewise.
1981 * testsuite/ld-x86-64/pe-x86-64-3.od: Likewise.
1982 * testsuite/ld-x86-64/pe-x86-64-4.od: Likewise.
1983 * testsuite/ld-x86-64/plt.pd: Likewise.
1984 * testsuite/ld-x86-64/plt2.dd: Likewise.
1985 * testsuite/ld-x86-64/tlsbin.rd: Likewise.
1986 * testsuite/ld-x86-64/tlsbin2.rd: Likewise.
1987 * testsuite/ld-x86-64/tlsbindesc.rd: Likewise.
1988 * testsuite/ld-x86-64/tlsdesc.rd: Likewise.
1989 * testsuite/ld-x86-64/tlsgdesc.rd: Likewise.
1990 * testsuite/ld-x86-64/tlspic.rd: Likewise.
1991 * testsuite/ld-x86-64/tlspic2.rd: Likewise.
1992 * testsuite/ld-elf/sec64k.exp: Check
1993 is_elf_unused_section_symbols.
1994
dc200613
AM
19952021-01-07 Alan Modra <amodra@gmail.com>
1996
1997 * testsuite/ld-scripts/fill.d: Skip sh-*-pe rather than xfail.
1998 * testsuite/ld-scripts/fill16.d: Don't xfail sh-*-pe.
1999 * testsuite/ld-scripts/segment-start.d: Likewise.
2000
8e604ff0
AM
20012021-01-07 Alan Modra <amodra@gmail.com>
2002
2003 * testsuite/ld-elf/comm-data5.d: xfail targets that complain
2004 about dynamic relocations in read-only sections.
2005 * testsuite/ld-elf/ehdr_start-shared.d: Likewise.
2006 * testsuite/ld-elf/ehdr_start.d: Likewise.
2007 * testsuite/ld-scripts/pr22267.d: Likewise.
2008 * testsuite/ld-elf/shared.exp: Likewise for DT_TEXTREL tests and
2009 pr20995 text.
2010 * testsuite/ld-elf/sec64k.exp: Don't run 64ksec on lm32-linux.
2011
4d4490b8
MC
20122021-01-07 Marcus Comstedt <marcus@mc.pp.se>
2013
2014 * testsuite/ld-scripts/empty-address-2a.d: xfail riscv64*-*-*.
2015 * testsuite/ld-scripts/empty-address-2b.d: Likewise.
2016
f526791a
AM
20172021-01-07 Alan Modra <amodra@gmail.com>
2018
2019 * po/BLD-POTFILES.in: Regenerate.
2020
4018f4e0
AM
20212021-01-07 Alan Modra <amodra@gmail.com>
2022
2023 * testsuite/ld-elf/shared.exp: xfail pr22471 for targets that
2024 complain about relocs in read-only sections. Tidy ASFLAGS append.
2025
3677b729
AM
20262021-01-06 Alan Modra <amodra@gmail.com>
2027
2028 * testsuite/ld-sparc/sparc.exp (sparc64tests): Set text-segment
2029 base for some tests.
2030 * testsuite/ld-sparc/gotop32.dd: Match solaris output.
2031 * testsuite/ld-sparc/gotop32.sd: Likewise.
2032 * testsuite/ld-sparc/gotop32.td: Likewise.
2033 * testsuite/ld-sparc/gotop64.dd: Likewise.
2034 * testsuite/ld-sparc/gotop64.sd: Likewise.
2035 * testsuite/ld-sparc/gotop64.td: Likewise.
2036 * testsuite/ld-sparc/tlsg32.sd: Likewise.
2037 * testsuite/ld-sparc/tlsg64.sd: Likewise.
2038 * testsuite/ld-sparc/tlspie32.dd: Likewise.
2039 * testsuite/ld-sparc/tlspie64.dd: Likewise.
2040 * testsuite/ld-sparc/tlssunbin32.dd: Likewise.
2041 * testsuite/ld-sparc/tlssunbin32.sd: Likewise.
2042 * testsuite/ld-sparc/tlssunbin32.td: Likewise.
2043 * testsuite/ld-sparc/tlssunbin64.dd: Likewise.
2044 * testsuite/ld-sparc/tlssunbin64.sd: Likewise.
2045 * testsuite/ld-sparc/tlssunbin64.td: Likewise.
2046 * testsuite/ld-sparc/tlssunnopic32.dd: Likewise.
2047 * testsuite/ld-sparc/tlssunnopic32.sd: Likewise.
2048 * testsuite/ld-sparc/tlssunnopic64.dd: Likewise.
2049 * testsuite/ld-sparc/tlssunnopic64.sd: Likewise.
2050 * testsuite/ld-sparc/tlssunpic32.dd: Likewise.
2051 * testsuite/ld-sparc/tlssunpic32.sd: Likewise.
2052 * testsuite/ld-sparc/tlssunpic32.td: Likewise.
2053 * testsuite/ld-sparc/tlssunpic64.dd: Likewise.
2054 * testsuite/ld-sparc/tlssunpic64.sd: Likewise.
2055 * testsuite/ld-sparc/tlssunpic64.td: Likewise.
2056 * testsuite/ld-sparc/wdispcall.dd: Likewise.
2057
73624512
AM
20582021-01-06 Alan Modra <amodra@gmail.com>
2059
2060 * testsuite/ld-scripts/rgn-at10.d: xfail v850.
2061 * testsuite/ld-scripts/rgn-at11.d: Likewise.
2062
f36ce378
MC
20632021-01-06 Marcus Comstedt <marcus@mc.pp.se>
2064
2065 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Added
2066 riscv_choose_[ilp32|lp64]_emul to choose the correct linker script.
2067 * testsuite/ld-riscv-elf/attr-merge-arch-01.d: Call
2068 riscv_choose_[ilp32|lp64]_emul instead of hardcoding elf[32|64]lriscv.
2069 * testsuite/ld-riscv-elf/attr-merge-arch-02.d: Likewise.
2070 * testsuite/ld-riscv-elf/attr-merge-arch-03.d: Likewise.
2071 * testsuite/ld-riscv-elf/attr-merge-arch-failed-01.d: Likewise.
2072 * testsuite/ld-riscv-elf/attr-merge-arch-failed-02.d: Likewise.
2073 * testsuite/ld-riscv-elf/c-lui-2.d: Likewise.
2074 * testsuite/ld-riscv-elf/c-lui.d: Likewise.
2075 * testsuite/ld-riscv-elf/call-relax.d: Likewise.
2076 * testsuite/ld-riscv-elf/pcrel-lo-addend-2.d: Likewise.
2077 * testsuite/ld-riscv-elf/pcrel-lo-addend.d: Likewise.
2078 * testsuite/ld-riscv-elf/weakref32.d: Accept bigriscv in addition
2079 to littleriscv.
2080 * testsuite/ld-riscv-elf/weakref64.d: Likewise.
2081
fbc09e7a
MC
20822021-01-06 Marcus Comstedt <marcus@mc.pp.se>
2083
2084 * configure.tgt: Added riscvbe-*-*, riscv32be*-*-*, riscv64be*-*-*,
2085 riscv32be*-*-linux*, and riscv64be*-*-linux*.
2086 * Makefile.am: Added eelf32briscv.c, eelf32briscv_ilp32f.c and
2087 eelf32briscv_ilp32.c.
2088 * Makefile.in: Regenerate.
2089 * emulparams/elf32briscv.sh: Added.
2090 * emulparams/elf32briscv_ilp32.sh: Likewise.
2091 * emulparams/elf32briscv_ilp32f.sh: Likewise.
2092 * emulparams/elf64briscv.sh: Likewise.
2093 * emulparams/elf64briscv_lp64.sh: Likewise.
2094 * emulparams/elf64briscv_lp64f.sh: Likewise.
2095
b4b6ea46
NA
20962021-01-05 Nick Alcock <nick.alcock@oracle.com>
2097
2098 * testsuite/ld-ctf/enum-forward.c: New test.
2099 * testsuite/ld-ctf/enum-forward.c: New results.
2100
37002871
NA
21012021-01-05 Nick Alcock <nick.alcock@oracle.com>
2102
2103 * testsuite/ld-ctf/array.d: Adjust for dumper changes.
2104 * testsuite/ld-ctf/conflicting-cycle-1.B-1.d: Likewise.
2105 * testsuite/ld-ctf/conflicting-cycle-1.B-2.d: Likewise.
2106 * testsuite/ld-ctf/conflicting-cycle-1.parent.d: Likewise.
2107 * testsuite/ld-ctf/conflicting-cycle-2.A-1.d: Likewise.
2108 * testsuite/ld-ctf/conflicting-cycle-2.A-2.d: Likewise.
2109 * testsuite/ld-ctf/conflicting-cycle-2.parent.d: Likewise.
2110 * testsuite/ld-ctf/conflicting-cycle-3.C-1.d: Likewise.
2111 * testsuite/ld-ctf/conflicting-cycle-3.C-2.d: Likewise.
2112 * testsuite/ld-ctf/conflicting-cycle-3.parent.d: Likewise.
2113 * testsuite/ld-ctf/conflicting-enums.d: Likewise.
2114 * testsuite/ld-ctf/conflicting-typedefs.d: Likewise.
2115 * testsuite/ld-ctf/cross-tu-cyclic-conflicting.d: Likewise.
2116 * testsuite/ld-ctf/cross-tu-cyclic-nonconflicting.d: Likewise.
2117 * testsuite/ld-ctf/cross-tu-into-cycle.d: Likewise.
2118 * testsuite/ld-ctf/cross-tu-noncyclic.d: Likewise.
2119 * testsuite/ld-ctf/cycle-1.d: Likewise.
2120 * testsuite/ld-ctf/cycle-2.A.d: Likewise.
2121 * testsuite/ld-ctf/cycle-2.B.d: Likewise.
2122 * testsuite/ld-ctf/cycle-2.C.d: Likewise.
2123 * testsuite/ld-ctf/data-func-conflicted.d: Likewise.
2124 * testsuite/ld-ctf/diag-cttname-null.d: Likewise.
2125 * testsuite/ld-ctf/diag-cuname.d: Likewise.
2126 * testsuite/ld-ctf/diag-parlabel.d: Likewise.
2127 * testsuite/ld-ctf/diag-wrong-magic-number-mixed.d: Likewise.
2128 * testsuite/ld-ctf/forward.d: Likewise.
2129 * testsuite/ld-ctf/function.d: Likewise.
2130 * testsuite/ld-ctf/slice.d: Likewise.
2131 * testsuite/ld-ctf/super-sub-cycles.d: Likewise.
2132 * testsuite/ld-ctf/enums.c: New test.
2133 * testsuite/ld-ctf/enums.d: New test.
2134
ffeece6a
NA
21352021-01-05 Nick Alcock <nick.alcock@oracle.com>
2136
2137 * testsuite/ld-ctf/conflicting-cycle-1.parent.d: Adjust for dumper
2138 changes.
2139 * testsuite/ld-ctf/cross-tu-cyclic-conflicting.d: Likewise.
2140 * testsuite/ld-ctf/forward.c: New test...
2141 * testsuite/ld-ctf/forward.d: ... and results.
2142
91e7ce2f
NA
21432021-01-05 Nick Alcock <nick.alcock@oracle.com>
2144
2145 * testsuite/ld-ctf/array.d: Adjust for dumper changes.
2146 * testsuite/ld-ctf/data-func-conflicted.d: Likewise.
2147 * testsuite/ld-ctf/diag-cttname-null.d: Likewise.
2148 * testsuite/ld-ctf/diag-cuname.d: Likewise.
2149 * testsuite/ld-ctf/diag-parlabel.d: Likewise.
2150 * testsuite/ld-ctf/function.d: Likewise.
2151 * testsuite/ld-ctf/slice.d: Likewise.
2152
57f97d0e
NA
21532021-01-05 Nick Alcock <nick.alcock@oracle.com>
2154
2155 * testsuite/ld-ctf/array.d: Adjust for dumper changes.
2156 * testsuite/ld-ctf/conflicting-cycle-1.B-1.d: Likewise.
2157 * testsuite/ld-ctf/conflicting-cycle-1.B-2.d: Likewise.
2158 * testsuite/ld-ctf/conflicting-cycle-1.parent.d: Likewise.
2159 * testsuite/ld-ctf/conflicting-cycle-2.A-1.d: Likewise.
2160 * testsuite/ld-ctf/conflicting-cycle-2.A-2.d: Likewise.
2161 * testsuite/ld-ctf/conflicting-cycle-2.parent.d: Likewise.
2162 * testsuite/ld-ctf/conflicting-cycle-3.C-1.d: Likewise.
2163 * testsuite/ld-ctf/conflicting-cycle-3.C-2.d: Likewise.
2164 * testsuite/ld-ctf/conflicting-cycle-3.parent.d: Likewise.
2165 * testsuite/ld-ctf/conflicting-enums.d: Likewise.
2166 * testsuite/ld-ctf/conflicting-typedefs.d: Likewise.
2167 * testsuite/ld-ctf/cross-tu-cyclic-conflicting.d: Likewise.
2168 * testsuite/ld-ctf/cross-tu-cyclic-nonconflicting.d: Likewise.
2169 * testsuite/ld-ctf/cross-tu-into-cycle.d: Likewise.
2170 * testsuite/ld-ctf/cross-tu-noncyclic.d: Likewise.
2171 * testsuite/ld-ctf/cycle-1.d: Likewise.
2172 * testsuite/ld-ctf/cycle-2.A.d: Likewise.
2173 * testsuite/ld-ctf/cycle-2.B.d: Likewise.
2174 * testsuite/ld-ctf/cycle-2.C.d: Likewise.
2175 * testsuite/ld-ctf/data-func-conflicted.d: Likewise.
2176 * testsuite/ld-ctf/diag-cttname-null.d: Likewise.
2177 * testsuite/ld-ctf/diag-cuname.d: Likewise.
2178 * testsuite/ld-ctf/diag-parlabel.d: Likewise.
2179 * testsuite/ld-ctf/diag-wrong-magic-number-mixed.d: Likewise.
2180 * testsuite/ld-ctf/function.d: Likewise.
2181 * testsuite/ld-ctf/slice.d: Likewise.
2182 * testsuite/ld-ctf/super-sub-cycles.d: Likewise.
2183
b281a04f
AM
21842021-01-05 Alan Modra <amodra@gmail.com>
2185
2186 * testsuite/ld-scripts/sysroot-prefix.exp: Exclude some targets.
2187
40b11930
AM
21882021-01-05 Alan Modra <amodra@gmail.com>
2189
2190 PR ld/26256
2191 * testsuite/ld-elf/pr26256-1b.d: xfail s12z.
2192 * testsuite/ld-scripts/crossref.exp (cross1): Don't xfail ia64.
2193
cd6d537c
L
21942021-01-04 H.J. Lu <hongjiu.lu@intel.com>
2195
2196 PR ld/26256
2197 * ldlang.c (gc_section_callback): Set pattern.
2198 * testsuite/ld-elf/pr26256-1.s: New file.
2199 * testsuite/ld-elf/pr26256-1.t: Likewise.
2200 * testsuite/ld-elf/pr26256-1a.d: Likewise.
2201 * testsuite/ld-elf/pr26256-1b.d: Likewise.
2202 * testsuite/ld-elf/pr26256-2.s: Likewise.
2203 * testsuite/ld-elf/pr26256-2.t: Likewise.
2204 * testsuite/ld-elf/pr26256-2a.d: Likewise.
2205 * testsuite/ld-elf/pr26256-2b-alt.d: Likewise.
2206 * testsuite/ld-elf/pr26256-2b.d: Likewise.
2207 * testsuite/ld-elf/pr26256-3.s: Likewise.
2208 * testsuite/ld-elf/pr26256-3a.d: Likewise.
2209 * testsuite/ld-elf/pr26256-3a.t: Likewise.
2210 * testsuite/ld-elf/pr26256-3b.d: Likewise.
2211 * testsuite/ld-elf/pr26256-3b.t: Likewise.
2212
5b4293ba
AM
22132021-01-04 Alan Modra <amodra@gmail.com>
2214
2215 PR 26822
2216 * testsuite/ld-arm/non-contiguous-arm2.d: Adjust STT_FILE symbol match.
2217 * testsuite/ld-arm/non-contiguous-arm3.d: Likewise.
2218 * testsuite/ld-arm/non-contiguous-arm5.d: Likewise.
2219 * testsuite/ld-arm/non-contiguous-arm6.d: Likewise.
2220 * testsuite/ld-i386/tlsbin.rd: Likewise.
2221 * testsuite/ld-i386/tlsbin2.rd: Likewise.
2222 * testsuite/ld-i386/tlsbindesc.rd: Likewise.
2223 * testsuite/ld-i386/tlsdesc.rd: Likewise.
2224 * testsuite/ld-i386/tlsnopic.rd: Likewise.
2225 * testsuite/ld-i386/tlspic.rd: Likewise.
2226 * testsuite/ld-i386/tlspic2.rd: Likewise.
2227 * testsuite/ld-mips-elf/global-local-symtab-sort-n64.d: Likewise.
2228 * testsuite/ld-mips-elf/global-local-symtab-sort-n64t.d: Likewise.
2229 * testsuite/ld-mips-elf/global-local-symtab-sort-o32.d: Likewise.
2230 * testsuite/ld-mips-elf/global-local-symtab-sort-o32t.d: Likewise.
2231 * testsuite/ld-plugin/pr17973.d: Likewise.
2232 * testsuite/ld-tic6x/shlib-1.rd: Likewise.
2233 * testsuite/ld-tic6x/shlib-1b.rd: Likewise.
2234 * testsuite/ld-tic6x/shlib-1r.rd: Likewise.
2235 * testsuite/ld-tic6x/shlib-1rb.rd: Likewise.
2236 * testsuite/ld-tic6x/shlib-app-1.rd: Likewise.
2237 * testsuite/ld-tic6x/shlib-app-1b.rd: Likewise.
2238 * testsuite/ld-tic6x/shlib-app-1r.rd: Likewise.
2239 * testsuite/ld-tic6x/shlib-app-1rb.rd: Likewise.
2240 * testsuite/ld-tic6x/shlib-noindex.rd: Likewise.
2241 * testsuite/ld-tic6x/static-app-1.rd: Likewise.
2242 * testsuite/ld-tic6x/static-app-1b.rd: Likewise.
2243 * testsuite/ld-tic6x/static-app-1r.rd: Likewise.
2244 * testsuite/ld-tic6x/static-app-1rb.rd: Likewise.
2245 * testsuite/ld-x86-64/tlsbin.rd: Likewise.
2246 * testsuite/ld-x86-64/tlsbin2.rd: Likewise.
2247 * testsuite/ld-x86-64/tlsbindesc.rd: Likewise.
2248 * testsuite/ld-x86-64/tlsdesc.rd: Likewise.
2249 * testsuite/ld-x86-64/tlspic.rd: Likewise.
2250 * testsuite/ld-x86-64/tlspic2.rd: Likewise.
2251 * testsuite/ld-xtensa/tlsbin.rd: Likewise.
2252 * testsuite/ld-xtensa/tlspic.rd: Likewise.
2253
f9a6a8f0
AM
22542021-01-01 Nicolas Boulenguez <nicolas@debian.org>
2255
2256 * configure.tgt: Correct comment grammar.
2257 * emultempl/m68hc1xelf.em: Likewise.
2258 * ld.texi: Correct grammar.
2259
250d07de
AM
22602021-01-01 Alan Modra <amodra@gmail.com>
2261
2262 Update year range in copyright notice of all files.
2263
c2795844 2264For older changes see ChangeLog-2020
3499769a 2265\f
d87bef3a 2266Copyright (C) 2021-2023 Free Software Foundation, Inc.
3499769a
AM
2267
2268Copying and distribution of this file, with or without modification,
2269are permitted in any medium without royalty provided the copyright
2270notice and this notice are preserved.
2271
2272Local Variables:
2273mode: change-log
2274left-margin: 8
2275fill-column: 74
2276version-control: never
2277End: