Add ability to change linker warning messages into errors when reporting executable...
[binutils-gdb.git] / ld / ChangeLog
blobfc2478ec197b261ff14fcdbeb42e8188f68c62e5
1 2023-11-10  Nick Clifton  <nickc@redhat.com>
3         * ldlex.h (enum option_values): Add OPTION_ERROR_EXECSTACK,
4         OPTION_NO_ERROR_EXECSTACK, OPTION_WARN_EXECSTACK_OBJECTS,
5         OPTION_ERROR_RWX_SEGMENTS and OPTION_NO_ERROR_RWX_SEGMENTS.
6         (struct ld_option): Add new long options.
7         (parse_args): Parse new long options.
8         (elf_static_list_options): Display the new options.
9         * ld.texi: Document the new command line options.
10         * configure.ac (error-execstack): New configuration option.
11         (error-rwx-segments): New configuration option.
12         * emultempl/elf.em (_before_parse): Initialse the new linkinfo
13         fields.
14         * NEWS: Mention the new features.
15         * config.in: Regenerate.
16         * configure: Regenerate.
17         * testsuite/ld-elf/commonpage2.d: Disable errors for RWX segments
18         and/or executable stacks.
19         * testsuite/ld-elf/elf.exp: Likewise.
20         * testsuite/ld-elf/header.d: Likewise.
21         * testsuite/ld-elf/loadaddr1.d: Likewise.
22         * testsuite/ld-elf/loadaddr2.d: Likewise.
23         * testsuite/ld-elf/maxpage4.d: Likewise.
24         * testsuite/ld-elf/nobits-1.d: Likewise.
25         * testsuite/ld-elf/note-1.d: Likewise.
26         * testsuite/ld-elf/orphan-10.d: Likewise.
27         * testsuite/ld-elf/orphan-11.d: Likewise.
28         * testsuite/ld-elf/orphan-12.d: Likewise.
29         * testsuite/ld-elf/orphan-5.d: Likewise.
30         * testsuite/ld-elf/orphan-7.d: Likewise.
31         * testsuite/ld-elf/orphan-8.d: Likewise.
32         * testsuite/ld-elf/orphan-9.d: Likewise.
33         * testsuite/ld-elf/orphan-region.d: Likewise.
34         * testsuite/ld-elf/orphan.d: Likewise.
35         * testsuite/ld-elf/pr19539.d: Likewise.
36         * testsuite/ld-elf/pr26256-1a.d: Likewise.
37         * testsuite/ld-elf/pr26907.d: Likewise.
38         * testsuite/ld-elf/pr28597.d: Likewise.
39         * testsuite/ld-elf/retain2.d: Likewise.
40         * testsuite/ld-elf/shared.exp: Likewise.
41         * testsuite/ld-elf/size-1.d: Likewise.
42         * testsuite/ld-elf/textaddr7.d: Likewise.
43         * testsuite/ld-elf/warn1.d: Likewise.
44         * testsuite/ld-elf/warn2.d: Likewise.
45         * testsuite/ld-i386/discarded1.d: Likewise.
46         * testsuite/ld-i386/pr19175.d: Likewise.
47         * testsuite/ld-i386/pr19539.d: Likewise.
48         * testsuite/ld-i386/pr23189.d: Likewise.
49         * testsuite/ld-plugin/lto-3r.d: Likewise.
50         * testsuite/ld-plugin/lto-5r.d: Likewise.
51         * testsuite/ld-plugin/lto.exp: Likewise.
52         * testsuite/ld-powerpc/ppc476-shared.d: Likewise.
53         * testsuite/ld-powerpc/ppc476-shared2.d: Likewise.
54         * testsuite/ld-powerpc/pr28827-2.d: Likewise.
55         * testsuite/ld-s390/s390.exp: Likewise.
56         * testsuite/ld-scripts/align2a.d: Likewise.
57         * testsuite/ld-scripts/align2b.d: Likewise.
58         * testsuite/ld-scripts/align5.d: Likewise.
59         * testsuite/ld-scripts/alignof.exp: Likewise.
60         * testsuite/ld-scripts/crossref.exp: Likewise.
61         * testsuite/ld-scripts/defined2.d: Likewise.
62         * testsuite/ld-scripts/defined3.d: Likewise.
63         * testsuite/ld-scripts/defined5.d: Likewise.
64         * testsuite/ld-scripts/pr14962.d: Likewise.
65         * testsuite/ld-scripts/pr18963.d: Likewise.
66         * testsuite/ld-scripts/pr20302.d: Likewise.
67         * testsuite/ld-scripts/print-memory-usage.exp: Likewise.
68         * testsuite/ld-scripts/rgn-at1.d: Likewise.
69         * testsuite/ld-scripts/rgn-at10.d: Likewise.
70         * testsuite/ld-scripts/rgn-at4.d: Likewise.
71         * testsuite/ld-scripts/rgn-at6.d: Likewise.
72         * testsuite/ld-scripts/rgn-at8.d: Likewise.
73         * testsuite/ld-scripts/rgn-at9.d: Likewise.
74         * testsuite/ld-scripts/rgn-over1.d: Likewise.
75         * testsuite/ld-scripts/rgn-over2.d: Likewise.
76         * testsuite/ld-scripts/rgn-over4.d: Likewise.
77         * testsuite/ld-scripts/rgn-over5.d: Likewise.
78         * testsuite/ld-scripts/rgn-over6.d: Likewise.
79         * testsuite/ld-scripts/script.exp: Likewise.
80         * testsuite/ld-scripts/sizeof.exp: Likewise.
81         * testsuite/ld-scripts/sort-file.d: Likewise.
82         * testsuite/ld-x86-64/discarded1.d: Likewise.
83         * testsuite/ld-x86-64/pr19175.d: Likewise.
84         * testsuite/ld-x86-64/pr19539a.d: Likewise.
85         * testsuite/ld-x86-64/pr19539b.d: Likewise.
86         * testsuite/ld-x86-64/pr23189.d: Likewise.
88 2023-11-06  Jan Beulich  <jbeulich@suse.com>
90         PR 30722
91         * testsuite/ld-x86-64/property-3.r: Revert commit bf77f42f6708.
92         * testsuite/ld-x86-64/property-4.r: Likewise.
93         * testsuite/ld-x86-64/property-5.r: Likewise.
95 2023-11-06  Nick Clifton  <nickc@redhat.com>
97         PR 30865
98         * ld.texi: Update description of the FILL command.
99         * testsuite/ld-scripts/fill2.d: New test.
100         * testsuite/ld-scripts/fill2.t: New test source.
101         * testsuite/ld-scripts/data.exp: Run the new test.
103 2023-11-02  Nick Clifton  <nickc@redhat.com>
105         * testsuite/ld-x86-64/property-3.r: Update regexp to allow for
106         targets which support x86-64-v3.
107         * testsuite/ld-x86-64/property-4.r: Likewise.
108         * testsuite/ld-x86-64/property-5.r: Likewise.
110 2023-11-01  Nick Clifton  <nickc@redhat.com>
112         PR 27565
113         * ldlex.l: Add REVERSE.
114         * ldgram.y: Allow REVERSE to be used wherever a sorting command
115         can be used.
116         * ld.h (struct wildcard_spec): Add 'reversed' field.
117         * ldlang.h (lang_wild_statement_struct): Add 'filenames_reversed' field.
118         * ldlang.c (compare_sections): Add reversed parameter.
119         (wild_sort): Reverse the comparison if requested.
120         (print_wild_statement): Handle the reversed field.
121         * ld.texi: Document the new feature.
122         * NEWS: Mention the new feature.
123         * testsuite/ld-scripts/sort-file-reversed-1.d: New test driver.
124         * testsuite/ld-scripts/sort-file-reversed-1.t: New test source.
125         * testsuite/ld-scripts/sort-file-reversed-2.t: New test source.
126         * testsuite/ld-scripts/sort-file-reversed-2.d: New test driver.
127         * testsuite/ld-scripts/sort-sections-reversed-1.d: New test driver.
128         * testsuite/ld-scripts/sort-sections-reversed-1.t: New test source.
129         * testsuite/ld-scripts/sort-sections-reversed-2.t: New test source.
130         * testsuite/ld-scripts/sort-sections-reversed-2.d: New test driver.
131         * testsuite/ld-scripts/sort-sections-reversed-3.d: New test driver.
132         * testsuite/ld-scripts/sort-sections-reversed-3.t: New test source.
134 2023-10-30  Nick Clifton  <nickc@redhat.com>
136         * po/ka.po: New Georgian translation.
138 2023-10-19  Jose E. Marchesi  <jose.marchesi@oracle.com>
140         * ld.texi (Options): Fix typo metdata->metadata.
142 2023-10-16  Nick Clifton  <nickc@redhat.com>
144         PR 28910
145         * lexsup.c (ld_options): Require that the --architecture option is
146         given exactly two dashes, so that it does not become confused with
147         the -a option.
149 2023-10-09  Nick Clifton  <nickc@redhat.com>
151         PR 30951
152         * ldlex.l (yy_input): Check for YY_CURRENT_BUFFER being NULL.
154         PR 30954
155         * ldlang.c (map_input_to_output_sections): Check that os is non
156         NULL before using it.
158 2023-10-05  A. Wilcox  <awilfox@adelielinux.org>
160         PR 30905
161         * testsuite/ld-elf/pr28158.rd: Adjust regexp to allow for section
162         indicies larger than 9.
164 2023-10-05  A. Wilcox  <awilfox@adelielinux.org>
166         PR 30917
167         * testsuite/ld-elf/dt-relr.exp: Skip for MUSL targets.
169 2023-10-05  A. Wilcox  <awilfox@adelielinux.org>
171         PR 30918
172         * testsuite/ld-shared/shared.exp: Add XFAILs for tests that fail
173         with the MUSL library.
175 2023-10-05  A. Wilcox  <awilfox@adelielinux.org>
177         PR 30923
178         * testsuite/ld-arm/thumb-plt-got.d: Skip test for configurations
179         using the MUSL library.
180         * testsuite/ld-arm/thumb-plt.d: Likewise.
182 2023-10-05  A. Wilcox  <awilfox@adelielinux.org>
184         PR 30925
185         PR 22001
186         * testsuite/ld-i386/i386.exp: Skip the pr22001 test with TEXTREL
187         relocations enabled on configurations using the MUSL library.
189 2023-10-05  A. Wilcox  <awilfox@adelielinux.org>
191         PR 30924
192         * testsuite/ld-elfvers/vers.exp (objdump_emptyverstuff): Handle
193         EABI version information in objdump's output.
195 2023-10-02  Nick Clifton  <nickc@redhat.com>
197         * pe-dll.c (fill_edata): Use bfd_get_current_time when filling in
198         the timestamp.
200 2023-09-27  Hsinyuan Xavier  <TheLastLin@hotmail.com>
202         PR 30875
203         * ldlang.c (get_os_init_flag): New function.
204         (exp_init_os, map_input_to_output_sections): Use it.
206 2023-07-24  Johannes Schauer Marin Rodrigues  <josch@debian.org>
208         * pe-dll.c (fill_edata): If inserting a timestamp, use the value
209         held in the SOURCE_DATE_EPOCH environment variable, if it is
210         defined.
211         * ld.texi (--insert-timestamp): Document change in behaviour.
213 2023-07-03  Nick Clifton  <nickc@redhat.com>
215         * configure: Regenerate.
217 2023-07-03  Nick Clifton  <nickc@redhat.com>
219         2.41 Branch Point.
221 2023-06-28  Nikita Popov  <npopov@redhat.com>
222             Nick Clifton  <nickc@redhat.com>
224         PR 30568
225         * ldfile.c (ldfile_try_open_bfd): Do not track lto generated
226         temporary files.
228 2023-06-21  Nick Clifton  <nickc@redhat.com>
230         PR 29072
231         * testsuite/ld-elf/elf.exp (target_defaults_to_execstack): Always
232         return false for linkers configured with the --enable-default-execstack=no
233         option.
235 2023-06-14  Nick Clifton  <nickc@redhat.com>
237         PR 30374
238         * ldfile.c (struct input_remap): New structure.
239         (ldfile_add_remap): New function.
240         (ldfile_remap_input_free): New function.
241         (ldfile_add_remap_file): New function.
242         (ldfile_possibly_remap_input): New function.
243         (ldfile_print_input_remaps): New function.
244         * ldfile.h: Add prototypes for new functions.
245         * ldlang.c (new_afile): Call ldfile_possibly_remap_input.
246         (lang_finish): Call ldfile_remap_input_free.
247         (lang_map): Call ldfile_print_input_remaps.
248         * ldlex.h (OPTION_REMAP_INPUTS, OPTION_REMAP_INPUTS_FILE): Define.
249         * lexsup.c (ld_options): Add --remap-inputs-file and --remap-inputs.
250         (parse_args): Handle new options.
251         * NEWS: Mention the new feature.
252         * ld.texi: Document the new options.
253         * testsuite/ld-misc/input-remap.exp: New test driver.
254         * testsuite/ld-misc/remaps.r: New file: Expected linker output.
255         * testsuite/ld-misc/remaps.txt: New file.  Input remaps file.
257 2023-06-07  Nick Clifton  <nickc@redhat.com>
259         PR 30499
260         * testsuite/ld-elfcomm/elfcomm.exp: Update regexps to match new
261         output from the linker.
263 2023-05-17  Luca Bacci  <luca.bacci@outlook.com>
265         PR 30421
266         * emultempl/pe.em (set_decoration): New function.
267         (pe_fixup_stdcalls): Call the new function.
268         * emultempl/pep.em (set_decoration): New function.
269         (pep_fixup_stdcalls): Call the new function.
270         * pe-dll.c (make_one): Check for decoated symbols.
272 2023-05-16  Nick Clifton  <nickc@redhat.com>
274         PR 30359
275         * ld.texi (WIN32): Document how to create a resource only DLL.
277 2023-05-16  Nick Clifton  <nickc@redhat.com>
279         * ld.texi (-Ur): Clarify the actions of this option.
281 2023-05-10  Nick Clifton  <nickc@redhat.com>
283         PR 16566
284         * ldlang.c (ld_is_local_symbol): New function.
285         (print_input_section): Add code to display local symbols in the
286         section.
287         * ldlex.h (enum option_values): Add OPTION_PRINT_MAP_LOCALS and
288         OPTION_PRINT_MAP_LOCALS.
289         * lexsup.c (ld_options[]): Add entries for --print-map-locals
290         and --no-print-map-locals.
291         * NEWS: Mention the new feature.
292         * ld.h (struct ld_config_type): Add print_map_locals field.
293         * ld.texi: Document the new command line option.
294         * testsuite/ld-scripts/sizeof.s: Add a local symbol.
295         * testsuite/ld-scripts/map-locals.d: New test control file.
296         * testsuite/ld-scripts/map-address.exp: Run the new test.
298 2023-05-04  Nick Clifton  <nickc@redhat.com>
300         PR 30300
301         * emultempl/pep.em (set_entry_point): Add an undefined reference
302         to the entry point if it has been constructed heuristically.
303         * emultempl/pe.em (set_entry_point): Likewise.
305 2023-05-04  Dimitar Dimitrov  <dimitar@dinux.eu>
307         * scripttempl/pru.sc (OUTPUT_SECTION_ALIGN): New helper variable
308         to place at end of DMEM output sections.
309         (.data): Use the helper variable.
310         (.eh_frame): New output section.
311         (.gnu_extab): Ditto.
312         (.gcc_except_table): Ditto.
313         (.resource_table): Use the helper variable.
315 2023-04-27  Nick Clifton  <nickc@redhat.com>
317         * ldmisc.c (vfinfo): Add support for %x and %lx.
319 2023-04-18  mengqinggang  <mengqinggang@loongson.cn>
321         * testsuite/ld-loongarch-elf/macro_op.d: Regenerated.
323 2023-04-17  Nick Clifton  <nickc@redhat.com>
325         PR 30354
326         * emulparams/armelf.sh (OTHER_PLT_SECTIONS): Define in order to
327         handle the .gnu.sgstubs section.
329 2023-04-13  Claudiu Zissulescu  <claziss@synopsys.com>
331         * testsuite/ld-arc/arc.exp: Update execution predicate.
332         * testsuite/ld-arc/nps-1a.d: Add linker script option.
333         * testsuite/ld-arc/nps-1b.d: Likewise.
334         * testsuite/ld-arc/relax-local-pic.d: Update matching patterns.
336 2023-04-12  Nick Clifton  <nickc@redhat.com>
338         * ld.texi (--enable-non-contiguous-regions): Fix typos in script
339         example.
341 2023-03-15  Nick Clifton  <nickc@redhat.com>
343         PR 30187
344         * NEWS: Mention the new feature.
345         * ld.texi: Document the new feature.
346         * ldgram.y: Handle LINKER_VERSION token.
347         * ldlang.c (lang_add_version): New function.
348         (enable_linker_version): New global variable.
349         * ldlang.h (land_add_version): Prototype.
350         (enable_linker_version): Export.
351         * ldlex.h (OPTION_ENABLE_LINKER_VERSION): Define.
352         (OPTION_DISABLE_LINKER_VERSION): Define.
353         * ldlex.l (LINKER_VERSION): Add token.
354         * lexsup.c (ld_options): Add --enable-linker-version and
355         --disable-linker-version.
356         (parse_args): Handle the new options.
357         * scripttempl/arclinux.sc: Remove stabs and comment sections and
358         replace with inclusion of misc-sections.sc
359         * scripttempl/avr.sc: Likewise.
360         * scripttempl/dlx.sc: Likewise.
361         * scripttempl/elf.sc: Likewise.
362         * scripttempl/elf32cr16.sc: Likewise.
363         * scripttempl/elf32crx.sc: Likewise.
364         * scripttempl/elf32msp430.sc: Likewise.
365         * scripttempl/elf64bpf.sc: Likewise.
366         * scripttempl/elf64hppa.sc: Likewise.
367         * scripttempl/elf_chaos.sc: Likewise.
368         * scripttempl/elfarc.sc: Likewise.
369         * scripttempl/elfarcv2.sc: Likewise.
370         * scripttempl/elfd10v.sc: Likewise.
371         * scripttempl/elfd30v.sc: Likewise.
372         * scripttempl/elfm68hc11.sc: Likewise.
373         * scripttempl/elfm68hc12.sc: Likewise.
374         * scripttempl/elfm9s12z.sc: Likewise.
375         * scripttempl/elfmicroblaze.sc: Likewise.
376         * scripttempl/elfxgate.sc: Likewise.
377         * scripttempl/elfxtensa.sc: Likewise.
378         * scripttempl/epiphany_4x4.sc: Likewise.
379         * scripttempl/ft32.sc: Likewise.
380         * scripttempl/ip2k.sc: Likewise.
381         * scripttempl/iq2000.sc: Likewise.
382         * scripttempl/mep.sc: Likewise.
383         * scripttempl/nds32elf.sc: Likewise.
384         * scripttempl/pru.sc: Likewise.
385         * scripttempl/v850.sc: Likewise.
386         * scripttempl/v850_rh850.sc: Likewise.
387         * scripttempl/visium.sc: Likewise.
388         * scripttempl/xstormy16.sc: Likewise.
389         * scripttempl/z80.sc: Likewise.
390         * testsuite/ld-scripts/script.exp: Run new tests.
391         * scripttempl/misc-sections.sc: New file.
392         * testsuite/ld-scripts/ld-version-2.d: New file.
393         * testsuite/ld-scripts/ld-version.d: New file.
394         * testsuite/ld-scripts/ld-version.t: New file.
396 2023-02-23  Fangrui Song  <i@maskray.me>
398         * emultempl/riscvelf.em: Add option parsing.
399         * testsuite/ld-riscv-elf/code-model-relax-medlow-01-norelaxgp.d: New.
400         * testsuite/ld-riscv-elf/pcgp-relax-01-norelaxgp.d: New.
401         * testsuite/ld-riscv-elf/pcgp-relax-02.d: Test --relax --relax-gp can be
402         used together.
404 2023-02-20  Nick Clifton  <nickc@redhat.com>
406         PR 30004
407         * pe-dll.c (pe_dll_build_sections): Do not build an edata section
408         if all symbols are being excluded.
410 2023-02-15  Nick Clifton  <nickc@redhat.com>
412         PR 30078
413         * testsuite/ld-elf/merge4b.s: Use .asciz instead of .string in
414         order to avoid the special behaviour of the .string directive on
415         HPPA architectures.
417 2023-02-14  Nick Clifton  <nickc@redhat.com>
419         * ld.texi (Plugins): Mention that the -plugin command line option
420         is used to load plugins.
422 2023-01-27  Nick Clifton  <nickc@redhat.com>
424         PR 29998
425         * pe-dll.c (build_filler_bfd): Initialise the next field of the
426         filler input statement, so that it does not break the file chain.
428 2023-01-24  Nick Clifton  <nickc@redhat.com>
430         PR 29998
431         * pe-dll.c (generate_reloc): Handle sections with no assigned
432         output section.  Terminate early of there are no relocs to put in
433         the .reloc section.
434         (pe_exe_fill_sections): Do not emit an empty .reloc section.
436 2023-01-06  Nick Clifton  <nickc@redhat.com>
438         * po/bg.po: Updated Bulgarian translation.
440 2023-01-05  Nick Clifton  <nickc@redhat.com>
442         * configure.tgt: Add arm64pe as an extra emulation for aarch64pe.
443         * Makefile.am (ALL_64_EMULATION_SOURCES): Add earm64pe.c
444         * emultempl/pep.em: Add suppport for arm64pe emulation.
445         * Makefile.in: Regenerate.
446         * po/BLD-POTFILES.in: Regenerate.
447         * po/ld.pot: Regenerate.
449 2023-01-05  Andreas K. Huettel  <dilfridge@gentoo.org>
451         * testsuite/ld-elf/shared.exp: un-xfail the PR19710 test for the
452         AArch64 architecture.
454 2023-01-04  Andreas K. Huettel  <dilfridge@gentoo.org>
456         PR 29843
457         * testsuite/ld-aarch64/bti-plt-5.d: Relax regxps slightly to allow
458         for differences in build environments.
459         * testsuite/ld-aarch64/tls-relax-gdesc-le-now.d: Likewise.
461 2023-01-03  Nick Clifton  <nickc@redhat.com>
463         * po/uk.po: Updated Ukrainian translation.
465 2022-12-31  Nick Clifton  <nickc@redhat.com>
467         * 2.40 branch created.
469 2022-12-21  Nick Clifton  <nickc@redhat.com>
471         PR 29900
472         * scripttempl/pe.sc: Keep the .drectve section when performing a
473         relocateable link.
474         * scripttempl/pep.sc: Likewise.
476 2022-12-08  Nick Clifton  <nickc@redhat.com>
478         PR 29861
479         * ld.texi (Output Section Type): Note that setting the output
480         section type only works if the section contains untyped data.
482 2022-12-05  Nick Clifton  <nickc@redhat.com>
484         PR 29849
485         * ldlang.c (spec_match): Check that there is sufficient length in
486         the target name to match the spec's prefix.
488 2022-11-03  Nick Clifton  <nickc@redhat.com>
490         PR 29748
491         * configure.tgt (ac_default_ld_warn_rwx_segments): Set to 0 for
492         the V850.
494 2022-11-03  Nick Clifton  <nickc@redhat.com>
496         PR 29741
497         * scripttempl/avr.sc (__DATA_REGION_ORIGIN__): Define.  If a value
498         has not been provided on the command line then use DATA_ORIGIN.
499         (MEMORY): Use __DATA_REGION_ORIGIN__ as the start of the data region.
501 2022-10-21  Nick Clifton  <nickc@redhat.com>
503         PR 29654
504         * ld.h (struct ld_config_type): Add no_warnings field.
505         * ldlex.h (enum option_values): Add OPTION_NO_WARNINGS.
506         * lexsup.c (ld_options): Add --no-warnings.
507         (parse_args): Add support for -w and --no-warnings.
508         * ldmisc.c (vfinfo): Return early if the message is a warning and
509         -w has been enabled.
510         * ld.texi (options): Document new command line option.
511         * NEWS: Mention the new feature.
513 2022-08-30  Nick Clifton  <nickc@redhat.com>
515         PR 29529
516         * testsuite/ld-x86-64/pr27587.err: Update expected output.
518 2022-08-18  Ralf Habacker  <ralf.habacker@freenet.de>
520         PR 28362
521         * testsuite/ld-pe/pe-run2-def.exp: New file.
523 2022-08-03  Alan Modra  <amodra@gmail.com>
525         PR 29389
526         * ldlang.h (lang_input_statement_struct): Add sort_key field.
527         * emultempl/pe.em (after_open): If multiple import libraries refer
528         to the same bfd, store their names in the sort_key field.
529         * emultempl/pep.em (after_open): Likewise.
530         * ldlang.c (sort_filename): New function.  Returns the filename to
531         be used when sorting input files.
532         (wild_sort): Use the sort_filename function.
534 2022-07-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
536         PR ld/29411
537         * configure.tgt (ac_default_ld_warn_rwx_segments): Extend to all
538         sparc targets.  Expand comment.
540 2022-07-26  Nick Clifton  <nickc@redhat.com>
542         PR 29411
543         * configure.tgt (ac_default_ld_warn_rwx_segments): Disable for
544         sparc-solaris configurations.
546 2022-07-08  Nick Clifton  <nickc@redhat.com>
548         * 2.39 branch created.
550 2022-06-27  Nick Clifton  <nickc@redhat.com>
552         PR 29263
553         * configure.ac: Move HPPA specific code from here...
554         * configure.tgt: ... to here.  Add similar code for MIPS.
555         Move code for CRIS, MIPS and HPPA to block at start of file.
556         * configure: Regenerate.
558 2022-06-21  Nick Clifton  <nickc@redhat.com>
560         PR 29263
561         * configure.ac (ac_default_ld_warn_execstack): Default to 'no' for
562         HPPA targets.
563         (ac_default_ld_warn_rwx_segments): Likewise.
564         * configure: Regenerate.
565         * testsuite/ld-elf/elf.exp: Add the --warn-execstack command line
566         option to the command line when running execstack tests for the
567         HPPA target.
569 2022-05-12  Alan Modra  <amodra@gmail.com>
571         PR 29006
572         * pe-dll.c (dll_name): Delete, replacing with..
573         (dll_filename): ..this, moved earlier in file.
574         (generate_edata): Delete parameters.  Don't set up dll_name here..
575         (pe_process_import_defs): ..instead set up dll_filename and
576         dll_symname here before returning.
577         (dll_symname_len): Delete write-only variable.
578         (pe_dll_generate_implib): Don't set up dll_symname here.
580 2022-05-03  Nick Clifton  <nickc@redhat.com>
582         PR 29101
583         * libdep_plugin.c (get_libdeps): Check for overflow when computing
584         amount of memory to allocate.
586 2022-04-27  Nick Clifton  <nickc@redhat.com>
588         PR 29006
589         * pe-dll.c (make_head): Use asprintf to allocate and populate a
590         buffer containing the temporary name.
591         (make_tail, make_one, make_singleton_name_thunk): Likewise.
592         (make_import_fixup_mark, make_import_fixup_entry): Likewise.
593         (make_runtime_pseudo_reloc): Likewise.
594         (pe_create_runtime_relocator_reference): Likewise.
596 2022-04-25  Nick Clifton  <nickc@redhat.com>
598         PR 29072
599         * testsuite/ld-elf/pr29072.b.warn: Update to include the note
600         about the linker's behaviour being depreccated.
602 2022-04-20  Clément Chigot  <clement.chigot@atos.net>
604         * emultempl/aix.em (params): New variable.
605         (stub_file): New variable.
606         (xcoff_add_stub_section): New function.
607         (xcoff_layout_sections_again): New function
608         (hook_in_stub): New function.
609         (_after_allocation): Add stub creation.
610         (_create_output_section_statements): Allocate stub file and
611         pass params to backend.
613 2022-04-20  Clément Chigot  <clement.chigot@atos.net>
615         * emultempl/aix.em (_after_allocation): New function.
617 2022-04-07  Mark Harmstone  <mark@harmstone.com>
619         * testsuite/ld-pe/secidx1.s: New test source file.
620         * testsuite/ld-pe/secidx2.s: New test source file.
621         * testsuite/ld-pe/secidx.d: New test driver file.
622         * testsuite/ld-pe/secidx_64.d: New test driver file.
623         * testsuite/ld-pe/pe.exp: Add new tests.
625 2022-03-01  Nick Clifton  <nickc@redhat.com>
627         PR 21964
628         * testsuite/ld-elf/pr21964-1a.c: Fix array comparisons.
629         * testsuite/ld-elf/pr21964-1b.c: Likewise.
630         * testsuite/ld-elf/pr21964-1c.c: Likewise.
631         * testsuite/ld-elf/pr21964-2a.c: Likewise.
632         * testsuite/ld-elf/pr21964-2b.c: Likewise.
633         * testsuite/ld-elf/pr21964-3a.c: Likewise.
635 2022-02-17  Roland McGrath  <mcgrathr@google.com>
637         * ld.texi (Output Section Type): Fix typo in @code syntax.
639 2022-02-17  Nick Clifton  <nickc@redhat.com>
641         * po/sr.po: Updated Serbian translation.
643 2022-02-16  Fangrui Song  <maskray@google.com>
644             Nick Clifton  <nickc@redhat.com>
646         PR ld/28841
647         * ld.texi: Document new output section type.
648         * ldlex.l: Add new token TYPE.
649         * ldgram.y: Handle TYPE=exp and READONLY (TYPE=exp).
650         * ldlang.h: Add type_section to list of section types.
651         * ldlang.c (lang_add_section): Handle type_section.
652         (map_input_to_output_sections): Handle type_section.
653         * testsuite/ld-scripts/output-section-types.t: Add tests.
654         * testsuite/ld-scripts/output-section-types.d: Update.
656 2022-02-02  Nick Clifton  <nickc@redhat.com>
658         * po/fr.po: Updated French translation.
660 2022-01-24  Nick Clifton  <nickc@redhat.com>
662         * po/bg.po: Updated Bulgarian translation.
663         * po/uk.po: Updated Ukranian translation.
665 2022-01-22  Alexander von Gluck IV  <kallisti5@unixzen.com>
667         * configure.tgt (arm-haiku): Fix typo.
668         * emulparams/armelf_haiku.su (MAXPAGESIZE): Use the default value.
669         (COMMONPAGESIZE): Likewise.
671 2022-01-22  Nick Clifton  <nickc@redhat.com>
673         * configure: Regenerate.
674         * po/ld.pot: Regenerate.
676 2022-01-22  Nick Clifton  <nickc@redhat.com>
678         * 2.38 release branch created.
680 2022-01-21  Nick Clifton  <nickc@redhat.com>
682         * po/sr.po: Updated Serbian translation.
684 2022-01-17  Nick Clifton  <nickc@redhat.com>
686         * Makefile.in: Regenerate.
687         * po/ld.pot: Regenerate.
689 2022-01-11  Martin Storsjö  <martin@martin.st>
691         * pe-dll.c (make_head): Prefix the symbol name with the dll name.
692         (make_tail, make_one, make_singleton_name_thunk): Likewise.
693         (make_import_fixup_entry, make_runtime_pseudo_reloc): Likewise.
694         (pe_create_runtime_relocator_reference): Likewise.
695         (pe_dll_generate_implib): Set dll_symname_len.
696         (pe_process_import_defs): Likewise.
698 2021-12-16  Nick Clifton  <nickc@redhat.com>
700         PR 28686
701         * testsuite/ld-avr/avr-prop-7.d: Adjust expected output.
702         * testsuite/ld-avr/avr-prop-8.d: Likewise.
703         * testsuite/ld-avr/pr13402.d: Likewise.
705 2021-11-30  Nick Clifton  <nickc@redhat.com>
707         * scripttempl/pru.sc (.pru_irq_map): Define output section.
708         * testsuite/ld-pru/pru_irq_map-1.d: New test.
709         * testsuite/ld-pru/pru_irq_map-2.d: New test.
710         * testsuite/ld-pru/pru_irq_map.s: New test.
712 2021-11-17  Jeremy Drake  <cygwin@jdrake.com>
714         * emultempl/pep.em (DEFAULT_DLL_CHARACTERISTICS): Set to 0 for
715         Cygwin targets.
716         * emultempl/pep.em (DEFAULT_DLL_CHARACTERISTICS): Likewise.
718 2021-11-17  Nick Clifton  <nickc@redhat.com>
720         PR 28452
721         * ldgram.y: Add support for PT_GNU_RELRO and PT_GNU_PROPERTY.
722         * ldgram.c: Regenerate.
724 2021-11-15  Roland McGrath  <mcgrathr@google.com>
726         * testsuite/ld-aarch64/dt_textrel.d: Pass explicit -z notext in
727         case ld was configured with --enable-textrel-check=error.
728         * testsuite/ld-aarch64/pr22764.d: Likewise.
729         * testsuite/ld-aarch64/pr20402.d: Likewise.
731 2021-10-25  Nick Alcock  <nick.alcock@oracle.com>
733         * testsuite/ld-ctf/nonrepresentable-member.*: New test.
735 2021-10-25  Nick Alcock  <nick.alcock@oracle.com>
737         * testsuite/ld-ctf/array.d: Change --ctf=.ctf to --ctf.
738         * testsuite/ld-ctf/conflicting-cycle-1.B-1.d: Likewise.
739         * testsuite/ld-ctf/conflicting-cycle-1.B-2.d: Likewise.
740         * testsuite/ld-ctf/conflicting-cycle-1.parent.d: Likewise.
741         * testsuite/ld-ctf/conflicting-cycle-2.A-1.d: Likewise.
742         * testsuite/ld-ctf/conflicting-cycle-2.A-2.d: Likewise.
743         * testsuite/ld-ctf/conflicting-cycle-2.parent.d: Likewise.
744         * testsuite/ld-ctf/conflicting-cycle-3.C-1.d: Likewise.
745         * testsuite/ld-ctf/conflicting-cycle-3.C-2.d: Likewise.
746         * testsuite/ld-ctf/conflicting-cycle-3.parent.d: Likewise.
747         * testsuite/ld-ctf/conflicting-enums.d: Likewise.
748         * testsuite/ld-ctf/conflicting-typedefs.d: Likewise.
749         * testsuite/ld-ctf/cross-tu-cyclic-conflicting.d: Likewise.
750         * testsuite/ld-ctf/cross-tu-cyclic-nonconflicting.d: Likewise.
751         * testsuite/ld-ctf/cross-tu-into-cycle.d: Likewise.
752         * testsuite/ld-ctf/cross-tu-noncyclic.d: Likewise.
753         * testsuite/ld-ctf/cycle-1.d: Likewise.
754         * testsuite/ld-ctf/cycle-2.A.d: Likewise.
755         * testsuite/ld-ctf/cycle-2.B.d: Likewise.
756         * testsuite/ld-ctf/cycle-2.C.d: Likewise.
757         * testsuite/ld-ctf/data-func-conflicted.d: Likewise.
758         * testsuite/ld-ctf/diag-cttname-null.d: Likewise.
759         * testsuite/ld-ctf/diag-cuname.d: Likewise.
760         * testsuite/ld-ctf/diag-parlabel.d: Likewise.
761         * testsuite/ld-ctf/enum-forward.d: Likewise.
762         * testsuite/ld-ctf/enums.d: Likewise.
763         * testsuite/ld-ctf/forward.d: Likewise.
764         * testsuite/ld-ctf/function.d: Likewise.
765         * testsuite/ld-ctf/nonrepresentable.d: Likewise.
766         * testsuite/ld-ctf/slice.d: Likewise.
767         * testsuite/ld-ctf/super-sub-cycles.d: Likewise.
769 2021-09-30  Dimitar Dimitrov  <dimitar@dinux.eu>
771         * scripttempl/pru.sc (.resource_table): Align the output
772         section, not the first symbol.
774 2021-09-27  Nick Alcock  <nick.alcock@oracle.com>
776         * configure: Regenerate.
778 2021-09-21  Nick Clifton  <nickc@redhat.com>
780         * ldlang.c (lang_end): When computing the entry point, only
781         try the start address of the entry section when creating an
782         executable.
783         * ld.texi (Entry point): Update description of heuristic used to
784         choose the entry point.
785         testsuite/ld-alpha/tlspic.rd: Update expected entry point address.
786         testsuite/ld-arm/tls-gdesc-got.d: Likewise.
787         testsuite/ld-i386/tlsnopic.rd: Likewise.
788         testsuite/ld-ia64/tlspic.rd: Likewise.
789         testsuite/ld-sparc/gotop32.rd: Likewise.
790         testsuite/ld-sparc/gotop64.rd: Likewise.
791         testsuite/ld-sparc/tlssunnopic32.rd: Likewise.
792         testsuite/ld-sparc/tlssunnopic64.rd: Likewise.
793         testsuite/ld-sparc/tlssunpic32.rd: Likewise.
794         testsuite/ld-sparc/tlssunpic64.rd: Likewise.
795         testsuite/ld-tic6x/shlib-1.rd: Likewise.
796         testsuite/ld-tic6x/shlib-1b.rd: Likewise.
797         testsuite/ld-tic6x/shlib-1r.rd: Likewise.
798         testsuite/ld-tic6x/shlib-1rb.rd: Likewise.
799         testsuite/ld-tic6x/shlib-noindex.rd: Likewise.
800         testsuite/ld-x86-64/pr14207.d: Likewise.
801         testsuite/ld-x86-64/tlsdesc.rd: Likewise.
802         testsuite/ld-x86-64/tlspic.rd: Likewise.
803         testsuite/ld-x86-64/tlspic2.rd: Likewise.
805 2021-09-15  Claudiu Zissulescu  <claziss@synopsys.com>
807         * testsuite/ld-arc/got-weak.d: Update file.
809 2021-09-14  Claudiu Zissulescu  <claziss@synopsys.com>
811         * ld-arc/got-weak.d: New file.
812         * ld-arc/got-weak.s: Likewise.
814 2021-07-26  Roland McGrath  <mcgrathr@google.com>
816         * testsuite/ld-x86-64/x86-64.exp (Build textrel-1): Use --warn-textrel.
818 2021-07-06  Michael Matz  <matz@suse.de>
820         PR ld/28021
821         * testsuite/ld-riscv-elf/relax-twice.ver: New.
822         * testsuite/ld-riscv-elf/relax-twice-1.s: New.
823         * testsuite/ld-riscv-elf/relax-twice-2.s: New.
824         * testsuite/ld-riscv-elf/ld-riscv-elf.exp
825         (run_relax_twice_test): New, and call it.
827 2021-07-03  Nick Clifton  <nickc@redhat.com>
829         * configure: Regenerate.
830         * po/ld.pot: Regenerate.
832 2021-07-03  Nick Clifton  <nickc@redhat.com>
834         * 2.37 release branch created.
836 2021-06-22  Nelson Chu  <nelson.chu@sifive.com>
838         * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Updated.
839         * testsuite/ld-riscv-elf/pcrel-lo-addend-3a.d: New testcase.
840         * testsuite/ld-riscv-elf/pcrel-lo-addend-3a.s: Likewise.
841         * testsuite/ld-riscv-elf/pcrel-lo-addend-3b.d: New testcase.
842         Should report error since the %pcrel_lo with addend refers to
843         %got_pcrel_hi.
844         * testsuite/ld-riscv-elf/pcrel-lo-addend-3b.s: Likewise.
845         * testsuite/ld-riscv-elf/pcrel-lo-addend-3c.d: New testcase.
846         Should report error since the %got_pcrel_hi with addend.
847         * testsuite/ld-riscv-elf/pcrel-lo-addend-3c.s: Likewise.
848         * testsuite/ld-riscv-elf/pcrel-lo-addend-3.ld: Likewise.
850 2021-06-19  H.J. Lu  <hongjiu.lu@intel.com>
852         PR ld/27998
853         * testsuite/ld-i386/i386.exp: Run PR ld/27998 tests.
854         * testsuite/ld-i386/pr27998a.d: New file.
855         * testsuite/ld-i386/pr27998a.s: Likewise.
856         * testsuite/ld-i386/pr27998b.d: Likewise.
857         * testsuite/ld-i386/pr27998b.s: Likewise.
859 2021-06-19  H.J. Lu  <hongjiu.lu@intel.com>
861         * testsuite/ld-x86-64/textrel-1.err: New file.
862         * testsuite/ld-x86-64/textrel-1a.s: Likewise.
863         * testsuite/ld-x86-64/textrel-1b.s: Likewise.
864         * testsuite/ld-x86-64/x86-64.exp: Run textrel-1 tests.
866 2021-06-18  H.J. Lu  <hongjiu.lu@intel.com>
868         * testsuite/ld-elf/property-and-1.d: Skip am33_2.0, hppa-hpux
869         and mn10300.
870         Pass --generate-missing-build-notes=no to assembler.  Allow
871         other note sections for xtensa.
872         * testsuite/ld-elf/property-and-2.d: Likewise.
873         * testsuite/ld-elf/property-and-3.d: Likewise.
874         * testsuite/ld-elf/property-and-4.d: Likewise.
875         * testsuite/ld-elf/property-or-1.d: Likewise.
876         * testsuite/ld-elf/property-or-2.d: Likewise.
877         * testsuite/ld-elf/property-or-3.d: Likewise.
878         * testsuite/ld-elf/property-or-4.d: Likewise.
880 2021-06-18  H.J. Lu  <hongjiu.lu@intel.com>
882         * ld.texi: Move -z unique-symbol after -z undefs.
884 2021-06-18  H.J. Lu  <hongjiu.lu@intel.com>
886         * testsuite/ld-elf/property-and-1.d: New file.
887         * testsuite/ld-elf/property-and-1.s: Likewise.
888         * testsuite/ld-elf/property-and-2.d: Likewise.
889         * testsuite/ld-elf/property-and-2.s: Likewise.
890         * testsuite/ld-elf/property-and-3.d: Likewise.
891         * testsuite/ld-elf/property-and-3.s: Likewise.
892         * testsuite/ld-elf/property-and-4.d: Likewise.
893         * testsuite/ld-elf/property-and-empty.s: Likewise.
894         * testsuite/ld-elf/property-or-1.d: Likewise.
895         * testsuite/ld-elf/property-or-1.s: Likewise.
896         * testsuite/ld-elf/property-or-2.d: Likewise.
897         * testsuite/ld-elf/property-or-2.s: Likewise.
898         * testsuite/ld-elf/property-or-3.d: Likewise.
899         * testsuite/ld-elf/property-or-3.s: Likewise.
900         * testsuite/ld-elf/property-or-4.d: Likewise.
901         * testsuite/ld-elf/property-or-empty.s: Likewise.
903 2021-06-17  H.J. Lu  <hongjiu.lu@intel.com>
905         PR ld/27973
906         * testsuite/ld-x86-64/x86-64.exp: Pass $NOPIE_LDFLAGS and
907         $NOPIE_CFLAGS to protected-func-1 without PIE.
909 2021-06-17  H.J. Lu  <hongjiu.lu@intel.com>
911         PR ld/27973
912         * testsuite/ld-x86-64/x86-64.exp: Run protected function tests.
913         * testsuite/ld-x86-64/protected-func-1.h: New file.
914         * testsuite/ld-x86-64/protected-func-1a.s: Likewise.
915         * testsuite/ld-x86-64/protected-func-1b.c: Likewise.
917 2021-06-17  Fangrui Song  <maskray@google.com>
919         * ldlex.h (enum option_values): Add OPTION_NO_PIE.
920         * lexsup.c (struct ld_options): Add -no-pie.
921         (parse_args): Handle -no-pie.
922         * ld.texi: Document -no-pie.
924 2021-06-15  Alan Modra  <amodra@gmail.com>
926         * testsuite/ld-pie/vaddr-0.d: Update expected output.
928 2021-06-11  Alan Modra  <amodra@gmail.com>
930         PR 27952
931         * ldelf.c (ldelf_after_open): Error on input PIEs too.
933 2021-06-09  Nick Clifton  <nickc@redhat.com>
935         PR 27666
936         * testsuite/ld-sparc/sparc.exp: Do not run the sparctests or
937         sparc64tests for Solaris2 targets.
939 2021-06-03  Alan Modra  <amodra@gmail.com>
941         PR 2589
942         * ld.texi (link-time runtime library search path): Mention
943         plugin library path.  Correct order of search.
945 2021-05-31  Nelson Chu  <nelson.chu@sifive.com>
946             Lifang Xia  <lifang_xia@c-sky.com>
948         PR 27566
949         * emultempl/riscvelf.em (after_allocation): Call
950         riscv_set_data_segment_info to set data segment phase before relaxing.
951         * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Updated.
952         * testsuite/ld-riscv-elf/relro-relax-lui.d: New testcase.
953         * testsuite/ld-riscv-elf/relro-relax-lui.s: Likewise.
954         * testsuite/ld-riscv-elf/relro-relax-pcrel.d: Likewise.
955         * testsuite/ld-riscv-elf/relro-relax-pcrel.s: Likewise.
957 2021-05-28  H.J. Lu  <hongjiu.lu@intel.com>
959         PR ld/27905
960         * testsuite/ld-i386/pcrel16-2.d: xfail.
961         * testsuite/ld-x86-64/pcrel16-2.d: Likewise.
963 2021-05-26  H.J. Lu  <hongjiu.lu@intel.com>
965         PR ld/27905
966         * testsuite/ld-i386/code16.d: New file.
967         * testsuite/ld-i386/code16.t: Likewise.
968         * testsuite/ld-x86-64/code16.d: Likewise.
969         * testsuite/ld-x86-64/code16.t: Likewise.
970         * testsuite/ld-i386/i386.exp: Run code16.
971         * testsuite/ld-x86-64/x86-64.exp: Likewise.
973 2021-05-26  H.J. Lu  <hongjiu.lu@intel.com>
975         * testsuite/ld-x86-64/ilp32-12.d: New file.
976         * testsuite/ld-x86-64/ilp32-12.s: Likewise.
977         * testsuite/ld-x86-64/x86-64.exp: Run ilp32-12.
979 2021-05-14  Nelson Chu  <nelson.chu@sifive.com>
981         * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Updated.
982         * testsuite/ld-riscv-elf/pcrel-lo-addend-2a.d: Renamed from
983         pcrel-lo-addend-2.
984         * testsuite/ld-riscv-elf/pcrel-lo-addend-2a.s: Likewise.
985         * testsuite/ld-riscv-elf/pcrel-lo-addend-2b.d: New testcase.
986         * testsuite/ld-riscv-elf/pcrel-lo-addend-2b.s: Likewise.
988 2021-05-13  Fangrui Song  <maskray@google.com>
990         PR 27834
991         * ldlex.h (enum option_values): Add OPTION_NO_SYMBOLIC.
992         * lexsup.c (ld_options): Add -Bno-symbolic.
993         (parse_args): Handle -Bno-symbolic.
994         * ld.texi: Document -Bno-symbolic.
995         * NEWS: Mention -Bno-symbolic.
996         * testsuite/ld-elf/shared.exp: Add a test.
998 2021-05-12  Richard Earnshaw  <rearnsha@arm.com>
1000         * testsuite/ld-arm/arm-elf.exp (farcall test for v8-m.mainline):
1001         Correct expected output.
1003 2021-05-11  Roland McGrath  <mcgrathr@google.com>
1005         * testsuite/ld-x86-64/rela.d: Fix regexp not to presume a specific
1006         address layout, so it works for e.g. --target=x86-64-elf.
1008 2021-05-11  Nick Clifton  <nickc@redhat.com>
1010         PR 27113
1011         * Makefile.am (install-data-local): Also delete libdep.dll.a if it
1012         is present.
1013         * Makefile.in: Regenerate.
1015 2021-05-10  Dimitar Dimitrov  <dimitar@dinux.eu>
1017         * testsuite/ld-elf/group8a.d: Remove pru from XFAIL list.
1018         * testsuite/ld-elf/group8b.d: Ditto.
1019         * testsuite/ld-elf/group9a.d: Ditto.
1020         * testsuite/ld-elf/group9b.d: Ditto.
1021         * testsuite/ld-elf/pr12851.d: Ditto.
1022         * testsuite/ld-elf/pr22677.d: Ditto.
1023         * testsuite/lib/ld-lib.exp (check_gc_sections_available): Remove
1024         pru from list.
1026 2021-05-10  Dimitar Dimitrov  <dimitar@dinux.eu>
1028         * scripttempl/pru.sc (.resource_table): Add ALIGN directive.
1029         Use symbols for memory sizes.
1031 2021-05-08  Mike Frysinger  <vapier@gentoo.org>
1033         * Makefile.am (html-local, doc/ld/index.html): New targets.
1034         * Makefile.in: Regenerate.
1036 2021-05-08  Mike Frysinger  <vapier@gentoo.org>
1038         * Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
1039         * Makefile.in: Regenerate.
1041 2021-05-07  Jan Beulich  <jbeulich@suse.com>
1043         * testsuite/ld-x86-64/rela.d: New.
1044         * testsuite/ld-x86-64/x86-64.exp: Run new test.
1046 2021-05-07  Nick Clifton  <nickc@redhat.com>
1048         * ldelfgen.c (compare_link_order): Ignore section size when
1049         performing a relocateable link.
1051 2021-05-07  Alan Modra  <amodra@gmail.com>
1053         * ldexp.c (update_definedness): Don't return false for absolute
1054         symbols.
1055         * ldmain.c (multiple_definition): Print "warning: " in message
1056         when not a hard error.
1058 2021-05-07  Alan Modra  <amodra@gmail.com>
1060         * testsuite/ld-elf/pr27825-1.d: Correct xfail.
1061         * testsuite/ld-elf/pr27825-2.d: Likewise.
1063 2021-05-06  Stafford Horne  <shorne@gmail.com>
1065         PR 27746
1066         testsuite/ld-or1k/or1k.exp (or1kplttests): Add tests for linking
1067         along with gotha() relocations.
1068         testsuite/ld-or1k/gotha1.dd: New file.
1069         testsuite/ld-or1k/gotha1.s: New file.
1070         testsuite/ld-or1k/gotha2.dd: New file.
1071         testsuite/ld-or1k/gotha2.s: New file
1072         testsuite/ld-or1k/pltlib.s (x): Define size to avoid link
1073         failure.
1075 2021-05-06  Nick Alcock  <nick.alcock@oracle.com>
1077         * testsuite/ld-ctf/ctf.exp: Use -gctf, not -gt.
1078         * testsuite/lib/ld-lib.exp: Likewise.
1079         * testsuite/ld-ctf/nonrepresentable-1.c: New test for nonrepresentable types.
1080         * testsuite/ld-ctf/nonrepresentable-2.c: Likewise.
1081         * testsuite/ld-ctf/nonrepresentable.d: Likewise.
1082         * testsuite/ld-ctf/array.d: Larger type section.
1083         * testsuite/ld-ctf/data-func-conflicted.d: Likewise.
1084         * testsuite/ld-ctf/enums.d: Likewise.
1085         * testsuite/ld-ctf/conflicting-enums.d: Don't compare types.
1086         * testsuite/ld-ctf/cross-tu-cyclic-conflicting.d: Changed type order.
1087         * testsuite/ld-ctf/cross-tu-noncyclic.d: Likewise.
1088         * testsuite/ld-ctf/slice.d: Adjust for improved slice emission.
1090 2021-05-05  H.J. Lu  <hongjiu.lu@intel.com>
1092         PR ld/27825
1093         * testsuite/ld-elf/pr27825-1.d: New file.
1094         * testsuite/ld-elf/pr27825-1a.s: Likewise.
1095         * testsuite/ld-elf/pr27825-1b.s: Likewise.
1096         * testsuite/ld-elf/pr27825-2.d: Likewise.
1097         * testsuite/ld-elf/pr27825-2a.s: Likewise.
1098         * testsuite/ld-elf/pr27825-2b.s: Likewise.
1100 2021-05-05  Alan Modra  <amodra@gmail.com>
1102         * testsuite/ld-powerpc/empty.s: New file.
1103         * testsuite/ld-powerpc/undefweak.d,
1104         * testsuite/ld-powerpc/undefweak.s: New testcase.
1105         * testsuite/ld-powerpc/powerpc.exp: Run it.
1107 2021-05-03  Alan Modra  <amodra@gmail.com>
1109         * testsuite/ld-s390/tlspic_64.rd: Adjust expected output for
1110         named section symbols.
1112 2021-04-28  Nick Clifton  <nickc@redhat.com>
1114         * testsuite/ld-elf/anno-sym.s: New test source file.
1115         * testsuite/ld-elf/anno-sym.d: New test driver.
1116         * testsuite/ld-elf/anno-sym.l: New test error output.
1118 2021-04-26  Jan Beulich  <jbeulich@suse.com>
1120         * testsuite/ld-i386/pcrel16-2.s, testsuite/ld-i386/pcrel16-2.d,
1121         testsuite/ld-x86-64/pcrel16-2.d: New.
1122         * testsuite/ld-i386/i386.exp: Run new test.
1123         * testsuite/ld-x86-64/x86-64.exp: Likewise.
1125 2021-04-23  H.J. Lu  <hongjiu.lu@intel.com>
1127         PR ld/27771
1128         * testsuite/ld-bootstrap/bootstrap.exp: Create a symbolic link
1129         to tmpdir/ldscripts only if it doesn't exist.
1131 2021-04-22  Jan Beulich  <jbeulich@suse.com>
1133         PR ld/26659
1134         * testsuite/ld-pe/pr26659-weak-undef-sym.d: Relax for Cygwin.
1136 2021-04-21  Nick Clifton  <nickc@redhat.com>
1138         * testsuite/ld-aarch64/variant_pcs-now.d: Adjust expected output
1139         to allow for named section symbols.
1140         * testsuite/ld-aarch64/variant_pcs-r.d: Likewise.
1141         * testsuite/ld-aarch64/variant_pcs-shared.d: Likewise.
1142         * testsuite/ld-alpha/tlsbin.rd: Likewise.
1143         * testsuite/ld-alpha/tlsbinr.rd: Likewise.
1144         * testsuite/ld-alpha/tlspic.rd: Likewise.
1145         * testsuite/ld-arm/rodata-merge-map.sym: Likewise.
1146         * testsuite/ld-arm/script-type.sym: Likewise.
1147         * testsuite/ld-cris/libdso-2.d: Likewise.
1148         * testsuite/ld-cris/pr16044.d: Likewise.
1149         * testsuite/ld-elf/sec64k.exp: Likewise.
1150         * testsuite/ld-ia64/tlsbin.rd: Likewise.
1151         * testsuite/ld-ia64/tlspic.rd: Likewise.
1152         * testsuite/ld-mips-elf/global-local-symtab-sort-n64t.d: Likewise.
1153         * testsuite/ld-mips-elf/global-local-symtab-sort-o32t.d: Likewise.
1154         * testsuite/ld-mmix/bspec1.d: Likewise.
1155         * testsuite/ld-mmix/bspec2.d: Likewise.
1156         * testsuite/ld-mmix/local1.d: Likewise.
1157         * testsuite/ld-mmix/local3.d: Likewise.
1158         * testsuite/ld-mmix/local5.d: Likewise.
1159         * testsuite/ld-mmix/local7.d: Likewise.
1160         * testsuite/ld-mmix/undef-3.d: Likewise.
1161         * testsuite/ld-powerpc/tlsso.r: Likewise.
1162         * testsuite/ld-powerpc/tlsso32.r: Likewise.
1163         * testsuite/ld-powerpc/tlstocso.r: Likewise.
1164         * testsuite/ld-s390/tlsbin.rd: Likewise.
1165         * testsuite/ld-s390/tlsbin_64.rd: Likewise.
1166         * testsuite/ld-s390/tlspic.rd: Likewise.
1167         * testsuite/ld-s390/tlspic_64.rd: Likewise.
1168         * testsuite/ld-sparc/gotop32.rd: Likewise.
1169         * testsuite/ld-sparc/gotop64.rd: Likewise.
1170         * testsuite/ld-sparc/tlssunbin32.rd: Likewise.
1171         * testsuite/ld-sparc/tlssunbin64.rd: Likewise.
1172         * testsuite/ld-sparc/tlssunnopic32.rd: Likewise.
1173         * testsuite/ld-sparc/tlssunnopic64.rd: Likewise.
1174         * testsuite/ld-sparc/tlssunpic32.rd: Likewise.
1175         * testsuite/ld-sparc/tlssunpic64.rd: Likewise.
1176         * testsuite/ld-tic6x/common.d: Likewise.
1177         * testsuite/ld-tic6x/shlib-1.rd: Likewise.
1178         * testsuite/ld-tic6x/shlib-1b.rd: Likewise.
1179         * testsuite/ld-tic6x/shlib-1r.rd: Likewise.
1180         * testsuite/ld-tic6x/shlib-1rb.rd: Likewise.
1181         * testsuite/ld-tic6x/shlib-app-1.rd: Likewise.
1182         * testsuite/ld-tic6x/shlib-app-1b.rd: Likewise.
1183         * testsuite/ld-tic6x/shlib-app-1r.rd: Likewise.
1184         * testsuite/ld-tic6x/shlib-app-1rb.rd: Likewise.
1185         * testsuite/ld-tic6x/shlib-noindex.rd: Likewise.
1186         * testsuite/ld-tic6x/static-app-1.rd: Likewise.
1187         * testsuite/ld-tic6x/static-app-1b.rd: Likewise.
1188         * testsuite/ld-tic6x/static-app-1r.rd: Likewise.
1189         * testsuite/ld-tic6x/static-app-1rb.rd: Likewise.
1191 2021-04-20  Clément Chigot  <clement.chigot@atos.net>
1193         PR binutils/21700
1194         * testsuite/ld-powerpc/aix52.exp: Add new test.
1195         * testsuite/ld-powerpc/aix-neg-reloc-32.d: New test.
1196         * testsuite/ld-powerpc/aix-neg-reloc-64.d: New test.
1197         * testsuite/ld-powerpc/aix-neg-reloc.ex: New test.
1198         * testsuite/ld-powerpc/aix-neg-reloc.s: New test.
1200 2021-04-13  Nick Clifton  <nickc@redhat.com>
1202         * ld.texi (Options): Add note about the effect of --as-needed on
1203         the --rpath and --rpath-link options on Linux based systems.
1205 2021-04-13  Alan Modra  <amodra@gmail.com>
1207         PR 27722
1208         * libdep_plugin.c (str2vec): Don't pass a potentially signed char
1209         to isspace.
1211 2021-04-12  Alan Modra  <amodra@gmail.com>
1213         * configure.ac (--enable-checking): Add support.
1214         * config.in: Regenerate.
1215         * configure: Regenerate.
1217 2021-04-12  Alan Modra  <amodra@gmail.com>
1219         * emultempl/mipself.em (mips_create_output_section_statements):
1220         Pass base type of hash table to is_elf_hash_table.
1221         * ldelf.c (ldelf_after_open): Likewise.
1223 2021-04-12  Alan Modra  <amodra@gmail.com>
1225         PR 27719
1226         * ldlang.c (lang_mark_undefineds, undef_start_stop): Test that
1227         the symbol hash table is the correct type before accessing
1228         elf_link_hash_entry symbols.
1229         * plugin.c (is_visible_from_outside): Likewise.
1230         * emultempl/armelf.em (ld${EMULATION_NAME}_finish): Likewise.
1231         * emultempl/solaris2.em (elf_solaris2_before_allocation): Likewise.
1233 2021-04-09  Alan Modra  <amodra@gmail.com>
1235         * testsuite/ld-powerpc/inlinepcrel-1.d: Update expected output.
1236         * testsuite/ld-powerpc/inlinepcrel-2.d: Likewise.
1237         * testsuite/ld-powerpc/notoc2.d: Likewise.
1238         * testsuite/ld-powerpc/notoc3.d: Likewise.
1239         * testsuite/ld-powerpc/pcrelopt.d: Likewise.
1240         * testsuite/ld-powerpc/startstop.d: Likewise.
1241         * testsuite/ld-powerpc/tlsget.d: Likewise.
1242         * testsuite/ld-powerpc/tlsget2.d: Likewise.
1243         * testsuite/ld-powerpc/tlsld.d: Likewise.
1244         * testsuite/ld-powerpc/weak1.d: Likewise.
1245         * testsuite/ld-powerpc/weak1so.d: Likewise.
1247 2021-04-06  Jan Beulich  <jbeulich@suse.com>
1249         * pe-dll.c (generate_reloc): Bail immediately when .reloc is
1250         being discarded. Warn when relocated entry is above .reloc.
1252 2021-04-05  Alan Modra  <amodra@gmail.com>
1254         * configure.ac: Move initfini-array arg handling earlier.  Don't
1255         check for string.h, strings.h, stdlib.h, or locale.h.  Do check
1256         for inttypes.h, stdint.h, sys/types.h.  Don't check for
1257         setlocale, free, getev or strstr.
1258         (AC_ISC_POSIX): Don't invoke.
1259         * sysdep.h: Include string.h and stdlib.h unconditionally.  Test
1260         HAVE_SYS_TYPE_H and HAVE_SYS_STAT_H.  Remove strstr, free and
1261         getenv fallback declarations.
1262         * ld.h: Don't test HAVE_LOCALE_H.
1263         * ldmain.c: Don't test HAVE_SETLOCALE.
1264         * config.in: Regenerate.
1265         * configure: Regenerate.
1267 2021-04-01  Tamar Christina  <tamar.christina@arm.com>
1269         PR ld/26659
1270         * testsuite/ld-pe/pe.exp: Add test.
1271         * testsuite/ld-pe/pr26659-weak-undef-sym.d: New test.
1272         * testsuite/ld-pe/pr26659-weak-undef-sym.s: New test.
1274 2021-04-01  Martin Liska  <mliska@suse.cz>
1276         * ldbuildid.c (strneq): Remove strneq and use startswith.
1277         (validate_build_id_style): Likewise.
1278         (compute_build_id_size): Likewise.
1280 2021-03-31  Alan Modra  <amodra@gmail.com>
1282         * sysdep.h (POISON_BFD_BOOLEAN): Define.
1283         * configure.ac (elf_list_options, elf_shlib_list_options=false),
1284         (elf_plt_unwind_list_options=false): Replace FALSE with false,
1285         and TRUE with true.
1286         * emulparams/call_nop.sh, * emulparams/cet.sh,
1287         * emulparams/dynamic_undefined_weak.sh,
1288         * emulparams/elf32b4300.sh, * emulparams/elf32lm32.sh,
1289         * emulparams/elf32lr5900.sh, * emulparams/elf32lr5900n32.sh,
1290         * emulparams/elf32visium.sh, * emulparams/elf_x86_64.sh,
1291         * emulparams/extern_protected_data.sh, * emulparams/plt_unwind.sh,
1292         * emulparams/reloc_overflow.sh, * emulparams/static.sh,
1293         * emulparams/x86-64-lam.sh, * emultempl/aarch64elf.em,
1294         * emultempl/aix.em, * emultempl/alphaelf.em,
1295         * emultempl/armcoff.em, * emultempl/armelf.em,
1296         * emultempl/avrelf.em, * emultempl/beos.em, * emultempl/bfin.em,
1297         * emultempl/cr16elf.em, * emultempl/crxelf.em,
1298         * emultempl/cskyelf.em, * emultempl/elf.em, * emultempl/genelf.em,
1299         * emultempl/hppaelf.em, * emultempl/linux.em,
1300         * emultempl/m68hc1xelf.em, * emultempl/metagelf.em,
1301         * emultempl/mipself.em, * emultempl/mmix-elfnmmo.em,
1302         * emultempl/mmixelf.em, * emultempl/mmo.em, * emultempl/msp430.em,
1303         * emultempl/nios2elf.em, * emultempl/pdp11.em, * emultempl/pe.em,
1304         * emultempl/pep.em, * emultempl/ppc32elf.em,
1305         * emultempl/ppc64elf.em, * emultempl/rxelf.em,
1306         * emultempl/rxlinux.em, * emultempl/scoreelf.em,
1307         * emultempl/solaris2.em, * emultempl/spuelf.em,
1308         * emultempl/ticoff.em, * emultempl/v850elf.em, * emultempl/vms.em,
1309         * emultempl/xtensaelf.em, * emultempl/z80.em, * ld.h,
1310         * ldbuildid.c, * ldbuildid.h, * ldcref.c, * ldctor.c, * ldctor.h,
1311         * ldelf.c, * ldelf.h, * ldelfgen.c, * ldelfgen.h, * ldemul.c,
1312         * ldemul.h, * ldexp.c, * ldexp.h, * ldfile.c, * ldfile.h,
1313         * ldgram.y, * ldlang.c, * ldlang.h, * ldmain.c, * ldmain.h,
1314         * ldmisc.c, * ldmisc.h, * ldwrite.c, * lexsup.c, * mri.c,
1315         * pe-dll.c, * pe-dll.h, * pep-dll.h, * plugin.c, * plugin.h,
1316         * testplug.c, * testplug2.c, * testplug3.c, * testplug4.c: Replace
1317         bfd_boolean with bool, FALSE with false, and TRUE with true.
1318         * configure: Regenerate.
1320 2021-03-31  Alan Modra  <amodra@gmail.com>
1322         * elf-hints-local.h: Include stdint.h in place of bfd_stdint.h.
1323         * emultempl/nds32elf.em: Likewise.
1324         * testsuite/ld-elf/mbind2b.c: Likewise.
1325         * testsuite/ld-elf/pr18718.c: Likewise.
1326         * testsuite/ld-elf/pr18720a.c: Likewise.
1327         * testsuite/ld-elf/pr25749-1.c: Likewise.
1328         * testsuite/ld-elf/pr25749-1a.c: Likewise.
1329         * testsuite/ld-elf/pr25749-1b.c: Likewise.
1330         * testsuite/ld-elf/pr25749-1c.c: Likewise.
1331         * testsuite/ld-elf/pr25749-1d.c: Likewise.
1332         * testsuite/ld-elf/pr25749-2.c: Likewise.
1333         * testsuite/ld-elf/pr25754-1a.c: Likewise.
1334         * testsuite/ld-elf/pr25754-2a.c: Likewise.
1335         * testsuite/ld-elf/pr25754-3a.c: Likewise.
1336         * testsuite/ld-elf/pr25754-4a.c: Likewise.
1337         * testsuite/ld-elf/pr25754-5a.c: Likewise.
1338         * testsuite/ld-elf/pr25754-6a.c: Likewise.
1340 2021-03-29  Alan Modra  <amodra@gmail.com>
1342         * emultempl/aix.em (gld${EMULATION_NAME}_before_allocation): Simplify
1343         boolean expression.
1344         * lexsup.c (parse_args): Likewise.
1345         * pe-dll.c (pe_dll_id_target): Likewise.
1347 2021-03-25  Nick Alcock  <nick.alcock@oracle.com>
1349         * testsuite/ld-ctf/array.d: Only check that the data object
1350         section is nonempty: do not check its exact size.
1351         * testsuite/ld-ctf/diag-parlabel.d: Likewise.
1352         * testsuite/ld-ctf/slice.d: Likewise.
1353         * testsuite/ld-ctf/data-func-conflicted.d: Likewise, and for the
1354         func info section too.
1355         * testsuite/ld-ctf/function.d: Likewise, for the func info section.
1357 2021-03-22  Martin Liska  <mliska@suse.cz>
1359         * emultempl/aix.em: Replace usage of CONST_STRNEQ with startswith.
1360         * emultempl/beos.em: Likewise.
1361         * emultempl/elf.em: Likewise.
1362         * emultempl/pe.em: Likewise.
1363         * emultempl/pep.em: Likewise.
1364         * emultempl/xtensaelf.em: Likewise.
1365         * ldctor.c (ctor_prio): Likewise.
1366         * ldelf.c (ldelf_try_needed): Likewise.
1367         (ldelf_parse_ld_so_conf): Likewise.
1368         (ldelf_after_open): Likewise.
1369         (output_rel_find): Likewise.
1370         (ldelf_place_orphan): Likewise.
1371         * ldfile.c (ldfile_add_library_path): Likewise.
1372         * ldlang.c (lang_add_input_file): Likewise.
1373         * ldmain.c (get_sysroot): Likewise.
1374         (get_emulation): Likewise.
1375         (add_archive_element): Likewise.
1376         * ldwrite.c (unsplittable_name): Likewise.
1377         (clone_section): Likewise.
1378         * lexsup.c (parse_args): Likewise.
1379         * pe-dll.c (is_import): Likewise.
1380         (pe_implied_import_dll): Likewise.
1382 2021-03-19  H.J. Lu  <hongjiu.lu@intel.com>
1384         PR ld/27590
1385         * testsuite/ld-x86-64/pr27590.rd: New file.
1386         * testsuite/ld-x86-64/pr27590a.obj.bz2: Likewise.
1387         * testsuite/ld-x86-64/pr27590b.obj.bz2: Likewise.
1388         * testsuite/ld-x86-64/x86-64.exp: Run ld/27590 test.
1390 2021-03-20  Alan Modra  <amodra@gmail.com>
1392         PR 27590
1393         * ldlang.c (lang_gc_sections): Clear SEC_EXCLUDE when relocatable
1394         for all sections except .stabstr.
1396 2021-03-19  Alan Modra  <amodra@gmail.com>
1398         PR 27590
1399         * testsuite/ld-elf/pr27590a.d: Match relocs using label, and
1400         R_MIPS_NONE.
1401         * testsuite/ld-elf/pr27590b.d: Likewise.
1403 2021-03-18  H.J. Lu  <hongjiu.lu@intel.com>
1405         PR ld/27590
1406         * testsuite/ld-elf/pr27590.s: New file.
1407         * testsuite/ld-elf/pr27590a.d: Likewise.
1408         * testsuite/ld-elf/pr27590b.d: Likewise.
1409         * testsuite/ld-i386/i386.exp: Also run ld/27193 test with
1410         --reduce-memory-overheads.
1412 2021-03-18  H.J. Lu  <hongjiu.lu@intel.com>
1414         PR ld/27587
1415         * testsuite/ld-x86-64/pr27587.err: New file.
1416         * testsuite/ld-x86-64/pr27587a.obj.bz2: Likewise.
1417         * testsuite/ld-x86-64/pr27587b.obj.bz2: Likewise.
1418         * testsuite/ld-x86-64/x86-64.exp: Run PR ld/27587 test.
1420 2021-03-18  Nick Alcock  <nick.alcock@oracle.com>
1422         * testsuite/ld-ctf/slice.c: Check slices of enums too.
1423         * testsuite/ld-ctf/slice.d: Results adjusted.
1425 2021-03-16  Nick Clifton  <nickc@redhat.com>
1427         * pe-dll.c (pe_find_cdecl_alias_match): Use memmove to overwrite
1428         lname string.
1430 2021-03-15  Jan Beulich  <jbeulich@suse.com>
1432         * pe-dll.c (generate_reloc): Drop padding to reloc_s->size.
1434 2021-03-12  Alan Modra  <amodra@gmail.com>
1436         * Makefile.am (ALL_EMULATION_SOURCES): Move riscv files to..
1437         (ALL_64_EMULATION_SOURCES): ..here.
1438         * Makefile.in: Regenerate.
1440 2021-03-12  Clément Chigot  <clement.chigot@atos.net>
1442         * emultempl/aix.em: Ensure .tdata section is removed
1443         if empty, even with -r flag.
1444         * scripttempl/aix.sc: Handle TLS sections.
1445         * testsuite/ld-powerpc/aix52.exp: Add new tests.
1446         * testsuite/ld-powerpc/aix-tls-reloc-32.d: New test.
1447         * testsuite/ld-powerpc/aix-tls-reloc-64.d: New test.
1448         * testsuite/ld-powerpc/aix-tls-reloc.ex: New test.
1449         * testsuite/ld-powerpc/aix-tls-reloc.s: New test.
1450         * testsuite/ld-powerpc/aix-tls-section-32.d: New test.
1451         * testsuite/ld-powerpc/aix-tls-section-64.d: New test.
1452         * testsuite/ld-powerpc/aix-tls-section.ex: New test.
1453         * testsuite/ld-powerpc/aix-tls-section.s: New test.
1455 2021-03-12  Clément Chigot  <clement.chigot@atos.net>
1457         * scripttempl/aix.sc: Add .te to .data section.
1458         * testsuite/ld-powerpc/aix52.exp: Add test structure for AIX7+.
1459         Add aix-largetoc-1 test.
1460         * testsuite/ld-powerpc/aix-largetoc-1-32.d: New test.
1461         * testsuite/ld-powerpc/aix-largetoc-1-64.d: New test.
1462         * testsuite/ld-powerpc/aix-largetoc-1.ex: New test.
1463         * testsuite/ld-powerpc/aix-largetoc-1.s: New test.
1465 2021-03-12  Alan Modra  <amodra@gmail.com>
1467         * testsuite/ld-gc/gc.exp: Pass "-image-base 0" to ld for PE, and
1468         arrange to define __main for some run_dump_test tests.
1469         * testsuite/ld-gc/pr13683.d: Accept more symbols.
1470         * testsuite/ld-gc/pr14265.d: Likewise, and ordering.
1471         * testsuite/ld-scripts/crossref.exp: Pass "-image-base 0" to ld for PE.
1472         * testsuite/ld-srec/srec.exp: Likewise.
1473         * testsuite/lib/ld-lib.exp (ld_link_defsyms): Use is_pecoff_format.
1475 2021-03-11  Nelson Chu  <nelson.chu@sifive.com>
1477         * emultempl/riscvelf.em (after_allocation): Run ldelf_map_segments
1478         many times if riscv_restart_relax_sections returns TRUE.
1479         * testsuite/ld-riscv-elf/restart-relax.d: New testcase.  Before
1480         applying this patch, the call won't be relaxed to jal; But now we
1481         have more chances to do relaxations.
1482         * testsuite/ld-riscv-elf/restart-relax.s: Likewise.
1483         * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Updated.
1485 2021-03-10  Jan Beulich  <jbeulich@suse.com>
1487         * testsuite/ld-scripts/pr22267.t: Avoid symbol value with more
1488         than 32 set bits.
1489         * testsuite/ld-scripts/pr22267.d: Adjust expectation and drop
1490         comment.
1491         * scripttempl/mcorepe.sc: Use PROVIDE() for _stack.
1493 2021-03-09  Jan Beulich  <jbeulich@suse.com>
1495         * testsuite/ld-pe/reloc.s: Add entry point symbols. Increase
1496         alignment to 4k.
1497         * testsuite/ld-pe/reloc.d: xfail for mcore.
1499 2021-03-09  Jan Beulich  <jbeulich@suse.com>
1501         * testsuite/ld-scripts/alignof.exp,
1502         testsuite/ld-scripts/data.exp,
1503         testsuite/ld-scripts/default-script.exp,
1504         testsuite/ld-scripts/log2.exp,
1505         testsuite/ld-scripts/print-memory-usage.exp,
1506         testsuite/ld-scripts/sizeof.exp,
1507         testsuite/ld-undefined/weak-undef.exp: Set image base to zero
1508         for PE/COFF.
1509         * testsuite/ld-scripts/default-script1.d,
1510         testsuite/ld-scripts/default-script2.d,
1511         testsuite/ld-scripts/default-script3.d,
1512         testsuite/ld-scripts/default-script4.d: Drop xfail and comment.
1514 2021-03-05  H.J. Lu  <hongjiu.lu@intel.com>
1516         PR ld/27425
1517         PR ld/27432
1518         * ldelf.c (ldelf_set_output_arch): New function.
1519         * ldelf.h (ldelf_set_output_arch): New prototype.
1520         * emultempl/elf.em (LDEMUL_SET_OUTPUT_ARCH): Default to
1521         ldelf_set_output_arch.
1522         * ld-x86-64/pe-x86-64-1.od: Expect __executable_start.
1523         * testsuite/ld-x86-64/pe-x86-64-2.od: Likewise.
1524         * testsuite/ld-x86-64/pe-x86-64-3.od: Likewise.
1525         * testsuite/ld-x86-64/pe-x86-64-4.od: Likewise.
1526         * testsuite/ld-x86-64/pe-x86-64-5.od: Likewise.
1527         * testsuite/ld-x86-64/pe-x86-64-5.rd: Likewise.
1528         * testsuite/ld-x86-64/pe-x86-64-6.obj.bz2: New file.
1529         * testsuite/ld-x86-64/pe-x86-64-6.od: Likewise.
1530         * testsuite/ld-x86-64/pe-x86-64.exp: Run ld/27425 test.
1532 2021-03-04  Jan Beulich  <jbeulich@suse.com>
1534         * testsuite/ld-scripts/map-address.exp: Set image base to zero
1535         for PE/COFF.
1536         * testsuite/ld-scripts/map-address.t: Place .text.
1538 2021-03-04  Jan Beulich  <jbeulich@suse.com>
1540         * ldexp.c (ldexp_is_final_sym_absolute): New.
1541         * ldexp.h (ldexp_is_final_sym_absolute): Declare.
1542         * pe-dll.c (generate_reloc): Skip absolute symbols.
1543         * testsuite/ld-pe/reloc.s, testsuite/ld-pe/reloc.d: New.
1544         * testsuite/ld-pe/pe.exp: Run new test.
1546 2021-03-03  Alan Modra  <amodra@gmail.com>
1548         PR 27500
1549         * ldlang.c (insert_undefined): Don't mark symbols here.
1550         (lang_mark_undefineds): Do so here instead, new function.
1551         (lang_process): Call lang_mark_undefineds.
1552         * testsuite/ld-gc/start3.d,
1553         * testsuite/ld-gc/start3.s: New test.
1554         * testsuite/ld-gc/start4.d,
1555         * testsuite/ld-gc/start4.s: New test.
1556         * testsuite/ld-gc/gc.exp: Run them.
1558 2021-03-03  Alan Modra  <amodra@gmail.com>
1560         * testsuite/ld-gc/gc.exp: Define UNDERSCORE in ASFLAGS.
1561         Move tests with ELF section directives to is_elf_format block.
1562         * testsuite/ld-gc/abi-note.d: Run on more targets.
1563         * testsuite/ld-gc/pr19167.d: Likewise and adjust xfails.
1564         * testsuite/ld-gc/start.d: Likewise.
1565         * testsuite/ld-gc/start2.d: Likewise.
1566         * testsuite/ld-gc/stop.d: Likewise.
1567         * testsuite/ld-gc/pr19167a.s: Add support for underscore targets.
1568         * testsuite/ld-gc/start.s: Likewise.
1569         * testsuite/ld-gc/start2.s: Likewise.
1571 2021-03-02  Nick Alcock  <nick.alcock@oracle.com>
1573         * ldelfgen.c (ldelf_ctf_strtab_iter_cb): Skip zero-refcount strings.
1575 2021-03-02  Alan Modra  <amodra@gmail.com>
1577         * testsuite/ld-powerpc/startstop.d,
1578         * testsuite/ld-powerpc/startstop.r,
1579         * testsuite/ld-powerpc/startstop.s: New test.
1580         * testsuite/ld-powerpc/powerpc.exp: Run it.
1582 2021-03-02  Alan Modra  <amodra@gmail.com>
1584         * testsuite/ld-powerpc/weak1.d,
1585         * testsuite/ld-powerpc/weak1.r,
1586         * testsuite/ld-powerpc/weak1.s,
1587         * testsuite/ld-powerpc/weak1so.d,
1588         * testsuite/ld-powerpc/weak1so.r: New tests.
1589         * testsuite/ld-powerpc/powerpc.exp: Run them.
1591 2021-03-01  Hannes Domani  <ssbssa@sourceware.org>
1592             Nick Clifton  <nickc@redhat.com>
1594         PR 27268
1595         * scripttempl/pe.sc: Add DWARF-5 section names.
1596         * scripttempl/pep.sc: Likewise.
1598 2021-03-01  Alan Modra  <amodra@gmail.com>
1599             Fangrui Song <maskray@google.com>
1601         * emultempl/elf.em: Handle -z start-stop-gc and -z nostart-stop-gc.
1602         * lexsup.c (elf_static_list_options): Display help for them.  Move
1603         help for -z stack-size to here from elf_shlib_list_options. Add
1604         help for -z start-stop-visibility and -z undefs.
1605         * ld.texi: Document -z start-stop-gc and -z nostart-stop-gc.
1606         * NEWS: Mention -z start-stop-gc.
1607         * testsuite/ld-gc/start2.s,
1608         * testsuite/ld-gc/start2.d: New test.
1609         * testsuite/ld-gc/gc.exp: Run it.
1611 2021-03-01  Alan Modra  <amodra@gmail.com>
1613         * ldlang.c (undef_start_stop): For ELF make undefined start/stop
1614         symbols undefweak if that was how they were referenced.  Undo
1615         dynamic state too.
1617 2021-03-01  Alan Modra  <amodra@gmail.com>
1619         * testsuite/ld-elf/pr25708.d: Add --with-symbol-versions to nm.
1620         * testsuite/ld-elf/pr27128a.d: Likewise.
1621         * testsuite/ld-elf/pr27128b.d: Likewise.
1622         * testsuite/ld-elf/pr27128c.d: Likewise.
1623         * testsuite/ld-elf/pr27128d.d: Likewise.
1624         * testsuite/ld-elf/pr27128e.d: Likewise.
1626 2021-02-26  Alan Modra  <amodra@gmail.com>
1628         PR 27441
1629         * testsuite/ld-plugin/pr27441a.c,
1630         * testsuite/ld-plugin/pr27441b.c,
1631         * testsuite/ld-plugin/pr27441c.c,
1632         * testsuite/ld-plugin/pr27441c.d: New test.
1633         * testsuite/ld-plugin/lto.exp: Run it.
1635 2021-02-25  Jan Beulich  <jbeulich@suse.com>
1637         * ld.texi (PROVIDE): Downgrade "error" to "diagnostic".
1639 2021-02-21  Alan Modra  <amodra@gmail.com>
1641         * ldexp.c (exp_fold_tree_1): Warn on script defining a symbol
1642         defined in an object file.
1643         * ldmain.c (multiple_definition): Heed info->warn_multiple_definition.
1644         * testsuite/ld-scripts/defined5.d: Expect a warning.
1646 2021-02-19  Alan Modra  <amodra@gmail.com>
1648         * testsuite/lib/ld-lib.exp: Whitespace.
1649         (load_common_lib): Expand single use and delete this proc.
1650         (run_host_cmd): Use -fno-lto when getting gcc's ld version.
1651         Use -B for clang too.
1653 2021-02-18  Andrew Burgess  <andrew.burgess@embecosm.com>
1655         * testplugin.c (record_read_length): Remove debug fprintf.
1657 2021-02-14  Alan Modra  <amodra@gmail.com>
1659         * testsuite/ld-cdtest/cdtest.exp,
1660         * testsuite/ld-checks/checks.exp,
1661         * testsuite/ld-elf/binutils.exp,
1662         * testsuite/ld-elf/compress.exp,
1663         * testsuite/ld-elf/dwarf.exp,
1664         * testsuite/ld-elf/exclude.exp,
1665         * testsuite/ld-elf/frame.exp,
1666         * testsuite/ld-elf/indirect.exp,
1667         * testsuite/ld-elf/linux-x86.exp,
1668         * testsuite/ld-elf/sec-to-seg.exp,
1669         * testsuite/ld-elf/tls_common.exp,
1670         * testsuite/ld-elfcomm/elfcomm.exp,
1671         * testsuite/ld-elfvers/vers.exp,
1672         * testsuite/ld-elfvsb/elfvsb.exp,
1673         * testsuite/ld-elfweak/elfweak.exp,
1674         * testsuite/ld-ifunc/binutils.exp,
1675         * testsuite/ld-mips-elf/mips-elf-flags.exp,
1676         * testsuite/ld-misc/defsym.exp,
1677         * testsuite/ld-mn10300/mn10300.exp,
1678         * testsuite/ld-plugin/lto.exp,
1679         * testsuite/ld-plugin/plugin.exp,
1680         * testsuite/ld-scripts/align.exp,
1681         * testsuite/ld-scripts/assert.exp,
1682         * testsuite/ld-scripts/crossref.exp,
1683         * testsuite/ld-scripts/defined.exp,
1684         * testsuite/ld-scripts/extern.exp,
1685         * testsuite/ld-scripts/log2.exp,
1686         * testsuite/ld-scripts/map-address.exp,
1687         * testsuite/ld-scripts/phdrs.exp,
1688         * testsuite/ld-scripts/phdrs2.exp,
1689         * testsuite/ld-scripts/script.exp,
1690         * testsuite/ld-scripts/section-flags.exp,
1691         * testsuite/ld-scripts/sizeof.exp,
1692         * testsuite/ld-scripts/weak.exp,
1693         * testsuite/ld-selective/selective.exp,
1694         * testsuite/ld-sh/sh.exp,
1695         * testsuite/ld-shared/shared.exp,
1696         * testsuite/ld-srec/srec.exp,
1697         * testsuite/ld-tic6x/tic6x.exp,
1698         * testsuite/ld-undefined/undefined.exp,
1699         * testsuite/ld-undefined/weak-undef.exp,
1700         * testsuite/lib/ld-lib.exp: Don't use unresolved except after
1701         perror.  Instead report "unsupported" or "fail".
1703 2021-02-12  Nick Clifton  <nickc@redhat.com>
1705         * testsuite/ld-elf/sec64k.exp: Stop readelf from automatically
1706         following debug links.
1708 2021-02-11  Alan Modra  <amodra@gmail.com>
1710         * NEWS: Mention arm-symbianelf removal.
1712 2021-02-09  Alan Modra  <amodra@gmail.com>
1714         * Makefile.am (ALL_EMULATION_SOURCES): Remove earmsymbian.c.
1715         Don't include symbian dep file.
1716         * configure.tgt: Remove arm*-*-symbianelf* entry.
1717         * emulparams/armsymbian.sh: Delete.
1718         * ld.texi: Don't mention symbian.
1719         * scripttempl/armbpabi.sc: Delete.
1720         * testsuite/ld-arm/symbian-seg1.d: Delete.
1721         * testsuite/ld-arm/symbian-seg1.s: Delete.
1722         * testsuite/ld-arm/arm-elf.exp: Don't run symbian-seg1.
1723         * Makefile.in: Regenerate.
1724         * po/BLD-POTFILES.in: Regenerate.
1726 2021-02-07  H.J. Lu  <hongjiu.lu@intel.com>
1728         PR ld/27358
1729         * testsuite/ld-i386/i386.exp: Remove property 3/4/5 run-time
1730         tests.
1731         * testsuite/ld-x86-64/x86-64.exp: Likewise.
1733 2021-01-26  Nick Alcock  <nick.alcock@oracle.com>
1735         * ldlang.c (lang_merge_ctf): Set CTF_LINK_NO_FILTER_REPORTED_SYMS
1736         when appropriate.
1738 2021-02-04  H.J. Lu  <hongjiu.lu@intel.com>
1740         PR ld/19609
1741         * testsuite/ld-x86-64/pr19609-2a.d: Updated.
1742         * testsuite/ld-x86-64/pr19609-2b.d: Likewise.
1743         * testsuite/ld-x86-64/pr19609-4a.d: Likewise.
1744         * testsuite/ld-x86-64/pr19609-4c.d: Likewise.
1745         * testsuite/ld-x86-64/pr19609-5d.d: Likewise.
1746         * testsuite/ld-x86-64/pr19609-7a.d: Likewise.
1747         * testsuite/ld-x86-64/pr19609-7c.d: Likewise.
1749 2021-02-04  H.J. Lu  <hongjiu.lu@intel.com>
1751         PR ld/15146
1752         * testsuite/ld-plugin/lto.exp: Run PR ld/15146 tests.
1753         * testsuite/ld-plugin/pr15146.d: Restored.
1754         * testsuite/ld-plugin/pr15146a.c: Likewise.
1755         * testsuite/ld-plugin/pr15146b.c: Likewise.
1756         * testsuite/ld-plugin/pr15146c.c: Likewise.
1757         * testsuite/ld-plugin/pr15146d.c: Likewise.
1759 2021-02-04  Alan Modra  <amodra@gmail.com>
1761         * testsuite/ld-plugin/pr27311d.c: New test.
1762         * testsuite/ld-plugin/lto.exp: Rename pr27311 to pr27311-1, compile
1763         and link new test as pr27311-2.
1765 2021-02-03  Alan Modra  <amodra@gmail.com>
1767         * testsuite/ld-ifunc/ifunc.exp (libpr16467b.so, libpr16467bn.so):
1768         Link with --as-needed.
1770 2021-02-02  Alan Modra  <amodra@gmail.com>
1772         * testsuite/ld-plugin/pr27311.d,
1773         * testsuite/ld-plugin/pr27311.ver,
1774         * testsuite/ld-plugin/pr27311a.c,
1775         * testsuite/ld-plugin/pr27311b.c,
1776         * testsuite/ld-plugin/pr27311c.c: New testcase.
1777         * testsuite/ld-plugin/lto.exp: Run it.  Correct PR14918 and
1778         PR12982 entries.
1780 2021-02-01  Emery Hemingway  <ehmry@posteo.net>
1782         * configure.tgt: Add *-*-genode* as a target for AArch64 and x86.
1784 2021-02-01  Alan Modra  <amodra@gmail.com>
1786         * ldgram.y (defsym_expr): Use assignment rule.
1787         * ldlex.h (ldlex_defsym): Delete.
1788         * ldlex.l (DEFSYMEXP, ldlex_defsym): Delete.
1790 2021-02-01  Alan Modra  <amodra@gmail.com>
1792         * ldgram.y (section): Call ldlex_backup.  Remove empty action.
1793         * ldlex.h (ldlex_backup): Declare.
1794         * ldlex.l (<EXPRESSION>NAME): Don't use NOCFILENAMECHAR set of
1795         chars, use SYMBOLNAMECHAR.
1796         (ldlex_backup): New function.
1798 2021-02-01  Alan Modra  <amodra@gmail.com>
1800         * ldgram.y: Whitespace fixes.
1802 2021-02-01  Alan Modra  <amodra@gmail.com>
1804         * testsuite/ld-elf/pr27259.d: Correct sh_link match.
1806 2021-01-29  Alan Modra  <amodra@gmail.com>
1808         * testsuite/ld-tic6x/tic6x.exp: Add pr27271 test.
1810 2021-01-28  H.J. Lu  <hongjiu.lu@intel.com>
1812         PR ld/27259
1813         * testsuite/ld-elf/pr27259.d: New file.
1814         * testsuite/ld-elf/pr27259.s: Likewise.
1816 2021-01-28  Alan Modra  <amodra@gmail.com>
1818         PR 27259
1819         * ldelf.c (ldelf_before_place_orphans): Use linker_mark to
1820         prevent endless looping of linked-to sections.
1822 2021-01-26  H.J. Lu  <hongjiu.lu@intel.com>
1824         * testsuite/ld-x86-64/bnd-plt-1.d: Fix a typo.
1826 2021-01-26  Alan Modra  <amodra@gmail.com>
1828         PR 27226
1829         * emulparams/alphavms.sh: Don't set COMPILE_IN.
1830         * emulparams/elf64_ia64_vms.sh: Likewise.
1831         * emulparams/elf64mmix.sh: Likewise.
1832         * emulparams/elf_iamcu.sh: Likewise.
1833         * emulparams/elf_k1om.sh: Likewise.
1834         * emulparams/elf_l1om.sh: Likewise.
1835         * emulparams/mmo.sh: Likewise.
1836         * emulparams/pdp11.sh: Set DATA_SEG_ADDR.
1837         * scripttempl/pdp11.sc: Use it.
1838         * emultempl/pdp11.em: Don't edit .xn script for separate_code,
1839         instead use .xe script.  Support scripts from file system.
1840         * emultempl/beos.em: Support scripts from file system.
1841         * emultempl/pe.em: Likewise.
1842         * emultempl/pep.em: Likewise.
1843         * testsuite/ld-bootstrap/bootstrap.exp: Make tmpdir/ldscripts link.
1845 2021-01-25  Fangrui Song  <maskray@google.com>
1847         PR ld/27230
1848         * scripttempl/DWARF.sc: Add .debug_* sections.
1850 2021-01-25  Nick Clifton  <nickc@redhat.com>
1852         * scripttempl/DWARF.sc: Add .debug_loclists, .debug_rnglists,
1853         .debug_line_str and .debug_str_offsets.  Move .debug_macro and
1854         .debug_addr into DWARF-5 section.
1856 2021-01-21  Alan Modra  <amodra@gmail.com>
1858         * testsuite/ld-elf/pr26936.d: No longer xfail mips.
1860 2021-01-20  Alan Modra  <amodra@gmail.com>
1862         * testsuite/ld-powerpc/relbrlt.s: Make symbols global.
1863         * testsuite/ld-powerpc/relbrlt.d: Adjust to suit.
1864         * testsuite/ld-powerpc/tlsget.d: Adjust for reordered stubs.
1865         * testsuite/ld-powerpc/tlsget.wf: Likewise.
1866         * testsuite/ld-powerpc/tlsget2.d: Likewise.
1867         * testsuite/ld-powerpc/tlsget2.wf: Likewise.
1868         * testsuite/ld-powerpc/tlsexe.r: Adjust for removed section syms.
1869         * testsuite/ld-powerpc/tlsexe32.r: Likewise.
1870         * testsuite/ld-powerpc/tlsexe32no.r: Likewise.
1871         * testsuite/ld-powerpc/tlsexeno.r: Likewise.
1872         * testsuite/ld-powerpc/tlsexenors.r: Likewise.
1873         * testsuite/ld-powerpc/tlsexers.r: Likewise.
1874         * testsuite/ld-powerpc/tlsexetoc.r: Likewise.
1875         * testsuite/ld-powerpc/tlsexetocrs.r: Likewise.
1876         * testsuite/ld-powerpc/tlsso.r: Likewise.
1877         * testsuite/ld-powerpc/tlsso32.r: Likewise.
1878         * testsuite/ld-powerpc/tlstocso.r: Likewise.
1880 2021-01-19  Nick Alcock  <nick.alcock@oracle.com>
1882         * testsuite/ld-ctf/data-func-2.c: Stop removal of the extern foo_t
1883         symbols by the optimizer.
1884         * testsuite/ld-ctf/data-func-conflicted.d: Adjust accordingly.
1886 2021-01-19  Nelson Chu  <nelson.chu@sifive.com>
1888         * testsuite/ld-elf/elf.exp (riscv_little_endian): Added.  Return true
1889         if target is riscv little endian.  Otherwise, return false.
1890         * testsuite/ld-elf/compressed1d.d: Only xfail the riscv little endian
1891         targets by [riscv_little_endian].
1893 2021-01-18  Alan Modra  <amodra@gmail.com>
1895         PR 26378
1896         * ldlang.c (map_input_to_output_sections): Start with a read-only
1897         section for data statements.
1898         * testsuite/ld-elf/size-2.d: Adjust to suit.
1900 2021-01-17  H.J. Lu  <hongjiu.lu@intel.com>
1902         PR ld/27193
1903         * testsuite/ld-i386/i386.exp: Run PR ld/27193 test.
1904         * testsuite/ld-i386/pr27193.dd: New file.
1905         * testsuite/ld-i386/pr27193a.o.bz2: Likewise.
1906         * testsuite/ld-i386/pr27193b.s: Likewise.
1908 2021-01-16  H.J. Lu  <hongjiu.lu@intel.com>
1910         PR binutils/23460
1911         * testsuite/ld-plugin/lto.exp: Increase the max number of open
1912         files to 20 for PR binutils/23460 test.
1914 2021-01-16  H.J. Lu  <hongjiu.lu@intel.com>
1916         PR ld/23169
1917         * testsuite/ld-ifunc/ifunc.exp: Replace pr23169c.rd with
1918         pr23169a.rd for pr23169c and pr23169f.  Remove pr23169e tests.
1919         * testsuite/ld-ifunc/pr23169a.c (foo): Don't compare function
1920         address.
1922 2021-01-15  H.J. Lu  <hongjiu.lu@intel.com>
1924         * NEWS: Mention -z report-relative-reloc.
1925         * ld.texi: Document -z report-relative-reloc.
1926         * emulparams/elf32_x86_64.sh: Source x86-report-relative.sh.
1927         * emulparams/elf_i386.sh: Likewse.
1928         * emulparams/elf_x86_64.sh: Likewse.
1929         * emulparams/x86-report-relative.sh: New file.
1930         * testsuite/ld-i386/report-reloc-1.d: Likewse.
1931         * testsuite/ld-i386/report-reloc-1.l: Likewse.
1932         * testsuite/ld-i386/report-reloc-1.s: Likewse.
1933         * testsuite/ld-x86-64/report-reloc-1-x32.d: Likewse.
1934         * testsuite/ld-x86-64/report-reloc-1.d: Likewse.
1935         * testsuite/ld-x86-64/report-reloc-1.l: Likewse.
1936         * testsuite/ld-x86-64/report-reloc-1.s: Likewse.
1937         * testsuite/ld-i386/i386.exp: Run report-reloc-1.
1938         * testsuite/ld-x86-64/x86-64.exp: Run report-reloc-1 and
1939         report-reloc-1-x32.
1941 2021-01-16  Alan Modra  <amodra@gmail.com>
1943         PR 26002
1944         * testsuite/ld-elfvers/vers6.dsym: Expect "Base" for undefined
1945         unversioned symbols.
1946         * testsuite/ld-elfvers/vers16.dsym: Likewise.
1948 2021-01-15  Nelson Chu  <nelson.chu@sifive.com>
1950         * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-01.d: Updated.
1951         * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-02.d: Likewise.
1952         * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-03.d: Likewise.
1953         * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-04.d: Likewise.
1954         * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-05.d: Likewise.
1955         * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-06.d: Likewise.
1957 2021-01-14  Nick Clifton  <nickc@redhat.com>
1959         * po/fr.po: Updated French translation.
1961 2021-01-14  Mike Frysinger  <vapier@gentoo.org>
1963         * testsuite/config/default.exp [bfin*-elf*] (gcc_B_opt): Add -msim.
1965 2021-01-14  Alan Modra  <amodra@gmail.com>
1967         PR 27160
1968         * ldelfgen.c (compare_link_order): Protect access of ELF section
1969         data.
1970         (add_link_order_input_section): Remove redundant NULL check.
1971         Use bfd_get_flavour.
1972         (ldelf_map_segments): Use bfd_get_flavour.
1974 2021-01-13  H.J. Lu  <hongjiu.lu@intel.com>
1976         * ldelfgen.c (add_link_order_input_section): Check for ELF input
1977         before accessing ELF section data.
1979 2021-01-13  Alan Modra  <amodra@gmail.com>
1981         * Makefile.in: Regenerate.
1983 2021-01-13  Alan Modra  <amodra@gmail.com>
1985         PR 27160
1986         * ldlang.h (lang_output_section_statement_type): Add data field.
1987         (lang_input_section_type, lang_section_bst_type): Add pattern field.
1988         (statement_list): Declare.
1989         (lang_add_section): Adjust prototype.
1990         * emultempl/aarch64elf.em: Adjust lang_add_section calls.
1991         * emultempl/armelf.em: Likewise.
1992         * emultempl/beos.em: Likewise.
1993         * emultempl/cskyelf.em: Likewise.
1994         * emultempl/hppaelf.em: Likewise.
1995         * emultempl/m68hc1xelf.em: Likewise.
1996         * emultempl/metagelf.em: Likewise.
1997         * emultempl/mipself.em: Likewise.
1998         * emultempl/mmo.em: Likewise.
1999         * emultempl/msp430.em: Likewise.
2000         * emultempl/nios2elf.em: Likewise.
2001         * emultempl/pe.em: Likewise.
2002         * emultempl/pep.em: Likewise.
2003         * emultempl/ppc64elf.em: Likewise.
2004         * emultempl/spuelf.em: Likewise.
2005         * emultempl/vms.em: Likewise.
2006         * ldelf.c: Likewise.
2007         * ldelfgen.c: Include ldctor.h.
2008         (struct os_sections): New.
2009         (add_link_order_input_section, link_order_scan): New functions.
2010         (compare_link_order, fixup_link_order): New functions.
2011         (ldelf_map_segments): Call link_order_scan and fixup_link_order.
2012         * ldlang.c (statement_list): Make global.
2013         (output_section_callback_fast): Save pattern in tree node.
2014         (lang_add_section): Add pattern parameter, save in lang_input_section.
2015         (output_section_callback_tree_to_list): Adjust lang_add_section calls.
2016         (lang_insert_orphan, output_section_callback): Likewise.
2017         (ldlang_place_orphan): Likewise.
2018         (gc_section_callback): Don't set section->pattern.
2019         * testsuite/ld-elf/pr26256-2a.d: Don't xfail generic.
2020         * testsuite/ld-elf/pr26256-3b.d: Likewise.
2021         * testsuite/ld-elf/pr26256-2b.d: Likewise.  notarget xgate.
2023 2021-01-13  Alan Modra  <amodra@gmail.com>
2025         * ldlang.h (callback_t): Remove flag_info function parameter.
2026         * ldlang.c (walk_wild_consider_section): Adjust to suit.
2027         (walk_wild_section_general): Likewise.
2028         (output_section_callback_fast, output_section_callback): Likewise.
2029         (check_section_callback, gc_section_callback): Likewise.
2030         (find_relro_section_callback): Likewise.
2032 2021-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2034         PR binutils/26792
2035         * configure.ac: Use GNU_MAKE_JOBSERVER.
2036         * aclocal.m4: Regenerated.
2037         * configure: Likewise.
2039 2021-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2041         PR ld/27171
2042         * testsuite/ld-x86-64/pe-x86-64-5.obj.bz2: New file.
2043         * testsuite/ld-x86-64/pe-x86-64-5.od: Likewise.
2044         * testsuite/ld-x86-64/pe-x86-64-5.rd: Likewise.
2045         * testsuite/ld-x86-64/pe-x86-64.exp: Run PR ld/27171 test.
2047 2021-01-11  H.J. Lu  <hongjiu.lu@intel.com>
2049         PR ld/27173
2050         * configure: Regenerated.
2052 2021-01-11  Matt Jenkins  <matt@majenko.co.uk>
2054         PR ld/27167
2055         * ldmain.c (get_emulation): Add mipsmips32r3, mips32r5, mips64r3
2056         and mips64r5 to list of known mips targets.
2058 2021-01-11  Nick Clifton  <nickc@redhat.com>matt@majenko.co.uk
2060         * po/pt_BR.po: Updated Brazilian Portuguese translation.
2061 `       * po/uk.po: Updated Ukranian translation.
2063 2021-01-09  H.J. Lu  <hongjiu.lu@intel.com>
2065         * configure: Regenerated.
2067 2021-01-09  H.J. Lu  <hongjiu.lu@intel.com>
2069         PR ld/27166
2070         * testsuite/ld-x86-64/lam-u48.rd: New file.
2071         * testsuite/ld-x86-64/lam-u57.rd: Likewise.
2072         * testsuite/ld-x86-64/x86-64.exp: Add PR ld/27166 tests.
2074 2021-01-09  Nick Clifton  <nickc@redhat.com>
2076         * configure: Regenerate.
2077         * po/ld.pot: Regenerate.
2079 2021-01-09  Nick Clifton  <nickc@redhat.com>
2081         * 2.36 release branch crated.
2083 2021-01-08  H.J. Lu  <hongjiu.lu@intel.com>
2085         * ld-x86-64/property-x86-lam-u48-4.d: Updated.
2086         * ld-x86-64/property-x86-lam-u48-5.d: Likewise.
2088 2021-01-09  Alan Modra  <amodra@gmail.com>
2090         * configure: Regenerate.
2091         * Makefile.in: Regenerate.
2093 2021-01-07  Samuel Thibault  <samuel.thibault@gnu.org>
2095         * configure: Regenerate.
2097 2021-01-07  H.J. Lu  <hongjiu.lu@intel.com>
2099         PR 27109
2100         * testsuite/ld-elf/export-class.sd: Adjust the expected output.
2101         * testsuite/ld-elf/loadaddr3b.d: Likewise.
2102         * testsuite/ld-i386/ibt-plt-1.d: Likewise.
2103         * testsuite/ld-i386/ibt-plt-2a.d: Likewise.
2104         * testsuite/ld-i386/ibt-plt-2c.d: Likewise.
2105         * testsuite/ld-i386/ibt-plt-3a.d: Likewise.
2106         * testsuite/ld-i386/ibt-plt-3c.d: Likewise.
2107         * testsuite/ld-i386/pr19636-1d.d: Likewise.
2108         * testsuite/ld-i386/pr19636-1l.d: Likewise.
2109         * testsuite/ld-i386/pr19636-2c.d: Likewise.
2110         * testsuite/ld-ifunc/ifunc-2-i386-now.d: Likewise.
2111         * testsuite/ld-ifunc/ifunc-2-local-i386-now.d: Likewise.
2112         * testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d: Likewise.
2113         * testsuite/ld-ifunc/ifunc-2-x86-64-now.d: Likewise.
2114         * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
2115         * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
2116         * testsuite/ld-ifunc/pr17154-i386-now.d: Likewise.
2117         * testsuite/ld-ifunc/pr17154-i386.d: Likewise.
2118         * testsuite/ld-ifunc/pr17154-x86-64-now.d: Likewise.
2119         * testsuite/ld-ifunc/pr17154-x86-64.d: Likewise.
2120         * testsuite/ld-x86-64/bnd-branch-1-now.d: Likewise.
2121         * testsuite/ld-x86-64/bnd-ifunc-1-now.d: Likewise.
2122         * testsuite/ld-x86-64/bnd-ifunc-2-now.d: Likewise.
2123         * testsuite/ld-x86-64/bnd-ifunc-2.d: Likewise.
2124         * testsuite/ld-x86-64/bnd-plt-1-now.d: Likewise.
2125         * testsuite/ld-x86-64/bnd-plt-1.d: Likewise.
2126         * testsuite/ld-x86-64/ibt-plt-1-x32.d: Likewise.
2127         * testsuite/ld-x86-64/ibt-plt-1.d: Likewise.
2128         * testsuite/ld-x86-64/ibt-plt-2a-x32.d: Likewise.
2129         * testsuite/ld-x86-64/ibt-plt-2a.d: Likewise.
2130         * testsuite/ld-x86-64/ibt-plt-2c-x32.d: Likewise.
2131         * testsuite/ld-x86-64/ibt-plt-2c.d: Likewise.
2132         * testsuite/ld-x86-64/ibt-plt-3a-x32.d: Likewise.
2133         * testsuite/ld-x86-64/ibt-plt-3a.d: Likewise.
2134         * testsuite/ld-x86-64/ibt-plt-3c-x32.d: Likewise.
2135         * testsuite/ld-x86-64/ibt-plt-3c.d: Likewise.
2136         * testsuite/ld-x86-64/pr19609-4e.d: Likewise.
2137         * testsuite/ld-x86-64/pr19609-6a.d: Likewise.
2138         * testsuite/ld-x86-64/pr19609-6b.d: Likewise.
2139         * testsuite/ld-x86-64/pr19609-7b.d: Likewise.
2140         * testsuite/ld-x86-64/pr19609-7d.d: Likewise.
2141         * testsuite/ld-x86-64/pr19636-2l.d: Likewise.
2142         * testsuite/ld-x86-64/pr20253-1d.d: Likewise.
2143         * testsuite/ld-x86-64/pr20253-1h.d: Likewise.
2144         * testsuite/ld-x86-64/pr21038b-now.d: Likewise.
2145         * testsuite/ld-x86-64/pr21038b.d: Likewise.
2146         * testsuite/ld-x86-64/pr21038c-now.d: Likewise.
2147         * testsuite/ld-x86-64/pr21038c.d: Likewise.
2148         * testsuite/ld-x86-64/pr23854.d: Likewise.
2149         * testsuite/ld-x86-64/pr25416-3.d: Likewise.
2150         * testsuite/ld-x86-64/pr25416-4.d: Likewise.
2151         * testsuite/ld-i386/plt-pic.pd: Likewise.
2152         * testsuite/ld-i386/plt-pic2.dd: Likewise.
2153         * testsuite/ld-i386/plt.pd: Likewise.
2154         * testsuite/ld-i386/plt2.dd: Likewise.
2155         * testsuite/ld-i386/tlsbin.rd: Likewise.
2156         * testsuite/ld-i386/tlsbin2.rd: Likewise.
2157         * testsuite/ld-i386/tlsbindesc.rd: Likewise.
2158         * testsuite/ld-i386/tlsdesc.rd: Likewise.
2159         * testsuite/ld-i386/tlsgdesc.rd: Likewise.
2160         * testsuite/ld-i386/tlsnopic.rd: Likewise.
2161         * testsuite/ld-i386/tlspic.rd: Likewise.
2162         * testsuite/ld-i386/tlspic2.rd: Likewise.
2163         * testsuite/ld-x86-64/mpx3.dd: Likewise.
2164         * testsuite/ld-x86-64/mpx3n.dd: Likewise.
2165         * testsuite/ld-x86-64/mpx4.dd: Likewise.
2166         * testsuite/ld-x86-64/mpx4n.dd: Likewise.
2167         * testsuite/ld-x86-64/pe-x86-64-1.od: Likewise.
2168         * testsuite/ld-x86-64/pe-x86-64-2.od: Likewise.
2169         * testsuite/ld-x86-64/pe-x86-64-3.od: Likewise.
2170         * testsuite/ld-x86-64/pe-x86-64-4.od: Likewise.
2171         * testsuite/ld-x86-64/plt.pd: Likewise.
2172         * testsuite/ld-x86-64/plt2.dd: Likewise.
2173         * testsuite/ld-x86-64/tlsbin.rd: Likewise.
2174         * testsuite/ld-x86-64/tlsbin2.rd: Likewise.
2175         * testsuite/ld-x86-64/tlsbindesc.rd: Likewise.
2176         * testsuite/ld-x86-64/tlsdesc.rd: Likewise.
2177         * testsuite/ld-x86-64/tlsgdesc.rd: Likewise.
2178         * testsuite/ld-x86-64/tlspic.rd: Likewise.
2179         * testsuite/ld-x86-64/tlspic2.rd: Likewise.
2180         * testsuite/ld-elf/sec64k.exp: Check
2181         is_elf_unused_section_symbols.
2183 2021-01-07  Alan Modra  <amodra@gmail.com>
2185         * testsuite/ld-scripts/fill.d: Skip sh-*-pe rather than xfail.
2186         * testsuite/ld-scripts/fill16.d: Don't xfail sh-*-pe.
2187         * testsuite/ld-scripts/segment-start.d: Likewise.
2189 2021-01-07  Alan Modra  <amodra@gmail.com>
2191         * testsuite/ld-elf/comm-data5.d: xfail targets that complain
2192         about dynamic relocations in read-only sections.
2193         * testsuite/ld-elf/ehdr_start-shared.d: Likewise.
2194         * testsuite/ld-elf/ehdr_start.d: Likewise.
2195         * testsuite/ld-scripts/pr22267.d: Likewise.
2196         * testsuite/ld-elf/shared.exp: Likewise for DT_TEXTREL tests and
2197         pr20995 text.
2198         * testsuite/ld-elf/sec64k.exp: Don't run 64ksec on lm32-linux.
2200 2021-01-07  Marcus Comstedt  <marcus@mc.pp.se>
2202         * testsuite/ld-scripts/empty-address-2a.d: xfail riscv64*-*-*.
2203         * testsuite/ld-scripts/empty-address-2b.d: Likewise.
2205 2021-01-07  Alan Modra  <amodra@gmail.com>
2207         * po/BLD-POTFILES.in: Regenerate.
2209 2021-01-07  Alan Modra  <amodra@gmail.com>
2211         * testsuite/ld-elf/shared.exp: xfail pr22471 for targets that
2212         complain about relocs in read-only sections.  Tidy ASFLAGS append.
2214 2021-01-06  Alan Modra  <amodra@gmail.com>
2216         * testsuite/ld-sparc/sparc.exp (sparc64tests): Set text-segment
2217         base for some tests.
2218         * testsuite/ld-sparc/gotop32.dd: Match solaris output.
2219         * testsuite/ld-sparc/gotop32.sd: Likewise.
2220         * testsuite/ld-sparc/gotop32.td: Likewise.
2221         * testsuite/ld-sparc/gotop64.dd: Likewise.
2222         * testsuite/ld-sparc/gotop64.sd: Likewise.
2223         * testsuite/ld-sparc/gotop64.td: Likewise.
2224         * testsuite/ld-sparc/tlsg32.sd: Likewise.
2225         * testsuite/ld-sparc/tlsg64.sd: Likewise.
2226         * testsuite/ld-sparc/tlspie32.dd: Likewise.
2227         * testsuite/ld-sparc/tlspie64.dd: Likewise.
2228         * testsuite/ld-sparc/tlssunbin32.dd: Likewise.
2229         * testsuite/ld-sparc/tlssunbin32.sd: Likewise.
2230         * testsuite/ld-sparc/tlssunbin32.td: Likewise.
2231         * testsuite/ld-sparc/tlssunbin64.dd: Likewise.
2232         * testsuite/ld-sparc/tlssunbin64.sd: Likewise.
2233         * testsuite/ld-sparc/tlssunbin64.td: Likewise.
2234         * testsuite/ld-sparc/tlssunnopic32.dd: Likewise.
2235         * testsuite/ld-sparc/tlssunnopic32.sd: Likewise.
2236         * testsuite/ld-sparc/tlssunnopic64.dd: Likewise.
2237         * testsuite/ld-sparc/tlssunnopic64.sd: Likewise.
2238         * testsuite/ld-sparc/tlssunpic32.dd: Likewise.
2239         * testsuite/ld-sparc/tlssunpic32.sd: Likewise.
2240         * testsuite/ld-sparc/tlssunpic32.td: Likewise.
2241         * testsuite/ld-sparc/tlssunpic64.dd: Likewise.
2242         * testsuite/ld-sparc/tlssunpic64.sd: Likewise.
2243         * testsuite/ld-sparc/tlssunpic64.td: Likewise.
2244         * testsuite/ld-sparc/wdispcall.dd: Likewise.
2246 2021-01-06  Alan Modra  <amodra@gmail.com>
2248         * testsuite/ld-scripts/rgn-at10.d: xfail v850.
2249         * testsuite/ld-scripts/rgn-at11.d: Likewise.
2251 2021-01-06  Marcus Comstedt  <marcus@mc.pp.se>
2253         * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Added
2254         riscv_choose_[ilp32|lp64]_emul to choose the correct linker script.
2255         * testsuite/ld-riscv-elf/attr-merge-arch-01.d: Call
2256         riscv_choose_[ilp32|lp64]_emul instead of hardcoding elf[32|64]lriscv.
2257         * testsuite/ld-riscv-elf/attr-merge-arch-02.d: Likewise.
2258         * testsuite/ld-riscv-elf/attr-merge-arch-03.d: Likewise.
2259         * testsuite/ld-riscv-elf/attr-merge-arch-failed-01.d: Likewise.
2260         * testsuite/ld-riscv-elf/attr-merge-arch-failed-02.d: Likewise.
2261         * testsuite/ld-riscv-elf/c-lui-2.d: Likewise.
2262         * testsuite/ld-riscv-elf/c-lui.d: Likewise.
2263         * testsuite/ld-riscv-elf/call-relax.d: Likewise.
2264         * testsuite/ld-riscv-elf/pcrel-lo-addend-2.d: Likewise.
2265         * testsuite/ld-riscv-elf/pcrel-lo-addend.d: Likewise.
2266         * testsuite/ld-riscv-elf/weakref32.d: Accept bigriscv in addition
2267         to littleriscv.
2268         * testsuite/ld-riscv-elf/weakref64.d: Likewise.
2270 2021-01-06  Marcus Comstedt  <marcus@mc.pp.se>
2272         * configure.tgt: Added riscvbe-*-*, riscv32be*-*-*, riscv64be*-*-*,
2273         riscv32be*-*-linux*, and riscv64be*-*-linux*.
2274         * Makefile.am: Added eelf32briscv.c, eelf32briscv_ilp32f.c and
2275         eelf32briscv_ilp32.c.
2276         * Makefile.in: Regenerate.
2277         * emulparams/elf32briscv.sh: Added.
2278         * emulparams/elf32briscv_ilp32.sh: Likewise.
2279         * emulparams/elf32briscv_ilp32f.sh: Likewise.
2280         * emulparams/elf64briscv.sh: Likewise.
2281         * emulparams/elf64briscv_lp64.sh: Likewise.
2282         * emulparams/elf64briscv_lp64f.sh: Likewise.
2284 2021-01-05  Nick Alcock  <nick.alcock@oracle.com>
2286         * testsuite/ld-ctf/enum-forward.c: New test.
2287         * testsuite/ld-ctf/enum-forward.c: New results.
2289 2021-01-05  Nick Alcock  <nick.alcock@oracle.com>
2291         * testsuite/ld-ctf/array.d: Adjust for dumper changes.
2292         * testsuite/ld-ctf/conflicting-cycle-1.B-1.d: Likewise.
2293         * testsuite/ld-ctf/conflicting-cycle-1.B-2.d: Likewise.
2294         * testsuite/ld-ctf/conflicting-cycle-1.parent.d: Likewise.
2295         * testsuite/ld-ctf/conflicting-cycle-2.A-1.d: Likewise.
2296         * testsuite/ld-ctf/conflicting-cycle-2.A-2.d: Likewise.
2297         * testsuite/ld-ctf/conflicting-cycle-2.parent.d: Likewise.
2298         * testsuite/ld-ctf/conflicting-cycle-3.C-1.d: Likewise.
2299         * testsuite/ld-ctf/conflicting-cycle-3.C-2.d: Likewise.
2300         * testsuite/ld-ctf/conflicting-cycle-3.parent.d: Likewise.
2301         * testsuite/ld-ctf/conflicting-enums.d: Likewise.
2302         * testsuite/ld-ctf/conflicting-typedefs.d: Likewise.
2303         * testsuite/ld-ctf/cross-tu-cyclic-conflicting.d: Likewise.
2304         * testsuite/ld-ctf/cross-tu-cyclic-nonconflicting.d: Likewise.
2305         * testsuite/ld-ctf/cross-tu-into-cycle.d: Likewise.
2306         * testsuite/ld-ctf/cross-tu-noncyclic.d: Likewise.
2307         * testsuite/ld-ctf/cycle-1.d: Likewise.
2308         * testsuite/ld-ctf/cycle-2.A.d: Likewise.
2309         * testsuite/ld-ctf/cycle-2.B.d: Likewise.
2310         * testsuite/ld-ctf/cycle-2.C.d: Likewise.
2311         * testsuite/ld-ctf/data-func-conflicted.d: Likewise.
2312         * testsuite/ld-ctf/diag-cttname-null.d: Likewise.
2313         * testsuite/ld-ctf/diag-cuname.d: Likewise.
2314         * testsuite/ld-ctf/diag-parlabel.d: Likewise.
2315         * testsuite/ld-ctf/diag-wrong-magic-number-mixed.d: Likewise.
2316         * testsuite/ld-ctf/forward.d: Likewise.
2317         * testsuite/ld-ctf/function.d: Likewise.
2318         * testsuite/ld-ctf/slice.d: Likewise.
2319         * testsuite/ld-ctf/super-sub-cycles.d: Likewise.
2320         * testsuite/ld-ctf/enums.c: New test.
2321         * testsuite/ld-ctf/enums.d: New test.
2323 2021-01-05  Nick Alcock  <nick.alcock@oracle.com>
2325         * testsuite/ld-ctf/conflicting-cycle-1.parent.d: Adjust for dumper
2326         changes.
2327         * testsuite/ld-ctf/cross-tu-cyclic-conflicting.d: Likewise.
2328         * testsuite/ld-ctf/forward.c: New test...
2329         * testsuite/ld-ctf/forward.d: ... and results.
2331 2021-01-05  Nick Alcock  <nick.alcock@oracle.com>
2333         * testsuite/ld-ctf/array.d: Adjust for dumper changes.
2334         * testsuite/ld-ctf/data-func-conflicted.d: Likewise.
2335         * testsuite/ld-ctf/diag-cttname-null.d: Likewise.
2336         * testsuite/ld-ctf/diag-cuname.d: Likewise.
2337         * testsuite/ld-ctf/diag-parlabel.d: Likewise.
2338         * testsuite/ld-ctf/function.d: Likewise.
2339         * testsuite/ld-ctf/slice.d: Likewise.
2341 2021-01-05  Nick Alcock  <nick.alcock@oracle.com>
2343         * testsuite/ld-ctf/array.d: Adjust for dumper changes.
2344         * testsuite/ld-ctf/conflicting-cycle-1.B-1.d: Likewise.
2345         * testsuite/ld-ctf/conflicting-cycle-1.B-2.d: Likewise.
2346         * testsuite/ld-ctf/conflicting-cycle-1.parent.d: Likewise.
2347         * testsuite/ld-ctf/conflicting-cycle-2.A-1.d: Likewise.
2348         * testsuite/ld-ctf/conflicting-cycle-2.A-2.d: Likewise.
2349         * testsuite/ld-ctf/conflicting-cycle-2.parent.d: Likewise.
2350         * testsuite/ld-ctf/conflicting-cycle-3.C-1.d: Likewise.
2351         * testsuite/ld-ctf/conflicting-cycle-3.C-2.d: Likewise.
2352         * testsuite/ld-ctf/conflicting-cycle-3.parent.d: Likewise.
2353         * testsuite/ld-ctf/conflicting-enums.d: Likewise.
2354         * testsuite/ld-ctf/conflicting-typedefs.d: Likewise.
2355         * testsuite/ld-ctf/cross-tu-cyclic-conflicting.d: Likewise.
2356         * testsuite/ld-ctf/cross-tu-cyclic-nonconflicting.d: Likewise.
2357         * testsuite/ld-ctf/cross-tu-into-cycle.d: Likewise.
2358         * testsuite/ld-ctf/cross-tu-noncyclic.d: Likewise.
2359         * testsuite/ld-ctf/cycle-1.d: Likewise.
2360         * testsuite/ld-ctf/cycle-2.A.d: Likewise.
2361         * testsuite/ld-ctf/cycle-2.B.d: Likewise.
2362         * testsuite/ld-ctf/cycle-2.C.d: Likewise.
2363         * testsuite/ld-ctf/data-func-conflicted.d: Likewise.
2364         * testsuite/ld-ctf/diag-cttname-null.d: Likewise.
2365         * testsuite/ld-ctf/diag-cuname.d: Likewise.
2366         * testsuite/ld-ctf/diag-parlabel.d: Likewise.
2367         * testsuite/ld-ctf/diag-wrong-magic-number-mixed.d: Likewise.
2368         * testsuite/ld-ctf/function.d: Likewise.
2369         * testsuite/ld-ctf/slice.d: Likewise.
2370         * testsuite/ld-ctf/super-sub-cycles.d: Likewise.
2372 2021-01-05  Alan Modra  <amodra@gmail.com>
2374         * testsuite/ld-scripts/sysroot-prefix.exp: Exclude some targets.
2376 2021-01-05  Alan Modra  <amodra@gmail.com>
2378         PR ld/26256
2379         * testsuite/ld-elf/pr26256-1b.d: xfail s12z.
2380         * testsuite/ld-scripts/crossref.exp (cross1): Don't xfail ia64.
2382 2021-01-04  H.J. Lu  <hongjiu.lu@intel.com>
2384         PR ld/26256
2385         * ldlang.c (gc_section_callback): Set pattern.
2386         * testsuite/ld-elf/pr26256-1.s: New file.
2387         * testsuite/ld-elf/pr26256-1.t: Likewise.
2388         * testsuite/ld-elf/pr26256-1a.d: Likewise.
2389         * testsuite/ld-elf/pr26256-1b.d: Likewise.
2390         * testsuite/ld-elf/pr26256-2.s: Likewise.
2391         * testsuite/ld-elf/pr26256-2.t: Likewise.
2392         * testsuite/ld-elf/pr26256-2a.d: Likewise.
2393         * testsuite/ld-elf/pr26256-2b-alt.d: Likewise.
2394         * testsuite/ld-elf/pr26256-2b.d: Likewise.
2395         * testsuite/ld-elf/pr26256-3.s: Likewise.
2396         * testsuite/ld-elf/pr26256-3a.d: Likewise.
2397         * testsuite/ld-elf/pr26256-3a.t: Likewise.
2398         * testsuite/ld-elf/pr26256-3b.d: Likewise.
2399         * testsuite/ld-elf/pr26256-3b.t: Likewise.
2401 2021-01-04  Alan Modra  <amodra@gmail.com>
2403         PR 26822
2404         * testsuite/ld-arm/non-contiguous-arm2.d: Adjust STT_FILE symbol match.
2405         * testsuite/ld-arm/non-contiguous-arm3.d: Likewise.
2406         * testsuite/ld-arm/non-contiguous-arm5.d: Likewise.
2407         * testsuite/ld-arm/non-contiguous-arm6.d: Likewise.
2408         * testsuite/ld-i386/tlsbin.rd: Likewise.
2409         * testsuite/ld-i386/tlsbin2.rd: Likewise.
2410         * testsuite/ld-i386/tlsbindesc.rd: Likewise.
2411         * testsuite/ld-i386/tlsdesc.rd: Likewise.
2412         * testsuite/ld-i386/tlsnopic.rd: Likewise.
2413         * testsuite/ld-i386/tlspic.rd: Likewise.
2414         * testsuite/ld-i386/tlspic2.rd: Likewise.
2415         * testsuite/ld-mips-elf/global-local-symtab-sort-n64.d: Likewise.
2416         * testsuite/ld-mips-elf/global-local-symtab-sort-n64t.d: Likewise.
2417         * testsuite/ld-mips-elf/global-local-symtab-sort-o32.d: Likewise.
2418         * testsuite/ld-mips-elf/global-local-symtab-sort-o32t.d: Likewise.
2419         * testsuite/ld-plugin/pr17973.d: Likewise.
2420         * testsuite/ld-tic6x/shlib-1.rd: Likewise.
2421         * testsuite/ld-tic6x/shlib-1b.rd: Likewise.
2422         * testsuite/ld-tic6x/shlib-1r.rd: Likewise.
2423         * testsuite/ld-tic6x/shlib-1rb.rd: Likewise.
2424         * testsuite/ld-tic6x/shlib-app-1.rd: Likewise.
2425         * testsuite/ld-tic6x/shlib-app-1b.rd: Likewise.
2426         * testsuite/ld-tic6x/shlib-app-1r.rd: Likewise.
2427         * testsuite/ld-tic6x/shlib-app-1rb.rd: Likewise.
2428         * testsuite/ld-tic6x/shlib-noindex.rd: Likewise.
2429         * testsuite/ld-tic6x/static-app-1.rd: Likewise.
2430         * testsuite/ld-tic6x/static-app-1b.rd: Likewise.
2431         * testsuite/ld-tic6x/static-app-1r.rd: Likewise.
2432         * testsuite/ld-tic6x/static-app-1rb.rd: Likewise.
2433         * testsuite/ld-x86-64/tlsbin.rd: Likewise.
2434         * testsuite/ld-x86-64/tlsbin2.rd: Likewise.
2435         * testsuite/ld-x86-64/tlsbindesc.rd: Likewise.
2436         * testsuite/ld-x86-64/tlsdesc.rd: Likewise.
2437         * testsuite/ld-x86-64/tlspic.rd: Likewise.
2438         * testsuite/ld-x86-64/tlspic2.rd: Likewise.
2439         * testsuite/ld-xtensa/tlsbin.rd: Likewise.
2440         * testsuite/ld-xtensa/tlspic.rd: Likewise.
2442 2021-01-01  Nicolas Boulenguez  <nicolas@debian.org>
2444         * configure.tgt: Correct comment grammar.
2445         * emultempl/m68hc1xelf.em: Likewise.
2446         * ld.texi: Correct grammar.
2448 2021-01-01  Alan Modra  <amodra@gmail.com>
2450         Update year range in copyright notice of all files.
2452 For older changes see ChangeLog-2020
2454 Copyright (C) 2021-2023 Free Software Foundation, Inc.
2456 Copying and distribution of this file, with or without modification,
2457 are permitted in any medium without royalty provided the copyright
2458 notice and this notice are preserved.
2460 Local Variables:
2461 mode: change-log
2462 left-margin: 8
2463 fill-column: 74
2464 version-control: never
2465 End: