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