X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=ld%2FChangeLog;h=26fbe401893a26996f2945b8342ec37e69993d24;hb=5b1f6c95704da7128ca2a7c682a2e0ef533180ce;hp=f33bd41b01b679a43829c99a141ad80f0e21d340;hpb=7e45e7a9ab38ee904ca62ed9934e933fdb1d6e9c;p=binutils-gdb.git diff --git a/ld/ChangeLog b/ld/ChangeLog index f33bd41b01b..26fbe401893 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,4397 +1,801 @@ -2020-12-04 H.J. Lu +2021-02-14 Alan Modra + + * testsuite/ld-cdtest/cdtest.exp, + * testsuite/ld-checks/checks.exp, + * testsuite/ld-elf/binutils.exp, + * testsuite/ld-elf/compress.exp, + * testsuite/ld-elf/dwarf.exp, + * testsuite/ld-elf/exclude.exp, + * testsuite/ld-elf/frame.exp, + * testsuite/ld-elf/indirect.exp, + * testsuite/ld-elf/linux-x86.exp, + * testsuite/ld-elf/sec-to-seg.exp, + * testsuite/ld-elf/tls_common.exp, + * testsuite/ld-elfcomm/elfcomm.exp, + * testsuite/ld-elfvers/vers.exp, + * testsuite/ld-elfvsb/elfvsb.exp, + * testsuite/ld-elfweak/elfweak.exp, + * testsuite/ld-ifunc/binutils.exp, + * testsuite/ld-mips-elf/mips-elf-flags.exp, + * testsuite/ld-misc/defsym.exp, + * testsuite/ld-mn10300/mn10300.exp, + * testsuite/ld-plugin/lto.exp, + * testsuite/ld-plugin/plugin.exp, + * testsuite/ld-scripts/align.exp, + * testsuite/ld-scripts/assert.exp, + * testsuite/ld-scripts/crossref.exp, + * testsuite/ld-scripts/defined.exp, + * testsuite/ld-scripts/extern.exp, + * testsuite/ld-scripts/log2.exp, + * testsuite/ld-scripts/map-address.exp, + * testsuite/ld-scripts/phdrs.exp, + * testsuite/ld-scripts/phdrs2.exp, + * testsuite/ld-scripts/script.exp, + * testsuite/ld-scripts/section-flags.exp, + * testsuite/ld-scripts/sizeof.exp, + * testsuite/ld-scripts/weak.exp, + * testsuite/ld-selective/selective.exp, + * testsuite/ld-sh/sh.exp, + * testsuite/ld-shared/shared.exp, + * testsuite/ld-srec/srec.exp, + * testsuite/ld-tic6x/tic6x.exp, + * testsuite/ld-undefined/undefined.exp, + * testsuite/ld-undefined/weak-undef.exp, + * testsuite/lib/ld-lib.exp: Don't use unresolved except after + perror. Instead report "unsupported" or "fail". + +2021-02-12 Nick Clifton + + * testsuite/ld-elf/sec64k.exp: Stop readelf from automatically + following debug links. + +2021-02-11 Alan Modra + + * NEWS: Mention arm-symbianelf removal. + +2021-02-09 Alan Modra + + * Makefile.am (ALL_EMULATION_SOURCES): Remove earmsymbian.c. + Don't include symbian dep file. + * configure.tgt: Remove arm*-*-symbianelf* entry. + * emulparams/armsymbian.sh: Delete. + * ld.texi: Don't mention symbian. + * scripttempl/armbpabi.sc: Delete. + * testsuite/ld-arm/symbian-seg1.d: Delete. + * testsuite/ld-arm/symbian-seg1.s: Delete. + * testsuite/ld-arm/arm-elf.exp: Don't run symbian-seg1. + * Makefile.in: Regenerate. + * po/BLD-POTFILES.in: Regenerate. - PR ld/27016 - * testsuite/ld-x86-64/x86-64.exp: Run pr27016a and pr27016b. - * testsuite/ld-x86-64/pr27016a.d: New file. - * testsuite/ld-x86-64/pr27016a.s: Likewise. - * testsuite/ld-x86-64/pr27016b.d: Likewise. - * testsuite/ld-x86-64/pr27016b.s: Likewise. +2021-02-07 H.J. Lu -2020-12-04 Alan Modra + PR ld/27358 + * testsuite/ld-i386/i386.exp: Remove property 3/4/5 run-time + tests. + * testsuite/ld-x86-64/x86-64.exp: Likewise. - * testsuite/ld-elf/pr26978a.d, - * testsuite/ld-elf/pr26978a.s, - * testsuite/ld-elf/pr26978b.d, - * testsuite/ld-elf/pr26978b.s: New tests. +2021-01-26 Nick Alcock -2020-12-03 Andreas Krebbel + * ldlang.c (lang_merge_ctf): Set CTF_LINK_NO_FILTER_REPORTED_SYMS + when appropriate. - * testsuite/ld-s390/tlsbin_64.dd: The newly added jgnop mnemonic - replaces long relative branches with empty condition code masks. +2021-02-04 H.J. Lu -2020-12-03 Maciej W. Rozycki + PR ld/19609 + * testsuite/ld-x86-64/pr19609-2a.d: Updated. + * testsuite/ld-x86-64/pr19609-2b.d: Likewise. + * testsuite/ld-x86-64/pr19609-4a.d: Likewise. + * testsuite/ld-x86-64/pr19609-4c.d: Likewise. + * testsuite/ld-x86-64/pr19609-5d.d: Likewise. + * testsuite/ld-x86-64/pr19609-7a.d: Likewise. + * testsuite/ld-x86-64/pr19609-7c.d: Likewise. - * testsuite/ld-vax-elf/vax-elf.exp: Wrap excessively long lines - throughout. +2021-02-04 H.J. Lu -2020-12-02 Hans-Peter Nilsson + PR ld/15146 + * testsuite/ld-plugin/lto.exp: Run PR ld/15146 tests. + * testsuite/ld-plugin/pr15146.d: Restored. + * testsuite/ld-plugin/pr15146a.c: Likewise. + * testsuite/ld-plugin/pr15146b.c: Likewise. + * testsuite/ld-plugin/pr15146c.c: Likewise. + * testsuite/ld-plugin/pr15146d.c: Likewise. - * testsuite/ld-elf/pr26936.d: Pass -W. +2021-02-04 Alan Modra -2020-12-01 H.J. Lu + * testsuite/ld-plugin/pr27311d.c: New test. + * testsuite/ld-plugin/lto.exp: Rename pr27311 to pr27311-1, compile + and link new test as pr27311-2. - PR ld/26970 - * scripttempl/elfarc.sc (TEXT_START_ADDR): New. Add SEGMENT_START. - (SHLIB_TEXT_START_ADDR): Likewise. +2021-02-03 Alan Modra -2020-12-01 Alan Modra + * testsuite/ld-ifunc/ifunc.exp (libpr16467b.so, libpr16467bn.so): + Link with --as-needed. - * testsuite/ld-elf/elf.exp: Set ASFLAGS for tic6x. - * testsuite/ld-elf/reloc-discard.d: Remove tic6x xfail. +2021-02-02 Alan Modra -2020-12-01 Alan Modra + * testsuite/ld-plugin/pr27311.d, + * testsuite/ld-plugin/pr27311.ver, + * testsuite/ld-plugin/pr27311a.c, + * testsuite/ld-plugin/pr27311b.c, + * testsuite/ld-plugin/pr27311c.c: New testcase. + * testsuite/ld-plugin/lto.exp: Run it. Correct PR14918 and + PR12982 entries. - * testsuite/ld-elf/pr26979a.s, - * testsuite/ld-elf/pr26979b.s, - * testsuite/ld-elf/pr26979c.s, - * testsuite/ld-elf/pr26979.ver, - * testsuite/ld-elf/pr26979a.d, - * testsuite/ld-elf/pr26979b.d: New tests. +2021-02-01 Emery Hemingway -2020-11-29 H.J. Lu + * configure.tgt: Add *-*-genode* as a target for AArch64 and x86. - PR ld/26936 - * testsuite/ld-elf/pr26936.d: Xfail targets which don't support - mixing linkonce and comdat sections. +2021-02-01 Alan Modra -2020-11-28 Alan Modra + * ldgram.y (defsym_expr): Use assignment rule. + * ldlex.h (ldlex_defsym): Delete. + * ldlex.l (DEFSYMEXP, ldlex_defsym): Delete. - * testsuite/ld-elf/pr26907.ld, - * testsuite/ld-elf/pr26907.s, - * testsuite/ld-elf/pr26907.d: New test. +2021-02-01 Alan Modra -2020-11-27 Jozef Lawrynowicz + * ldgram.y (section): Call ldlex_backup. Remove empty action. + * ldlex.h (ldlex_backup): Declare. + * ldlex.l (NAME): Don't use NOCFILENAMECHAR set of + chars, use SYMBOLNAMECHAR. + (ldlex_backup): New function. - * emulparams/armelf.sh (OTHER_SECTIONS): Remove .noinit section - definition. - Define HAVE_{NOINIT,PERSISTENT}=yes. - * scripttempl/avr.sc (.noinit): Add .noinit.* and .gnu.linkonce.n.* - input section wildcard patterns. - * scripttempl/elf.sc: Define .noinit and .persistent sections when - HAVE_NOINIT or HAVE_PERSISTENT are defined to "yes". - * scripttempl/elf32msp430.sc (.noinit): Add .noinit.* and - .gnu.linkonce.n.*. input section wildcard patterns. - (.persistent): Add .persistent.* and - .gnu.linkonce.p.*. input section wildcard patterns. - * scripttempl/elfarcv2.sc (.noinit): Add .noinit.* and - .gnu.linkonce.n.*. input section wildcard patterns. - * scripttempl/pru.sc: Likewise. - * testsuite/ld-elf/noinit-sections-1.d: New test. - * testsuite/ld-elf/noinit-sections-2.d: New test. - * testsuite/ld-elf/noinit-sections-2.l: New test. - * testsuite/ld-elf/noinit-sections.s: New test. - * testsuite/ld-elf/persistent-sections-1.d: New test. - * testsuite/ld-elf/persistent-sections-2.d: New test. - * testsuite/ld-elf/persistent-sections-2.l: New test. - * testsuite/ld-elf/persistent-sections.s: New test. +2021-02-01 Alan Modra -2020-11-26 Alan Modra + * ldgram.y: Whitespace fixes. - PR 26936 - * testsuite/ld-elf/pr26936.d: Pass --gen-debug to gas rather than -g. - Only run when -shared -z options are supported. - * testsuite/ld-elf/pr26936b.s: Define more entry symbols. +2021-02-01 Alan Modra -2020-11-25 H.J. Lu + * testsuite/ld-elf/pr27259.d: Correct sh_link match. - PR ld/26936 - * testsuite/ld-elf/pr26936.d: New file. - * testsuite/ld-elf/pr26936a.s: Likewise. - * testsuite/ld-elf/pr26936b.s: Likewise. - * testsuite/ld-elf/pr26936c.s: Likewise. +2021-01-29 Alan Modra -2020-11-25 Alan Modra + * testsuite/ld-tic6x/tic6x.exp: Add pr27271 test. - * ldlang.c (lang_output_section_statement_lookup): Change "create" - parameter to a tristate, if 2 then always create a new output - section statement. Update all callers, with - lang_enter_output_section_statement using "2". - (map_input_to_output_sections): Don't ignore SPECIAL constraint - here. - * ldlang.h (lang_output_section_statement_type): Update prototype. - (lang_output_section_find): Update. +2021-01-28 H.J. Lu -2020-11-24 H.J. Lu + PR ld/27259 + * testsuite/ld-elf/pr27259.d: New file. + * testsuite/ld-elf/pr27259.s: Likewise. - PR gold/26939 - * testsuite/ld-x86-64/pr26939-x32.d: New file. - * testsuite/ld-x86-64/pr26939.d: Likewise. - * testsuite/ld-x86-64/pr26939.s: Likewise. - * testsuite/ld-x86-64/x86-64.exp: Run PR gold/26939 tests. +2021-01-28 Alan Modra -2020-11-23 H.J. Lu + PR 27259 + * ldelf.c (ldelf_before_place_orphans): Use linker_mark to + prevent endless looping of linked-to sections. - PR ld/26918 - * testsuite/ld-s390/pr26918-1.d: New file. - * testsuite/ld-s390/pr26918-1.s: Likewise. - * testsuite/ld-s390/s390.exp: Run all *.d tests. +2021-01-26 H.J. Lu -2020-11-23 Shahab Vahedi + * testsuite/ld-x86-64/bnd-plt-1.d: Fix a typo. - * testsuite/ld-arc/tls_ie-01.d: Use a more general pattern. - -2020-11-21 Nelson Chu - - * emultempl/riscvelf.em (riscv_elf_before_allocation): Change - link_info.relax_pass from 3 to 4. - * testsuite/ld-riscv-elf/pcgp-relax.d: New testcase. - * testsuite/ld-riscv-elf/pcgp-relax.s: Likewise. - * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Updated. - -2020-11-20 Nick Alcock - - * testsuite/ld-ctf/data-func-conflicted.d: Shrink the expected - size of the type section now that function types are being - deduplicated properly. - -2020-11-20 Nick Alcock - - * testsuite/ld-ctf/array.d: Adjust for nonzero flags word and - public symbols in the data section rather than variables: use - sysv hash style to keep test results the same on non-GNU targets. - * testsuite/ld-ctf/diag-cttname-null.d: Likewise. - * testsuite/ld-ctf/diag-cuname.d: Likewise. - * testsuite/ld-ctf/diag-parlabel.d: Likewise. - * testsuite/ld-ctf/slice.d: Likewise. - * testsuite/ld-ctf/function.d: Likewise, but in the function section. - * testsuite/ld-ctf/conflicting-cycle-1.B-1.d: Adjust for nonzero - flags word. - * testsuite/ld-ctf/conflicting-cycle-1.B-2.d: Likewise. - * testsuite/ld-ctf/conflicting-cycle-1.parent.d: Likewise. - * testsuite/ld-ctf/conflicting-cycle-2.A-1.d: Likewise. - * testsuite/ld-ctf/conflicting-cycle-2.A-2.d: Likewise. - * testsuite/ld-ctf/conflicting-cycle-2.parent.d: Likewise. - * testsuite/ld-ctf/conflicting-cycle-3.C-1.d: Likewise. - * testsuite/ld-ctf/conflicting-cycle-3.C-2.d: Likewise. - * testsuite/ld-ctf/conflicting-cycle-3.parent.d: Likewise. - * testsuite/ld-ctf/cross-tu-noncyclic.d: Likewise. - * testsuite/ld-ctf/cycle-1.d: Likewise. - * testsuite/ld-ctf/cycle-2.A.d: Likewise. - * testsuite/ld-ctf/cycle-2.B.d: Likewise. - * testsuite/ld-ctf/cycle-2.C.d: Likewise. - * testsuite/ld-ctf/diag-wrong-magic-number-mixed.d: Likewise. - * testsuite/ld-ctf/super-sub-cycles.d: Likewise. - * testsuite/ld-ctf/data-func-1.c: New test. - * testsuite/ld-ctf/data-func-2.c: Likewise. - * testsuite/ld-ctf/data-func-conflicted.d: Likewise. +2021-01-26 Alan Modra -2020-11-20 Nick Alcock - - * ldelfgen.c (struct ctf_strsym_iter_cb_arg): Rename to... - (struct ctf_strtab_iter_cb_arg): ... this, changing fields: - : Remove. - : Remove. - : Rename to... - : ... this. - (ldelf_ctf_strtab_iter_cb): Adjust. - (ldelf_ctf_symbols_iter_cb): Remove. - (ldelf_new_dynsym_for_ctf): New, tell libctf about a single - symbol. - (ldelf_examine_strtab_for_ctf): Rename to... - (ldelf_acquire_strings_for_ctf): ... this, only doing the strtab - portion and not symbols. - * ldelfgen.h: Adjust declarations accordingly. - * ldemul.c (ldemul_examine_strtab_for_ctf): Rename to... - (ldemul_acquire_strings_for_ctf): ... this. - (ldemul_new_dynsym_for_ctf): New. - * ldemul.h: Adjust declarations accordingly. - * ldlang.c (ldlang_ctf_apply_strsym): Rename to... - (ldlang_ctf_acquire_strings): ... this. - (ldlang_ctf_new_dynsym): New. - (lang_write_ctf): Call ldemul_new_dynsym_for_ctf with NULL to do - the actual symbol shuffle. - * ldlang.h (struct elf_strtab_hash): Adjust accordingly. - * ldmain.c (bfd_link_callbacks): Wire up new/renamed callbacks. - - * emultempl/aix.em: Adjust for emulation changes: - ldemul_examine_strtab_for_ctf renamed to - ldemul_acquire_strings_for_ctf, new ldemul_new_dynsym_for_ctf. - * emultempl/armcoff.em: Likewise. - * emultempl/beos.em: Likewise. - * emultempl/elf.em: Likewise. - * emultempl/elf-generic.em: Likewise. - * emultempl/linux.em: Likewise. - * emultempl/msp430.em: Likewise. + PR 27226 + * emulparams/alphavms.sh: Don't set COMPILE_IN. + * emulparams/elf64_ia64_vms.sh: Likewise. + * emulparams/elf64mmix.sh: Likewise. + * emulparams/elf_iamcu.sh: Likewise. + * emulparams/elf_k1om.sh: Likewise. + * emulparams/elf_l1om.sh: Likewise. + * emulparams/mmo.sh: Likewise. + * emulparams/pdp11.sh: Set DATA_SEG_ADDR. + * scripttempl/pdp11.sc: Use it. + * emultempl/pdp11.em: Don't edit .xn script for separate_code, + instead use .xe script. Support scripts from file system. + * emultempl/beos.em: Support scripts from file system. * emultempl/pe.em: Likewise. * emultempl/pep.em: Likewise. - * emultempl/ticoff.em: Likewise. - * emultempl/vanilla.em: Likewise. - -2020-11-20 Nick Alcock - - * ldlang.c (ctf_output): This is a ctf_dict_t now. - (lang_ctf_errs_warnings): Rename ctf_file_t to ctf_dict_t. - (ldlang_open_ctf): Adjust comment. - (lang_merge_ctf): Use ctf_dict_close, not ctf_file_close. - * ldelfgen.h (ldelf_examine_strtab_for_ctf): Rename ctf_file_t to - ctf_dict_t. Change opaque declaration accordingly. - * ldelfgen.c (ldelf_examine_strtab_for_ctf): Adjust. - * ldemul.h (examine_strtab_for_ctf): Likewise. - (ldemul_examine_strtab_for_ctf): Likewise. - * ldeuml.c (ldemul_examine_strtab_for_ctf): Likewise. - -2020-11-20 Jozef Lawrynowicz - - * testsuite/ld-elf/retain3.s: Move symbolic reference into writeable - .data section from read-only .text section. - * testsuite/ld-elf/retain5.d: Don't pass --print-gc-sections for test - that doesn't require it. - * testsuite/ld-elf/retain6a.d: Adjust test. - * testsuite/ld-elf/retain6main.s: Move symbolic reference into writeable - .data section from read-only .text section. - -2020-11-18 Alan Modra - - * testsuite/ld-powerpc/group1.d, - * testsuite/ld-powerpc/group1.s, - * testsuite/ld-powerpc/group1.sym, - * testsuite/ld-powerpc/group2.d, - * testsuite/ld-powerpc/group2.s, - * testsuite/ld-powerpc/group2.sym, - * testsuite/ld-powerpc/group3.s, - * testsuite/ld-powerpc/group3.sym: New test files. - * testsuite/ld-powerpc/powerpc.exp: Run new tests. - -2020-11-18 Jozef Lawrynowicz - - * NEWS: Announce support for SHF_GNU_RETAIN. - * ld.texi (garbage collection): Document SHF_GNU_RETAIN. - (Output Section Discarding): Likewise. - * testsuite/ld-elf/elf.exp: Run new tests. - * testsuite/ld-elf/retain1.s: New test. - * testsuite/ld-elf/retain1a.d: New test. - * testsuite/ld-elf/retain1b.d: New test. - * testsuite/ld-elf/retain2.d: New test. - * testsuite/ld-elf/retain2.ld: New test. - * testsuite/ld-elf/retain2.map: New test. - * testsuite/ld-elf/retain3.d: New test. - * testsuite/ld-elf/retain3.s: New test. - * testsuite/ld-elf/retain4.d: New test. - * testsuite/ld-elf/retain4.s: New test. - * testsuite/ld-elf/retain5.d: New test. - * testsuite/ld-elf/retain5.map: New test. - * testsuite/ld-elf/retain5lib.s: New test. - * testsuite/ld-elf/retain5main.s: New test. - * testsuite/ld-elf/retain6a.d: New test. - * testsuite/ld-elf/retain6b.d: New test. - * testsuite/ld-elf/retain6lib.s: New test. - * testsuite/ld-elf/retain6main.s: New test. - -2020-11-17 Alan Modra - - PR 26882 - * testsuite/ld-powerpc/dotsym3.d: Add "-z notext" to ld options. - * testsuite/ld-powerpc/dotsym4.d: Likewise. - * testsuite/ld-powerpc/ppc476-shared.d: Likewise. - * testsuite/ld-powerpc/ppc476-shared2.d: Likewise. - * testsuite/ld-powerpc/powerpc.exp: Likewise for various tests. - * testsuite/ld-undefined/weak-fundef.s: Add BLPLT variant. - * testsuite/ld-undefined/weak-undef.exp: Define BLPLT for ppc32. - -2020-11-16 Nick Clifton - - * po/es.po: Updated Spanish translation. - -2020-11-16 Shahab Vahedi - - * testsuite/ld-arc/tls_ie-01.d: Update the dump command. - -2020-11-14 Borislav Petkov - - * testsuite/ld-x86-64/pe-x86-64-4.od: Adjust regexes. - * testsuite/ld-x86-64/tlsld3.dd: Likewise. - * testsuite/ld-x86-64/tlsld4.dd: Likewise. - -2020-11-13 H.J. Lu - - PR ld/26869 - * ldelf.c (ldelf_before_allocation): Set rel_from_abs to 1 for - __ehdr_start. - * testsuite/ld-i386/i386.exp: Run pr26869. - * testsuite/ld-i386/pr26869.d: New file. - * testsuite/ld-i386/pr26869.s: Likewise. - -2020-11-09 Andreas Schwab - - * Makefile.am (development.exp): Fix regexp. - * Makefile.in: Regenerate. - -2020-11-06 Nick Clifton - - * lexsup.c (parse_args): Add more checks of the mapfile. If it is - a directory use the basename of the output file as the file - component. If the % character is present, replace it with the - full output filepath. - * testsuite/ld-scripts/map-address.exp: Add test of % - functionality. - * ld.texi: Document the new behaviour. - -2020-11-06 Nick Clifton - - * po/sr.po: Updated Serbian translation. - -2020-11-03 Nick Clifton - - * emulparams/x86-64-level.sh - (PARSE_AND_LIST_ARGS_CASE_Z_X86_64_LEVEL): Fix indentation. - -2020-11-02 Alan Modra - - PR 26806 - * testsuite/ld-plugin/lto-19.h, - * testsuite/ld-plugin/lto-19a.c, - * testsuite/ld-plugin/lto-19b.c, - * testsuite/ld-plugin/lto-19c.c: New test. - * testsuite/ld-plugin/pr26806.c, - * testsuite/ld-plugin/pr26806.d: New test. - * testsuite/ld-plugin/lto.exp: Run them. - -2020-10-30 H.J. Lu - - PR gas/26703 - * NEWS: Mention -z x86-64-baseline. - * ld.texi: Document -z x86-64-baseline. - * emulparams/x86-64-level.sh: Handle -z x86-64-baseline. - * testsuite/ld-elf/x86-feature-1a.rd: Update. - * testsuite/ld-elf/x86-feature-1b.rd: Likewise. - * testsuite/ld-elf/x86-feature-1c.rd: Likewise. - * testsuite/ld-elf/x86-feature-1d.rd: Likewise. - * testsuite/ld-elf/x86-feature-1e.rd: Likewise. - * testsuite/ld-i386/pr23372c.d: Likewise. - * testsuite/ld-i386/pr23486c.d: Likewise. - * testsuite/ld-i386/pr23486d.d: Likewise. - * testsuite/ld-i386/pr24322a.d: Likewise. - * testsuite/ld-i386/pr24322b.d: Likewise. - * testsuite/ld-i386/property-1a.r: Likewise. - * testsuite/ld-i386/property-2a.r: Likewise. - * testsuite/ld-i386/property-3.r: Likewise. - * testsuite/ld-i386/property-3a.r: Likewise. - * testsuite/ld-i386/property-4.r: Likewise. - * testsuite/ld-i386/property-4a.r: Likewise. - * testsuite/ld-i386/property-5.r: Likewise. - * testsuite/ld-i386/property-5a.r: Likewise. - * testsuite/ld-i386/property-7a.r: Likewise. - * testsuite/ld-i386/property-x86-3.d: Likewise. - * testsuite/ld-i386/property-x86-4a.d: Likewise. - * testsuite/ld-i386/property-x86-5.d: Likewise. - * testsuite/ld-i386/property-x86-cet1.d: Likewise. - * testsuite/ld-i386/property-x86-cet2a.d: Likewise. - * testsuite/ld-i386/property-x86-cet5a.d: Likewise. - * testsuite/ld-i386/property-x86-cet5b.d: Likewise. - * testsuite/ld-i386/property-x86-ibt1a.d: Likewise. - * testsuite/ld-i386/property-x86-ibt1b.d: Likewise. - * testsuite/ld-i386/property-x86-ibt2.d: Likewise. - * testsuite/ld-i386/property-x86-ibt3a.d: Likewise. - * testsuite/ld-i386/property-x86-ibt3b.d: Likewise. - * testsuite/ld-i386/property-x86-ibt4.d: Likewise. - * testsuite/ld-i386/property-x86-ibt5.d: Likewise. - * testsuite/ld-i386/property-x86-isa1.d: Likewise. - * testsuite/ld-i386/property-x86-isa2.d: Likewise. - * testsuite/ld-i386/property-x86-isa3.d: Likewise. - * testsuite/ld-i386/property-x86-shstk1a.d: Likewise. - * testsuite/ld-i386/property-x86-shstk1b.d: Likewise. - * testsuite/ld-i386/property-x86-shstk2.d: Likewise. - * testsuite/ld-i386/property-x86-shstk3a.d: Likewise. - * testsuite/ld-i386/property-x86-shstk3b.d: Likewise. - * testsuite/ld-i386/property-x86-shstk4.d: Likewise. - * testsuite/ld-i386/property-x86-shstk5.d: Likewise. - * testsuite/ld-x86-64/pr23372c-x32.d: Likewise. - * testsuite/ld-x86-64/pr23372c.d: Likewise. - * testsuite/ld-x86-64/pr23486c-x32.d: Likewise. - * testsuite/ld-x86-64/pr23486c.d: Likewise. - * testsuite/ld-x86-64/pr23486d-x32.d: Likewise. - * testsuite/ld-x86-64/pr23486d.d: Likewise. - * testsuite/ld-x86-64/pr24322a-x32.d: Likewise. - * testsuite/ld-x86-64/pr24322a.d: Likewise. - * testsuite/ld-x86-64/pr24322b-x32.d: Likewise. - * testsuite/ld-x86-64/pr24322b.d: Likewise. - * testsuite/ld-x86-64/pr24458a-x32.d: Likewise. - * testsuite/ld-x86-64/pr24458a.d: Likewise. - * testsuite/ld-x86-64/pr24458b-x32.d: Likewise. - * testsuite/ld-x86-64/pr24458b.d: Likewise. - * testsuite/ld-x86-64/pr24458c-x32.d: Likewise. - * testsuite/ld-x86-64/pr24458c.d: Likewise. - * testsuite/ld-x86-64/property-1a.r: Likewise. - * testsuite/ld-x86-64/property-2a.r: Likewise. - * testsuite/ld-x86-64/property-3.r: Likewise. - * testsuite/ld-x86-64/property-3a.r: Likewise. - * testsuite/ld-x86-64/property-4.r: Likewise. - * testsuite/ld-x86-64/property-4a.r: Likewise. - * testsuite/ld-x86-64/property-5.r: Likewise. - * testsuite/ld-x86-64/property-5a.r: Likewise. - * testsuite/ld-x86-64/property-7a.r: Likewise. - * testsuite/ld-x86-64/property-x86-3-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-3.d: Likewise. - * testsuite/ld-x86-64/property-x86-4a-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-4a.d: Likewise. - * testsuite/ld-x86-64/property-x86-5-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-5.d: Likewise. - * testsuite/ld-x86-64/property-x86-cet1-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-cet1.d: Likewise. - * testsuite/ld-x86-64/property-x86-cet2a-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-cet2a.d: Likewise. - * testsuite/ld-x86-64/property-x86-cet5a-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-cet5a.d: Likewise. - * testsuite/ld-x86-64/property-x86-cet5b-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-cet5b.d: Likewise. - * testsuite/ld-x86-64/property-x86-ibt1a-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-ibt1a.d: Likewise. - * testsuite/ld-x86-64/property-x86-ibt1b-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-ibt1b.d: Likewise. - * testsuite/ld-x86-64/property-x86-ibt2-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-ibt2.d: Likewise. - * testsuite/ld-x86-64/property-x86-ibt3a-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-ibt3a.d: Likewise. - * testsuite/ld-x86-64/property-x86-ibt3b-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-ibt3b.d: Likewise. - * testsuite/ld-x86-64/property-x86-ibt4-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-ibt4.d: Likewise. - * testsuite/ld-x86-64/property-x86-ibt5-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-isa1-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-isa1.d: Likewise. - * testsuite/ld-x86-64/property-x86-isa2-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-isa2.d: Likewise. - * testsuite/ld-x86-64/property-x86-isa3-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-isa3.d: Likewise. - * testsuite/ld-x86-64/property-x86-ibt5.d: Likewise. - * testsuite/ld-x86-64/property-x86-shstk1a-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-shstk1a.d: Likewise. - * testsuite/ld-x86-64/property-x86-shstk1b-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-shstk1b.d: Likewise. - * testsuite/ld-x86-64/property-x86-shstk2-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-shstk2.d: Likewise. - * testsuite/ld-x86-64/property-x86-shstk3a-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-shstk3a.d: Likewise. - * testsuite/ld-x86-64/property-x86-shstk3b-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-shstk3b.d: Likewise. - * testsuite/ld-x86-64/property-x86-shstk4-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-shstk4.d: Likewise. - * testsuite/ld-x86-64/property-x86-shstk5-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-shstk5.d: Likewise. - * testsuite/ld-i386/i386.exp: Run property-x86-isa4. - * testsuite/ld-i386/property-x86-isa4.d: New file. - * testsuite/ld-x86-64/property-x86-isa4-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-isa4.d: Likewise. - * ld/testsuite/ld-x86-64/x86-64.exp: Run property-x86-isa4 - and property-x86-isa4-x32. - -2020-10-26 H.J. Lu - - * testsuite/ld-elfweak/elfweak.exp: Pass $NOLTO_CFLAGS to CC. - -2020-10-26 Nick Clifton - - PR 26626 - * ldmain.c (undefined_symbol): Use the keyword undefined-symbol - when invoking the error handling script for undefined symbols. - * ld.texi: Update documentation. - -2020-10-26 Cooper Qu - - * emulparams/cskyelf.sh (TEXT_START_ADDR): Change to 0x60000000. - (DATA_ADDR) : Define. - (OTHER_SYMBOLS) : Define. - (OTHER_BSS_SYMBOLS) : Set symbol __sbss__. - (OTHER_BSS_END_SYMBOLS) : Set symbol __ebss__. - * ld/emulparams/cskyelf_linux.sh : Don't include cskyelf.sh. - * testsuite/ld-csky/data.d : Fix '/s*' to match spaces. - * testsuite/ld-csky/hilo16.d : Likewise. - -2020-10-23 H.J. Lu - - * testsuite/config/default.exp (plug_opt): Set only if compiler - is available. - -2020-10-22 H.J. Lu - - * testsuite/ld-plugin/lto.exp (plug_opt): Moved to ... - * testsuite/config/default.exp (plug_opt): Here. New. - * testsuite/ld-bootstrap/bootstrap.exp: Skip when linker is - compiled with -fprofile-generate=. - -2020-10-22 H.J. Lu - - * testsuite/config/default.exp (NOLTO_CFLAGS): New. - * ld/testsuite/ld-elfcomm/elfcomm.exp: Add $NOLTO_CFLAGS to CC. - * testsuite/ld-elfvers/vers.exp: Likewise. - * testsuite/ld-elfvsb/elfvsb.exp: Likewise. - * testsuite/ld-gc/gc.exp: Likewise. - * testsuite/ld-plugin/plugin.exp: Likewise. - * testsuite/ld-scripts/crossref.exp: Likewise. - * testsuite/ld-selective/selective.exp: Likewise. - * testsuite/ld-undefined/undefined.exp: Likewise. - * testsuite/ld-srec/srec.exp: Add $NOLTO_CFLAGS to CC. Override - CXXFLAGS. - * testsuite/lib/ld-lib.exp (run_ld_link_tests): Prepend -fno-lto - to cflags. - -2020-10-19 Alan Modra - - * testsuite/config/default.exp: Provide dummy libraries for - alpha-dec-vms. - (compiler_supports): New proc. Use it for compiler tests. - * testsuite/lib/ld-lib.exp (default_ld_assemble): Don't die if - subdir not set. - (run_ld_link_tests): Pass LDFLAGS to ld. - * testsuite/ld-checks/checks.exp (section_check): Likewise. - * testsuite/ld-scripts/assert.exp: Likewise. - * testsuite/ld-scripts/extern.exp: Likewise. - * testsuite/ld-scripts/log2.exp: Likewise. - * testsuite/ld-scripts/map-address.exp: Likewise. - * testsuite/ld-scripts/script.exp: Likewise. - * testsuite/ld-scripts/sizeof.exp: Likewise. - -2020-10-16 Andrew Burgess - - * ldlang.c (lang_process): Add extra call to - lang_do_memory_regions, and pass parameter. - (lang_do_memory_regions): Add parameter, only define origin and - length when requested. Reindent. - * testsuite/ld-scripts/provide-10.d: New file. - * testsuite/ld-scripts/provide-10.map: New file. - * testsuite/ld-scripts/provide-11.d: New file. - * testsuite/ld-scripts/provide-11.map: New file. - * testsuite/ld-scripts/provide-12.d: New file. - * testsuite/ld-scripts/provide-12.map: New file. - * testsuite/ld-scripts/provide-9.d: New file. - * testsuite/ld-scripts/provide-9.map: New file. - * testsuite/ld-scripts/provide-9.t: New file. - -2020-10-16 Andrew Burgess - - * ld.texi (Options): Extend the description of --defsym. - -2020-10-16 Nick Clifton - - PR 26626 - * ldmain.c (undefined_symbol): If an error handlign script is - available, call it. - * ldfile.c (error_handling_script): Declare. - (ldfile_open_file): If a library cannot be found and an error - handling script is available, call it. - * ldmain.h (error_handling_script): Prototype. - * ldlex.h (OPTION_ERROR_HANDLING_SCRIPT): Define. - * lexsup.c (ld_options): Add --error-handling-script. - (parse_args): Add support for --errror-handling-script. - * ld.texi: Document the new feature. - * configure.ac: Add --error-handling-script option to disable - support for the new feature. - * NEWS: Mention the new feature. - * config.in: Regenerate. - * configure: Regenerate. - -2020-10-16 Nelson Chu - - * testsuite/ld-riscv-elf/ifunc-plt-got-overwrite.s: New testcase. - * testsuite/ld-riscv-elf/ifunc-plt-got-overwrite.d: Likewise. - * testsuite/ld-riscv-elf/ifunc-plt-got-overwrite-exe.rd: Likewise. - * testsuite/ld-riscv-elf/ifunc-plt-got-overwrite-pic.rd: Likewise. - * testsuite/ld-riscv-elf/ifunc-plt-got-overwrite-pie.rd: Likewise. - * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Updated. - -2020-10-16 Nelson Chu - - * emulparams/elf32lriscv-defs.sh: Add IREL_IN_PLT. - * testsuite/ld-ifunc/ifunc.exp: Enable ifunc tests for RISC-V. - * testsuite/ld-riscv-elf/ld-riscv-elf.exp (run_dump_test_ifunc): - New dump test for ifunc. There are two arguments, 'target` and - `output`. The `target` is rv32 or rv64, and the `output` is used - to choose which output you want to test (exe, pie or .so). - * testsuite/ld-riscv-elf/ifunc-reloc-call-01.s: New testcase. - * testsuite/ld-riscv-elf/ifunc-reloc-call-01.d: Likewise. - * testsuite/ld-riscv-elf/ifunc-reloc-call-01-exe.rd: Likewise. - * testsuite/ld-riscv-elf/ifunc-reloc-call-01-pic.rd: Likewise. - * testsuite/ld-riscv-elf/ifunc-reloc-call-01-pie.rd: Likewise. - * testsuite/ld-riscv-elf/ifunc-reloc-call-02.s: Likewise. - * testsuite/ld-riscv-elf/ifunc-reloc-call-02.d: Likewise. - * testsuite/ld-riscv-elf/ifunc-reloc-call-02-exe.rd: Likewise. - * testsuite/ld-riscv-elf/ifunc-reloc-call-02-pic.rd: Likewise. - * testsuite/ld-riscv-elf/ifunc-reloc-call-02-pie.rd: Likewise. - * testsuite/ld-riscv-elf/ifunc-reloc-data.s: Likewise. - * testsuite/ld-riscv-elf/ifunc-reloc-data.d: Likewise. - * testsuite/ld-riscv-elf/ifunc-reloc-data-exe.rd: Likewise. - * testsuite/ld-riscv-elf/ifunc-reloc-data-pic.rd: Likewise. - * testsuite/ld-riscv-elf/ifunc-reloc-data-pie.rd: Likewise. - * testsuite/ld-riscv-elf/ifunc-reloc-got.s: Likewise. - * testsuite/ld-riscv-elf/ifunc-reloc-got.d: Likewise. - * testsuite/ld-riscv-elf/ifunc-reloc-got-exe.rd: Likewise. - * testsuite/ld-riscv-elf/ifunc-reloc-got-pic.rd: Likewise. - * testsuite/ld-riscv-elf/ifunc-reloc-got-pie.rd: Likewise. - * testsuite/ld-riscv-elf/ifunc-reloc-pcrel.s: Likewise. - * testsuite/ld-riscv-elf/ifunc-reloc-pcrel.d: Likewise. - * testsuite/ld-riscv-elf/ifunc-reloc-pcrel-exe.rd: Likewise. - * testsuite/ld-riscv-elf/ifunc-reloc-pcrel-pic.rd: Likewise. - * testsuite/ld-riscv-elf/ifunc-reloc-pcrel-pie.rd: Likewise. - * testsuite/ld-riscv-elf/ifunc-nonplt.s: Likewise. - * testsuite/ld-riscv-elf/ifunc-nonplt.d: Likewise. - * testsuite/ld-riscv-elf/ifunc-nonplt-exe.rd: Likewise. - * testsuite/ld-riscv-elf/ifunc-nonplt-pic.rd: Likewise. - * testsuite/ld-riscv-elf/ifunc-nonplt-pie.rd: Likewise. - * testsuite/ld-riscv-elf/ifunc-plt-01.s: Likewise. - * testsuite/ld-riscv-elf/ifunc-plt-01.d: Likewise. - * testsuite/ld-riscv-elf/ifunc-plt-01-exe.rd: Likewise. - * testsuite/ld-riscv-elf/ifunc-plt-01-pic.rd: Likewise. - * testsuite/ld-riscv-elf/ifunc-plt-01-pie.rd: Likewise. - * testsuite/ld-riscv-elf/ifunc-plt-02.s: Likewise. - * testsuite/ld-riscv-elf/ifunc-plt-02.d: Likewise. - * testsuite/ld-riscv-elf/ifunc-plt-02-exe.rd: Likewise. - * testsuite/ld-riscv-elf/ifunc-plt-02-pic.rd: Likewise. - * testsuite/ld-riscv-elf/ifunc-plt-02-pie.rd: Likewise. - * testsuite/ld-riscv-elf/ifunc-seperate-resolver.s: Likewise. - * testsuite/ld-riscv-elf/ifunc-seperate-caller.s: Likewise. - * testsuite/ld-riscv-elf/ifunc-seperate-exe.d: Likewise. - * testsuite/ld-riscv-elf/ifunc-seperate-pic.d: Likewise. - * testsuite/ld-riscv-elf/ifunc-seperate-pie.d: Likewise. - * testsuite/ld-riscv-elf/ifunc-seperate-caller-pcrel.s: Likewise. - * testsuite/ld-riscv-elf/ifunc-seperate-pcrel-pic.d: Likewise. - * testsuite/ld-riscv-elf/ifunc-seperate-pcrel-pie.d: Likewise. - -2020-10-09 H.J. Lu - - PR gas/26703 - * NEWS: Mention -z x86-64-v[234]. - * ld.texi: Document -z x86-64-v[234]. - * emulparams/elf32_x86_64.sh: Use x86-64-level.sh. - * emulparams/elf_i386.sh: Likewise. - * emulparams/elf_x86_64.sh: Likewise. - * emulparams/x86-64-level.sh: New file. - * testsuite/ld-elf/x86-feature-1a.rd: Update. - * testsuite/ld-elf/x86-feature-1b.rd: Likewise. - * testsuite/ld-elf/x86-feature-1c.rd: Likewise. - * testsuite/ld-elf/x86-feature-1d.rd: Likewise. - * testsuite/ld-elf/x86-feature-1e.rd: Likewise. - * testsuite/ld-i386/pr23372c.d: Likewise. - * testsuite/ld-i386/pr23486c.d: Likewise. - * testsuite/ld-i386/pr23486d.d: Likewise. - * testsuite/ld-i386/pr24322a.d: Likewise. - * testsuite/ld-i386/pr24322b.d: Likewise. - * testsuite/ld-i386/property-1a.r: Likewise. - * testsuite/ld-i386/property-2a.r: Likewise. - * testsuite/ld-i386/property-3.r: Likewise. - * testsuite/ld-i386/property-3a.r: Likewise. - * testsuite/ld-i386/property-4.r: Likewise. - * testsuite/ld-i386/property-4a.r: Likewise. - * testsuite/ld-i386/property-5.r: Likewise. - * testsuite/ld-i386/property-5a.r: Likewise. - * testsuite/ld-i386/property-7a.r: Likewise. - * testsuite/ld-i386/property-x86-3.d: Likewise. - * testsuite/ld-i386/property-x86-4a.d: Likewise. - * testsuite/ld-i386/property-x86-5.d: Likewise. - * testsuite/ld-i386/property-x86-cet1.d: Likewise. - * testsuite/ld-i386/property-x86-cet2a.d: Likewise. - * testsuite/ld-i386/property-x86-cet5a.d: Likewise. - * testsuite/ld-i386/property-x86-cet5b.d: Likewise. - * testsuite/ld-i386/property-x86-ibt1a.d: Likewise. - * testsuite/ld-i386/property-x86-ibt1b.d: Likewise. - * testsuite/ld-i386/property-x86-ibt2.d: Likewise. - * testsuite/ld-i386/property-x86-ibt3a.d: Likewise. - * testsuite/ld-i386/property-x86-ibt3b.d: Likewise. - * testsuite/ld-i386/property-x86-ibt4.d: Likewise. - * testsuite/ld-i386/property-x86-ibt5.d: Likewise. - * testsuite/ld-i386/property-x86-shstk1a.d: Likewise. - * testsuite/ld-i386/property-x86-shstk1b.d: Likewise. - * testsuite/ld-i386/property-x86-shstk2.d: Likewise. - * testsuite/ld-i386/property-x86-shstk3a.d: Likewise. - * testsuite/ld-i386/property-x86-shstk3b.d: Likewise. - * testsuite/ld-i386/property-x86-shstk4.d: Likewise. - * testsuite/ld-i386/property-x86-shstk5.d: Likewise. - * testsuite/ld-x86-64/pr23372c-x32.d: Likewise. - * testsuite/ld-x86-64/pr23372c.d: Likewise. - * testsuite/ld-x86-64/pr23486c.d: Likewise. - * testsuite/ld-x86-64/pr23486d-x32.d: Likewise. - * testsuite/ld-x86-64/pr23486d.d: Likewise. - * testsuite/ld-x86-64/pr24322a-x32.d: Likewise. - * testsuite/ld-x86-64/pr24322a.d: Likewise. - * testsuite/ld-x86-64/pr24322b-x32.d: Likewise. - * testsuite/ld-x86-64/pr24322b.d: Likewise. - * testsuite/ld-x86-64/pr24458a-x32.d: Likewise. - * testsuite/ld-x86-64/pr24458a.d: Likewise. - * testsuite/ld-x86-64/pr24458b-x32.d: Likewise. - * testsuite/ld-x86-64/pr24458b.d: Likewise. - * testsuite/ld-x86-64/pr24458c-x32.d: Likewise. - * testsuite/ld-x86-64/pr24458c.d: Likewise. - * testsuite/ld-x86-64/property-1a.r: Likewise. - * testsuite/ld-x86-64/property-2a.r: Likewise. - * testsuite/ld-x86-64/property-3.r: Likewise. - * testsuite/ld-x86-64/property-3a.r: Likewise. - * testsuite/ld-x86-64/property-4.r: Likewise. - * testsuite/ld-x86-64/property-4a.r: Likewise. - * testsuite/ld-x86-64/property-5.r: Likewise. - * testsuite/ld-x86-64/property-5a.r: Likewise. - * testsuite/ld-x86-64/property-7a.r: Likewise. - * testsuite/ld-x86-64/property-x86-3-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-3.d: Likewise. - * testsuite/ld-x86-64/property-x86-4a-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-4a.d: Likewise. - * testsuite/ld-x86-64/property-x86-5-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-5.d: Likewise. - * testsuite/ld-x86-64/property-x86-cet1-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-cet1.d: Likewise. - * testsuite/ld-x86-64/property-x86-cet2a-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-cet2a.d: Likewise. - * testsuite/ld-x86-64/property-x86-cet5a-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-cet5a.d: Likewise. - * testsuite/ld-x86-64/property-x86-cet5b-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-cet5b.d: Likewise. - * testsuite/ld-x86-64/property-x86-ibt1a-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-ibt1a.d: Likewise. - * testsuite/ld-x86-64/property-x86-ibt1b-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-ibt1b.d: Likewise. - * testsuite/ld-x86-64/property-x86-ibt2-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-ibt2.d: Likewise. - * testsuite/ld-x86-64/property-x86-ibt3a-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-ibt3a.d: Likewise. - * testsuite/ld-x86-64/property-x86-ibt3b-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-ibt3b.d: Likewise. - * testsuite/ld-x86-64/property-x86-ibt4-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-ibt4.d: Likewise. - * testsuite/ld-x86-64/property-x86-ibt5-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-ibt5.d: Likewise. - * testsuite/ld-x86-64/property-x86-shstk1a-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-shstk1a.d: Likewise. - * testsuite/ld-x86-64/property-x86-shstk1b-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-shstk1b.d: Likewise. - * testsuite/ld-x86-64/property-x86-shstk2-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-shstk2.d: Likewise. - * testsuite/ld-x86-64/property-x86-shstk3a-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-shstk3a.d: Likewise. - * testsuite/ld-x86-64/property-x86-shstk3b-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-shstk3b.d: Likewise. - * testsuite/ld-x86-64/property-x86-shstk4-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-shstk4.d: Likewise. - * testsuite/ld-x86-64/property-x86-shstk5-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-shstk5.d: Likewise. - * testsuite/ld-i386/i386.exp: Run property-x86-6, - property-x86-isa1, property-x86-isa2 and property-x86-isa3. - * testsuite/ld-i386/property-x86-1.S: Updated to the current - GNU_PROPERTY_X86_ISA_1_USED and GNU_PROPERTY_X86_ISA_1_NEEDED - values. - * testsuite/ld-i386/property-x86-2.S: Likewise. - * testsuite/ld-i386/property-x86-3.s: Likewise. - * testsuite/ld-x86-64/pr23372d.s: Likewise. - * testsuite/ld-x86-64/pr23372e.s: Likewise. - * testsuite/ld-x86-64/pr23372f.s: Likewise. - * testsuite/ld-x86-64/pr23486c.s: Likewise. - * testsuite/ld-x86-64/pr23486d.s: Likewise. - * testsuite/ld-x86-64/property-x86-1.S: Likewise. - * testsuite/ld-x86-64/property-x86-2.S: Likewise. - * testsuite/ld-x86-64/property-x86-3.s: Likewise. - * testsuite/ld-x86-64/property-x86-5a.s: Likewise. - * testsuite/ld-x86-64/property-x86-5b.s: Likewise. - * testsuite/ld-i386/property-x86-6.d: New file. - * testsuite/ld-i386/property-x86-isa1.d: Likewise. - * testsuite/ld-i386/property-x86-isa2.d: Likewise. - * testsuite/ld-i386/property-x86-isa3.d: Likewise. - * testsuite/ld-x86-64/property-x86-6-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-6.d: Likewise. - * testsuite/ld-x86-64/property-x86-6.s: Likewise. - * testsuite/ld-x86-64/property-x86-isa1-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-isa1.d: Likewise. - * testsuite/ld-x86-64/property-x86-isa1.s: Likewise. - * testsuite/ld-x86-64/property-x86-isa2-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-isa2.d: Likewise. - * testsuite/ld-x86-64/property-x86-isa3-x32.d: Likewise. - * testsuite/ld-x86-64/property-x86-isa3.d: Likewise. - * testsuite/ld-x86-64/simple.s: Likewise. - * ld/testsuite/ld-x86-64/x86-64.exp: Run property-x86-6, - property-x86-6-x32, property-x86-isa1, property-x86-isa1-x32, - property-x86-isa2, property-x86-isa2-x32, property-x86-isa3-x32 - and property-x86-isa3. - -2020-10-06 H.J. Lu - - * testsuite/ld-i386/property-3.r: Updated for Fedora binary - annotation plugin for GCC. - * testsuite/ld-i386/property-4.r: Likewise. - * testsuite/ld-i386/property-5.r: Likewise. - * testsuite/ld-x86-64/property-3.r: Likewise. - * testsuite/ld-x86-64/property-4.r: Likewise. - * testsuite/ld-x86-64/property-5.r: Likewise. - -2020-10-06 H.J. Lu - - PR ld/26711 - * testsuite/ld-i386/i386.exp: Run ld/26711 tests. - * testsuite/ld-x86-64/x86-64.exp: Likewise. - * testsuite/ld-i386/pr26711-1.d: Likewise. - * testsuite/ld-i386/pr26711-2.d: Likewise. - * testsuite/ld-i386/pr26711-3.d: Likewise. - * testsuite/ld-x86-64/pr26711-1-x32.d: Likewise. - * testsuite/ld-x86-64/pr26711-1.d: Likewise. - * testsuite/ld-x86-64/pr26711-2-x32.d: Likewise. - * testsuite/ld-x86-64/pr26711-2.d: Likewise. - * testsuite/ld-x86-64/pr26711-3-x32.d: Likewise. - * testsuite/ld-x86-64/pr26711-3.d: Likewise. - * testsuite/ld-x86-64/pr26711.s: Likewise. - -2020-10-06 Brandon Bergren - - * Makefile.am (ALL_64_EMULATION_SOURCES): Add eelf64lppc_fbsd.c. - Include $(DEPDIR)/eelf64lppc_fbsd.Pc. - * configure.tgt: Add powerpc64le-*-freebsd*. - * emulparams/elf64lppc_fbsd.sh: New file. - * Makefile.in: Regenerate. - * po/BLD-POTFILES.in: Regenerate. - -2020-10-05 T.K. Chia - - PR gas/26694 - * testsuite/ld-i386/ljmp.s, - * testsuite/ld-i386/ljmp1.d, - * testsuite/ld-i386/ljmp1.s, - * testsuite/ld-i386/ljmp2.d, - * testsuite/ld-i386/ljmp2.s, - * testsuite/ld-x86-64/ljmp1.d, - * testsuite/ld-x86-64/ljmp2.d: New testcases. - * testsuite/ld-i386/i386.exp, - * testsuite/ld-x86-64/x86-64.exp: Run them. + * testsuite/ld-bootstrap/bootstrap.exp: Make tmpdir/ldscripts link. + +2021-01-25 Fangrui Song + + PR ld/27230 + * scripttempl/DWARF.sc: Add .debug_* sections. -2020-10-05 Nick Clifton +2021-01-25 Nick Clifton - * lexsup.c (parse_args): Generate an error or warning message when - multiple short options are used together. + * scripttempl/DWARF.sc: Add .debug_loclists, .debug_rnglists, + .debug_line_str and .debug_str_offsets. Move .debug_macro and + .debug_addr into DWARF-5 section. -2020-10-01 H.J. Lu +2021-01-21 Alan Modra - PR 26681 - * testsuite/ld-elf/pr26681.s: New test. - * testsuite/ld-elf/pr26681.d: New test driver. - * testsuite/ld-elf/pr26681.l: New test output. + * testsuite/ld-elf/pr26936.d: No longer xfail mips. -2020-09-30 H.J. Lu +2021-01-20 Alan Modra - PR ld/26675 - * plugin.c (plugin_notice): Override the IR definition before - all LTO symbols have been read for non-ELF targets. + * testsuite/ld-powerpc/relbrlt.s: Make symbols global. + * testsuite/ld-powerpc/relbrlt.d: Adjust to suit. + * testsuite/ld-powerpc/tlsget.d: Adjust for reordered stubs. + * testsuite/ld-powerpc/tlsget.wf: Likewise. + * testsuite/ld-powerpc/tlsget2.d: Likewise. + * testsuite/ld-powerpc/tlsget2.wf: Likewise. + * testsuite/ld-powerpc/tlsexe.r: Adjust for removed section syms. + * testsuite/ld-powerpc/tlsexe32.r: Likewise. + * testsuite/ld-powerpc/tlsexe32no.r: Likewise. + * testsuite/ld-powerpc/tlsexeno.r: Likewise. + * testsuite/ld-powerpc/tlsexenors.r: Likewise. + * testsuite/ld-powerpc/tlsexers.r: Likewise. + * testsuite/ld-powerpc/tlsexetoc.r: Likewise. + * testsuite/ld-powerpc/tlsexetocrs.r: Likewise. + * testsuite/ld-powerpc/tlsso.r: Likewise. + * testsuite/ld-powerpc/tlsso32.r: Likewise. + * testsuite/ld-powerpc/tlstocso.r: Likewise. -2020-09-30 Jeremy Drake +2021-01-19 Nick Alcock - PR 26588 - * emultempl/pe.em (_finish): Generate an import library for DLLs, - even if they have no exports. - * emultempl/pep.em (_finish): Likewise. + * testsuite/ld-ctf/data-func-2.c: Stop removal of the extern foo_t + symbols by the optimizer. + * testsuite/ld-ctf/data-func-conflicted.d: Adjust accordingly. -2020-09-28 Alan Modra +2021-01-19 Nelson Chu - * testsuite/ld-powerpc/tlsget.d, - * testsuite/ld-powerpc/tlsget.s, - * testsuite/ld-powerpc/tlsget.wf, - * testsuite/ld-powerpc/tlsget2.d. - * testsuite/ld-powerpc/tlsget2.wf: New testcases. - * testsuite/ld-powerpc/powerpc.exp: Run them. + * testsuite/ld-elf/elf.exp (riscv_little_endian): Added. Return true + if target is riscv little endian. Otherwise, return false. + * testsuite/ld-elf/compressed1d.d: Only xfail the riscv little endian + targets by [riscv_little_endian]. -2020-09-26 Alan Modra +2021-01-18 Alan Modra - * testsuite/ld-powerpc/elfv2so.d, - * testsuite/ld-powerpc/notoc2.d, - * testsuite/ld-powerpc/tlsdesc.wf, - * testsuite/ld-powerpc/tlsdesc2.d, - * testsuite/ld-powerpc/tlsdesc2.wf, - * testsuite/ld-powerpc/tlsopt5.d, - * testsuite/ld-powerpc/tlsopt5.wf, - * testsuite/ld-powerpc/tlsopt6.d, - * testsuite/ld-powerpc/tlsopt6.wf: Update __glink_PLTresolve. + PR 26378 + * ldlang.c (map_input_to_output_sections): Start with a read-only + section for data statements. + * testsuite/ld-elf/size-2.d: Adjust to suit. -2020-09-24 Alan Modra +2021-01-17 H.J. Lu - PR 26655 - * emultempl/ppc64elf.em (params): Add ppc_edit. - (ppc_before_allocation): Split off some edit functions to.. - (ppc_edit): ..this, new function. + PR ld/27193 + * testsuite/ld-i386/i386.exp: Run PR ld/27193 test. + * testsuite/ld-i386/pr27193.dd: New file. + * testsuite/ld-i386/pr27193a.o.bz2: Likewise. + * testsuite/ld-i386/pr27193b.s: Likewise. -2020-09-22 Frediano Ziglio +2021-01-16 H.J. Lu - * emultempl/pe.em (set_entry_point): Only use the DLL entry point - for DLLs. - * emultempl/pep.em (set_entry_point): Likewise. + PR binutils/23460 + * testsuite/ld-plugin/lto.exp: Increase the max number of open + files to 20 for PR binutils/23460 test. -2020-09-16 Mikael Pettersson +2021-01-16 H.J. Lu - * testsuite/ld-elf/shared.exp: Add -Av9 to AFLAGS_PIE on sparc. - * testsuite/ld-elf/tls.exp: Add -Av9 to AFLAGS_PIC on sparc. + PR ld/23169 + * testsuite/ld-ifunc/ifunc.exp: Replace pr23169c.rd with + pr23169a.rd for pr23169c and pr23169f. Remove pr23169e tests. + * testsuite/ld-ifunc/pr23169a.c (foo): Don't compare function + address. -2020-09-16 H.J. Lu - - PR ld/26583 - * testsuite/ld-x86-64/pe-x86-64-1.od: New file. - * testsuite/ld-x86-64/pe-x86-64-1a.obj.bz2: Likewise. - * testsuite/ld-x86-64/pe-x86-64-1b.obj.bz2: Likewise. - * testsuite/ld-x86-64/pe-x86-64-1c.obj.bz2: Likewise. - * testsuite/ld-x86-64/pe-x86-64-2.od: Likewise. - * testsuite/ld-x86-64/pe-x86-64-2a.obj.bz2: Likewise. - * testsuite/ld-x86-64/pe-x86-64-2b.obj.bz2: Likewise. - * testsuite/ld-x86-64/pe-x86-64-2c.obj.bz2: Likewise. - * testsuite/ld-x86-64/pe-x86-64-3.od: Likewise. - * testsuite/ld-x86-64/pe-x86-64-3a.obj.bz2: Likewise. - * testsuite/ld-x86-64/pe-x86-64-3b.obj.bz2: Likewise. - * testsuite/ld-x86-64/pe-x86-64-3c.obj.bz2: Likewise. - * testsuite/ld-x86-64/pe-x86-64-3d.obj.bz2: Likewise. - * testsuite/ld-x86-64/pe-x86-64-4.od: Likewise. - * testsuite/ld-x86-64/pe-x86-64-4a.obj.bz2: Likewise. - * testsuite/ld-x86-64/pe-x86-64-4b.obj.bz2: Likewise. - * testsuite/ld-x86-64/pe-x86-64-4c.obj.bz2: Likewise. - * testsuite/ld-x86-64/pe-x86-64-4d.obj.bz2: Likewise. - * testsuite/ld-x86-64/pe-x86-64.exp: Likewise. - * testsuite/lib/ld-lib.exp (run_ld_link_tests): Handle bz2 binary - inputs. +2021-01-15 H.J. Lu -2020-09-16 Alan Modra + * NEWS: Mention -z report-relative-reloc. + * ld.texi: Document -z report-relative-reloc. + * emulparams/elf32_x86_64.sh: Source x86-report-relative.sh. + * emulparams/elf_i386.sh: Likewse. + * emulparams/elf_x86_64.sh: Likewse. + * emulparams/x86-report-relative.sh: New file. + * testsuite/ld-i386/report-reloc-1.d: Likewse. + * testsuite/ld-i386/report-reloc-1.l: Likewse. + * testsuite/ld-i386/report-reloc-1.s: Likewse. + * testsuite/ld-x86-64/report-reloc-1-x32.d: Likewse. + * testsuite/ld-x86-64/report-reloc-1.d: Likewse. + * testsuite/ld-x86-64/report-reloc-1.l: Likewse. + * testsuite/ld-x86-64/report-reloc-1.s: Likewse. + * testsuite/ld-i386/i386.exp: Run report-reloc-1. + * testsuite/ld-x86-64/x86-64.exp: Run report-reloc-1 and + report-reloc-1-x32. - * plugin.c (asymbol_from_plugin_symbol): Adjust elf_symbol_from - invocation. +2021-01-16 Alan Modra -2020-09-15 H.J. Lu + PR 26002 + * testsuite/ld-elfvers/vers6.dsym: Expect "Base" for undefined + unversioned symbols. + * testsuite/ld-elfvers/vers16.dsym: Likewise. + +2021-01-15 Nelson Chu - * ldelf.c (ldelf_after_open): Check bfd_target_elf_flavour first. - -2020-09-15 Hans-Peter Nilsson - - PR ld/26589 - * testsuite/ld-elf/pr26589.d, testsuite/ld-elf/locref3.s: New test. - -2020-09-13 Alan Modra - - PR 26391 - * testsuite/ld-elf/pr26391.nd: Adjust to match powerpc64 function - descriptors. - -2020-09-12 H.J. Lu - - PR ld/26391 - * NEWS: Mention "-z unique-symbol". - * emultempl/elf.em (gld${EMULATION_NAME}_handle_option): Handle - "-z unique-symbol" and "-z nounique-symbol". - * ld.texi: Document "-z unique-symbol" and "-z nounique-symbol". - * lexsup.c (elf_static_list_options): Add "-z unique-symbol" and - "-z nounique-symbol". - * testsuite/ld-elf/elf.exp: Add PR ld/26391 tests. - * testsuite/ld-elf/pr26391.nd: New file. - * testsuite/ld-elf/pr26391.out: Likewise. - * testsuite/ld-elf/pr26391a.c: Likewise. - * testsuite/ld-elf/pr26391b.c: Likewise. - * testsuite/ld-elf/pr26391c.c: Likewise. - * testsuite/ld-elf/pr26391d.c: Likewise. - -2020-09-11 Jeremy Drake - - PR 26588 - * emultempl/pe.em (_finish): Only generate a import library if not - exporting relocs. - * emultempl/pep.em: Likewise. - -2020-09-10 Siddhesh Poyarekar - - * testsuite/ld-aarch64/emit-relocs-560.d: Expect error instead - of valid output. - -2020-09-10 H.J. Lu - - PR ld/26590 - * testsuite/ld-elf/pr26590.err: New file. - * testsuite/ld-elf/pr26590a.c: Likewise. - * testsuite/ld-elf/pr26590b.c: Likewise. - * testsuite/ld-elf/pr26590c.c: Likewise. - * testsuite/ld-elf/pr26590d.c: Likewise. - * testsuite/ld-elf/shared.exp: Run ld/26590 tests. - -2020-09-10 Alan Modra - - * testsuite/ld-elf/pr26580-2.sd: Accept undefined symbol. - -2020-09-10 Alan Modra - - * testsuite/ld-plugin/lto-18b.c (select): Remove. - * testsuite/ld-plugin/lto-18c.c (select): Remove. - * testsuite/ld-plugin/lto.exp: Build archives for lto-18 too, - and run static versions of the test. - -2020-09-09 Alan Modra - - * testsuite/ld-plugin/lto-18a.c, - * testsuite/ld-plugin/lto-18b.c, - * testsuite/ld-plugin/lto-18c.c, - * testsuite/ld-plugin/lto-18d.c, - * testsuite/ld-plugin/lto-18.out: New test. - * testsuite/ld-plugin/lto.exp: Run it. - -2020-09-08 Jozef Lawrynowicz - - * testsuite/ld-msp430-elf/msp430-elf.exp: Run new tests. - * testsuite/ld-msp430-elf/uleb128.s: New test. - * testsuite/ld-msp430-elf/uleb128_430.d: New test. - * testsuite/ld-msp430-elf/uleb128_430x.d: New test. - -2020-09-08 Alan Modra - - * testsuite/ld-elf/pr26580-a.s, - * testsuite/ld-elf/pr26580-b.s, - * testsuite/ld-elf/pr26580-1.sd, - * testsuite/ld-elf/pr26580-2.sd: New tests - * testsuite/ld-elf/comm-data.exp: Run new tests. - * testsuite/ld-elf/pr26580-a.c, - * testsuite/ld-elf/pr26580-b.c, - * testsuite/ld-elf/pr26580-3.out, - * testsuite/ld-elf/pr26580-4.out: New tests. - * testsuite/ld-elf/shared.exp: Run new tests. - -2020-09-04 Alan Modra - - * testsuite/ld-plugin/lto.exp: Don't run pr15146 tests. - * testsuite/ld-plugin/pr15146.d: Delete. - * testsuite/ld-plugin/pr15146a.c: Delete. - * testsuite/ld-plugin/pr15146b.c: Delete. - * testsuite/ld-plugin/pr15146c.c: Delete. - * testsuite/ld-plugin/pr15146d.c: Delete. - -2020-09-03 H.J. Lu - - * testsuite/config/default.exp: Change NOSANTIZE_CFLAGS to - NOSANITIZE_CFLAGS. - * testsuite/ld-elf/dwarf.exp: Likewise. - * testsuite/ld-elf/indirect.exp: Likewise. - * testsuite/ld-elf/linux-x86.exp: Likewise. - * testsuite/ld-elf/shared.exp: Likewise. - * testsuite/ld-elf/tls.exp: Likewise. - * testsuite/ld-elfcomm/elfcomm.exp: Likewise. - * testsuite/ld-elfvers/vers.exp: Likewise. - * testsuite/ld-elfvsb/elfvsb.exp: Likewise. - * testsuite/ld-elfweak/elfweak.exp: Likewise. - * testsuite/ld-gc/gc.exp: Likewise. - * testsuite/ld-plugin/lto.exp: Likewise. - * testsuite/ld-plugin/plugin.exp: Likewise. - * testsuite/ld-scripts/crossref.exp: Likewise. - * testsuite/ld-selective/selective.exp: Likewise. - * testsuite/ld-shared/shared.exp: Likewise. - * testsuite/ld-size/size.exp: Likewise. - * testsuite/ld-srec/srec.exp: Likewise. - * testsuite/ld-x86-64/x86-64.exp: Likewise. - -2020-09-03 Nelson Chu - - * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-01.d: Remove - the useless `warnings` keywords. + * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-01.d: Updated. * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-02.d: Likewise. * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-03.d: Likewise. * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-04.d: Likewise. * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-05.d: Likewise. * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-06.d: Likewise. -2020-09-03 Nelson Chu - - * testsuite/ld-riscv-elf/attr-merge-arch-failed-01.d: Update the - message from error to warning. - * testsuite/ld-riscv-elf/attr-merge-arch-failed-02.d: New testcases. - * testsuite/ld-riscv-elf/attr-merge-arch-failed-02a.s: Likewise. - * testsuite/ld-riscv-elf/attr-merge-arch-failed-02b.s: Likewise. - * testsuite/ld-riscv-elf/attr-merge-arch-failed-02c.s: Likewise. - * testsuite/ld-riscv-elf/attr-merge-arch-failed-02d.s: Likewise. - * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Updated. - -2020-09-03 Kito Cheng - - * testsuite/ld-riscv-elf/attr-merge-arch-failed-01.d: Updated. - * testsuite/ld-riscv-elf/attr-merge-arch-failed-01a.s: Likewise. - * testsuite/ld-riscv-elf/attr-merge-arch-failed-01b.s: Likewise. - -2020-09-03 Alan Modra - - * testsuite/ld-scripts/sysroot-prefix.exp (single_sysroot_prefix_test): - Log $scriptname. - -2020-08-30 H.J. Lu - - * testsuite/ld-elf/dwarf.exp: Append $NOSANTIZE_CFLAGS to CFLAGS. - * testsuite/ld-elf/shared.exp: Likewise. - * testsuite/ld-elfvsb/elfvsb.exp: Likewise. - * testsuite/ld-shared/shared.exp: Likewise. - * testsuite/ld-size/size.exp: Likewise. - -2020-08-28 Jozef Lawrynowicz - - * emultempl/msp430.em (input_section_exists): New. - (check_array_section_alignment): New. - (gld${EMULATION_NAME}_finish): New. - * scripttempl/elf32msp430.sc: Add ALIGN directives before the - definition of __*_array_start symbols. - * testsuite/ld-msp430-elf/finiarray-warn.ld: New test. - * testsuite/ld-msp430-elf/finiarray-warn.r: New test. - * testsuite/ld-msp430-elf/initarray-nowarn.ld: New test. - * testsuite/ld-msp430-elf/initarray-warn.ld: New test. - * testsuite/ld-msp430-elf/initarray-warn.r: New test. - * testsuite/ld-msp430-elf/initarray.s: New test. - * testsuite/ld-msp430-elf/msp430-elf.exp: Run new tests. - * testsuite/ld-msp430-elf/preinitarray-warn.ld: New test. - * testsuite/ld-msp430-elf/preinitarray-warn.r: New test. - -2020-08-28 Jozef Lawrynowicz - - * ldmisc.c (vfinfo): Support new "%pU" format specifier. - -2020-08-28 Cooper Qu - - * emulparams/cskyelf.sh: Support attribute section. - * testsuite/ld-csky/tls-le-v1.d: Match .csky.attributes section. - * ld/testsuite/ld-csky/tls-le.d: Likewise. - * testsuite/ld-elf/non-contiguous.ld: Ignore .csky.attributes - section. - -2020-08-28 Nick Clifton - - PR 19011 - * testsuite/lib/ld-lib.exp (ld_link_defsyms): For PE based targets - define the __main and ___main symbols in terms of the main symbol. - -2020-08-28 Alan Modra - - PR 19011 - * testsuite/ld-plugin/plugin.exp: Use modified CFLAGS throughout - file. Add --image-base for pecoff. - -2020-08-28 Nelson Chu - - testsuite/ld-riscv-elf/lib-nopic-01a.s: Use R_RISCV_JAL rather - than R_RISCV_CALL. - testsuite/ld-riscv-elf/lib-nopic-01b.d: Likewise. - testsuite/ld-riscv-elf/lib-nopic-01b.s: Likewise. - -2020-08-27 Jozef Lawrynowicz - - * emultempl/msp430.em: Remove unused variable "buf". - -2020-08-27 Nick Alcock - - * ldlang.c (dump_ctf_errs): Unquote CTF error messages. - (ldlang_open_ctf): Likewise. - (lang_merge_ctf): Likewise. - (lang_write_ctf): Likewise. - * testsuite/ld-ctf/diag-ctf-version-f.d: Adjust. - * testsuite/ld-ctf/diag-cttname-invalid.d: Adjust. - * testsuite/ld-ctf/diag-decompression-failure.d: Adjust. - * testsuite/ld-ctf/diag-parname.d: Adjust. - * testsuite/ld-ctf/diag-unsupported-flag.d: Adjust. - * testsuite/ld-ctf/diag-wrong-magic-number-mixed.d: Adjust. - * testsuite/ld-ctf/diag-wrong-magic-number.d: Adjust. - -2020-08-27 Nick Alcock - - * ldlang.c (lang_ctf_errs_warnings): Support calls with NULL fp. - Adjust for new err parameter to ctf_errwarning_next. Only - check for assertion failures when fp is non-NULL. - (ldlang_open_ctf): Call it on open errors. - * testsuite/ld-ctf/ctf.exp: Always use the C locale to avoid - breaking the diags tests. - -2020-08-27 Jeremy Drake - - PR 19011 - * emultempl/pe.em (DEFAULT_DLL_CHARACTERISTICS): Define. - (pe_dll_characteristics): Initialise to DEFAULT_DLL_CHARACTERISTICS. - (add_options): Add options to disable DLL characteristics. - (list_options): List the new options. - (handle_options): Handle the new options. - * emultempl/pep.em: Similar changes to above. - (NT_EXE_IMAGE_BASE): Default to an address above 4G. - (NT_DLL_IMAGE_BASE, NT_DLL_AUTO_IMAGE_BASE, - (NT_DLL_AUTO_IMAGE_MASK): Likewise. - * ld.texi: Document the new options. - * pe-dll.c (pe_dll_enable_reloc_section): Change to default to - true. - (generate_reloc): Do nothing if there is no reloc section. - (pe_exe_fill_sections): Only assign the reloc section contents if - the section exists. - * testsuite/ld-pe/pe.exp: Add the --disable-reloc-section flag to - the .secrel32 tests. - * testsuite/ld-scripts/provide-8.d: Expect for fail on PE targets. - * NEWS: Mention the change in DLL generation. - -2020-08-26 H.J. Lu - - * testsuite/ld-elf/indirect.exp: Append $NOSANTIZE_CFLAGS to CC. - * testsuite/ld-elf/shared.exp: Likewise. - * testsuite/ld-elfcomm/elfcomm.exp: Likewise. - * testsuite/ld-elfvers/vers.exp: Likewise. - * testsuite/ld-elfvsb/elfvsb.exp: Likewise. - * testsuite/ld-elfweak/elfweak.exp: Likewise. - * testsuite/ld-plugin/lto.exp: Likewise. - * testsuite/ld-plugin/plugin.exp: Likewise. - * testsuite/ld-scripts/crossref.exp: Likewise. - -2020-08-26 Alan Modra - - PR 26499 - * emultempl/spuelf.em (spu_elf_relink): Check for NULL tmp_file_list. - -2020-08-26 Alan Modra - - PR 26431 - * pe-dll.c (auto_export): Don't call bsearch with zero count. - -2020-08-25 Alan Modra - - * testsuite/ld-libs/libs.exp: Don't run on sh-pe, tic30 or tic54x. - * testsuite/ld-scripts/data.d: xfail tic4x and tic54x. - * testsuite/ld-scripts/empty-address-2a.d: xfail tic54x. - * testsuite/ld-scripts/empty-address-2b.d: Likewise. - * testsuite/ld-scripts/include-1.d: xfail tic4x and tic54x. - * testsuite/ld-scripts/provide-1.d: xfail tic54x. - * testsuite/ld-scripts/provide-2.d: Likewise. - * testsuite/ld-scripts/provide-4.d: Likewise. - -2020-08-24 Alan Modra - - * testsuite/ld-sparc/tlssunbin32.rd: Update for new readelf output. - * testsuite/ld-sparc/tlssunbin64.rd: Likewise. - -2020-08-24 Alan Modra - - * testsuite/ld-powerpc/tls32.d: Update for TPREL_HA/LO optimisation. - * testsuite/ld-powerpc/tlsexe32.d: Likewise. - * testsuite/ld-powerpc/tlsldopt32.d: Likewise. - * testsuite/ld-powerpc/tlsmark32.d: Likewise. - * testsuite/ld-powerpc/tlsopt4_32.d: Likewise. - * testsuite/ld-powerpc/tprel.s, - * testsuite/ld-powerpc/tprel.d, - * testsuite/ld-powerpc/tprel32.d: New tests. - * testsuite/ld-powerpc/tprelbad.s, - * testsuite/ld-powerpc/tprelbad.d: New test. - * testsuite/ld-powerpc/powerpc.exp: Run them. - -2020-08-22 H.J. Lu - - PR ld/26382 - * testsuite/ld-elf/pr26302.nd: Updated. - * testsuite/ld-elf/pr26302.rd: New file. - * testsuite/ld-elf/shared.exp: Add a test for readelf -sW. - -2020-08-20 Nick Clifton - - PR 26428 - * testsuite/ld-elf/zlibbegin.rS: Update expected output. - * testsuite/ld-elf/zlibnormal.rS: Likewise. - -2020-08-16 Alan Modra - - * testsuite/ld-powerpc/inline.s, - * testsuite/ld-powerpc/inline-1.d, - * testsuite/ld-powerpc/inline-2.d, - * testsuite/ld-powerpc/inline-3.d, - * testsuite/ld-powerpc/inline-4.d, - * testsuite/ld-powerpc/inlinepcrel.s, - * testsuite/ld-powerpc/inlinepcrel-1.d, - * testsuite/ld-powerpc/inlinepcrel-2.d, - * testsuite/ld-powerpc/inlinepcrel-3.d: New tests. - * testsuite/ld-powerpc/powerpc.exp: Run them. - -2020-08-16 H.J. Lu - - PR binutils/26389 - * testsuite/ld-plugin/lto.exp: Run PR binutils/26389 test. - * testsuite/ld-plugin/pr26389.c: New file. - * testsuite/ld-plugin/pr26389.d: Likewise. - -2020-08-14 Tamar Christina - - * testsuite/ld-arm/thumb-plt-got.d: Relax regexpr. - * testsuite/ld-arm/thumb-plt.d: Likewise. - -2020-08-13 Alan Modra - - * emultempl/ppc64elf.em (params): Init new field. - (enum ppc64_opt): Add OPTION_NO_PCREL_OPT. - (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS), - (PARSE_AND_LIST_ARGS_CASES): Support --no-pcrel-optimize. - -2020-08-10 Nick Clifton - - PR ld/21351 - * ld.texi: Clarify the behaviour of the --relax and --no-relax - options on systems that do not support them. - -2020-08-10 H.J. Lu - - PR binutils/26302 - * testsuite/ld-elf/pr26302.nd: New file. - * testsuite/ld-elf/pr26302.ver: Likewise. - * testsuite/ld-elf/pr26302a.c: Likewise. - * testsuite/ld-elf/pr26302b.c: Likewise. - * testsuite/ld-elf/shared.exp: Run binutils/26302 tests. - -2020-08-07 David Faust - - * testsuite/ld-bpf/call-3.s: New file. - * testsuite/ld-bpf/call-3.d: Likewise. - -2020-08-05 David Faust - - * testsuite/ld-bpf/call-2.s: New file. - * testsuite/ld-bpf/call-2.d: Likewise. - * testsuite/ld-bpf/reloc-data-be.d: Likewise. - * testsuite/ld-bpf/reloc-data-le.d: Likewise. - * testsuite/ld-bpf/reloc-data.s: Likewise. - * testsuite/ld-bpf/reloc-insn-external-be.d: Likewise. - * testsuite/ld-bpf/reloc-insn-external-le.d: Likewise. - * testsuite/ld-bpf/reloc-insn-external.s: Likewise. - * testsuite/ld-bpf/reloc-insn32-be.d: Likewise. - * testsuite/ld-bpf/reloc-insn32-le.d: Likewise. - * testsuite/ld-bpf/reloc-insn32.s: Likewise. - * testsuite/ld-bpf/reloc-insn64-be.d: Likewise. - * testsuite/ld-bpf/reloc-insn64-le.d: Likewise. - * testsuite/ld-bpf/reloc-insn64.s: Likewise. - -2020-08-06 Jozef Lawrynowicz - - * emultempl/msp430.em (change_output_section): Update the tail - of the output section statement list when moving the original - tail to a different output section. - (eval_upper_either_sections): Don't move sections from the upper - region to the lower region unless the upper region is - overflowing. - -2020-08-03 Alan Modra - - * ldlex.l (yy_create_string_buffer): Use xmalloc rather than malloc. - * lexsup.c (parse_args): Likewise. - -2020-08-03 Alan Modra +2021-01-14 Nick Clifton - PR 26328 - * configure.ac: AC_CHECK_DECLS asprintf. - * configure: Regenerate. - * config.in: Regenerate. + * po/fr.po: Updated French translation. -2020-08-03 Alan Modra +2021-01-14 Mike Frysinger - * testsuite/ld-elfvers/vers.exp (objdump_symstuff): Remove unused - variable. Init list_a and list_b to empty. - (objdump_dynsymstuff): Likewise, and remove undefined list_a - handling. - * testsuite/ld-elfweak/elfweak.exp (objdump_symstuff): Similarly. - (objdump_dynsymstuff): Similarly. + * testsuite/config/default.exp [bfin*-elf*] (gcc_B_opt): Add -msim. -2020-07-31 H.J. Lu +2021-01-14 Alan Modra - * testsuite/ld-elf/indirect.exp: Append -fno-lto to CC. - * testsuite/ld-elfvers/vers.exp: Likewise. - * testsuite/ld-elfweak/elfweak.exp: Likewise. - * testsuite/ld-ifunc/ifunc.exp: Likewise. - * testsuite/ld-plugin/lto.exp (no_lto): New. - Add $no_lto to build pr15146c.so. - * testsuite/lib/ld-lib.exp (at_least_gcc_version): Filter out - -Wl,xxx options. - (check_gcc_plugin_enabled): Likewise. - (run_ld_link_exec_tests): Prepend -fno-lto to $cflags. - (run_cc_link_tests): Likewise. + PR 27160 + * ldelfgen.c (compare_link_order): Protect access of ELF section + data. + (add_link_order_input_section): Remove redundant NULL check. + Use bfd_get_flavour. + (ldelf_map_segments): Use bfd_get_flavour. -2020-07-31 Shahab Vahedi +2021-01-13 H.J. Lu - * scripttempl/elfarc.sc (.init_array): Keep ".init_array.*". - (.fini_array): Keep ".fini_array.*". + * ldelfgen.c (add_link_order_input_section): Check for ELF input + before accessing ELF section data. -2020-07-30 Rainer Orth +2021-01-13 Alan Modra - * Makefile.am (AM_CPPFLAGS): Add LARGEFILE_CPPFLAGS. * Makefile.in: Regenerate. - * configure: Regenerate. - -2020-07-29 Maciej W. Rozycki - - * testsuite/ld-elf/sec64k.exp: Also accept a section symbol with - a name. - * testsuite/ld-mips-elf/global-local-symtab-sort-o32.d: New - test. - * testsuite/ld-mips-elf/global-local-symtab-sort-o32t.d: New - test. - * testsuite/ld-mips-elf/global-local-symtab-sort-n32.d: New - test. - * testsuite/ld-mips-elf/global-local-symtab-sort-n32t.d: New - test. - * testsuite/ld-mips-elf/global-local-symtab-sort-n64.d: New - test. - * testsuite/ld-mips-elf/global-local-symtab-sort-n64t.d: New - test. - * testsuite/ld-mips-elf/global-local-symtab-final-o32.d: New - test. - * testsuite/ld-mips-elf/global-local-symtab-final-n32.d: New - test. - * testsuite/ld-mips-elf/global-local-symtab-final-n64.d: New - test. - * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests. - -2020-07-29 Maciej W. Rozycki - - * testsuite/ld-mips-elf/global-local-symtab-o32.d: New test. - * testsuite/ld-mips-elf/global-local-symtab-o32t.d: New test. - * testsuite/ld-mips-elf/global-local-symtab-n32.d: New test. - * testsuite/ld-mips-elf/global-local-symtab-n32t.d: New test. - * testsuite/ld-mips-elf/global-local-symtab-n64.d: New test. - * testsuite/ld-mips-elf/global-local-symtab.ld: New test linker - script. - * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests. -2020-07-29 Alan Modra +2021-01-13 Alan Modra - * ldelf.c (ldelf_before_place_orphans): Set SEC_EXCLUDE for - discarded sections. - -2020-07-28 Alan Modra - - * ldlang.c (lang_check): Don't complain about relocs or merge - attributes from --just-symbols input. - * testsuite/ld-misc/just-symbols.exp: Just dump .data section. - Don't run test on a number of targets. - -2020-07-28 Alan Modra - - * testsuite/ld-misc/just-symbols-1.dd: Revert last change. - -2020-07-27 Alan Modra - - * testsuite/ld-misc/just-symbols.exp: Run for x86_64 PE too. - Set LDFLAGS for PE and XCOFF. - * testsuite/ld-misc/just-symbols.ld: Accept XCOFF mapped .data. - * testsuite/ld-misc/just-symbols-1.dd: Don't check format or - "Contents of section" lines. - -2020-07-27 Alan Modra + PR 27160 + * ldlang.h (lang_output_section_statement_type): Add data field. + (lang_input_section_type, lang_section_bst_type): Add pattern field. + (statement_list): Declare. + (lang_add_section): Adjust prototype. + * emultempl/aarch64elf.em: Adjust lang_add_section calls. + * emultempl/armelf.em: Likewise. + * emultempl/beos.em: Likewise. + * emultempl/cskyelf.em: Likewise. + * emultempl/hppaelf.em: Likewise. + * emultempl/m68hc1xelf.em: Likewise. + * emultempl/metagelf.em: Likewise. + * emultempl/mipself.em: Likewise. + * emultempl/mmo.em: Likewise. + * emultempl/msp430.em: Likewise. + * emultempl/nios2elf.em: Likewise. + * emultempl/pe.em: Likewise. + * emultempl/pep.em: Likewise. + * emultempl/ppc64elf.em: Likewise. + * emultempl/spuelf.em: Likewise. + * emultempl/vms.em: Likewise. + * ldelf.c: Likewise. + * ldelfgen.c: Include ldctor.h. + (struct os_sections): New. + (add_link_order_input_section, link_order_scan): New functions. + (compare_link_order, fixup_link_order): New functions. + (ldelf_map_segments): Call link_order_scan and fixup_link_order. + * ldlang.c (statement_list): Make global. + (output_section_callback_fast): Save pattern in tree node. + (lang_add_section): Add pattern parameter, save in lang_input_section. + (output_section_callback_tree_to_list): Adjust lang_add_section calls. + (lang_insert_orphan, output_section_callback): Likewise. + (ldlang_place_orphan): Likewise. + (gc_section_callback): Don't set section->pattern. + * testsuite/ld-elf/pr26256-2a.d: Don't xfail generic. + * testsuite/ld-elf/pr26256-3b.d: Likewise. + * testsuite/ld-elf/pr26256-2b.d: Likewise. notarget xgate. + +2021-01-13 Alan Modra + + * ldlang.h (callback_t): Remove flag_info function parameter. + * ldlang.c (walk_wild_consider_section): Adjust to suit. + (walk_wild_section_general): Likewise. + (output_section_callback_fast, output_section_callback): Likewise. + (check_section_callback, gc_section_callback): Likewise. + (find_relro_section_callback): Likewise. + +2021-01-12 H.J. Lu + + PR binutils/26792 + * configure.ac: Use GNU_MAKE_JOBSERVER. + * aclocal.m4: Regenerated. + * configure: Likewise. - * testsuite/lib/ld-lib.exp (check_ctf_available): Check first that - target compiler is available. +2021-01-12 H.J. Lu -2020-07-23 Maciej W. Rozycki + PR ld/27171 + * testsuite/ld-x86-64/pe-x86-64-5.obj.bz2: New file. + * testsuite/ld-x86-64/pe-x86-64-5.od: Likewise. + * testsuite/ld-x86-64/pe-x86-64-5.rd: Likewise. + * testsuite/ld-x86-64/pe-x86-64.exp: Run PR ld/27171 test. - PR ld/26288 - * ldelf.c (ldelf_after_open): Do not reject ET_EXEC input - supplied with `--just-symbols'. - * testsuite/ld-misc/just-symbols.exp: New test script. - * testsuite/ld-misc/just-symbols-1.dd: New test dump. - * testsuite/ld-misc/just-symbols.ld: New test linker script. - * testsuite/ld-misc/just-symbols-0.s: New test source. - * testsuite/ld-misc/just-symbols-1.s: New test source. +2021-01-11 H.J. Lu -2020-07-23 Maciej W. Rozycki + PR ld/27173 + * configure: Regenerated. - PR ld/26288 +2021-01-11 Matt Jenkins - Revert: - PR 26047 - * ldelf.c (ldelf_after_open): Fail if attempting to link one - executable into another. + PR ld/27167 + * ldmain.c (get_emulation): Add mipsmips32r3, mips32r5, mips64r3 + and mips64r5 to list of known mips targets. -2020-07-22 Nick Alcock +2021-01-11 Nick Clifton matt@majenko.co.uk - * testsuite/ld-ctf/ctf.exp: Skip on non-ELF for now. + * po/pt_BR.po: Updated Brazilian Portuguese translation. +` * po/uk.po: Updated Ukranian translation. -2020-07-22 Nick Alcock +2021-01-09 H.J. Lu - * ldlang.c (ldlang_open_ctf): Set SEC_EXCLUDE on all but the - first input .ctf section. + * configure: Regenerated. -2020-07-22 Nick Alcock +2021-01-09 H.J. Lu - * configure.ac (enable_libctf): Substitute it. - * Makefile.am (enablings.exp): New. - (EXTRA_DEJAGNU_SITE_CONFIG): Add it. - (DISTCLEANFILES): Likewise. - * Makefile.in: Regenerate. - * configure: Likewise. - * testsuite/lib/ld-lib.exp (compile_one_cc): New. - (check_ctf_available): Likewise. - (skip_ctf_tests): Likewise. - * testsuite/ld-ctf/ctf.exp: Call skip_ctf_tests. - -2020-07-22 Egeyar Bagcioglu - - * testsuite/ld-ctf/ctf.exp: New file. - * testsuite/ld-ctf/A-2.c: New file. - * testsuite/ld-ctf/A.c: New file. - * testsuite/ld-ctf/B-2.c: New file. - * testsuite/ld-ctf/B.c: New file. - * testsuite/ld-ctf/C-2.c: New file. - * testsuite/ld-ctf/C.c: New file. - * testsuite/ld-ctf/array-char.c: New file. - * testsuite/ld-ctf/array-int.c: New file. - * testsuite/ld-ctf/array.d: New file. - * testsuite/ld-ctf/child-float.c: New file. - * testsuite/ld-ctf/child-int.c: New file. - * testsuite/ld-ctf/conflicting-cycle-1.B-1.d: New file. - * testsuite/ld-ctf/conflicting-cycle-1.B-2.d: New file. - * testsuite/ld-ctf/conflicting-cycle-1.parent.d: New file. - * testsuite/ld-ctf/conflicting-cycle-2.A-1.d: New file. - * testsuite/ld-ctf/conflicting-cycle-2.A-2.d: New file. - * testsuite/ld-ctf/conflicting-cycle-2.parent.d: New file. - * testsuite/ld-ctf/conflicting-cycle-3.C-1.d: New file. - * testsuite/ld-ctf/conflicting-cycle-3.C-2.d: New file. - * testsuite/ld-ctf/conflicting-cycle-3.parent.d: New file. - * testsuite/ld-ctf/conflicting-enums.d: New file. - * testsuite/ld-ctf/conflicting-typedefs.d: New file. - * testsuite/ld-ctf/cross-tu-1.c: New file. - * testsuite/ld-ctf/cross-tu-2.c: New file. - * testsuite/ld-ctf/cross-tu-conflicting-2.c: New file. - * testsuite/ld-ctf/cross-tu-cyclic-1.c: New file. - * testsuite/ld-ctf/cross-tu-cyclic-2.c: New file. - * testsuite/ld-ctf/cross-tu-cyclic-3.c: New file. - * testsuite/ld-ctf/cross-tu-cyclic-4.c: New file. - * testsuite/ld-ctf/cross-tu-cyclic-conflicting.d: New file. - * testsuite/ld-ctf/cross-tu-cyclic-nonconflicting.d: New file. - * testsuite/ld-ctf/cross-tu-into-cycle.d: New file. - * testsuite/ld-ctf/cross-tu-noncyclic.d: New file. - * testsuite/ld-ctf/cycle-1.c: New file. - * testsuite/ld-ctf/cycle-1.d: New file. - * testsuite/ld-ctf/cycle-2.A.d: New file. - * testsuite/ld-ctf/cycle-2.B.d: New file. - * testsuite/ld-ctf/cycle-2.C.d: New file. - * testsuite/ld-ctf/diag-ctf-version-0.d: New file. - * testsuite/ld-ctf/diag-ctf-version-0.s: New file. - * testsuite/ld-ctf/diag-ctf-version-2-unsupported-feature.d: New file. - * testsuite/ld-ctf/diag-ctf-version-2-unsupported-feature.s: New file. - * testsuite/ld-ctf/diag-ctf-version-f.d: New file. - * testsuite/ld-ctf/diag-ctf-version-f.s: New file. - * testsuite/ld-ctf/diag-cttname-invalid.d: New file. - * testsuite/ld-ctf/diag-cttname-invalid.s: New file. - * testsuite/ld-ctf/diag-cttname-null.d: New file. - * testsuite/ld-ctf/diag-cttname-null.s: New file. - * testsuite/ld-ctf/diag-cuname.d: New file. - * testsuite/ld-ctf/diag-cuname.s: New file. - * testsuite/ld-ctf/diag-decompression-failure.d: New file. - * testsuite/ld-ctf/diag-decompression-failure.s: New file. - * testsuite/ld-ctf/diag-parlabel.d: New file. - * testsuite/ld-ctf/diag-parlabel.s: New file. - * testsuite/ld-ctf/diag-parname.d: New file. - * testsuite/ld-ctf/diag-parname.s: New file. - * testsuite/ld-ctf/diag-unsupported-flag.d: New file. - * testsuite/ld-ctf/diag-unsupported-flag.s: New file. - * testsuite/ld-ctf/diag-wrong-magic-number-mixed.d: New file. - * testsuite/ld-ctf/diag-wrong-magic-number.d: New file. - * testsuite/ld-ctf/diag-wrong-magic-number.s: New file. - * testsuite/ld-ctf/enum-2.c: New file. - * testsuite/ld-ctf/enum.c: New file. - * testsuite/ld-ctf/function.c: New file. - * testsuite/ld-ctf/function.d: New file. - * testsuite/ld-ctf/slice.c: New file. - * testsuite/ld-ctf/slice.d: New file. - * testsuite/ld-ctf/super-sub-cycles.c: New file. - * testsuite/ld-ctf/super-sub-cycles.d: New file. - * testsuite/ld-ctf/typedef-int.c: New file. - * testsuite/ld-ctf/typedef-long.c: New file. - * testsuite/ld-ctf/union-1.c: New file. - -2020-07-22 Nick Alcock - - * ldlex.h (option_values) : New. - * ld.h (ld_config_type) : - New fields. - * ldlang.c (lang_merge_ctf): Use them. - * lexsup.c (ld_options): Add ctf-variables, no-ctf-variables, - ctf-share-types. - (parse_args) : New cases. - * ld.texi: Document new options. - * NEWS: Likewise. - -2020-07-22 Egeyar Bagcioglu - - * ldlang.c (lang_merge_ctf): Turn errors into warnings. - Fix a comment typo. - (lang_write_ctf): Turn an error into a warning. - (ldlang_open_ctf): Reformat warnings. Fix printing file names. - -2020-07-22 Nick Alcock - - * ldlang.c (lang_ctf_errs_warnings): New, print CTF errors - and warnings. Assert when libctf asserts. - (lang_merge_ctf): Call it. - (land_write_ctf): Likewise. - -2020-07-22 H.J. Lu - - PR ld/26262 - PR ld/26267 - * ldlang.c (lang_process): Set lto_all_symbols_read after all - LTO IR symbols have been read. - * plugin.c (plugin_notice): Override the IR definition only if - all LTO IR symbols have been read or the new definition is - non-weak and the the IR definition is weak - * testsuite/ld-plugin/lto.exp: Run PR ld/26262 and ld/26267 - tests. - * testsuite/ld-plugin/pr26262a.c: New file. - * testsuite/ld-plugin/pr26262b.c: Likewise. - * testsuite/ld-plugin/pr26262c.c: Likewise. - * testsuite/ld-plugin/pr26267.err: Likewise. - * testsuite/ld-plugin/pr26267a.c: Likewise. - * testsuite/ld-plugin/pr26267b.c: Likewise. - * testsuite/ld-plugin/pr26267c.c: Likewise. + PR ld/27166 + * testsuite/ld-x86-64/lam-u48.rd: New file. + * testsuite/ld-x86-64/lam-u57.rd: Likewise. + * testsuite/ld-x86-64/x86-64.exp: Add PR ld/27166 tests. -2020-07-20 Nick Clifton +2021-01-09 Nick Clifton - * testsuite/ld-powerpc/powerpc.exp (ppcelftests): Use section name - .PPC.EMB.apuinfo instead of section number 2 in apuinfo tests. + * configure: Regenerate. + * po/ld.pot: Regenerate. -2020-07-20 Alan Modra +2021-01-09 Nick Clifton - PR 26265 - * ldlang.c (undef_from_cmdline): Delete. - (ldlang_add_undef): Mark "cmdline" param unused. - (lang_end): Traverse gc_sym_list to determine whether a symbol root - has been specified. Update error message. - * testsuite/ld-gc/noent.d: Adjust for changed error message. + * 2.36 release branch crated. -2020-07-20 H.J. Lu +2021-01-08 H.J. Lu - PR gas/26263 - * testsuite/ld-i386/pr26263.d: Updated. - * testsuite/ld-x86-64/pr26263.d: Likewise. - * testsuite/ld-x86-64/x86-64.exp: Run gas/26263 test for all ELF - targets. + * ld-x86-64/property-x86-lam-u48-4.d: Updated. + * ld-x86-64/property-x86-lam-u48-5.d: Likewise. -2020-07-19 H.J. Lu +2021-01-09 Alan Modra - PR gas/26263 - * testsuite/ld-i386/i386.exp: Run PR gas/26263 test. - * testsuite/ld-x86-64/x86-64.exp: Likewise. - * testsuite/ld-i386/pr26263.d: New file. - * testsuite/ld-x86-64/pr26263.d: Likewise. - * testsuite/ld-x86-64/pr26263.s: Likewise. - -2020-07-19 Hans-Peter Nilsson - - * scripttempl/elf.sc (ETEXT_LAST_IN_RODATA_SEGMENT): New variable. - * emulparams/elf64mmix.sh (ETEXT_LAST_IN_RODATA_SEGMENT): Define. - * testsuite/ld-mmix/sec-1.d: Adjust. - -2020-07-19 Alan Modra - - * emultempl/ppc64elf.em (power10-stubs): Accept optional "auto" arg. - * ld.texi (power10-stubs): Update. - * testsuite/ld-powerpc/callstub-1.d: Force --power10-stubs. - * testsuite/ld-powerpc/callstub-2.d: Relax branch offset comparison. - * testsuite/ld-powerpc/callstub-4.d: New test. - * testsuite/ld-powerpc/notoc.d: Force --no-power10-stubs. - * testsuite/ld-powerpc/notoc3.d, - * testsuite/ld-powerpc/notoc3.s, - * testsuite/ld-powerpc/notoc3.wf: New test. - * testsuite/ld-powerpc/powerpc.exp: Run new tests. Pass - --no-power10-stubs for notoc link. - -2020-07-17 Hans-Peter Nilsson - - * scripttempt/mmo.sc: Move .init first in .text output section. - * testsuite/ld-mmix/bpo-9m.d: Adjust accordingly. - -2020-07-15 Jan Beulich - - * testsuite/ld-i386/ibt-plt-1.d, testsuite/ld-i386/ibt-plt-2a.d, - testsuite/ld-i386/ibt-plt-2c.d, testsuite/ld-i386/ibt-plt-3a.d, - testsuite/ld-i386/ibt-plt-3c.d, testsuite/ld-i386/plt-pic.pd, - testsuite/ld-i386/plt-pic2.dd, testsuite/ld-i386/plt.pd, - testsuite/ld-i386/plt2.dd, testsuite/ld-i386/pr19636-1d.d, - testsuite/ld-i386/pr19636-1l.d, testsuite/ld-i386/pr19636-2c.d, - testsuite/ld-i386/pr20830.d, testsuite/ld-i386/vxworks1-lib.dd, - testsuite/ld-i386/vxworks1.dd, - testsuite/ld-ifunc/ifunc-2-i386-now.d, - testsuite/ld-ifunc/ifunc-2-local-i386-now.d, - testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d, - testsuite/ld-ifunc/ifunc-2-x86-64-now.d, - testsuite/ld-ifunc/ifunc-21-x86-64.d, - testsuite/ld-ifunc/ifunc-22-x86-64.d, - testsuite/ld-ifunc/pr17154-i386-now.d, - testsuite/ld-ifunc/pr17154-i386.d, - testsuite/ld-ifunc/pr17154-x86-64-now.d, - testsuite/ld-ifunc/pr17154-x86-64.d, - testsuite/ld-x86-64/align-branch-1.d, - testsuite/ld-x86-64/bnd-branch-1-now.d, - testsuite/ld-x86-64/bnd-branch-1.d, - testsuite/ld-x86-64/bnd-ifunc-1-now.d, - testsuite/ld-x86-64/bnd-ifunc-1.d, - testsuite/ld-x86-64/bnd-ifunc-2-now.d, - testsuite/ld-x86-64/bnd-ifunc-2.d, - testsuite/ld-x86-64/bnd-plt-1-now.d, - testsuite/ld-x86-64/bnd-plt-1.d, - testsuite/ld-x86-64/call1a.d, testsuite/ld-x86-64/call1b.d, - testsuite/ld-x86-64/call1d.d, testsuite/ld-x86-64/call1e.d, - testsuite/ld-x86-64/call1f.d, testsuite/ld-x86-64/call1g.d, - testsuite/ld-x86-64/call1h.d, testsuite/ld-x86-64/call1i.d, - testsuite/ld-x86-64/gotpcrel1.dd, - testsuite/ld-x86-64/hidden2.d, - testsuite/ld-x86-64/ibt-plt-1-x32.d, - testsuite/ld-x86-64/ibt-plt-1.d, - testsuite/ld-x86-64/ibt-plt-2a-x32.d, - testsuite/ld-x86-64/ibt-plt-2a.d, - testsuite/ld-x86-64/ibt-plt-2c-x32.d, - testsuite/ld-x86-64/ibt-plt-2c.d, - testsuite/ld-x86-64/ibt-plt-3a-x32.d, - testsuite/ld-x86-64/ibt-plt-3a.d, - testsuite/ld-x86-64/ibt-plt-3c-x32.d, - testsuite/ld-x86-64/ibt-plt-3c.d, - testsuite/ld-x86-64/libno-plt-1b.dd, - testsuite/ld-x86-64/mpx3.dd, testsuite/ld-x86-64/mpx3n.dd, - testsuite/ld-x86-64/mpx4.dd, testsuite/ld-x86-64/mpx4n.dd, - testsuite/ld-x86-64/no-plt-1a.dd, - testsuite/ld-x86-64/no-plt-1b.dd, - testsuite/ld-x86-64/no-plt-1c.dd, - testsuite/ld-x86-64/no-plt-1d.dd, - testsuite/ld-x86-64/no-plt-1e.dd, - testsuite/ld-x86-64/no-plt-1f.dd, - testsuite/ld-x86-64/no-plt-1g.dd, - testsuite/ld-x86-64/plt-main-bnd.dd, - testsuite/ld-x86-64/plt-main-ibt-x32.dd, - testsuite/ld-x86-64/plt-main-ibt.dd, - testsuite/ld-x86-64/plt.pd, testsuite/ld-x86-64/plt2.dd, - testsuite/ld-x86-64/pr19609-5a.d, - testsuite/ld-x86-64/pr19609-5b.d, - testsuite/ld-x86-64/pr19609-5c.d, - testsuite/ld-x86-64/pr19609-5e.d, - testsuite/ld-x86-64/pr19609-7b.d, - testsuite/ld-x86-64/pr19609-7d.d, - testsuite/ld-x86-64/pr19636-2d.d, - testsuite/ld-x86-64/pr19636-2l.d, - testsuite/ld-x86-64/pr20253-1b.d, - testsuite/ld-x86-64/pr20253-1d.d, - testsuite/ld-x86-64/pr20253-1f.d, - testsuite/ld-x86-64/pr20253-1h.d, - testsuite/ld-x86-64/pr20253-1j.d, - testsuite/ld-x86-64/pr20253-1l.d, - testsuite/ld-x86-64/pr20830a-now.d, - testsuite/ld-x86-64/pr20830a.d, - testsuite/ld-x86-64/pr20830b-now.d, - testsuite/ld-x86-64/pr20830b.d, - testsuite/ld-x86-64/pr21038a-now.d, - testsuite/ld-x86-64/pr21038a.d, - testsuite/ld-x86-64/pr21038b-now.d, - testsuite/ld-x86-64/pr21038b.d, - testsuite/ld-x86-64/pr21038c-now.d, - testsuite/ld-x86-64/pr21038c.d, - testsuite/ld-x86-64/pr23930-x32.d, - testsuite/ld-x86-64/pr23930.d, - testsuite/ld-x86-64/pr25416-1a.d, - testsuite/ld-x86-64/pr25416-2a.d, - testsuite/ld-x86-64/pr26018.d, - testsuite/ld-x86-64/protected2-k1om.d, - testsuite/ld-x86-64/protected2-l1om.d, - testsuite/ld-x86-64/protected2.d, - testsuite/ld-x86-64/protected3.d, - testsuite/ld-x86-64/protected8.d, - testsuite/ld-x86-64/tlsbin.dd, testsuite/ld-x86-64/tlsbin2.dd, - testsuite/ld-x86-64/tlsbindesc.dd, - testsuite/ld-x86-64/tlsdesc.dd, - testsuite/ld-x86-64/tlsdesc.pd, - testsuite/ld-x86-64/tlsgd10.dd, - testsuite/ld-x86-64/tlsgd7.dd, testsuite/ld-x86-64/tlsgd8.dd, - testsuite/ld-x86-64/tlsgd9.dd, - testsuite/ld-x86-64/tlsgdesc.dd, - testsuite/ld-x86-64/tlsld3.dd, testsuite/ld-x86-64/tlsld4.dd, - testsuite/ld-x86-64/tlspic.dd, testsuite/ld-x86-64/tlspic2.dd, - testsuite/ld-x86-64/tlspie2b.d, testsuite/ld-x86-64/tlspie2c.d: - Adjust expectations. - -2020-07-15 Hans-Peter Nilsson - - * testsuite/ld-mmix/undef-1.d, testsuite/ld-mmix/undef-1m.d, - testsuite/ld-mmix/undef-2.d, testsuite/ld-mmix/undef-2m.d: Add - start- and end-anchors to error-string to match just a - single-line error-message. - -2020-07-13 Alan Modra - - * testsuite/ld-scripts/default-script1.d: Don't skip, xfail - using is_pecoff_format. - * testsuite/ld-scripts/default-script2.d: Likewise. - * testsuite/ld-scripts/default-script3.d: Likewise. - * testsuite/ld-scripts/default-script4.d: Likewise. - * testsuite/ld-scripts/pr20302.d: Remove x86_64-*-cygwin from notarget. - * testsuite/ld-scripts/provide-6.d: Remove x86_64-*-cygwin from xfail. - * testsuite/ld-scripts/provide-8.d: Likewise. - -2020-07-10 Alan Modra - - * ld.texi (PowerPC64 ELF64): Document --no-inline-optimize, - --power10-stubs and --no-power10-stubs. - -2020-07-10 Alan Modra - - * emultempl/ppc64elf.em (params): Init new field. - (enum ppc64_opt): Add OPTION_POWER10_STUBS and OPTION_NO_POWER10_STUBS. - (PARSE_AND_LIST_LONGOPTS): Support --power10-stubs and - --no-power10-stubs. - (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Likewise. - * testsuite/ld-powerpc/callstub-3.d: New test. - * testsuite/ld-powerpc/powerpc.exp: Run it. - -2020-07-09 Alan Modra - - * emulparams/ppcpe.sh: Delete. - * scripttempl/ppcpe.sc: Delete. - * emulparams/ppclynx.sh: Delete. - * Makefile.am (ALL_EMULATION_SOURCES): Remove ppc PE and lynxos. - * configure.tgt: Likewise. - * emultempl/beos.em: Remove powerpc PE support. - * emultempl/pe.em: Likewise. - * po/BLD-POTFILES.in: Regenerate. + * configure: Regenerate. * Makefile.in: Regenerate. -2020-07-09 Alan Modra - - * testsuite/ld-gc/gc.exp: Don't set -mminimal-toc for powerpc64, - and remove powerpc64 xfail. Use -fno-PIE for ppc32. - -2020-07-09 Alan Modra - - PR 18841 - * testsuite/ld-ifunc/ifunc.exp: Run pr18841 tests non-pie. - -2020-07-08 Alan Modra - - * testsuite/lib/ld-lib.exp (ar_simple_create): Pass options before - ar command. - * testsuite/ld-powerpc/aix52.exp: Run for rs6000-aix5.2. Update - match files. - * testsuite/ld-powerpc/aix-abs-branch-1.dd: Update. - * testsuite/ld-powerpc/aix-core-sec-1.hd: Update. - * testsuite/ld-powerpc/aix-gc-1-32.dd: Update. - * testsuite/ld-powerpc/aix-gc-1-64.dd: Update. - * testsuite/ld-powerpc/aix-glink-1-32.dd: Update. - * testsuite/ld-powerpc/aix-glink-1-64.dd: Update. - * testsuite/ld-powerpc/aix-glink-2-32.dd: Update. - * testsuite/ld-powerpc/aix-glink-2-64.dd: Update. - * testsuite/ld-powerpc/aix-no-dup-syms-1-rel.rd: Update. - * testsuite/ld-powerpc/aix-ref-1-32.od: Update. - * testsuite/ld-powerpc/aix-ref-1-64.od: Update. - * testsuite/ld-powerpc/aix-toc-1-32.dd: Update. - * testsuite/ld-powerpc/aix-toc-1-64.dd: Update. - * testsuite/ld-powerpc/aix-weak-3-32.dd: Update. - * testsuite/ld-powerpc/aix-weak-3-64.dd: Update. - * testsuite/ld-powerpc/aix-abs-branch-1.nd: Delete, replace with.. - * testsuite/ld-powerpc/aix-abs-branch-1-32.nd, - * testsuite/ld-powerpc/aix-abs-branch-1-64.nd: ..these new files. - * testsuite/ld-powerpc/aix-abs-reloc-1.nd: Delete, replace with.. - * testsuite/ld-powerpc/aix-abs-reloc-1-32.nd, - * testsuite/ld-powerpc/aix-abs-reloc-1-64.nd: ..these new files. - * testsuite/ld-powerpc/aix-abs-reloc-1.od: Delete, replace with.. - * testsuite/ld-powerpc/aix-abs-reloc-1-32.od, - * testsuite/ld-powerpc/aix-abs-reloc-1-64.od: ..these new files. - * testsuite/ld-powerpc/aix-export-1-all.dd: Delete, replace with.. - * testsuite/ld-powerpc/aix-export-1-all-32.dd, - * testsuite/ld-powerpc/aix-export-1-all-64.dd: ..these new files. - * testsuite/ld-powerpc/aix-export-1-full.dd: Delete, replace with.. - * testsuite/ld-powerpc/aix-export-1-full-32.dd, - * testsuite/ld-powerpc/aix-export-1-full-64.dd: ..these new files. - * testsuite/ld-powerpc/aix-export-2.nd: Delete, replace with.. - * testsuite/ld-powerpc/aix-export-2-32.nd, - * testsuite/ld-powerpc/aix-export-2-64.nd: ..these new files. - * testsuite/ld-powerpc/aix-gc-1.nd: Delete, replace with.. - * testsuite/ld-powerpc/aix-gc-1-32.nd, - * testsuite/ld-powerpc/aix-gc-1-64.nd: ..these new files. - * testsuite/ld-powerpc/aix-glink-3.dd: Delete, replace with.. - * testsuite/ld-powerpc/aix-glink-3-32.dd, - * testsuite/ld-powerpc/aix-glink-3-64.dd: ..these new files. - * testsuite/ld-powerpc/aix-lineno-1a.dd: Delete, replace with.. - * testsuite/ld-powerpc/aix-lineno-1a-32.dd, - * testsuite/ld-powerpc/aix-lineno-1a-64.dd: ..these new files. - * testsuite/ld-powerpc/aix-lineno-1a.nd: Delete, replace with.. - * testsuite/ld-powerpc/aix-lineno-1a-32.nd, - * testsuite/ld-powerpc/aix-lineno-1a-64.nd: ..these new files. - * testsuite/ld-powerpc/aix-lineno-1b.dd: Delete, replace with.. - * testsuite/ld-powerpc/aix-lineno-1b-32.dd, - * testsuite/ld-powerpc/aix-lineno-1b-64.dd: ..these new files. - * testsuite/ld-powerpc/aix-lineno-1b.nd: Delete, replace with.. - * testsuite/ld-powerpc/aix-lineno-1b-32.nd, - * testsuite/ld-powerpc/aix-lineno-1b-64.nd: ..these new files. - * testsuite/ld-powerpc/aix-no-dup-syms-1-dso.dnd: Delete, replace with.. - * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-32.dnd, - * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-64.dnd: ..these new files. - * testsuite/ld-powerpc/aix-no-dup-syms-1-dso.drd: Delete, replace with.. - * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-32.drd, - * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-64.drd: ..these new files. - * testsuite/ld-powerpc/aix-no-dup-syms-1-dso.nd: Delete, replace with.. - * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-32.nd, - * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-64.nd: ..these new files. - * testsuite/ld-powerpc/aix-no-dup-syms-1-dso.rd: Delete, replace with.. - * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-32.rd, - * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-64.rd: ..these new files. - * testsuite/ld-powerpc/aix-weak-1-dso.dnd: Delete, replace with.. - * testsuite/ld-powerpc/aix-weak-1-dso-32.dnd, - * testsuite/ld-powerpc/aix-weak-1-dso-64.dnd: ..these new files. - * testsuite/ld-powerpc/aix-weak-1-dso.hd: Delete, replace with.. - * testsuite/ld-powerpc/aix-weak-1-dso-32.hd, - * testsuite/ld-powerpc/aix-weak-1-dso-64.hd: ..these new files. - * testsuite/ld-powerpc/aix-weak-1-dso.nd: Delete, replace with.. - * testsuite/ld-powerpc/aix-weak-1-dso-32.nd, - * testsuite/ld-powerpc/aix-weak-1-dso-64.nd: ..these new files. - * testsuite/ld-powerpc/aix-weak-1-gcdso.dnd: Delete, replace with.. - * testsuite/ld-powerpc/aix-weak-1-gcdso-32.dnd, - * testsuite/ld-powerpc/aix-weak-1-gcdso-64.dnd: ..these new files. - * testsuite/ld-powerpc/aix-weak-1-gcdso.hd: Delete, replace with.. - * testsuite/ld-powerpc/aix-weak-1-gcdso-32.hd, - * testsuite/ld-powerpc/aix-weak-1-gcdso-64.hd: ..these new files. - * testsuite/ld-powerpc/aix-weak-1-gcdso.nd: Delete, replace with.. - * testsuite/ld-powerpc/aix-weak-1-gcdso-32.nd, - * testsuite/ld-powerpc/aix-weak-1-gcdso-64.nd: ..these new files. - * testsuite/ld-powerpc/aix-weak-2a.nd: Delete, replace with.. - * testsuite/ld-powerpc/aix-weak-2a-32.nd, - * testsuite/ld-powerpc/aix-weak-2a-64.nd: ..these new files. - * testsuite/ld-powerpc/aix-weak-2b.nd: Delete, replace with.. - * testsuite/ld-powerpc/aix-weak-2b-32.nd, - * testsuite/ld-powerpc/aix-weak-2b-64.nd: ..these new files. - * testsuite/ld-powerpc/aix-weak-2c.nd: Delete, replace with.. - * testsuite/ld-powerpc/aix-weak-2c-32.nd, - * testsuite/ld-powerpc/aix-weak-2c-64.nd: ..these new files. - * testsuite/ld-powerpc/aix-weak-2c.od: Delete, replace with.. - * testsuite/ld-powerpc/aix-weak-2c-32.od, - * testsuite/ld-powerpc/aix-weak-2c-64.od: ..these new files. - -2020-07-07 Alan Modra - - * testsuite/ld-scripts/section-match-1.d: xfail h8300. - -2020-07-07 Alan Modra - - * testsuite/ld-scripts/align.exp: Don't exclude xcoff. Pass - -bnogc ld option for xcoff. - * testsuite/ld-scripts/provide.exp: Likewise. - * testsuite/ld-scripts/data.exp: Pass -bnogc ld option for xcoff. - * testsuite/ld-scripts/default-script.exp: Likewise. - * testsuite/ld-scripts/defined.exp: Likewise. - * testsuite/ld-scripts/empty-address.exp: Likewise. - * testsuite/ld-scripts/expr.exp: Likewise. - * testsuite/ld-scripts/include.exp: Likewise. - * testsuite/ld-scripts/script.exp: Likewise. - * testsuite/ld-scripts/assign-loc.d: Don't exclude xcoff. - * testsuite/ld-scripts/defined3.d: Likewise. - * testsuite/ld-scripts/defined4.d: Likewise. - * testsuite/ld-scripts/pr18963.d: Likewise. - * testsuite/ld-scripts/sane1.d: Likewise. - * testsuite/ld-scripts/segment-start.d: Likewise. - * testsuite/ld-scripts/include-1.d: Likewise, and relax text vma. - * testsuite/ld-scripts/defined5.d: Update xfail and comment. - * testsuite/ld-scripts/defined5.s: Tweak "defined" to be at - non-zero section offset. - * testsuite/ld-scripts/fill16.d: xfail for xcoff. - * testsuite/ld-scripts/provide-2.d: Accept more symbols. - * testsuite/ld-scripts/provide-4.d: Likewise. - * testsuite/ld-scripts/provide-5.d: Likewise. - * testsuite/ld-scripts/provide-6.d: Likewise. - * testsuite/ld-scripts/provide-7.d: Likewise. - * testsuite/ld-scripts/align.t: Accept xcoff mapped .text and .data. - * testsuite/ld-scripts/defined3.t: Likewise. - * testsuite/ld-scripts/defined4.t: Likewise. - * testsuite/ld-scripts/defined5.t: Likewise. - * testsuite/ld-scripts/fill.t: Likewise. - * testsuite/ld-scripts/include-subdata.t: Likewise. - * testsuite/ld-scripts/provide-1.t: Likewise. - * testsuite/ld-scripts/provide-2.t: Likewise. - * testsuite/ld-scripts/provide-3.t: Likewise. - * testsuite/ld-scripts/provide-4.t: Likewise. - * testsuite/ld-scripts/provide-5.t: Likewise. - * testsuite/ld-scripts/provide-6.t: Likewise. - * testsuite/ld-scripts/provide-7.t: Likewise. - * testsuite/ld-scripts/provide-8.t: Likewise. - * testsuite/ld-scripts/assign-loc.t: Add required xcoff sections. - * testsuite/ld-scripts/sizeof.t: Likewise. - * testsuite/ld-scripts/align2.t: Likewise, and mapped sections. - * testsuite/ld-scripts/align5.t: Likewise. - * testsuite/ld-scripts/default-script.t: Likewise. - * testsuite/ld-scripts/empty-address-1.t: Likewise. - * testsuite/ld-scripts/empty-address-2a.t: Likewise. - * testsuite/ld-scripts/empty-address-2b.t: Likewise. - * testsuite/ld-scripts/empty-address-3a.t: Likewise. - * testsuite/ld-scripts/empty-address-3b.t: Likewise. - * testsuite/ld-scripts/empty-address-3c.t: Likewise. - * testsuite/ld-scripts/include-sections.t: Likewise. - * testsuite/ld-scripts/pr14962.t: Likewise. - * testsuite/ld-scripts/sane1.t: Likewise. - -2020-07-07 Alan Modra - - * testsuite/ld-scripts/align.exp: Use is_pecoff_format. - * testsuite/ld-scripts/defined.exp: Likewise. - * testsuite/ld-scripts/provide.exp: Likewise. - * testsuite/ld-scripts/weak.exp: Likewise. - * testsuite/ld-scripts/empty-address.exp: Likewise. Reset LDFLAGS - on exit. - * testsuite/ld-scripts/expr.exp: Set LDFLAGS earlier, and with - --image-base for PE. - * testsuite/ld-scripts/include.exp: Set LDFLAGS for PE. - * testsuite/ld-scripts/script.exp: Use is_pecoff_format, and - set LDFLAGS as well as flags. - -2020-07-07 Alan Modra - - * testsuite/ld-checks/checks.exp: Use is_xcoff_format. - * testsuite/ld-powerpc/powerpc.exp: Likewise. - * testsuite/ld-scripts/print-memory-usage.exp: Likewise. - * testsuite/ld-srec/srec.exp: Likewise. - * testsuite/ld-undefined/require-defined.exp: Likewise. - * testsuite/ld-scripts/expr2.d: Likewise. - * testsuite/ld-scripts/section-match-1.d: Only run for ELF. - * testsuite/ld-elfvers/vers.exp: Delete dead code. - * testsuite/ld-elfvsb/elfvsb.exp: Likewise. - * testsuite/ld-elfweak/elfweak.exp: Likewise. - -2020-07-07 Alan Modra - - * emultempl/aix.em (gld${EMULATION_NAME}_find_exp_assignment): Handle - etree_provided. - -2020-07-07 Alan Modra - - * testsuite/ld-sh/vxworks1-lib.rd: Update expected output. - * testsuite/ld-sh/vxworks4.d: Likewise. - -2020-07-06 Yuri Chornoivan - - PR 26204 - * lexsup.c: Fix spelling mistake. - * po/ld.pot: Regenerate. - -2020-07-06 Nick Clifton - - * po/bg.po: Updated Bulgarian translation. - * po/fr.po: Updated French translation. - * po/pt_BR.po: Updated Brazilian Portuguese translation. - * po/uk.po: Updated Ukranian translation. - -2020-07-04 Nick Clifton +2021-01-07 Samuel Thibault * configure: Regenerate. -2020-07-04 Nick Clifton - - Binutils 2.35 branch created. - -2020-07-03 Alan Modra - - PR 26028 - * testsuite/ld-arm/arm-elf.exp (vxworks1): Pass --wide to readelf - when dumping relocs. - * testsuite/ld-i386/i386.exp (vxworks1): Likewise. - * testsuite/ld-sh/sh-vxworks.exp (vxworks1): Likewise. - * testsuite/ld-sparc/sparc.exp (vxworks1): Likewise. - * testsuite/ld-arm/vxworks1.rd: Adjust to suit. - * testsuite/ld-i386/vxworks1.rd: Adjust. - * testsuite/ld-sh/vxworks1.rd: Adjust. - * testsuite/ld-sparc/vxworks1.rd: Adjust. - -2020-07-02 Nick Clifton - - PR 26028 - * testsuite/ld-powerpc/powerpc.exp: Add -T option to readelf - command line when running some tests. - * testsuite/ld-arm/arm-elf.exp: Likewise. - * testsuite/ld-mips-elf/mips-elf.exp: Likewise. - * testsuite/ld-mmix/local1.d: Likewise. - * testsuite/ld-mmix/local3.d: Likewise. - * testsuite/ld-mmix/local5.d: Likewise. - * testsuite/ld-mmix/local7.d: Likewise. - * testsuite/ld-powerpc/powerpc.exp: Likewise. - -2020-06-30 H.J. Lu - - * Makefile.am (ALL_EMULATION_SOURCES): Remove eelf_i386_nacl.c, - eelf32_x86_64_nacl.c, eelf_x86_64_nacl.c. - Remove x86 NaCl dep files. - * NEWS: Mention x86 NaCl target support removal. - * configure.tgt: Remove x86 NaCl target support. - * testsuite/ld-elf/binutils.exp: Likewise. - * testsuite/ld-elf/elf.exp: Likewise. - * testsuite/ld-elfvers/vers.exp: Likewise. - * testsuite/ld-i386/align-branch-1.d: Likewise. - * testsuite/ld-i386/export-class.exp: Likewise. - * testsuite/ld-i386/i386.exp: Likewise. - * testsuite/ld-i386/load1.d: Likewise. - * testsuite/ld-i386/pie1.d: Likewise. - * testsuite/ld-i386/pr12570a.d: Likewise. - * testsuite/ld-i386/pr12570b.d: Likewise. +2021-01-07 H.J. Lu + + PR 27109 + * testsuite/ld-elf/export-class.sd: Adjust the expected output. + * testsuite/ld-elf/loadaddr3b.d: Likewise. + * testsuite/ld-i386/ibt-plt-1.d: Likewise. + * testsuite/ld-i386/ibt-plt-2a.d: Likewise. + * testsuite/ld-i386/ibt-plt-2c.d: Likewise. + * testsuite/ld-i386/ibt-plt-3a.d: Likewise. + * testsuite/ld-i386/ibt-plt-3c.d: Likewise. * testsuite/ld-i386/pr19636-1d.d: Likewise. * testsuite/ld-i386/pr19636-1l.d: Likewise. * testsuite/ld-i386/pr19636-2c.d: Likewise. - * testsuite/ld-i386/pr19636-2d.d: Likewise. - * testsuite/ld-i386/pr19636-2e.d: Likewise. - * testsuite/ld-i386/pr20244-1a.d: Likewise. - * testsuite/ld-i386/pr20244-1b.d: Likewise. - * testsuite/ld-i386/pr20244-2a.d: Likewise. - * testsuite/ld-i386/pr20244-2b.d: Likewise. - * testsuite/ld-i386/pr20244-2c.d: Likewise. - * testsuite/ld-i386/pr20244-4a.d: Likewise. - * testsuite/ld-i386/pr20244-4b.d: Likewise. - * testsuite/ld-i386/pr21884.d: Likewise. - * testsuite/ld-ifunc/binutils.exp: Likewise. - * testsuite/ld-ifunc/ifunc-10-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-10-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-11-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-11-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-12-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-12-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-13-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-13-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-14a-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-14a-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-14b-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-14b-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-14c-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-14c-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-14d-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-14d-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-14e-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-14e-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-14f-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-14f-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-15-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-15-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-16-i386-now.d: Likewise. - * testsuite/ld-ifunc/ifunc-16-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-16-x86-64-now.d: Likewise. - * testsuite/ld-ifunc/ifunc-16-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-17a-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-17a-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-17b-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-17b-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-18a-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-18a-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-18b-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-18b-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-19a-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-19a-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-19b-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-19b-x86-64.d: Likewise. * testsuite/ld-ifunc/ifunc-2-i386-now.d: Likewise. - * testsuite/ld-ifunc/ifunc-2-i386.d: Likewise. * testsuite/ld-ifunc/ifunc-2-local-i386-now.d: Likewise. - * testsuite/ld-ifunc/ifunc-2-local-i386.d: Likewise. * testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d: Likewise. - * testsuite/ld-ifunc/ifunc-2-local-x86-64.d: Likewise. * testsuite/ld-ifunc/ifunc-2-x86-64-now.d: Likewise. - * testsuite/ld-ifunc/ifunc-2-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-20-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-20-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-21-i386.d: Likewise. * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-22-i386.d: Likewise. * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-5a-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-5a-local-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-5a-local-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-5a-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-5b-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-5b-local-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-5b-local-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-5b-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-5r-local-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-5r-local-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-6a-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-6a-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-6b-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-6b-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-7a-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-7a-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-7b-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-7b-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-8-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-8-x86-64.d: Likewise. - * testsuite/ld-ifunc/ifunc-9-i386.d: Likewise. - * testsuite/ld-ifunc/ifunc-9-x86-64.d: Likewise. * testsuite/ld-ifunc/pr17154-i386-now.d: Likewise. * testsuite/ld-ifunc/pr17154-i386.d: Likewise. * testsuite/ld-ifunc/pr17154-x86-64-now.d: Likewise. * testsuite/ld-ifunc/pr17154-x86-64.d: Likewise. - * testsuite/ld-plugin/lto.exp: Likewise. - * testsuite/ld-x86-64/align-branch-1.d: Likewise. - * testsuite/ld-x86-64/dwarfreloc.exp: Likewise. - * testsuite/ld-x86-64/line.exp: Likewise. - * testsuite/ld-x86-64/load1a.d: Likewise. - * testsuite/ld-x86-64/load1b.d: Likewise. - * testsuite/ld-x86-64/load1c.d: Likewise. - * testsuite/ld-x86-64/load1d.d: Likewise. - * testsuite/ld-x86-64/pie3.d: Likewise. - * testsuite/ld-x86-64/pr18160.d: Likewise. - * testsuite/ld-x86-64/pr19013-x32.d: Likewise. - * testsuite/ld-x86-64/pr19013.d: Likewise. - * testsuite/ld-x86-64/pr19636-2d.d: Likewise. + * testsuite/ld-x86-64/bnd-branch-1-now.d: Likewise. + * testsuite/ld-x86-64/bnd-ifunc-1-now.d: Likewise. + * testsuite/ld-x86-64/bnd-ifunc-2-now.d: Likewise. + * testsuite/ld-x86-64/bnd-ifunc-2.d: Likewise. + * testsuite/ld-x86-64/bnd-plt-1-now.d: Likewise. + * testsuite/ld-x86-64/bnd-plt-1.d: Likewise. + * testsuite/ld-x86-64/ibt-plt-1-x32.d: Likewise. + * testsuite/ld-x86-64/ibt-plt-1.d: Likewise. + * testsuite/ld-x86-64/ibt-plt-2a-x32.d: Likewise. + * testsuite/ld-x86-64/ibt-plt-2a.d: Likewise. + * testsuite/ld-x86-64/ibt-plt-2c-x32.d: Likewise. + * testsuite/ld-x86-64/ibt-plt-2c.d: Likewise. + * testsuite/ld-x86-64/ibt-plt-3a-x32.d: Likewise. + * testsuite/ld-x86-64/ibt-plt-3a.d: Likewise. + * testsuite/ld-x86-64/ibt-plt-3c-x32.d: Likewise. + * testsuite/ld-x86-64/ibt-plt-3c.d: Likewise. + * testsuite/ld-x86-64/pr19609-4e.d: Likewise. + * testsuite/ld-x86-64/pr19609-6a.d: Likewise. + * testsuite/ld-x86-64/pr19609-6b.d: Likewise. + * testsuite/ld-x86-64/pr19609-7b.d: Likewise. + * testsuite/ld-x86-64/pr19609-7d.d: Likewise. * testsuite/ld-x86-64/pr19636-2l.d: Likewise. - * testsuite/ld-x86-64/pr20253-1b.d: Likewise. * testsuite/ld-x86-64/pr20253-1d.d: Likewise. - * testsuite/ld-x86-64/pr20253-1f.d: Likewise. * testsuite/ld-x86-64/pr20253-1h.d: Likewise. - * testsuite/ld-x86-64/pr20253-1j.d: Likewise. - * testsuite/ld-x86-64/pr20253-1l.d: Likewise. - * testsuite/ld-x86-64/pr21884.d: Likewise. - * testsuite/ld-x86-64/pr22393-3a.rd: Likewise. - * testsuite/ld-x86-64/pr22393-3b.rd: Likewise. - * testsuite/ld-x86-64/tlsgd10.dd: Likewise. - * testsuite/ld-x86-64/tlsgd5.dd: Likewise. - * testsuite/ld-x86-64/tlsgd8.dd: Likewise. - * testsuite/ld-x86-64/x86-64.exp: Likewise. - * emulparams/elf32_x86_64_nacl.sh: Removed. - * emulparams/elf_i386_nacl.sh: Likewise. - * emulparams/elf_x86_64_nacl.sh: Likewise. - * testsuite/ld-i386/emit-relocs-nacl.rd: Likewise. - * testsuite/ld-i386/load1-nacl.d: Likewise. - * testsuite/ld-i386/pie1-nacl.d: Likewise. - * testsuite/ld-i386/plt-nacl.pd: Likewise. - * testsuite/ld-i386/plt-pic-nacl.pd: Likewise. - * testsuite/ld-i386/pr17709-nacl.rd: Likewise. - * testsuite/ld-i386/pr19636-1d-nacl.d: Likewise. - * testsuite/ld-i386/pr19636-2c-nacl.d: Likewise. - * testsuite/ld-i386/pr19636-2d-nacl.d: Likewise. - * testsuite/ld-i386/pr19636-2e-nacl.d: Likewise. - * testsuite/ld-i386/pr19827-nacl.rd: Likewise. - * testsuite/ld-i386/pr21884-nacl.d: Likewise. - * testsuite/ld-i386/pr21884-nacl.t: Likewise. - * testsuite/ld-i386/tlsbin-nacl.rd: Likewise. - * testsuite/ld-i386/tlsbin2-nacl.rd: Likewise. - * testsuite/ld-i386/tlsbindesc-nacl.rd: Likewise. - * testsuite/ld-i386/tlsdesc-nacl.rd: Likewise. - * testsuite/ld-i386/tlsgdesc-nacl.rd: Likewise. - * testsuite/ld-i386/tlsnopic-nacl.rd: Likewise. - * testsuite/ld-i386/tlspic-nacl.rd: Likewise. - * testsuite/ld-i386/tlspic2-nacl.rd: Likewise. - * testsuite/ld-x86-64/ilp32-4-nacl.d: Likewise. - * testsuite/ld-x86-64/load1a-nacl.d: Likewise. - * testsuite/ld-x86-64/load1b-nacl.d: Likewise. - * testsuite/ld-x86-64/load1c-nacl.d: Likewise. - * testsuite/ld-x86-64/load1d-nacl.d: Likewise. - * testsuite/ld-x86-64/pie3-nacl.d: Likewise. - * testsuite/ld-x86-64/plt-nacl.pd: Likewise. - * testsuite/ld-x86-64/pr17709-nacl.rd: Likewise. - * testsuite/ld-x86-64/pr19013-nacl.d: Likewise. - * testsuite/ld-x86-64/pr19636-2d-nacl.d: Likewise. - * testsuite/ld-x86-64/pr19827-nacl.rd: Likewise. - * testsuite/ld-x86-64/pr21884-nacl.d: Likewise. - * testsuite/ld-x86-64/pr21884-nacl.t: Likewise. - * testsuite/ld-x86-64/split-by-file-nacl.rd: Likewise. - * testsuite/ld-x86-64/tlsbin-nacl.rd: Likewise. - * testsuite/ld-x86-64/tlsbin2-nacl.rd: Likewise. - * testsuite/ld-x86-64/tlsbindesc-nacl.rd: Likewise. - * testsuite/ld-x86-64/tlsdesc-nacl.pd: Likewise. - * testsuite/ld-x86-64/tlsdesc-nacl.rd: Likewise. - * testsuite/ld-x86-64/tlsgdesc-nacl.rd: Likewise. - * testsuite/ld-x86-64/tlspic-nacl.rd: Likewise. - * testsuite/ld-x86-64/tlspic2-nacl.rd: Likewise. - * Makefile.in: Regenerated. - * po/BLD-POTFILES.in: Likewise. - -2020-06-30 Alan Modra - - * testsuite/ld-elf/group1.d: Don't xfail all solaris targets, just - ix86 and x86_64. - -2020-06-30 Alan Modra - - * testsuite/ld-elf/reloc-discard.d: Don't xfail nds32. - -2020-06-30 Alan Modra - - * scripttempl/elfmicroblaze.sc (.data): Add .data.* entry. - * testsuite/ld-elf/var1.d: Don't xfail microblaze. - -2020-06-29 H.J. Lu - - * testsuite/ld-tic6x/shlib-1.rd: Move C6000_DSBT_BASE, - C6000_DSBT_SIZE and C6000_DSBT_INDEX dynamic tags to the last. - * testsuite/ld-tic6x/shlib-1b.rd: Likewise. - * testsuite/ld-tic6x/shlib-1r.rd: Likewise. - * testsuite/ld-tic6x/shlib-1rb.rd: Likewise. - * testsuite/ld-tic6x/shlib-app-1.rd: Likewise. - * testsuite/ld-tic6x/shlib-app-1b.rd: Likewise. - * testsuite/ld-tic6x/shlib-app-1r.rd: Likewise. - * testsuite/ld-tic6x/shlib-app-1rb.rd: Likewise. - * testsuite/ld-tic6x/shlib-noindex.rd: Likewise. - * testsuite/ld-tic6x/static-app-1.rd: Likewise. - * testsuite/ld-tic6x/static-app-1b.rd: Likewise. - * testsuite/ld-tic6x/static-app-1r.rd: Likewise. - * testsuite/ld-tic6x/static-app-1rb.rd: Likewise. - -2020-06-29 Alan Modra - - * testsuite/ld-x86-64/abs-k1om.d: Run only on x86_64-*-linux*. - * testsuite/ld-x86-64/protected2-k1om.d: Likewise. - * testsuite/ld-x86-64/protected3-k1om.d: Likewise. - -2020-06-26 Nick Alcock - - * configure.ac [--enable-libctf]: New, default yes. - Set ENABLE_LIBCTF accordingly. - * Makefile.am [!ENABLE_LIBCTF]: Empty LIBCTF. - * configure: Regenerate. - * config.in: Regenerate. - * Makefile.in: Regenerate. - * aclocal.m4: Regenerate. - * ldlang.c (ctf_output): Conditionalize on ENABLE_LIBCTF. - (ldlang_open_ctf): Likewise. - (lang_merge_ctf): Likewise. - (ldlang_ctf_apply_strsym): Likewise. - (lang_write_ctf): Likewise. - (ldlang_write_ctf_late): Likewise. - (ldlang_open_ctf) [!ENABLE_LIBCTF]: Warn about the presence of CTF - sections. - (lang_merge_ctf) [!ENABLE_LIBCTF]: New stub. - (ldlang_ctf_apply_strsym) [!ENABLE_LIBCTF]: Likewise. - (lang_write_ctf) [!ENABLE_LIBCTF]: Likewise. - (ldlang_write_ctf_late) [!ENABLE_LIBCTF]: Likewise. - * ldelfgen.c (ldelf_emit_ctf_early): Conditionalize on - ENABLE_LIBCTF. - (struct ctf_strsym_iter_cb_arg): Likewise. - (ldelf_ctf_strtab_iter_cb): Likewise. - (ldelf_ctf_symbols_iter_cb): Likewise. - (ldelf_examine_strtab_for_ctf): Likewise. - (ldelf_emit_ctf_early) [!ENABLE_LIBCTF]: New stub. - (ldelf_examine_strtab_for_ctf) [!ENABLE_LIBCTF]: New stub. - -2020-06-26 Jan Beulich - - * testsuite/ld-x86-64/x86-64.exp: Run K1OM tests. - -2020-06-26 Pat Bernardi - - * testsuite/ld-m68k/attr-gnu-4-0.s: New file. - * testsuite/ld-m68k/attr-gnu-4-1.s: Likewise. - * testsuite/ld-m68k/attr-gnu-4-2.s: Likewise. - * testsuite/ld-m68k/attr-gnu-4-00.d: Likewise. - * testsuite/ld-m68k/attr-gnu-4-01.d: Likewise. - * testsuite/ld-m68k/attr-gnu-4-02.d: Likewise. - * testsuite/ld-m68k/attr-gnu-4-10.d: Likewise. - * testsuite/ld-m68k/attr-gnu-4-11.d: Likewise. - * testsuite/ld-m68k/attr-gnu-4-12.d: Likewise. - * testsuite/ld-m68k/attr-gnu-4-20.d: Likewise. - * testsuite/ld-m68k/attr-gnu-4-21.d: Likewise. - * testsuite/ld-m68k/attr-gnu-4-22.d: Likewise. - * testsuite/ld-m68k/m68k.exp: Run the new tests. - -2020-06-24 H.J. Lu - - PR ld/26165 - * lexsup.c (ld_options): Correct --dependency-file order. - -2020-06-24 H.J. Lu - - PR ld/26083 - * testsuite/ld-csky/tls-ie-v1.d: Updated. - * testsuite/ld-csky/tls-ie.d: Likewise. - -2020-06-24 H.J. Lu - - PR ld/26083 - * testsuite/ld-cris/libdso-15b.d: Updated. - * testsuite/ld-cris/libdso-1c.d: Likewise. - * testsuite/ld-cris/libdso-1d.d: Likewise. - * testsuite/ld-cris/libdso-15c.d: New file. - -2020-06-24 H.J. Lu - - PR ld/26163 - * ldexp.c (exp_fold_tree_1): Set non_ir_ref_regular on the source - for assignment. - * testsuite/ld-plugin/lto.exp: Run ld/26163 test. - * testsuite/ld-plugin/pr26163a.c: New file. - * testsuite/ld-plugin/pr26163b.c: Likewise. - -2020-06-24 Alan Modra - - * lexsup.c (elf_shlib_list_options): Properly format help message. - (elf_plt_unwind_list_options): Likewise. - * emultempl/cskyelf.em (PARSE_AND_LIST_OPTIONS): Likewise. - -2020-06-23 Roland McGrath - - PR 22843 - * NEWS: Note --dependency-file. - * ld.texi (Options): Document --dependency-file. - * ldlex.h (enum option_values): Add OPTION_DEPENDENCY_FILE. - * ld.h (ld_config_type): New member dependency_file. - * lexsup.c (ld_options, parse_args): Parse --dependency-file. - * ldmain.c (struct dependency_file): New type. - (dependency_files, dependency_files_tail): New static variables. - (track_dependency_files): New function. - (write_dependency_file): New function. - (main): Call it when --dependency-file was passed. - * ldfile.c (ldfile_try_open_bfd): Call track_dependency_files. - (ldfile_open_command_file_1): Likewise. - * ldelf.c (ldelf_try_needed): Likewise. - * pe-dll.c (pe_implied_import_dll): Likewise. - -2020-06-23 Alan Modra - - PR 26150 - * ldlang.c (ldlang_add_file): Assert that we aren't adding the - current end of link.next list again too. - * ldmain.c (add_archive_element): Don't load archive elements - again that have already been loaded. - -2020-06-23 Alan Modra - - * testsuite/ld-elf/shared.exp (pr14170): Clear xfail for - bfin-*-linux*. - (pr17068, symbolic-func.so, pr22374): Likewise. - -2020-06-22 Nelson Chu - - * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-01.d: Updated. - * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-02.d: Updated. - * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-03.d: Updated. - * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-04.d: Updated. - * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-05.d: Updated. - * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-06.d: Updated. - -2020-06-21 Alan Modra - - * ldfile.c: Replace uses of ENABLE_PLUGINS with BFD_SUPPORTS_PLUGINS. - * ldlang.c: Likewise. - * ldlang.h: Likewise. - * ldlex.h: Likewise. - * ldmain.c: Likewise. - * lexsup.c: Likewise. - * plugin.c: Wrap body of file in #if BFD_SUPPORTS_PLUGINS. - * testplug.c: Likewise. - * testplug2.c: Likewise. - * testplug3.c: Likewise. - * testplug4.c: Likewise. - * configure.ac (ENABLE_PLUGINS): Don't define AM_CONTITIONAL. - * Makefile.am: Remove ENABLE_PLUGINS conditionals. - (PLUGIN_CFLAGS): Don't define. - (PLUGIN_C, PLUGIN_H, PLUGIN_OBJECT): Likewise. Substitute all - uses with plugin file name. - * configure: Regenerate. - * Makefile.in: Regenerate. - -2020-06-20 Alan Modra - - * testsuite/lib/ld-lib.exp (default_ld_compile): Don't perror on - a compiler error. - (default_ld_assemble): Similarly for an assembler error. - (default_ld_nm): Similarly for an nm error. - (run_ld_link_tests): Report ld_assemble errors as a fail. - (check_as_cfi): Remove now unnecessary perror substitution. - * testsuite/ld-elf/exclude.exp: Report ld_nm error return as test - fails rather then unresolved. - * testsuite/ld-gc/gc.exp: Likewise. - * testsuite/ld-scripts/alignof.exp: Likewise. - * testsuite/ld-scripts/defined.exp: Likewise. - * testsuite/ld-scripts/script.exp: Likewise. - * testsuite/ld-scripts/sizeof.exp: Likewise. - * testsuite/ld-selective/selective.exp: Likewise. - * testsuite/ld-scripts/extern.exp: Likewise. Return on ld_link - failure. - * testsuite/ld-elfweak/elfweak.exp: Report compiler errors as - test unresolved. - * testsuite/ld-fastcall/fastcall.exp: Report assember errors as - test fails. - * testsuite/ld-i386/i386.exp (iamcu_tests): Likewise. - * testsuite/ld-ia64/line.exp: Likewise. - * testsuite/ld-mep/mep.exp: Likewise. - * testsuite/ld-mips-elf/mips-elf-flags.exp: Likewise. - * testsuite/ld-nios2/nios2.exp: Likewise. - * testsuite/ld-scripts/alignof.exp: Likewise. - * testsuite/ld-x86-64/line.exp: Likewise. - * testsuite/ld-x86-64/x86-64.exp: Likewise. - * testsuite/ld-scripts/log2.exp: Formatting. - * testsuite/ld-tic6x/tic6x.exp: Report ld_link errors as a test fail. - -2020-06-20 Alan Modra - - * testsuite/ld-alpha/alpha.exp: Exclude *ecoff targets. - * testsuite/ld-elf/binutils.exp: Likewise. - * testsuite/ld-elf/tls.exp: Likewise. - * testsuite/ld-elf/tls_common.exp: Likewise. - * testsuite/ld-scripts/phdrs2.exp: Likewise. - -2020-06-20 Alan Modra - - * testsuite/ld-sh/sh.exp: Don't run relax tests for non-ELF. - Fail when ld_assemble fails. Use elseif to reduce indentation. - -2020-06-19 Alan Modra - - * testsuite/ld-elf/dynamic-1.rd: Accept st_other notations. - * testsuite/ld-elf/rdynamic-1.rd: Likewise. - * testsuite/ld-elf/pr9676.rd: Likewise. - * testsuite/ld-elf/pr9679.rd: Likewise. - * testsuite/ld-elfvers/vers30.dsym: Likewise. - * testsuite/ld-elfvers/vers31.dsym: Likewise. - * testsuite/ld-plugin/pr22983.1.d: Likewise. - * testsuite/ld-plugin/pr22983.2.d: Likewise. - * testsuite/ld-plugin/pr22983.3.d: Likewise. - * testsuite/ld-plugin/pr22983.4.d: Likewise. - * testsuite/ld-ifunc/ifunc.exp: Exclude alpha. - -2020-06-19 Alan Modra - - * emultempl/elf.em (gld${EMULATION_NAME}_handle_option): Omit - -z relro and -z norelro when target support for GNU_RELRO is lacking. - (gld${EMULATION_NAME}_before_parse): Ignore RELRO default too. - * emultempl/aarch64elf.em (gld${EMULATION_NAME}_before_parse): Ignore - RELRO default when target support for GNU_RELRO is lacking. - * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Likewise. - * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Likewise. - * emultempl/scoreelf.em (gld${EMULATION_NAME}_before_parse): Likewise. - * testsuite/config/default.exp (ld_elf_shared_opt): Don't set. - * testsuite/ld-elf/pr16322.d: xfail when no relro support. - * testsuite/ld-elf/pr22393-1a.d: Likewise. - * testsuite/ld-elf/pr22393-1b.d: Likewise. - * testsuite/ld-elf/shared.exp (pr20995-2.so, pr20995-2): Likewise. - * testsuite/lib/ld-lib.exp (run_ld_link_tests): Use check_relro_support - to decide whether to pass extra ld option "-z norelro". - -2020-06-17 H.J. Lu - - * testsuite/ld-elf/linux-x86.exp (check_pr25749a): Append "-w" - to cflags. - -2020-06-17 H.J. Lu - - * testsuite/ld-elf/linux-x86.exp: Require GCC 5 for Build - pr25749-1b (-pie -fPIE). - -2020-06-16 Alan Modra - - * testsuite/ld-elf/pr23428.c: Define _DEFAULT_SOURCE. - * testsuite/ld-elf/indirect1b.c: Replace asm with __asm__. - * testsuite/ld-elf/indirect2.c: Likewise. - * testsuite/ld-elf/indirect3b.c: Likewise. - * testsuite/ld-elf/indirect4b.c: Likewise. - * testsuite/ld-elf/pr14323-2.c: Likewise. - * testsuite/ld-elf/pr18720b.c: Likewise. - * testsuite/ld-elf/pr19553c.c: Likewise. - * testsuite/ld-elf/pr23428.c: Likewise. - * testsuite/ld-elfvers/vers27b.c: Likewise. - * testsuite/ld-elfvsb/common.c: Likewise. - * testsuite/ld-elfvsb/main.c: Likewise. - * testsuite/ld-elfvsb/sh1.c: Likewise. - * testsuite/ld-elfvsb/test.c: Likewise. - * testsuite/ld-pe/aligncomm-1.c: Likewise. - * testsuite/ld-pe/aligncomm-2.c: Likewise. - * testsuite/ld-pe/aligncomm-3.c: Likewise. - * testsuite/ld-pe/aligncomm-4.c: Likewise. - * testsuite/ld-plugin/pr23958.c: Likewise. - * testsuite/ld-size/size-1b.c: Likewise. - * testsuite/ld-size/size-2b.c: Likewise. - * testsuite/ld-size/size-3a.c: Likewise. - * testsuite/ld-size/size-3b.c: Likewise. - * testsuite/ld-size/size-3c.c: Likewise. - * testsuite/ld-size/size-4b.c: Likewise. - * testsuite/ld-size/size-5b.c: Likewise. - * testsuite/ld-size/size-6a.c: Likewise. - * testsuite/ld-size/size-7a.c: Likewise. - * testsuite/ld-size/size-8a.c: Likewise. - * testsuite/ld-size/size-9b.c: Likewise. - * testsuite/ld-size/size-10b.c: Likewise. - -2020-06-16 Alan Modra - - * emulparams/tic30aout.sh: Delete file. - * scripttempl/tic30aout.sc: Delete file. - * Makefile.am: Remove etic30aout.c from ALL_EMULATION_SOURCES and - delete dependency. - * configure.tgt: Delete tic30-*-*aout* entry. - * testsuite/ld-scripts/sane1.d: Delete tic30-*-aout mention. + * testsuite/ld-x86-64/pr21038b-now.d: Likewise. + * testsuite/ld-x86-64/pr21038b.d: Likewise. + * testsuite/ld-x86-64/pr21038c-now.d: Likewise. + * testsuite/ld-x86-64/pr21038c.d: Likewise. + * testsuite/ld-x86-64/pr23854.d: Likewise. + * testsuite/ld-x86-64/pr25416-3.d: Likewise. + * testsuite/ld-x86-64/pr25416-4.d: Likewise. + * testsuite/ld-i386/plt-pic.pd: Likewise. + * testsuite/ld-i386/plt-pic2.dd: Likewise. + * testsuite/ld-i386/plt.pd: Likewise. + * testsuite/ld-i386/plt2.dd: Likewise. + * testsuite/ld-i386/tlsbin.rd: Likewise. + * testsuite/ld-i386/tlsbin2.rd: Likewise. + * testsuite/ld-i386/tlsbindesc.rd: Likewise. + * testsuite/ld-i386/tlsdesc.rd: Likewise. + * testsuite/ld-i386/tlsgdesc.rd: Likewise. + * testsuite/ld-i386/tlsnopic.rd: Likewise. + * testsuite/ld-i386/tlspic.rd: Likewise. + * testsuite/ld-i386/tlspic2.rd: Likewise. + * testsuite/ld-x86-64/mpx3.dd: Likewise. + * testsuite/ld-x86-64/mpx3n.dd: Likewise. + * testsuite/ld-x86-64/mpx4.dd: Likewise. + * testsuite/ld-x86-64/mpx4n.dd: Likewise. + * testsuite/ld-x86-64/pe-x86-64-1.od: Likewise. + * testsuite/ld-x86-64/pe-x86-64-2.od: Likewise. + * testsuite/ld-x86-64/pe-x86-64-3.od: Likewise. + * testsuite/ld-x86-64/pe-x86-64-4.od: Likewise. + * testsuite/ld-x86-64/plt.pd: Likewise. + * testsuite/ld-x86-64/plt2.dd: Likewise. + * testsuite/ld-x86-64/tlsbin.rd: Likewise. + * testsuite/ld-x86-64/tlsbin2.rd: Likewise. + * testsuite/ld-x86-64/tlsbindesc.rd: Likewise. + * testsuite/ld-x86-64/tlsdesc.rd: Likewise. + * testsuite/ld-x86-64/tlsgdesc.rd: Likewise. + * testsuite/ld-x86-64/tlspic.rd: Likewise. + * testsuite/ld-x86-64/tlspic2.rd: Likewise. + * testsuite/ld-elf/sec64k.exp: Check + is_elf_unused_section_symbols. + +2021-01-07 Alan Modra + + * testsuite/ld-scripts/fill.d: Skip sh-*-pe rather than xfail. + * testsuite/ld-scripts/fill16.d: Don't xfail sh-*-pe. * testsuite/ld-scripts/segment-start.d: Likewise. - * Makefile.in: Regenerate. - * po/BLD-POTFILES.in: Regenerate. - -2020-06-15 Max Filippov - - * emultempl/xtensaelf.em (XSHAL_ABI): Remove macro definition. - (XTHAL_ABI_UNDEFINED, XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New - macros. - (elf32xtensa_abi): New declaration. - (xt_config_info_unpack_and_check): Set elf32xtensa_abi if it is - undefined. Use xtensa_abi_choice instead of XSHAL_ABI to test - ABI tag consistency. - (xtensa_add_config_info): Use xtensa_abi_choice instead of - XSHAL_ABI to format ABI tag. - (PARSE_AND_LIST_PROLOGUE): Define OPTION_ABI_WINDOWED, - OPTION_ABI_CALL0 and declare elf32xtensa_abi. - (PARSE_AND_LIST_LONGOPTS): Add entries for --abi-windowed and - --abi-call0. - (PARSE_AND_LIST_OPTIONS): Add help text for --abi-windowed and - --abi-call0. - (PARSE_AND_LIST_ARGS_CASES): Add handlers for --abi-windowed and - --abi-call0. - * ld.texi: Add description for options --abi-windowed and - --abi-call0. - -2020-06-15 Roland McGrath - - * NEWS: Mention -z start-stop-visibility=... option for ELF. - * ld.texi (Options): Document -z start-stop-visibility=... option. - * ldmain.c (main): Initialize link_info.start_stop_visibility. - * emultempl/elf.em (gld${EMULATION_NAME}_handle_option): - Parse -z start-stop-visibility=... option. - -2020-06-15 Alan Modra - - * testsuite/ld-scripts/include.exp: Don't load ld-lib.exp. - * testsuite/ld-scripts/phdrs3.exp: Likewise. - * testsuite/ld-scripts/rgn-at.exp: Likewise. - * testsuite/ld-scripts/rgn-over.exp: Likewise. - * testsuite/ld-scripts/sort.exp: Likewise. - * testsuite/ld-discard/discard.exp: Likewise. Use is_elf_format. - -2020-06-15 Alan Modra - - PR 26103 - * testsuite/ld-linkonce/ref1.s, - * testsuite/ld-linkonce/ref2.s, - * testsuite/ld-linkonce/sym1.s, - * testsuite/ld-linkonce/sym2.s, - * testsuite/ld-linkonce/sym3.s: New test files. - * testsuite/ld-linkonce/linkonce.exp: Run tests for PE too. - Add pr26103 test. Remove unnecessary load_lib. - -2020-06-15 Alan Modra - - * testsuite/ld-linkonce/zeroeh_x.s: Rename from x.s. - * testsuite/ld-linkonce/zeroeh_y.s: Rename from y.s. - * testsuite/ld-linkonce/zeroehl32.d: Adjust for renaming. Support - big-endian output. Run for powerpc. - -2020-06-11 Alan Modra - - * testsuite/ld-plugin/lto.exp (lto_link_tests): Move lto-6, - pr12760, pr23818 and pr23958 tests to.. - (lto_link_elf_tests): ..here. - -2020-06-11 Nick Clifton - - * testsuite/ld-elf/pr26094-1b.c (main): Change return type to - int. - -2020-06-10 Alan Modra - - * testsuite/ld-elf/linux-x86.exp: Build tests when non-native. - (check_pr25749b): Add optional args. Set expected pass file - from args. Run -1b and -2a tests with passall.out. - * testsuite/ld-elf/passall.out: New file. - * testsuite/ld-elf/pr25749-1.c: Adjust to pass with older glibc. - * testsuite/ld-elf/pr25749-2.c: Likewise. - * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Use - regexp_diff to compare expected output from running binary. - -2020-06-10 H.J. Lu - - PR ld/26094 - * testsuite/ld-elf/pr26094-1.ver: New fike. - * testsuite/ld-elf/pr26094-1a.c: Likewise. - * testsuite/ld-elf/pr26094-1a.rd: Likewise. - * testsuite/ld-elf/pr26094-1b.c: Likewise. - * testsuite/ld-elf/pr26094-1b.rd: Likewise. - * testsuite/ld-elf/pr26094-1c.c: Likewise. - * testsuite/ld-elf/shared.exp: Run ld/26094 tests. - -2020-06-09 H.J. Lu - - PR ld/18801 - * testsuite/ld-i386/i386.exp: Run ifunc-textrel-1a, - ifunc-textrel-1b, ifunc-textrel-2a and ifunc-textrel-2b. - * testsuite/ld-x86-64/x86-64.exp: Likewise. - * testsuite/ld-i386/ifunc-textrel-1a.d: Likewise. - * testsuite/ld-i386/ifunc-textrel-1b.d: Likewise. - * testsuite/ld-i386/ifunc-textrel-2a.d: Likewise. - * testsuite/ld-i386/ifunc-textrel-2b.d: Likewise. - * testsuite/ld-x86-64/ifunc-textrel-1.s: Likewise. - * testsuite/ld-x86-64/ifunc-textrel-1a.d: Likewise. - * testsuite/ld-x86-64/ifunc-textrel-1b.d: Likewise. - * testsuite/ld-x86-64/ifunc-textrel-2.s: Likewise. - * testsuite/ld-x86-64/ifunc-textrel-2a.d: Likewise. - * testsuite/ld-x86-64/ifunc-textrel-2b.d: Likewise. - * testsuite/ld-i386/pr18801a.d: Expect warning for IFUNC - resolvers. - * testsuite/ld-i386/pr18801b.d: Likewise. - * estsuite/ld-x86-64/pr18801a.d: Likewise. - * estsuite/ld-x86-64/pr18801b.d: Likewise. - -2020-06-09 Alan Modra - - PR 26065 - * testsuite/ld-elf/shared.exp: Compile dl4main.c -fPIC. - (dl4e, dl4f): Expect dl4a.out. - * testsuite/ld-elf/dl4e.out: Delete. - -2020-06-07 H.J. Lu - - * testsuite/ld-elf/shared.exp: Pass $LFLAGS to PR ld/21703 - shared test. - -2020-06-07 H.J. Lu - - * testsuite/ld-elf/shared.exp: Xfail pr20995/pr20995-2 for - tic6x-*-*. - -2020-06-07 H.J. Lu - - * testsuite/ld-elf/pr11304.d: Skip tic6x-*-elf. - -2020-06-06 Alan Modra - - * testsuite/ld-elf/comm-data.exp: Don't xfail arm or bfin-linux. - -2020-06-06 Alan Modra - - * lexsup.c (ld_options): Accept -plugin and -plugin-opt when - !ENABLE_PLUGINS. - * testsuite/lib/ld-lib.exp (check_plugin_api_available): Adjust. - -2020-06-05 Nelson Chu - - * testsuite/ld-riscv-elf/attr-merge-priv-spec.d: Rename to - attr-merge-priv-spec-01.d. - * testsuite/ld-riscv-elf/attr-merge-priv-spec-c.s: Set spec to 1.11. - * testsuite/ld-riscv-elf/attr-merge-priv-spec-d.s: Empty priv spec set. - * testsuite/ld-riscv-elf/attr-merge-priv-spec-02.d: New testcase. - * testsuite/ld-riscv-elf/attr-merge-priv-spec-03.d: Likewise. - * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-02.d: Likewise. - * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-03.d: Likewise. - * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-04.d: Likewise. - * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-05.d: Likewise. - * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-06.d: Likewise. - * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Updated. - -2020-06-05 Nelson Chu - - * testsuite/ld-riscv-elf/attr-merge-arch-01.d: The CSR isn't used, - so ignore the -mpriv-spec setting. - * testsuite/ld-riscv-elf/attr-merge-arch-02.d: Likewise. - * testsuite/ld-riscv-elf/attr-merge-arch-03.d: Likewise. - * testsuite/ld-riscv-elf/attr-merge-stack-align.d: Likewise. - * testsuite/ld-riscv-elf/attr-merge-strict-align-01.d: Likewise. - * testsuite/ld-riscv-elf/attr-merge-strict-align-02.d: Likewise. - * testsuite/ld-riscv-elf/attr-merge-strict-align-03.d: Likewise. - * testsuite/ld-riscv-elf/attr-merge-strict-align-04.d: Likewise. - * testsuite/ld-riscv-elf/attr-merge-strict-align-05.d: Likewise. - * testsuite/ld-riscv-elf/call-relax.d: Add -mno-arch-attr. - -2020-06-04 H.J. Lu - - PR ld/26080 - * testsuite/ld-elf/comm-data.exp: Remove copy_reloc. - * testsuite/ld-elf/comm-data2r.rd: Removed. - * testsuite/ld-elf/comm-data2r.sd: Likewise. - * testsuite/ld-elf/comm-data2r.xd: Likewise. - -2020-06-04 Alan Modra - - * testsuite/config/default.exp: Remove global directive outside - proc body. - * testsuite/ld-bootstrap/bootstrap.exp: Likewise. - * testsuite/ld-elf/compress.exp: Likewise. - * testsuite/ld-elf/elf.exp: Likewise. - * testsuite/ld-elf/exclude.exp: Likewise. - * testsuite/ld-elf/frame.exp: Likewise. - * testsuite/ld-elf/indirect.exp: Likewise. - * testsuite/ld-elf/linux-x86.exp: Likewise. - * testsuite/ld-elf/shared.exp: Likewise. - * testsuite/ld-elf/tls.exp: Likewise. - * testsuite/ld-elf/tls_common.exp: Likewise. - * testsuite/ld-elfcomm/elfcomm.exp: Likewise. - * testsuite/ld-elfweak/elfweak.exp: Likewise. - * testsuite/ld-frv/fdpic.exp: Likewise. - * testsuite/ld-frv/tls.exp: Likewise. - * testsuite/ld-gc/gc.exp: Likewise. - * testsuite/ld-i386/i386.exp: Likewise. - * testsuite/ld-i386/no-plt.exp: Likewise. - * testsuite/ld-ifunc/ifunc.exp: Likewise. - * testsuite/ld-mips-elf/mips-elf-flags.exp: Likewise. - * testsuite/ld-nios2/nios2.exp: Likewise. - * testsuite/ld-plugin/lto.exp: Likewise. - * testsuite/ld-plugin/plugin.exp: Likewise. - * testsuite/ld-powerpc/export-class.exp: Likewise. - * testsuite/ld-scripts/align.exp: Likewise. - * testsuite/ld-scripts/crossref.exp: Likewise. - * testsuite/ld-scripts/defined.exp: Likewise. - * testsuite/ld-scripts/overlay-size.exp: Likewise. - * testsuite/ld-scripts/provide.exp: Likewise. - * testsuite/ld-scripts/weak.exp: Likewise. - * testsuite/ld-selective/selective.exp: Likewise. - * testsuite/ld-sh/rd-sh.exp: Likewise. - * testsuite/ld-size/size.exp: Likewise. - * testsuite/ld-srec/srec.exp: Likewise. - * testsuite/ld-x86-64/mpx.exp: Likewise. - * testsuite/ld-x86-64/no-plt.exp: Likewise. - * testsuite/ld-x86-64/x86-64.exp: Likewise. - -2020-06-04 Alan Modra - - * testsuite/ld-dynamic/export-dynamic-symbol-2.d: Match output for - mips-sgi-irix6. - * testsuite/ld-dynamic/export-dynamic-symbol-glob.d: Likewise. - * testsuite/ld-dynamic/export-dynamic-symbol-list-2.d: Likewise. - * testsuite/ld-dynamic/export-dynamic-symbol-list-glob.d: Likewise. - * testsuite/ld-dynamic/export-dynamic-symbol.exp: Exclude targets - with poor PIE support. - -2020-06-04 Alan Modra - - * testsuite/ld-plugin/lto.exp (pr12758.exe): Add NOPIE_LDFLAGS. - * testsuite/ld-unique/unique.exp: Add NOPIE_LDFLAGS to unique - executable and dynamic executable tests. - -2020-06-03 H.J. Lu - - * testsuite/config/default.exp (NOSANTIZE_CFLAGS): New. - * testsuite/ld-elf/linux-x86.exp: Add $NOSANTIZE_CFLAGS to - tests with run_ld_link_exec_tests. - * testsuite/ld-elf/shared.exp: Add $NOSANTIZE_CFLAGS to tests - with run_ld_link_tests. - * testsuite/ld-elf/tls.exp: Likewise. - * testsuite/ld-elfweak/elfweak.exp: Add $NOSANTIZE_CFLAGS to - tests with ld_link. - * testsuite/ld-gc/gc.exp: Add $NOSANTIZE_CFLAGS to cflags. - * testsuite/ld-plugin/lto.exp: Add $NOSANTIZE_CFLAGS to tests - with run_ld_link_tests.a - * testsuite/ld-plugin/plugin.exp: Append $NOSANTIZE_CFLAGS to - CFLAGS. - * testsuite/ld-selective/selective.exp: Add $NOSANTIZE_CFLAGS - to cflags and cxxflags. - * testsuite/ld-srec/srec.exp: Append $NOSANTIZE_CFLAGS to CC - and CXX. - * testsuite/ld-x86-64/plt-main-ibt-x32.dd: Updated for - -fsanitize=undefined. - * testsuite/ld-x86-64/plt-main-ibt.dd: Likewise. - * testsuite/ld-x86-64/x86-64.exp: Add $NOSANTIZE_CFLAGS to - tests with run_cc_link_tests and run_ld_link_tests. - -2020-06-03 Fangrui Song - H.J. Lu - - PR ld/25910 - * NEWS: Mention --export-dynamic-symbol[-list]. - * ld.texi: Document --export-dynamic-symbol[-list]. - * ldgram.y: Pass current_dynamic_list_p to - lang_append_dynamic_list. - * ldlang.c (current_dynamic_list_p): New. - (ang_append_dynamic_list): Updated to take a pointer to - struct bfd_elf_dynamic_list * argument instead of using - link_info.dynamic_list. - (lang_append_dynamic_list_cpp_typeinfo): Pass - &link_info.dynamic_list to ang_append_dynamic_list. - (lang_append_dynamic_list_cpp_new): Likewise. - * ldlang.h (current_dynamic_list_p): New. - (lang_append_dynamic_list): Add a pointer to - struct bfd_elf_dynamic_list * argument. - * ldlex.h (option_values): Add OPTION_EXPORT_DYNAMIC_SYMBOL and - OPTION_EXPORT_DYNAMIC_SYMBOL_LIST. - * lexsup.c (ld_options): Add entries for - OPTION_EXPORT_DYNAMIC_SYMBOL and - OPTION_EXPORT_DYNAMIC_SYMBOL_LIST. - (parse_args): Handle --export-dynamic-symbol and - --export-dynamic-symbol-list. - * testsuite/ld-dynamic/export-dynamic-symbol-1.d: New. - * testsuite/ld-dynamic/export-dynamic-symbol-2.d: New. - * testsuite/ld-dynamic/export-dynamic-symbol-glob.d: New. - * testsuite/ld-dynamic/export-dynamic-symbol-list-1.d: New. - * testsuite/ld-dynamic/export-dynamic-symbol-list-2.d: New. - * testsuite/ld-dynamic/export-dynamic-symbol-list-glob.d: New. - * testsuite/ld-dynamic/export-dynamic-symbol.exp: New. - * testsuite/ld-dynamic/export-dynamic-symbol.s: New. - * testsuite/ld-dynamic/foo-bar.list: New. - * testsuite/ld-dynamic/foo.list: New. - * testsuite/ld-dynamic/foo.s: New. - * testsuite/ld-dynamic/fstar.list: New. - * testsuite/ld-elf/dlempty.list: New. - * testsuite/ld-elf/shared.exp: Add tests for - --export-dynamic-symbol and --export-dynamic-symbol-list. - -2020-06-03 Jan Beulich - - * testsuite/ld-elf/linux-x86.exp: Make copied source files - writeable. - -2020-05-28 Nick Clifton - - PR 26047 - * ldelf.c (ldelf_after_open): Fail if attempting to link one - executable into another. Ensure that the test is made for all - forms of linking. - -2020-05-28 H.J. Lu - - * NEWS: Mention --enable-textrel-check=yes is default for - Linux/x86 targets. - * configure.tgt (ac_default_ld_textrel_check): Set to yes if - unset for Linux/x86 targets. - -2020-05-28 H.J. Lu - - PR ld/20824 - * NEWS: Mention --enable-textrel-check=[no|yes|warning|error]. - * configure.ac: Add --enable-textrel-check=[no|yes|warning|error]. - (DEFAULT_LD_TEXTREL_CHECK): New AC_DEFINE_UNQUOTED. - (DEFAULT_LD_TEXTREL_CHECK_WARNING): Likewise. - * ldmain.c (main): Initialize link_info.textrel_check to - DEFAULT_LD_TEXTREL_CHECK. - * lexsup.c (ld_options): Check DEFAULT_LD_TEXTREL_CHECK_WARNING. - * config.in: Regenerated. - * configure: Likewise. - -2020-05-28 Nick Clifton - - * lexsup.c (parse_args): Generate an error if a name is not - provided to the -Map option. - (ld_options): Mention that the -Map option supports a directory - name as an argument. - * NEWS: Remove mention of support for an empty string as an - argument to -Map. - * ld.texi: Likewise. - -2020-05-27 Hans-Peter Nilsson - - PR ld/22909 - * testsuite/ld-elf/pr19539.d: Don't xfail for cris*-*-*. - -2020-05-27 Rasmus Villemoes - Nick Clifton - - * lexsup.c (parse_args): If the map filename is defined but empty - create a name based upon the output file name. If the name is - defined but refers to a directory create a file inside the - directory based on the output file name. - * ld.texi: Document the new feature. - * testsuite/ld-script/map-address.exp: Add test of new feature. - * NEWS: Mention the new feature. - -2020-05-27 H.J. Lu - - PR ld/22909 - * NEWS: Mention --warn-textrel. - * ld.texi: Update -z text/notext/textoff. Add --warn-textrel. - Remove --warn-shared-textrel. - * ldlex.h (option_values): Rename OPTION_WARN_SHARED_TEXTREL to - OPTION_WARN_TEXTREL. - * lexsup.c (ld_options): Add --warn-textrel. Obsolete - --warn-shared-textrel. - (parse_args): Updated. - (elf_shlib_list_options): Check link_info.textrel_check. - * emultempl/elf.em: Updated. - * testsuite/ld-elf/pr19539.d: Replace -z notext with - --warn-textrel. Expect a warning. - * testsuite/ld-i386/warn1.d: Update expected warning. -2020-05-26 H.J. Lu +2021-01-07 Alan Modra - * testsuite/ld-ifunc/ifunc-23a-x86.d: Skip *-*-lynxos *-*-nto*. - * testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise. - * testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise. - -2020-05-25 H.J. Lu - - * testsuite/ld-x86-64/x86-64.exp: Pass -z notext to linker. - -2020-05-25 H.J. Lu - - * testsuite/ld-elf/eh6.d: Pass -z notext to linker. + * testsuite/ld-elf/comm-data5.d: xfail targets that complain + about dynamic relocations in read-only sections. * testsuite/ld-elf/ehdr_start-shared.d: Likewise. - * testsuite/ld-elf/pr19539.d: Likewise. - * testsuite/ld-elfvers/vers.exp: Likewise. - * testsuite/ld-elfvsb/elfvsb.exp: Likewise. - * testsuite/ld-i386/i386.exp: Likewise. - * testsuite/ld-i386/nogot1.d: Likewise. - * testsuite/ld-i386/pr19539.d: Likewise. - * testsuite/ld-i386/pr19636-2a.d: Likewise. - * testsuite/ld-i386/pr19636-2b.d: Likewise. - * testsuite/ld-i386/pr19636-2c.d: Likewise. - * testsuite/ld-i386/pr19636-2d.d: Likewise. - * testsuite/ld-i386/pr19636-2e.d: Likewise. - * testsuite/ld-i386/pr19636-3d.d: Likewise. - * testsuite/ld-i386/pr19636-3e.d: Likewise. - * testsuite/ld-i386/pr19939b.d: Likewise. - * testsuite/ld-i386/undefweaka.d: Likewise. - * testsuite/ld-i386/undefweakb.d: Likewise. - * testsuite/ld-shared/shared.exp: Likewise. - * testsuite/ld-size/size.exp: Likewise. - * testsuite/ld-unique/unique.exp: Likewise. - * testsuite/ld-x86-64/pie1.d: Likewise. - * testsuite/ld-x86-64/pr19539a.d: Likewise. - * testsuite/ld-x86-64/pr19539b.d: Likewise. - * testsuite/ld-x86-64/pr19636-1d.d: Likewise. - * testsuite/ld-x86-64/pr19636-1e.d: Likewise. - * testsuite/ld-x86-64/pr19807-1a.d: Likewise. - * testsuite/ld-x86-64/pr19807-1b.d: Likewise. - * testsuite/ld-x86-64/pr19807-2b.d: Likewise. - * testsuite/ld-x86-64/pr19807-2c.d: Likewise. - * testsuite/ld-x86-64/pr19807-2d.d: Likewise. - * testsuite/ld-x86-64/pr19807-2e.d: Likewise. - * testsuite/ld-x86-64/pr19939b.d: Likewise. - * testsuite/ld-x86-64/x86-64.exp: Likewise. - -2020-05-24 Fangrui Song - - PR ld/26018 - * lexsup.c (parse_args): Simplify. - * testsuite/ld-elf/dl4e.out: New. - * testsuite/ld-elf/shared.exp: Updated for PR ld/26018 tests. - -2020-05-23 H.J. Lu + * testsuite/ld-elf/ehdr_start.d: Likewise. + * testsuite/ld-scripts/pr22267.d: Likewise. + * testsuite/ld-elf/shared.exp: Likewise for DT_TEXTREL tests and + pr20995 text. + * testsuite/ld-elf/sec64k.exp: Don't run 64ksec on lm32-linux. - PR ld/26018 - * testsuite/ld-i386/i386.exp: Add a -Bsymbolic-functions test. - * testsuite/ld-x86-64/x86-64.exp: Likewise. - * testsuite/ld-i386/pr26018.d: New file. - * testsuite/ld-x86-64/pr26018.d: Likewise. - * testsuite/ld-x86-64/pr26018.s: Likewise. +2021-01-07 Marcus Comstedt -2020-05-21 Alan Modra + * testsuite/ld-scripts/empty-address-2a.d: xfail riscv64*-*-*. + * testsuite/ld-scripts/empty-address-2b.d: Likewise. - * deffilep.y: Replace "if (x) free (x)" with "free (x)" thoughout. - * emultempl/elf.em: Likewise. - * emultempl/msp430.em: Likewise. - * emultempl/pe.em: Likewise. - * emultempl/pep.em: Likewise. - * emultempl/ppc64elf.em: Likewise. - * emultempl/xtensaelf.em: Likewise. - * ldelf.c: Likewise. - * ldfile.c: Likewise. - * ldmain.c: Likewise. - * ldmisc.c: Likewise. - * lexsup.c: Likewise. - * pe-dll.c: Likewise. +2021-01-07 Alan Modra -2020-05-20 Nelson Chu + * po/BLD-POTFILES.in: Regenerate. - * testsuite/ld-riscv-elf/attr-merge-arch-01.d: Updated - priv attributes according to the -mpriv-spec option. +2021-01-07 Alan Modra + + * testsuite/ld-elf/shared.exp: xfail pr22471 for targets that + complain about relocs in read-only sections. Tidy ASFLAGS append. + +2021-01-06 Alan Modra + + * testsuite/ld-sparc/sparc.exp (sparc64tests): Set text-segment + base for some tests. + * testsuite/ld-sparc/gotop32.dd: Match solaris output. + * testsuite/ld-sparc/gotop32.sd: Likewise. + * testsuite/ld-sparc/gotop32.td: Likewise. + * testsuite/ld-sparc/gotop64.dd: Likewise. + * testsuite/ld-sparc/gotop64.sd: Likewise. + * testsuite/ld-sparc/gotop64.td: Likewise. + * testsuite/ld-sparc/tlsg32.sd: Likewise. + * testsuite/ld-sparc/tlsg64.sd: Likewise. + * testsuite/ld-sparc/tlspie32.dd: Likewise. + * testsuite/ld-sparc/tlspie64.dd: Likewise. + * testsuite/ld-sparc/tlssunbin32.dd: Likewise. + * testsuite/ld-sparc/tlssunbin32.sd: Likewise. + * testsuite/ld-sparc/tlssunbin32.td: Likewise. + * testsuite/ld-sparc/tlssunbin64.dd: Likewise. + * testsuite/ld-sparc/tlssunbin64.sd: Likewise. + * testsuite/ld-sparc/tlssunbin64.td: Likewise. + * testsuite/ld-sparc/tlssunnopic32.dd: Likewise. + * testsuite/ld-sparc/tlssunnopic32.sd: Likewise. + * testsuite/ld-sparc/tlssunnopic64.dd: Likewise. + * testsuite/ld-sparc/tlssunnopic64.sd: Likewise. + * testsuite/ld-sparc/tlssunpic32.dd: Likewise. + * testsuite/ld-sparc/tlssunpic32.sd: Likewise. + * testsuite/ld-sparc/tlssunpic32.td: Likewise. + * testsuite/ld-sparc/tlssunpic64.dd: Likewise. + * testsuite/ld-sparc/tlssunpic64.sd: Likewise. + * testsuite/ld-sparc/tlssunpic64.td: Likewise. + * testsuite/ld-sparc/wdispcall.dd: Likewise. + +2021-01-06 Alan Modra + + * testsuite/ld-scripts/rgn-at10.d: xfail v850. + * testsuite/ld-scripts/rgn-at11.d: Likewise. + +2021-01-06 Marcus Comstedt + + * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Added + riscv_choose_[ilp32|lp64]_emul to choose the correct linker script. + * testsuite/ld-riscv-elf/attr-merge-arch-01.d: Call + riscv_choose_[ilp32|lp64]_emul instead of hardcoding elf[32|64]lriscv. * testsuite/ld-riscv-elf/attr-merge-arch-02.d: Likewise. * testsuite/ld-riscv-elf/attr-merge-arch-03.d: Likewise. - * testsuite/ld-riscv-elf/attr-merge-priv-spec-a.s: Likewise. - * testsuite/ld-riscv-elf/attr-merge-priv-spec-b.s: Likewise. - * testsuite/ld-riscv-elf/attr-merge-priv-spec.d: Likewise. - * testsuite/ld-riscv-elf/attr-merge-stack-align.d: Likewise. - * testsuite/ld-riscv-elf/attr-merge-strict-align-01.d: Likewise. - * testsuite/ld-riscv-elf/attr-merge-strict-align-02.d: Likewise. - * testsuite/ld-riscv-elf/attr-merge-strict-align-03.d: Likewise. - * testsuite/ld-riscv-elf/attr-merge-strict-align-04.d: Likewise. - * testsuite/ld-riscv-elf/attr-merge-strict-align-05.d: Likewise. - -2020-05-20 Alan Modra - - PR 25993 - * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Don't copy - other_bfd_filename for bfd_set_filename, and test result of - bfd_set_filename call. Don't create a new is->filename, simply - copy from bfd filename. Free new_name after bfd_set_filename. - * emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise. - -2020-05-19 Siddhesh Poyarekar - - * testsuite/ld-aarch64/aarch64-elf.exp: New test - emit-relocs-560. - * testsuite/ld-aarch64/emit-relocs-560.d: New file. - * testsuite/ld-aarch64/emit-relocs-560.s: New file. - -2020-05-19 Alan Modra - - * emultempl/beos.em (sort_by_file_name): Use bfd_get_filename - rather than accessing bfd->filename directly. - * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Likewise. - * emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise. - * emultempl/spuelf.em (embedded_spu_file): Likewise. - * ldlang.c (input_statement_is_archive_path, wild_sort), - (check_excluded_libs): Likewise. - * ldmain.c (add_archive_element): Likewise. - * ldmisc.c (vfinfo): Likewise. - * pe-dll.c (auto_export, generate_edata, pe_create_import_fixup), - (pe_dll_generate_implib, pe_process_import_defs): Likewise. - * plugin.c (plugin_object_p): Likewise. - -2020-05-18 Douglas B Rupp - - * ldemul.h (ldemul_print_symbol): New. - (ld_emulation_xfer_type) - - * ldmain.c (add_archive_element): Fix s/claimi/claim/ typo - in info message. - -2020-05-18 Nick Clifton - - * po/sv.po: Update Swedish translation. - -2020-05-18 Nick Clifton - - PR 25993 - * emultempl/pe.em (_after_open): Check for duplicate filename - pointers before renaming the dll. - * emultempl/pep.em (_after_open): Likewise. - -2020-05-13 Nick Clifton - - PR 25979 - * lexsup.c (elf_shlib_list_options): Include the default value for - the hash style in the output text. - -2020-05-11 Alan Modra - - * testsuite/ld-powerpc/pcrelopt.s: Add lxvp and stxvp. - * testsuite/ld-powerpc/pcrelopt.d: Update. - -2020-05-11 Alan Modra - - * testsuite/ld-powerpc/callstub-1.d: Use -mpower10/-Mpower10 in - place of -mfuture/-Mfuture. - * testsuite/ld-powerpc/notoc2.d: Likewise. - * testsuite/ld-powerpc/powerpc.exp: Likewise. - * testsuite/ld-powerpc/tlsgd.d: Likewise. - * testsuite/ld-powerpc/tlsie.d: Likewise. - * testsuite/ld-powerpc/tlsld.d: Likewise. - -2020-05-11 Nick Clifton - - * po/es.po: Updated Spanish translation. - -2020-05-01 Wilco Dijkstra - - PR ld/25665 - * testsuite/ld-aarch64/farcall-group.s: New large group test. - * testsuite/ld-aarch64/farcall-group.d: New test driver. - * testsuite/ld-aarch64/aarch64-elf.exp: Run the new test. - -2020-05-01 Alan Modra - - PR 25882 - * ldlang.c (lang_check): Call bfd_merge_private_bfd_data for - shared libraries. - -2020-05-01 Alan Modra - - * po/BLD-POTFILES.in: Regenerate. - -2020-04-30 Alex Coplan - - * testsuite/ld-aarch64/erratum843419_tls_ie.d: Use udf in disassembly. - * testsuite/ld-aarch64/farcall-b-section.d: Likewise. - * testsuite/ld-aarch64/farcall-back.d: Likewise. - * testsuite/ld-aarch64/farcall-bl-section.d: Likewise. - -2020-04-30 Nick Clifton - - * testsuite/ld-elf/compress1c.d: XFAIL if thet target linker does - not support the -shared command line option. - * /ld-elf/compressed1c.d: Likewise. - * /ld-elf/compressed1e.d: Likewise. - * /ld-elf/dynamic1.d: Likewise. - * /ld-elf/dynsym1.d: Likewise. - * /ld-elf/ehdr_start-shared.d: Likewise. - * /ld-elf/exclude3b.d: Likewise. - * /ld-elf/global1.d: Likewise. - * /ld-elf/hash.d: Likewise. - * /ld-elf/local1.d: Likewise. - * /ld-elf/mbind1b.d: Likewise. - * /ld-elf/now-1.d: Likewise. - * /ld-elf/now-2.d: Likewise. - * /ld-elf/now-3.d: Likewise. - * /ld-elf/now-4.d: Likewise. - * /ld-elf/pr12975.d: Likewise. - * /ld-elf/pr13177.d: Likewise. - * /ld-elf/pr13195.d: Likewise. - * /ld-elf/pr16322.d: Likewise. - * /ld-elf/pr16498a.d: Likewise. - * /ld-elf/pr16498b.d: Likewise. - * /ld-elf/pr17615.d: Likewise. - * /ld-elf/pr19162.d: Likewise. - * /ld-elf/pr19698.d: Likewise. - * /ld-elf/pr20513c.d: Likewise. - * /ld-elf/pr20513d.d: Likewise. - * /ld-elf/pr21389a.d: Likewise. - * /ld-elf/pr21389b.d: Likewise. - * /ld-elf/pr21389c.d: Likewise. - * /ld-elf/pr21562a.d: Likewise. - * /ld-elf/pr21562b.d: Likewise. - * /ld-elf/pr21562c.d: Likewise. - * /ld-elf/pr21562d.d: Likewise. - * /ld-elf/pr21562e.d: Likewise. - * /ld-elf/pr21562f.d: Likewise. - * /ld-elf/pr21562g.d: Likewise. - * /ld-elf/pr21562h.d: Likewise. - * /ld-elf/pr21562i.d: Likewise. - * /ld-elf/pr21562j.d: Likewise. - * /ld-elf/pr21562k.d: Likewise. - * /ld-elf/pr21562l.d: Likewise. - * /ld-elf/pr21562m.d: Likewise. - * /ld-elf/pr21562n.d: Likewise. - * /ld-elf/pr21903a.d: Likewise. - * /ld-elf/pr21903b.d: Likewise. - * /ld-elf/pr22269b.d: Likewise. - * /ld-elf/pr22393-1a.d: Likewise. - * /ld-elf/pr22393-1b.d: Likewise. - * /ld-elf/pr23658-1c.d: Likewise. - * /ld-elf/pr25708.d: Likewise. - * /ld-elf/rpath-1.d: Likewise. - * /ld-elf/rpath-2.d: Likewise. - * /ld-elf/runpath-1.d: Likewise. - * /ld-elf/runpath-2.d: Likewise. - * /ld-elf/sizeofb.d: Likewise. - * /ld-elf/startofb.d: Likewise. - * /ld-elf/strtab.d: Likewise. - * /ld-elf/textaddr2.d: Likewise. - * /ld-elf/textaddr5.d: Likewise. - * /ld-elf/textaddr6.d: Likewise. - * /ld-elf/unknown2.d: Likewise. - * /ld-undefined/entry-3.d: Likewise. - * /ld-undefined/entry-4.d: Likewise. - * /ld-elf/mbind1c.d: XFAIL if the target linker does not support - the -pie option. - * /ld-elf/pie.d: Likewise. - * /ld-elf/pr19539.d: Likewise. - * /ld-elf/pr21903d.d: Likewise. - * /ld-elf/pr22269a.d: Likewise. - * /ld-elf/pr22393-1c.d: Likewise. - * /ld-elf/pr22393-1d.d: Likewise. - * /ld-elf/pr22423.d: Likewise. - * /ld-elf/loadaddr1.d: Expect to fail on the rx-linux target. - * /ld-elf/loadaddr2.d: Likewise. - * /ld-elf/pr22393-1e.d: Likewise. - * /ld-elf/pr22393-1f.d: Likewise. - * /ld-elf/textaddr1.d: Likewise. - * /ld-elf/textaddr4.d: Likewise. - -2020-04-30 Yoshinori Sato - - * emulparams/elf32rx_linux.sh: New rx-linux emulation. - * emultempl/rxlinux.em: New. - * configure.tgt: Add rx-linux. - * Makefile.am: Add eelf32rx_linux.c - * Makefile.in: Regenerate. - -2020-04-29 Max Filippov - - * testsuite/ld-xtensa/relax-diff1.d: New test definition. - * testsuite/ld-xtensa/relax-diff1.s: New test source. - * testsuite/ld-xtensa/relax-ndiff.d: New test definition. - * testsuite/ld-xtensa/relax-ndiff.s: New test source. - * testsuite/ld-xtensa/xtensa.exp: (relax-diff1) - (relax-ndiff): New tests. - -2020-04-29 Stephen Casner - - PR 25829 - * testsuite/ld-scripts/default-script.exp: Add --image-base=0 to - LDFLAGS for targets *-*-mingw64 x86_64-*-cygwin. - * testsuite/ld-scripts/default-script1.d: No longer have to skip - test for those targets. - * testsuite/ld-scripts/default-script2.d: Likewise. - * testsuite/ld-scripts/default-script3.d: Likewise. - * testsuite/ld-scripts/default-script4.d: Likewise. - -2020-04-27 Tamar Christina - - * pe-dll.c (pe_detail_list): Add pe-bigobj-i386. - -2020-04-22 Max Filippov - - PR ld/25861 - * testsuite/ld-xtensa/relax-loc.d: New test definition. - * testsuite/ld-xtensa/relax-loc.s: New test source. - * testsuite/ld-xtensa/xtensa.exp (relax-loc): New test. - -2020-04-22 Fangrui Song - - PR ld/25806 - * ldlang.h (struct lang_input_statement_struct): Add extra_search_path. - * ldlang.c (current_input_file): New. - (ldirname): New. - (new_afile): Add from_filename parameter. Set extra_search_path. - (lang_add_input_file): Pass current_input_file to new_afile. - (load_symbols): Set current_input_file. - * ldfile.c (ldfile_open_file): If extra_search_path has been set - then scan it for the file that needs to be opened. - * ld.texi: Document the new behaviour. - * NEWS: Mention the new feature. - -2020-04-22 Alan Modra - - * testsuite/ld-scripts/default-script1.d: Correct mingw skip. - * testsuite/ld-scripts/default-script2.d: Likewise. - * testsuite/ld-scripts/default-script3.d: Likewise. - * testsuite/ld-scripts/default-script4.d: Likewise. - -2020-04-21 Stephen Casner - - PR 25829 - * testsuite/ld-scripts/script.exp (check_script) - (extract_symbol_test): Make test addresses fit in 16 bits. - * testsuite/ld-scripts/memory.t: Likewise. - * testsuite/ld-scripts/memory_sym.t (TXT_LENGTH): Likewise. - * testsuite/ld-scripts/default-script.t (_START): Likewise. - * testsuite/ld-scripts/default-script1.d: Likewise. - * testsuite/ld-scripts/default-script2.d: Likewise. - * testsuite/ld-scripts/default-script3.d: Likewise. - * testsuite/ld-scripts/default-script4.d: Likewise. - * testsuite/ld-scripts/empty-address-1.t: Likewise. - * testsuite/ld-scripts/empty-address-1.d: Likewise. - * testsuite/ld-scripts/empty-address-2a.d: Likewise. - * testsuite/ld-scripts/empty-address-2b.d: Likewise. - * testsuite/ld-misc/start.s: .long -> .dc.a to allow relocation to - fit target address size. - * testsuite/ld-scripts/empty-address-1.s: Likewise. - * testsuite/ld-scripts/empty-address-2.s: Likewise. - -2020-04-21 H.J. Lu - - PR ld/25849 - * ldelfgen.c (ldelf_map_segments): Call - elf_backend_strip_zero_sized_dynamic_sections. - * testsuite/ld-alpha/tlsbinr.rd: Updated. - -2020-04-20 Alan Modra - - * testsuite/ld-powerpc/tlsopt5.s: Rename foo to aaaaa. - * testsuite/ld-powerpc/tlsopt5.d: Adjust to suit. - * testsuite/ld-powerpc/tlsopt6.d: Likewise. - -2020-04-18 Rainer Orth - - * testsuite/ld-elf/warn1.d: Don't xfail on 64-bit Solaris/SPARC. - * testsuite/ld-elf/warn2.d: Likewise. - -2020-04-18 H.J. Lu - - * testsuite/ld-elf/elf.exp (ASFLAGS): Add "--defsym NO_SET=1" for - alpha target. - * testsuite/ld-elf/pr19789.s: Use "=" if NO_SET is defined. - -2020-04-16 Stephen Casner - - PR 18963 - * testsuite/ld-scripts/pr18963.t: Reduce section sizes to fit in - 16-bit address space. - * testsuite/ld-scripts/pr18963.d: Likewise. - -2020-04-17 Juan Manuel Guerrero - Jan W. Jagersma - - * scripttempl/i386go32.sc: Provide symbol _environ. Link in - .ctors and .dtors. Discard LTO sections. - -2020-04-17 Nick Clifton - - * testsuite/config/default.exp: If not already set then create the - CCC_OVERRIDE_OPTIONS environment variable to help when running the - testsuite with clang. - * testsuite/ld-elf/pr22269-1.c: Add a missing return statement. - * testsuite/ld-elfvers/vers.exp: Add checks to detect if files - were built before attempting to copy them. - -2020-04-15 Fangrui Song - - PR binutils/24613 - * lexsup.c (parse_args): Change RM_GENERATE_WARNING and - RM_GENERATE_ERROR to RM_DIAGNOSE. - * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Change - RM_GENERATE_ERROR to RM_DIAGNOSE. - * emultempl/elf.em (ld_${EMULATION_NAME}_emulation): Likewise. - -2020-04-14 Stephen Casner - - PR ld/25677 - * emulparams/pdp11.sh (SCRIPT_NAME): Change to pdp11. - (EXTRA_EM_FILE): New, add emulation file pdp11. - * scripttempl/pdp11.sc: New, derived from aout.sc without - irrelevant input sections. - * emultempl/pdp11.em (_add_options, _handle_option) - (_list_options): New. Add options -z, --imagic for pdp11-aout. - (_before_parse): Make --omagic be default instead of --nmagic. - (_get_script): Modify special-case linker script for --imagic. - * lexsup.c (parse_args): Explictly set config.text_read_only for -n. - * ld.texi (Options): Add documentation of PDP11-specific options. - (Options): Fix unrelated typo to --no-compact-branches. - * gen-doc.texi: @set PDP11. - * testsuite/ld-pdp11/pdp11.exp: New, start pdp11 testing. - * testsuite/ld-pdp11/sections.s: New, source for options tests. - * testsuite/ld-pdp11/imagic.d: New, test --imagic format. - * testsuite/ld-pdp11/imagicz.d: New, test -z (imagic) format. - * testsuite/ld-pdp11/nmagic.d: New, test --nmagic format. - * testsuite/ld-pdp11/omagic.d: New, test --omagic format. - -2020-04-14 H.J. Lu - - PR binutils/25707 - * testsuite/ld-arm/armthumb-lib.sym: Updated. - * testsuite/ld-arm/farcall-mixed-app.sym: Likewise. - * testsuite/ld-arm/farcall-mixed-app2.sym: Likewise. - * testsuite/ld-arm/fdpic-main-m.sym: Likewise. - * testsuite/ld-arm/fdpic-main.sym: Likewise. - * testsuite/ld-arm/fdpic-shared-m.sym: Likewise. - * testsuite/ld-arm/fdpic-shared.sym: Likewise. - * testsuite/ld-arm/mixed-app.sym: Likewise. - * testsuite/ld-arm/mixed-lib.sym: Likewise. - * testsuite/ld-arm/preempt-app.sym: Likewise. - * testsuite/ld-elf/hash.d: Likewise. - * testsuite/ld-elf/pr13195.d: Likewise. - * testsuite/ld-elfvsb/hidden2.d: Likewise. - * testsuite/ld-mips-elf/hash2.d: Likewise. - -2020-04-10 Rainer Orth - - * testsuite/ld-shared/shared.exp: Remove dangling comments. - xfail shared non PIC tests on Solaris. - -2020-04-09 Rainer Orth - - * testsuite/ld-elf/shared.exp: Add -Av9 to AFLAGS_PIC on sparc*-*-*. - -2020-04-02 H.J. Lu - - * testsuite/config/default.exp (NOCF_PROTECTION_CFLAGS): Replace - nopie with available. - -2020-04-02 H.J. Lu - - * testsuite/config/default.exp (NOCF_PROTECTION_CFLAGS): New. - Set to "-fcf-protection=none" if target compiler supports it. - * testsuite/ld-srec/srec.exp: Add $NOCF_PROTECTION_CFLAGS to - CC and CXX. - * testsuite/ld-x86-64/x86-64.exp: Add $NOCF_PROTECTION_CFLAGS - to PLT BND tests. - -2020-04-02 H.J. Lu - - * testsuite/ld-elf/linux-x86.exp (check_pr25749a): Compile with - -I../bfd. - (check_pr25749b): Likewise. - -2020-04-02 Rainer Orth - - * testsuite/ld-ifunc/ifunc-10-i386.d: Remove *-*-solaris2* from - notarget. - * ifunc-11-i386.d: Likewise. - * ifunc-12-i386.d: Likewise. - * ifunc-13-i386.d: Likewise. - * ifunc-14a-i386.d: Likewise. - * ifunc-14b-i386.d: Likewise. - * ifunc-14c-i386.d: Likewise. - * ifunc-14d-i386.d: Likewise. - * ifunc-14e-i386.d: Likewise. - * ifunc-14f-i386.d: Likewise. - * ifunc-15-i386.d: Likewise. - * ifunc-16-i386-now.d: Likewise. - * ifunc-16-i386.d: Likewise. - * ifunc-17a-i386.d: Likewise. - * ifunc-17b-i386.d: Likewise. - * ifunc-18a-i386.d: Likewise. - * ifunc-18b-i386.d: Likewise. - * ifunc-19a-i386.d: Likewise. - * ifunc-19b-i386.d: Likewise. - * ifunc-2-i386-now.d: Likewise. - * ifunc-2-i386.d: Likewise. - * ifunc-2-local-i386-now.d: Likewise. - * ifunc-2-local-i386.d: Likewise. - * ifunc-20-i386.d: Likewise. - * ifunc-21-i386.d: Likewise. - * ifunc-22-i386.d: Likewise. - * ifunc-5a-i386.d: Likewise. - * ifunc-5a-local-i386.d: Likewise. - * ifunc-5b-i386.d: Likewise. - * ifunc-5b-local-i386.d: Likewise. - * ifunc-5r-local-i386.d: Likewise. - * ifunc-6a-i386.d: Likewise. - * ifunc-6b-i386.d: Likewise. - * ifunc-7a-i386.d: Likewise. - * ifunc-7b-i386.d: Likewise. - * ifunc-8-i386.d: Likewise. - * ifunc-9-i386.d: Likewise. - * pr17154-i386-now.d: Likewise. - * pr17154-i386.d: Likewise. - - * ifunc-23a-x86.d: Remove notarget. - * ifunc-24a-x86.d: Likewise. - * ifunc-25a-x86.d: Likewise. - -2020-04-02 Nick Clifton - - PR ld/25747 - * ldfile.c (ldfile_open_file): Fix typo in warning message. - -2020-04-01 H.J. Lu - - PR ld/25749 - PR ld/25754 - * testsuite/ld-elf/linux-x86.exp: Run ld/25749 tests. - * testsuite/ld-elf/pr25749-1.c: New file. - * testsuite/ld-elf/pr25749-1a.c: Likewise. - * testsuite/ld-elf/pr25749-1b.c: Likewise. - * testsuite/ld-elf/pr25749-1b.err: Likewise. - * testsuite/ld-elf/pr25749-1c.c: Likewise. - * testsuite/ld-elf/pr25749-1d.c: Likewise. - * testsuite/ld-elf/pr25749-2.c: Likewise. - * testsuite/ld-elf/pr25749-2a.s: Likewise. - * testsuite/ld-elf/pr25749-2b.s: Likewise. - * testsuite/ld-elf/pr25749.rd: Likewise. - * testsuite/ld-elf/pr25754-1a.c: Likewise. - * testsuite/ld-elf/pr25754-1b.s: Likewise. - * testsuite/ld-elf/pr25754-2a.c: Likewise. - * testsuite/ld-elf/pr25754-2b.err: Likewise. - * testsuite/ld-elf/pr25754-2b.s: Likewise. - * testsuite/ld-elf/pr25754-3a.c: Likewise. - * testsuite/ld-elf/pr25754-3b.s: Likewise. - * testsuite/ld-elf/pr25754-4a.c: Likewise. - * testsuite/ld-elf/pr25754-4b.s: Likewise. - * testsuite/ld-elf/pr25754-4c.s: Likewise. - * testsuite/ld-elf/pr25754-5a.c: Likewise. - * testsuite/ld-elf/pr25754-5b.s: Likewise. - * testsuite/ld-elf/pr25754-5c.s: Likewise. - * testsuite/ld-elf/pr25754-6a.c: Likewise. - * testsuite/ld-elf/pr25754-6b.s: Likewise. - * testsuite/ld-x86-64/pr19609-6a.d: Don't expect linker error. - -2020-04-01 Tamar Christina - - PR ld/16017 - * testsuite/ld-arm/arm-elf.exp (thumb-plt, thumb-plt-got): Skip for NaCL. - -2020-04-01 Nick Clifton - - PR ld/25747 - * ldfile.c (ldfile_open_file): If a search for a library fails, - but there is a file that would match if it had a "lib" prefix to - its name, then tell the user. - -2020-04-01 Tamar Christina - - PR ld/16017 - * testsuite/ld-arm/arm-elf.exp (thumb-plt-got): New. - * testsuite/ld-arm/thumb-plt-got.d: New test. - -2020-04-01 Tamar Christina - - * testsuite/ld-arm/arm-elf.exp (thumb-plt): New. - * testsuite/ld-arm/thumb-plt.d: New test. - * testsuite/ld-arm/thumb-plt.s: New test. - -2020-04-01 Hans-Peter Nilsson - - * testsuite/ld-scripts/defined4.d: Don't xfail mmix-*-*. - -2020-03-30 Nick Clifton - - PR binutils/25662 - * emultempl/pe.em (after_open): Replace initialisation of the - insert_timestamp field in the pe_data structure with an - initialisation of the timestamp field. - * emultemp/pep.em: Likewise. - * pe-dll.c (fill_edata): Use the timestamp field in the pe_data - structure instead of the insert_timestamp field. - -2020-03-28 H.J. Lu - - PR 25732 - * emulparams/elf_i386_ldso.sh (COMMONPAGESIZE): New. - * testsuite/ld-elf/shared.exp:Don't xfail pr20995-2 tests for - Solaris. - -2020-03-27 H.J. Lu - - PR 25732 - * testsuite/ld-elf/shared.exp: Xfail pr20995-2 tests for Solaris. - -2020-03-27 H.J. Lu - - PR 25732 - * testsuite/ld-ifunc/ifunc-23a-x86.d: Add notarget for Solaris. - * testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise. - * testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise. - -2020-03-25 Alan Modra - - * testsuite/ld-elf/compress1c.d: xfail h8300. - * testsuite/ld-elf/compressed1c.d: Likewise. - * testsuite/ld-elf/compressed1e.d: Likewise. - * testsuite/ld-elf/dynamic1.d: Likewise. - * testsuite/ld-elf/dynsym1.d: Likewise. - * testsuite/ld-elf/ehdr_start-shared.d: Likewise. - * testsuite/ld-elf/exclude3b.d: Likewise. - * testsuite/ld-elf/export-class.exp: Don't run without -shared support. - * testsuite/ld-elf/global1.d: xfail h8300. - * testsuite/ld-elf/hash.d: Likewise. - * testsuite/ld-elf/loadaddr1.d: Likewise. - * testsuite/ld-elf/loadaddr2.d: Likewise. - * testsuite/ld-elf/local1.d: Likewise. - * testsuite/ld-elf/mbind1b.d: Likewise. - * testsuite/ld-elf/mbind1c.d: Likewise. - * testsuite/ld-elf/now-1.d: Likewise. - * testsuite/ld-elf/now-2.d: Likewise. - * testsuite/ld-elf/now-3.d: Likewise. - * testsuite/ld-elf/now-4.d: Likewise. - * testsuite/ld-elf/pie.d: Likewise. - * testsuite/ld-elf/pr12975.d: Likewise. - * testsuite/ld-elf/pr13177.d: Likewise. - * testsuite/ld-elf/pr13195.d: Likewise. - * testsuite/ld-elf/pr16322.d: Likewise. - * testsuite/ld-elf/pr16498a.d: Likewise. - * testsuite/ld-elf/pr16498b.d: Likewise. - * testsuite/ld-elf/pr17615.d: Likewise. - * testsuite/ld-elf/pr19162.d: Likewise. - * testsuite/ld-elf/pr19539.d: Likewise. - * testsuite/ld-elf/pr19617a.d: Likewise. - * testsuite/ld-elf/pr19698.d: Likewise. - * testsuite/ld-elf/pr20513c.d: Likewise. - * testsuite/ld-elf/pr20513d.d: Likewise. - * testsuite/ld-elf/pr21389a.d: Likewise. - * testsuite/ld-elf/pr21389b.d: Likewise. - * testsuite/ld-elf/pr21389c.d: Likewise. - * testsuite/ld-elf/pr21562a.d: Likewise. - * testsuite/ld-elf/pr21562b.d: Likewise. - * testsuite/ld-elf/pr21562c.d: Likewise. - * testsuite/ld-elf/pr21562d.d: Likewise. - * testsuite/ld-elf/pr21562e.d: Likewise. - * testsuite/ld-elf/pr21562f.d: Likewise. - * testsuite/ld-elf/pr21562g.d: Likewise. - * testsuite/ld-elf/pr21562h.d: Likewise. - * testsuite/ld-elf/pr21562i.d: Likewise. - * testsuite/ld-elf/pr21562j.d: Likewise. - * testsuite/ld-elf/pr21562k.d: Likewise. - * testsuite/ld-elf/pr21562l.d: Likewise. - * testsuite/ld-elf/pr21562m.d: Likewise. - * testsuite/ld-elf/pr21562n.d: Likewise. - * testsuite/ld-elf/pr21903a.d: Likewise. - * testsuite/ld-elf/pr21903b.d: Likewise. - * testsuite/ld-elf/pr21903d.d: Likewise. - * testsuite/ld-elf/pr22269a.d: Likewise. - * testsuite/ld-elf/pr22269b.d: Likewise. - * testsuite/ld-elf/pr22393-1a.d: Likewise. - * testsuite/ld-elf/pr22393-1b.d: Likewise. - * testsuite/ld-elf/pr22393-1c.d: Likewise. - * testsuite/ld-elf/pr22393-1d.d: Likewise. - * testsuite/ld-elf/pr22393-1e.d: Likewise. - * testsuite/ld-elf/pr22393-1f.d: Likewise. - * testsuite/ld-elf/pr22423.d: Likewise. - * testsuite/ld-elf/pr22450.d: xfail avr, crx, h8300, ip2k, m68hc11, - and xc16x. - * testsuite/ld-elf/pr23658-1c.d: xfail h8300. - * testsuite/ld-elf/pr25708.d: xfail h8300 and hppa64. - * testsuite/ld-elf/rpath-1.d: xfail h8300. - * testsuite/ld-elf/rpath-2.d: Likewise. - * testsuite/ld-elf/runpath-1.d: Likewise. - * testsuite/ld-elf/runpath-2.d: Likewise. - * testsuite/ld-elf/sizeofb.d: Likewise. - * testsuite/ld-elf/startofb.d: Likewise. - * testsuite/ld-elf/strtab.d: Likewise. - * testsuite/ld-elf/textaddr1.d: Likewise. - * testsuite/ld-elf/textaddr2.d: Likewise. - * testsuite/ld-elf/textaddr4.d: Likewise. - * testsuite/ld-elf/textaddr5.d: Likewise. - * testsuite/ld-elf/textaddr6.d: Likewise. - * testsuite/ld-elf/unknown2.d: Likewise. - * testsuite/ld-undefined/entry-3.d: Likewise. - * testsuite/ld-undefined/entry-4.d: Likewise. - * testsuite/ld-h8300/h8300.exp: Pass appropriate ld -m option. - * testsuite/ld-h8300/gcsection.d: Remove ld -m option and relax - file format match. - * testsuite/ld-h8300/relax-2.d: Likewise. - * testsuite/ld-h8300/relax-3.d: Likewise. - * testsuite/ld-h8300/relax-4.d: Likewise. - * testsuite/ld-h8300/relax-5.d: Likewise. - * testsuite/ld-h8300/relax-6.d: Likewise. - * testsuite/ld-h8300/relax-7.d: Likewise. - * testsuite/ld-h8300/relax.d: Relax file format match. - -2020-03-24 H.J. Lu - - PR binutils/25708 - * testsuite/ld-elf/pr25708.d: New file. - -2020-03-23 Alan Modra - - * Makefile.am (ALL_EMULATION_SOURCES): Reinstate ei386aout.c. - Include ei386aout dep file. + * testsuite/ld-riscv-elf/attr-merge-arch-failed-01.d: Likewise. + * testsuite/ld-riscv-elf/attr-merge-arch-failed-02.d: Likewise. + * testsuite/ld-riscv-elf/c-lui-2.d: Likewise. + * testsuite/ld-riscv-elf/c-lui.d: Likewise. + * testsuite/ld-riscv-elf/call-relax.d: Likewise. + * testsuite/ld-riscv-elf/pcrel-lo-addend-2.d: Likewise. + * testsuite/ld-riscv-elf/pcrel-lo-addend.d: Likewise. + * testsuite/ld-riscv-elf/weakref32.d: Accept bigriscv in addition + to littleriscv. + * testsuite/ld-riscv-elf/weakref64.d: Likewise. + +2021-01-06 Marcus Comstedt + + * configure.tgt: Added riscvbe-*-*, riscv32be*-*-*, riscv64be*-*-*, + riscv32be*-*-linux*, and riscv64be*-*-linux*. + * Makefile.am: Added eelf32briscv.c, eelf32briscv_ilp32f.c and + eelf32briscv_ilp32.c. * Makefile.in: Regenerate. - * po/BLD-POTFILES.in: Regenerate. - -2020-03-20 H.J. Lu - - * testsuite/ld-plugin/lto.exp (lto_link_tests): Run PR ld/25355 - test only for GCC 10 or newer. - -2020-03-20 Alan Modra - - * testplug.c (parse_symdefstr): Use %hhi to read sym->def, and - clear new fields. - * testplug2.c (parse_symdefstr): Likewise. - * testplug3.c (parse_symdefstr): Likewise. - * testplug4.c (parse_symdefstr): Likewise. - -2020-03-18 Christophe Lyon - - * testsuite/ld-arm/non-contiguous-arm4.d: Fix expected output. - * testsuite/ld-powerpc/non-contiguous-powerpc.d: Likewise. - -2020-03-18 Christophe Lyon - - * emultempl/xtensaelf.em: Emit a fatal error message - instead of calling abort. - * ldlang.c: Likewise. - -2020-03-14 Alan Modra - - * testsuite/ld-elf/non-contiguous.d: Don't xfail generic ELF - targets. Don't skip xtensa, xfail instead. - -2020-03-13 Christophe Lyon - - * ldlang.c (lang_add_section): Add support for - non_contiguous_regions. - (size_input_section): Likewise. - (lang_size_sections_1): Likewise. - (process_insert_statements): Likewise. - * ldlex.h (option_values): Add OPTION_NON_CONTIGUOUS_REGIONS and - OPTION_NON_CONTIGUOUS_REGIONS_WARNINGS. - * lexsup.c (ld_options): Add entries for - --enable-non-contiguous-regions and - --enable-non-contiguous-regions-warnings. - (parse_args): Handle it. - * NEWS: Add --enable-non-contiguous-regions and - --enable-non-contiguous-regions-warnings. - * ld.texi: Add --enable-non-contiguous-regions and - --enable-non-contiguous-regions-warnings documentation. - * emultempl/armelf.em (elf32_arm_add_stub_section): Add - SEC_LINKER_CREATED flag. - * emultempl/xtensaelf.em (ld_build_required_section_dependence): - Emit an error when --enable-non-contiguous-regions is used. - * testsuite/ld-elf/non-contiguous.d: New. - * testsuite/ld-elf/non-contiguous.ld: New. - * testsuite/ld-elf/non-contiguous.s: New. - * testsuite/ld-arm/arm-elf.exp: Run the new tests. - * testsuite/ld-arm/arm-elf/non-contiguous-arm.s: New. - * testsuite/ld-arm/arm-elf/non-contiguous-arm.d: New. - * testsuite/ld-arm/arm-elf/non-contiguous-arm.ld: New. - * testsuite/ld-arm/arm-elf/non-contiguous-arm2.d: New. - * testsuite/ld-arm/arm-elf/non-contiguous-arm3.ld: New. - * testsuite/ld-arm/arm-elf/non-contiguous-arm3.d: New. - * testsuite/ld-arm/arm-elf/non-contiguous-arm3.ld: New. - * testsuite/ld-arm/arm-elf/non-contiguous-arm4.d: New. - * testsuite/ld-arm/arm-elf/non-contiguous-arm4.ld: New. - * testsuite/ld-arm/arm-elf/non-contiguous-arm5.d: New. - * testsuite/ld-arm/arm-elf/non-contiguous-arm5.ld: New. - * testsuite/ld-arm/arm-elf/non-contiguous-arm6.d: New. - * testsuite/ld-arm/arm-elf/non-contiguous-arm6.ld: New. - * testsuite/ld-powerpc/powerpc.exp: Run new tests. - * testsuite/ld-powerpc/non-contiguous-powerpc.d: New. - * testsuite/ld-powerpc/non-contiguous-powerpc.ld: New. - * testsuite/ld-powerpc/non-contiguous-powerpc.sd: New. - * testsuite/ld-powerpc/non-contiguous-powerpc64.d: New. - -2020-03-13 H.J. Lu - - PR ld/24920 - * emulparams/elf32_x86_64.sh: Use static.sh. - * emulparams/elf_i386.sh: Likewise. - * emulparams/elf_x86_64.sh: Likewise. - * emulparams/static.sh: New file. - * emultempl/elf-x86.em: Include "ldlex.h". - * testsuite/ld-elf/pr24920.err: New file. - * testsuite/ld-elf/linux-x86.exp: Run ld/24920 tests. - -2020-03-13 Christian Eggers - - * ldexp.c (fold_name): Return SIZEOF_HEADERS in bytes. - -2020-03-11 Alan Modra - - * ldelf.c (elf_orphan_compatible): Return false when two sections - have differing SHF_MASKPROC or SHF_MASKOS flags. - -2020-03-05 Alan Modra - - PR 25570 - * ldlang.c (lang_size_sections_1): Don't report changes on - second and subsequent iterations that make no change in - alignment from that already reported. - -2020-03-05 Alan Modra - - PR 25570 - * ldlang.c (lang_sizing_iteration): New static var. - (lang_size_sections_1): Warn about no memory region only on first - iteration. Warn about changing start address on first iteration - then any delta from that on subsequent iterations. Report a signed - delta. - (one_lang_size_sections_pass): Increment lang_sizing_iteration. - -2020-03-03 Nick Clifton - - PR 25588 - * ld.texi (Options): Update the description of the --rpath-link - option. - -2020-03-02 Alan Modra - - * plugin.c (plugin_object_p): Return a bfd_cleanup. - (plugin_cleanup): New function. - -2020-03-01 H.J. Lu - - PR ld/25618 - * plugin.c (plugin_object_p): Copy the no_export field to the IR - dummy object. - * testsuite/ld-plugin/lto.exp (lto_link_elf_tests): Add - PR ld/25618 tests. - * testsuite/ld-plugin/pr25618.d: New file. - * testsuite/ld-plugin/pr25618a.cc: Likewise. - * testsuite/ld-plugin/pr25618a.h: Likewise. - * testsuite/ld-plugin/pr25618b.cc: Likewise. - * testsuite/ld-plugin/pr25618b.h: Likewise. - -2020-02-27 Alan Modra - - PR 24511 - * testsuite/ld-mmix/b-fixo2.d: Adjust for .data change. - * testsuite/ld-mmix/sec-2.d: Likewise. - * testsuite/ld-mmix/sec-3.d: Likewise. - * testsuite/ld-mmix/sec-4.d: Likewise. - * testsuite/ld-mmix/spec802.d: Likewise. - * testsuite/ld-mmix/spec803.d: Likewise. - * testsuite/ld-mmix/spec804.d: Likewise. - * testsuite/ld-mmix/spec805.d: Likewise. - * testsuite/ld-mmix/spec806.d: Likewise. - * testsuite/ld-mmix/spec807.d: Likewise. - * testsuite/ld-mmix/spec808.d: Likewise. - -2020-02-26 H.J. Lu - - PR ld/25593 - * testsuite/ld-plugin/lto.exp: Run PR ld/25593 tests. - * testsuite/ld-plugin/pr25593.d: New file. - * testsuite/ld-plugin/pr25593a-1.c: Likewise. - * testsuite/ld-plugin/pr25593a-2.c: Likewise. - * testsuite/ld-plugin/pr25593b.c: Likewise. - * testsuite/ld-plugin/pr25593c.c: Likewise. - * testsuite/ld-plugin/pr25593d.c: Likewise. - * testsuite/ld-plugin/pr25593e.c: Likewise. - -2020-02-26 Alan Modra - - * emultempl/cskyelf.em: Indent labels correctly. - * ldfile.c: Likewise. - * ldlang.c: Likewise. - * plugin.c: Likewise. - -2020-02-26 Alan Modra - - PR 25593 - * ldelf.c (ldelf_try_needed): Add DT_NEEDED lib to input_bfds. - (ldelf_after_open): Save state of input_bfds list before loading - DT_NEEDED libs. Traverse input_bfds list adding DT_NEEDED tags. - Restore input_bfds list. - * testsuite/ld-cris/gotplt1.d: Adjust for changed .dynstr order. - -2020-02-24 Nick Clifton - - * po/fr.po: Update French translation. - -2020-02-22 Alan Modra - - PR 25585 - * NEWS: Mention better "PHDR segment not covered by LOAD segment" - checking. - -2020-02-19 Sergey Belyashov - - PR 25537 - * emultempl/z80.em: Remove machine compatability checking. - -2020-02-19 Sergey Belyashov - - PR 25517 - * testsuite/ld-z80/arch_ez80_adl.d: Update command line. - * testsuite/ld-z80/arch_ez80_z80.d: Likewise. - * testsuite/ld-z80/arch_r800.d: Likewise. - * testsuite/ld-z80/arch_z180.d: Likewise. - * testsuite/ld-z80/arch_z80n.d: Likewise. - * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise. - * testsuite/ld-z80/comb_arch_z180_z80.d: Likewise. - * testsuite/ld-z80/comb_arch_z80_ez80.d: Likewise. - * testsuite/ld-z80/comb_arch_z80_z180.d: Likewise. - * testsuite/ld-z80/comb_arch_z80_z80n.d: Likewise. - * testsuite/ld-z80/relocs_b_ez80.d: Likewise. - * testsuite/ld-z80/relocs_b_z80.d: Likewise. - * testsuite/ld-z80/relocs_f_ez80.d: Likewise. - * testsuite/ld-z80/relocs_f_z80.d: Likewise. - * testsuite/ld-z80/relocs_f_z80n.d: Likewise. - -2020-02-19 Alan Modra - - * testsuite/ld-plugin/pr25355.d: Allow alpha-linux nm result. - -2020-02-10 H.J. Lu - - PR binutils/25355 - * testsuite/ld-plugin/lto.exp: Run PR binutils/25355 test. - * testsuite/ld-plugin/pr25355.c: New file. - * testsuite/ld-plugin/pr25355.d: Likewise. - * testsuite/lib/ld-lib.exp (run_cc_link_tests): Support compile - only dump. - -2020-02-07 H.J. Lu - - * testsuite/ld-unique/unique.exp (contains_unique_symbol): Updated. - -2020-02-07 Sergey Belyashov - - PR 25469 - * emulparams/elf32z80.sh: Use z80 emulation. - * emultempl/z80.em: Make generic to both COFF and ELF Z80 emulations. - * emultempl/z80elf.em: Delete. - * testsuite/ld-elf/pr22450.d: Expect to fail for the Z80. - * testsuite/ld-elf/sec64k.exp: Fix Z80 assembly. - * testsuite/ld-unique/pr21529.s: Avoid register name conflict. - * testsuite/ld-unique/unique.s: Likewise. - * testsuite/ld-unique/unique_empty.s: Likewise. - * testsuite/ld-unique/unique_shared.s: Likewise. - * testsuite/ld-unique/unique.d: Updated expected output. - * testsuite/ld-z80/arch_z80n.d: New file. - * testsuite/ld-z80/comb_arch_z80_z80n.d: New file. - * testsuite/ld-z80/labels.s: Add more labels. - * testsuite/ld-z80/relocs.s: Add more reloc tests. - * testsuite/ld-z80/relocs_f_z80n.d: New file - -2020-02-07 H.J. Lu - - PR ld/25022 - * testsuite/ld-elf/pr25022.d: Xfail more targets which don't use - ldelf_before_place_orphans. - -2020-02-06 H.J. Lu - - PR ld/25022 - * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Add - before_place_orphans_default. - * emultempl/armcoff.em (ld_${EMULATION_NAME}_emulation): Likewise. - * emultempl/beos.em (ld_${EMULATION_NAME}_emulation): Likewise. - * emultempl/generic.em (ld_${EMULATION_NAME}_emulation): Likewise. - * emultempl/linux.em (ld_${EMULATION_NAME}_emulation): Likewise. - * emultempl/msp430.em (ld_${EMULATION_NAME}_emulation): Likewise. - * emultempl/pe.em (ld_${EMULATION_NAME}_emulation): Likewise. - * emultempl/pep.em (ld_${EMULATION_NAME}_emulation): Likewise. - * emultempl/ticoff.em (ld_${EMULATION_NAME}_emulation): Likewise. - * emultempl/vanilla.em (ld_${EMULATION_NAME}_emulation): Likewise. - * emultempl/elf.em (ld_${EMULATION_NAME}_emulation): Use - ldelf_before_place_orphans. - * ldelf.c (ldelf_before_place_orphans): New. - * ldelf.h (ldelf_before_place_orphans): Likewise. - * ldemul.c (ldemul_before_place_orphans): Likewise. - (before_place_orphans_default): Likewise. - * ldemul.h (ldemul_before_place_orphans): Likewise. - (before_place_orphans_default): Likewise. - (ld_emulation_xfer_struct): Add before_place_orphans. - * ldlang.c (lang_process): Call ldemul_before_place_orphans - before lang_place_orphans. - * testsuite/ld-elf/pr25022.d: New file. - * testsuite/ld-elf/pr25022.s: Likewise. - * testsuite/ld-elf/pr25022.t: Likewise. - -2020-02-06 H.J. Lu - - PR ld/25490 - * testsuite/ld-elf/pr25490-1.d: New file. - * testsuite/ld-elf/pr25490-1.s: Likewise. - -2020-02-06 H.J. Lu - - PR ld/24526 - PR ld/25021 - PR ld/25490 - * testsuite/ld-elf/elf.exp: Run PR ld/25490 tests. - * testsuite/ld-elf/pr24526.d: New file. - * testsuite/ld-elf/pr24526.s: Likewise. - * testsuite/ld-elf/pr25021.d: Likewise. - * testsuite/ld-elf/pr25021.s: Likewise. - * testsuite/ld-elf/pr25490-2-16.rd: Likewise. - * testsuite/ld-elf/pr25490-2-32.rd: Likewise. - * testsuite/ld-elf/pr25490-2-64.rd: Likewise. - * testsuite/ld-elf/pr25490-2.s: Likewise. - * testsuite/ld-elf/pr25490-3-16.rd: Likewise. - * testsuite/ld-elf/pr25490-3-32.rd: Likewise. - * testsuite/ld-elf/pr25490-3-64.rd: Likewise. - * testsuite/ld-elf/pr25490-3.s: Likewise. - * testsuite/ld-elf/pr25490-4-16.rd: Likewise. - * testsuite/ld-elf/pr25490-4-32.rd: Likewise. - * testsuite/ld-elf/pr25490-4-64.rd: Likewise. - * testsuite/ld-elf/pr25490-4.s: Likewise. - * testsuite/ld-elf/pr25490-5-16.rd: Likewise. - * testsuite/ld-elf/pr25490-5-32.rd: Likewise. - * testsuite/ld-elf/pr25490-5-64.rd: Likewise. - * testsuite/ld-elf/pr25490-5.s: Likewise. - * testsuite/ld-elf/pr25490-6-16.rd: Likewise. - * testsuite/ld-elf/pr25490-6-32.rd: Likewise. - * testsuite/ld-elf/pr25490-6-64.rd: Likewise. - * testsuite/ld-elf/pr25490-6.s: Likewise. - -2020-02-06 H.J. Lu - - * testsuite/lib/ld-lib.exp (check_gc_sections_available): Mark - z80 as not supported. - -2020-02-06 Alan Modra - - * testsuite/ld-ifunc/ifunc.exp: Enable for more targets, specifying - targets that don't support ifunc rather than ones that do. - (contains_irelative_reloc): Match R_PARISC_IPLT. - * testsuite/ld-ifunc/lib.c: Don't use .set in asm. - * testsuite/ld-ifunc/ifunc-23-x86.s, - * testsuite/ld-ifunc/ifunc-24-x86.s, - * testsuite/ld-ifunc/ifunc-25-x86.s, - * testsuite/ld-ifunc/ifunc-4-local-x86.s, - * testsuite/ld-ifunc/ifunc-4-x86.s: Define _main. - * testsuite/ld-ifunc/ifunc-10-i386.d, - * testsuite/ld-ifunc/ifunc-11-i386.d, - * testsuite/ld-ifunc/ifunc-12-i386.d, - * testsuite/ld-ifunc/ifunc-13-i386.d, - * testsuite/ld-ifunc/ifunc-14a-i386.d, - * testsuite/ld-ifunc/ifunc-14b-i386.d, - * testsuite/ld-ifunc/ifunc-14c-i386.d, - * testsuite/ld-ifunc/ifunc-14d-i386.d, - * testsuite/ld-ifunc/ifunc-14e-i386.d, - * testsuite/ld-ifunc/ifunc-14f-i386.d, - * testsuite/ld-ifunc/ifunc-15-i386.d, - * testsuite/ld-ifunc/ifunc-16-i386-now.d, - * testsuite/ld-ifunc/ifunc-16-i386.d, - * testsuite/ld-ifunc/ifunc-17a-i386.d, - * testsuite/ld-ifunc/ifunc-17b-i386.d, - * testsuite/ld-ifunc/ifunc-18a-i386.d, - * testsuite/ld-ifunc/ifunc-18b-i386.d, - * testsuite/ld-ifunc/ifunc-19a-i386.d, - * testsuite/ld-ifunc/ifunc-19b-i386.d, - * testsuite/ld-ifunc/ifunc-2-i386-now.d, - * testsuite/ld-ifunc/ifunc-2-i386.d, - * testsuite/ld-ifunc/ifunc-2-local-i386-now.d, - * testsuite/ld-ifunc/ifunc-2-local-i386.d, - * testsuite/ld-ifunc/ifunc-20-i386.d, - * testsuite/ld-ifunc/ifunc-21-i386.d, - * testsuite/ld-ifunc/ifunc-22-i386.d, - * testsuite/ld-ifunc/ifunc-26.d, - * testsuite/ld-ifunc/ifunc-5a-i386.d, - * testsuite/ld-ifunc/ifunc-5a-local-i386.d, - * testsuite/ld-ifunc/ifunc-5b-i386.d, - * testsuite/ld-ifunc/ifunc-5b-local-i386.d, - * testsuite/ld-ifunc/ifunc-5r-local-i386.d, - * testsuite/ld-ifunc/ifunc-6a-i386.d, - * testsuite/ld-ifunc/ifunc-6b-i386.d, - * testsuite/ld-ifunc/ifunc-7a-i386.d, - * testsuite/ld-ifunc/ifunc-7b-i386.d, - * testsuite/ld-ifunc/ifunc-8-i386.d, - * testsuite/ld-ifunc/ifunc-9-i386.d, - * testsuite/ld-ifunc/pr17154-i386-now.d, - * testsuite/ld-ifunc/pr17154-i386.d: xfail lynxos, nto, and solaris. - -2020-02-06 Alan Modra - - * testsuite/lib/ld-lib.exp (is_generic): Delete. - * testsuite/ld-unique/unique.exp: Exclude tic6x. - -2020-02-06 Alan Modra - - * configure.tgt (i[3-7]86-*-moss*): Don't clear targ_extra_ofiles. - (i[3-7]86-*-openbsd*, x86_64-*-openbsd*): Add. - -2020-02-02 H.J. Lu - - PR gas/25380 - * testsuite/ld-i386/pr22001-1c.S: Use "unique,N" in .section - directives. - * testsuite/ld-i386/tls-gd1.S: Likewise. - * testsuite/ld-x86-64/pr21481b.S: Likewise. - -2020-01-30 Jan Beulich - - * ld.texi: Remove space between @option and brace. - -2020-01-29 Alan Modra - - PR 25477 - * ldelf.c (ldelf_check_ld_so_conf): Add prefix parameter and - correct concat. - (ldelf_after_open): Add prefix parameter. - * ldelf.h (ldelf_after_open): Update prototype. - * emultempl/elf.em (gld${EMULATION_NAME}_after_open): Pass $prefix - to ldelf_after_open. - * Makefile.am: Correct z80 dependencies. - * Makefile.in: Regenerate. - -2020-01-28 Alan Modra - - * ldexp.c (fold_name): Don't print bfd_link_hash_lookup failed - in first phase. - -2020-01-27 Alan Modra - - * testsuite/ld-elfvers/vers.exp: Replace case statements with - switch statements. - * testsuite/ld-ifunc/ifunc.exp: Likewise. - * testsuite/ld-unique/unique.exp: Likewise. - -2020-01-27 H.J. Lu - Alan Modra - - PR ld/25458 - * testsuite/ld-elf/pr25458.map: New file. - * testsuite/ld-elf/pr25458.rd: Likewise. - * testsuite/ld-elf/pr25458a.s: Likewise. - * testsuite/ld-elf/pr25458b.s: Likewise. - * testsuite/ld-elf/shared.exp: Run PR ld/25458 test. - -2020-01-22 H.J. Lu - - PR ld/25416 - * testsuite/ld-x86-64/tls.exp: Skip GNU2 TLS tests only without - compiler support. - -2020-01-22 Alan Modra - - * testsuite/ld-powerpc/tlsdesc3.d, - * testsuite/ld-powerpc/tlsdesc3.wf, - * testsuite/ld-powerpc/tlsdesc4.d, - * testsuite/ld-powerpc/tlsdesc4.s, - * testsuite/ld-powerpc/tlsdesc4.wf: New tests. - * testsuite/ld-powerpc/powerpc.exp: Run them. - -2020-01-22 Alan Modra - - * emultempl/ppc64elf.em (ppc64_opt, PARSE_AND_LIST_LONGOPTS), - (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Support - --tls-get-addr-regsave and --no-tls-get-addr-regsave. - (params): Init new field. - * ld.texi (--tls-get-addr-regsave, --no-tls-get-addr-regsave): - Document. - * testsuite/ld-powerpc/tlsdesc.s, - * testsuite/ld-powerpc/tlsdesc.d, - * testsuite/ld-powerpc/tlsdesc.wf, - * testsuite/ld-powerpc/tlsdesc2.d, - * testsuite/ld-powerpc/tlsdesc2.wf, - * testsuite/ld-powerpc/tlsexenors.d, - * testsuite/ld-powerpc/tlsexenors.r, - * testsuite/ld-powerpc/tlsexers.d, - * testsuite/ld-powerpc/tlsexers.r, - * testsuite/ld-powerpc/tlsexetocnors.d, - * testsuite/ld-powerpc/tlsexetocrs.d, - * testsuite/ld-powerpc/tlsexetocrs.r, - * testsuite/ld-powerpc/tlsopt6.d, - * testsuite/ld-powerpc/tlsopt6.wf: New. - * testsuite/ld-powerpc/powerpc.exp: Run new tests. - -2020-01-22 Yuri Chornoivan - - PR 25417 - * ldlang.c (ldlang_open_ctf): Fix error message typo. - * emultempl/z80elf.em (z80_elf_after_open): Likewise. - -2020-01-21 H.J. Lu - - * testsuite/ld-elf/pr23900-1.d: Adjusted. - -2020-01-21 H.J. Lu - - * testsuite/ld-elf/pr23900-1.d: Also pass -l to readelf. - -2020-01-20 Nick Clifton - - * po/pt_BR.po: Updated Brazilian Portuguese translation. - * po/uk.po: Updated Ukranian translation. - -2020-01-20 H.J. Lu - - PR ld/25416 - * testsuite/ld-x86-64/pr25416-1.s: New file - * testsuite/ld-x86-64/pr25416-1a.d: Likewise. - * testsuite/ld-x86-64/pr25416-1b.d: Likewise. - * testsuite/ld-x86-64/pr25416-1.s: Likewise. - * testsuite/ld-x86-64/pr25416-2.s: Likewise. - * testsuite/ld-x86-64/pr25416-2a.d: Likewise. - * testsuite/ld-x86-64/pr25416-2b.d: Likewise. - * testsuite/ld-x86-64/pr25416-3.d: Likewise. - * testsuite/ld-x86-64/pr25416-3.s: Likewise. - * testsuite/ld-x86-64/pr25416-4.d: Likewise. - * testsuite/ld-x86-64/pr25416-4.s: Likewise. - * testsuite/ld-x86-64/pr25416-5a.c: Likewise. - * testsuite/ld-x86-64/pr25416-5b.s: Likewise. - * testsuite/ld-x86-64/pr25416-5c.s: Likewise. - * testsuite/ld-x86-64/pr25416-5d.s: Likewise. - * testsuite/ld-x86-64/pr25416-5e.s: Likewise. - * testsuite/ld-x86-64/x86-64.exp: Run PR ld/25416 tests. + * emulparams/elf32briscv.sh: Added. + * emulparams/elf32briscv_ilp32.sh: Likewise. + * emulparams/elf32briscv_ilp32f.sh: Likewise. + * emulparams/elf64briscv.sh: Likewise. + * emulparams/elf64briscv_lp64.sh: Likewise. + * emulparams/elf64briscv_lp64f.sh: Likewise. -2020-01-20 Alan Modra +2021-01-05 Nick Alcock - * testsuite/ld-powerpc/tlsexe.d: Match new __tls_get_addr stub. - * testsuite/ld-powerpc/tlsexeno.d: Likewise. - * testsuite/ld-powerpc/tlsexetoc.d: Likewise. - * testsuite/ld-powerpc/tlsexetocno.d: Likewise. - * testsuite/ld-powerpc/tlsopt5.d: Likewise. + * testsuite/ld-ctf/enum-forward.c: New test. + * testsuite/ld-ctf/enum-forward.c: New results. -2020-01-18 Roland McGrath +2021-01-05 Nick Alcock - * testsuite/ld-x86-64/align-branch-1.d: Loosen instruction regexps - to admit whatever absolute address. The label-relative address is - what the test needs to verify. - -2020-01-18 Nick Clifton - - * configure: Regenerate. - * po/ld.pot: Regenerate. - -2020-01-18 Nick Clifton - - Binutils 2.34 branch created. - -2020-01-16 Jozef Lawrynowicz - - * scripttempl/elf32msp430_3.sc: Remove. - -2020-01-16 Jozef Lawrynowicz - - * scripttempl/elf32msp430.sc: Add input section rules for - .upper.{text,data,rodata,bss}. - * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test. - * testsuite/ld-msp430-elf/upper-input-sections.s: New test. - -2020-01-15 Lars Brinkhoff - - PR 20694 - * temulparams/pdp11.sh (TARGET_PAGE_SIZE): Set to 8192. - -2020-01-15 Jozef Lawrynowicz - - * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test. - * testsuite/ld-msp430-elf/reloc-lo-430x.s: New test. - -2020-01-15 Alan Modra + * testsuite/ld-ctf/array.d: Adjust for dumper changes. + * testsuite/ld-ctf/conflicting-cycle-1.B-1.d: Likewise. + * testsuite/ld-ctf/conflicting-cycle-1.B-2.d: Likewise. + * testsuite/ld-ctf/conflicting-cycle-1.parent.d: Likewise. + * testsuite/ld-ctf/conflicting-cycle-2.A-1.d: Likewise. + * testsuite/ld-ctf/conflicting-cycle-2.A-2.d: Likewise. + * testsuite/ld-ctf/conflicting-cycle-2.parent.d: Likewise. + * testsuite/ld-ctf/conflicting-cycle-3.C-1.d: Likewise. + * testsuite/ld-ctf/conflicting-cycle-3.C-2.d: Likewise. + * testsuite/ld-ctf/conflicting-cycle-3.parent.d: Likewise. + * testsuite/ld-ctf/conflicting-enums.d: Likewise. + * testsuite/ld-ctf/conflicting-typedefs.d: Likewise. + * testsuite/ld-ctf/cross-tu-cyclic-conflicting.d: Likewise. + * testsuite/ld-ctf/cross-tu-cyclic-nonconflicting.d: Likewise. + * testsuite/ld-ctf/cross-tu-into-cycle.d: Likewise. + * testsuite/ld-ctf/cross-tu-noncyclic.d: Likewise. + * testsuite/ld-ctf/cycle-1.d: Likewise. + * testsuite/ld-ctf/cycle-2.A.d: Likewise. + * testsuite/ld-ctf/cycle-2.B.d: Likewise. + * testsuite/ld-ctf/cycle-2.C.d: Likewise. + * testsuite/ld-ctf/data-func-conflicted.d: Likewise. + * testsuite/ld-ctf/diag-cttname-null.d: Likewise. + * testsuite/ld-ctf/diag-cuname.d: Likewise. + * testsuite/ld-ctf/diag-parlabel.d: Likewise. + * testsuite/ld-ctf/diag-wrong-magic-number-mixed.d: Likewise. + * testsuite/ld-ctf/forward.d: Likewise. + * testsuite/ld-ctf/function.d: Likewise. + * testsuite/ld-ctf/slice.d: Likewise. + * testsuite/ld-ctf/super-sub-cycles.d: Likewise. + * testsuite/ld-ctf/enums.c: New test. + * testsuite/ld-ctf/enums.d: New test. - * testsuite/ld-powerpc/ambiguousv1b.d: Adjust expected output. - * testsuite/ld-powerpc/funref.s: Align func_tab. - * testsuite/ld-powerpc/funref2.s: Likewise. - * testsuite/ld-powerpc/funv1.s: Add dot symbols. +2021-01-05 Nick Alcock -2020-01-14 Lili Cui + * testsuite/ld-ctf/conflicting-cycle-1.parent.d: Adjust for dumper + changes. + * testsuite/ld-ctf/cross-tu-cyclic-conflicting.d: Likewise. + * testsuite/ld-ctf/forward.c: New test... + * testsuite/ld-ctf/forward.d: ... and results. - * testsuite/ld-i386/align-branch-1.d: Updated for i686-pc-elf. +2021-01-05 Nick Alcock -2020-01-13 Alan Modra + * testsuite/ld-ctf/array.d: Adjust for dumper changes. + * testsuite/ld-ctf/data-func-conflicted.d: Likewise. + * testsuite/ld-ctf/diag-cttname-null.d: Likewise. + * testsuite/ld-ctf/diag-cuname.d: Likewise. + * testsuite/ld-ctf/diag-parlabel.d: Likewise. + * testsuite/ld-ctf/function.d: Likewise. + * testsuite/ld-ctf/slice.d: Likewise. - * po/BLD-POTFILES.in: Regenerate. +2021-01-05 Nick Alcock -2020-01-13 Claudiu Zissulescu + * testsuite/ld-ctf/array.d: Adjust for dumper changes. + * testsuite/ld-ctf/conflicting-cycle-1.B-1.d: Likewise. + * testsuite/ld-ctf/conflicting-cycle-1.B-2.d: Likewise. + * testsuite/ld-ctf/conflicting-cycle-1.parent.d: Likewise. + * testsuite/ld-ctf/conflicting-cycle-2.A-1.d: Likewise. + * testsuite/ld-ctf/conflicting-cycle-2.A-2.d: Likewise. + * testsuite/ld-ctf/conflicting-cycle-2.parent.d: Likewise. + * testsuite/ld-ctf/conflicting-cycle-3.C-1.d: Likewise. + * testsuite/ld-ctf/conflicting-cycle-3.C-2.d: Likewise. + * testsuite/ld-ctf/conflicting-cycle-3.parent.d: Likewise. + * testsuite/ld-ctf/conflicting-enums.d: Likewise. + * testsuite/ld-ctf/conflicting-typedefs.d: Likewise. + * testsuite/ld-ctf/cross-tu-cyclic-conflicting.d: Likewise. + * testsuite/ld-ctf/cross-tu-cyclic-nonconflicting.d: Likewise. + * testsuite/ld-ctf/cross-tu-into-cycle.d: Likewise. + * testsuite/ld-ctf/cross-tu-noncyclic.d: Likewise. + * testsuite/ld-ctf/cycle-1.d: Likewise. + * testsuite/ld-ctf/cycle-2.A.d: Likewise. + * testsuite/ld-ctf/cycle-2.B.d: Likewise. + * testsuite/ld-ctf/cycle-2.C.d: Likewise. + * testsuite/ld-ctf/data-func-conflicted.d: Likewise. + * testsuite/ld-ctf/diag-cttname-null.d: Likewise. + * testsuite/ld-ctf/diag-cuname.d: Likewise. + * testsuite/ld-ctf/diag-parlabel.d: Likewise. + * testsuite/ld-ctf/diag-wrong-magic-number-mixed.d: Likewise. + * testsuite/ld-ctf/function.d: Likewise. + * testsuite/ld-ctf/slice.d: Likewise. + * testsuite/ld-ctf/super-sub-cycles.d: Likewise. + +2021-01-05 Alan Modra + + * testsuite/ld-scripts/sysroot-prefix.exp: Exclude some targets. + +2021-01-05 Alan Modra + + PR ld/26256 + * testsuite/ld-elf/pr26256-1b.d: xfail s12z. + * testsuite/ld-scripts/crossref.exp (cross1): Don't xfail ia64. + +2021-01-04 H.J. Lu + + PR ld/26256 + * ldlang.c (gc_section_callback): Set pattern. + * testsuite/ld-elf/pr26256-1.s: New file. + * testsuite/ld-elf/pr26256-1.t: Likewise. + * testsuite/ld-elf/pr26256-1a.d: Likewise. + * testsuite/ld-elf/pr26256-1b.d: Likewise. + * testsuite/ld-elf/pr26256-2.s: Likewise. + * testsuite/ld-elf/pr26256-2.t: Likewise. + * testsuite/ld-elf/pr26256-2a.d: Likewise. + * testsuite/ld-elf/pr26256-2b-alt.d: Likewise. + * testsuite/ld-elf/pr26256-2b.d: Likewise. + * testsuite/ld-elf/pr26256-3.s: Likewise. + * testsuite/ld-elf/pr26256-3a.d: Likewise. + * testsuite/ld-elf/pr26256-3a.t: Likewise. + * testsuite/ld-elf/pr26256-3b.d: Likewise. + * testsuite/ld-elf/pr26256-3b.t: Likewise. + +2021-01-04 Alan Modra + + PR 26822 + * testsuite/ld-arm/non-contiguous-arm2.d: Adjust STT_FILE symbol match. + * testsuite/ld-arm/non-contiguous-arm3.d: Likewise. + * testsuite/ld-arm/non-contiguous-arm5.d: Likewise. + * testsuite/ld-arm/non-contiguous-arm6.d: Likewise. + * testsuite/ld-i386/tlsbin.rd: Likewise. + * testsuite/ld-i386/tlsbin2.rd: Likewise. + * testsuite/ld-i386/tlsbindesc.rd: Likewise. + * testsuite/ld-i386/tlsdesc.rd: Likewise. + * testsuite/ld-i386/tlsnopic.rd: Likewise. + * testsuite/ld-i386/tlspic.rd: Likewise. + * testsuite/ld-i386/tlspic2.rd: Likewise. + * testsuite/ld-mips-elf/global-local-symtab-sort-n64.d: Likewise. + * testsuite/ld-mips-elf/global-local-symtab-sort-n64t.d: Likewise. + * testsuite/ld-mips-elf/global-local-symtab-sort-o32.d: Likewise. + * testsuite/ld-mips-elf/global-local-symtab-sort-o32t.d: Likewise. + * testsuite/ld-plugin/pr17973.d: Likewise. + * testsuite/ld-tic6x/shlib-1.rd: Likewise. + * testsuite/ld-tic6x/shlib-1b.rd: Likewise. + * testsuite/ld-tic6x/shlib-1r.rd: Likewise. + * testsuite/ld-tic6x/shlib-1rb.rd: Likewise. + * testsuite/ld-tic6x/shlib-app-1.rd: Likewise. + * testsuite/ld-tic6x/shlib-app-1b.rd: Likewise. + * testsuite/ld-tic6x/shlib-app-1r.rd: Likewise. + * testsuite/ld-tic6x/shlib-app-1rb.rd: Likewise. + * testsuite/ld-tic6x/shlib-noindex.rd: Likewise. + * testsuite/ld-tic6x/static-app-1.rd: Likewise. + * testsuite/ld-tic6x/static-app-1b.rd: Likewise. + * testsuite/ld-tic6x/static-app-1r.rd: Likewise. + * testsuite/ld-tic6x/static-app-1rb.rd: Likewise. + * testsuite/ld-x86-64/tlsbin.rd: Likewise. + * testsuite/ld-x86-64/tlsbin2.rd: Likewise. + * testsuite/ld-x86-64/tlsbindesc.rd: Likewise. + * testsuite/ld-x86-64/tlsdesc.rd: Likewise. + * testsuite/ld-x86-64/tlspic.rd: Likewise. + * testsuite/ld-x86-64/tlspic2.rd: Likewise. + * testsuite/ld-xtensa/tlsbin.rd: Likewise. + * testsuite/ld-xtensa/tlspic.rd: Likewise. - * testsuite/ld-arc/relax-local-pic.d: Improve matching patterns. +2021-01-01 Nicolas Boulenguez -2020-01-13 Claudiu Zissulescu + * configure.tgt: Correct comment grammar. + * emultempl/m68hc1xelf.em: Likewise. + * ld.texi: Correct grammar. - * Makefile.am: Remove earcelf_prof.c and earclinux_prof.c - emulations. - * configure.tgt: Likewise. - * Makefile.in: Regenerate. - * emulparams/arcelf_prof.sh: Remove file. - * emulparams/arclinux_prof.sh: Likewise. - -2020-01-13 Claudiu Zissulescu - - * scripttempl/elfarcv2.sc : Allow interrupt vector table to be - located at an arbitrary address. Use DWARF.sc file. - * scripttempl/elfarc.sc: Use DWARF.sc file. - -2020-01-07 Alan Modra - - * testsuite/ld-mips-elf/eh-frame5.s, - * testsuite/ld-mips-elf/ehdr_start-new.s, - * testsuite/ld-mips-elf/ehdr_start-o32.s, - * testsuite/ld-mips-elf/mips16-call-global-1.s, - * testsuite/ld-mips-elf/mips16-intermix-1.s, - * testsuite/ld-mips-elf/mips16-pic-1b.s, - * testsuite/ld-mips-elf/mips16-pic-4c.s, - * testsuite/ld-mips-elf/no-shared-1-n64.s, - * testsuite/ld-mips-elf/no-shared-1-o32.s, - * testsuite/ld-mips-elf/pic-and-nonpic-1b-micromips.s, - * testsuite/ld-mips-elf/pic-and-nonpic-1b.s, - * testsuite/ld-mips-elf/pic-and-nonpic-2a.s, - * testsuite/ld-mips-elf/pic-and-nonpic-3b.s, - * testsuite/ld-mips-elf/pic-and-nonpic-4b.s, - * testsuite/ld-mips-elf/pic-and-nonpic-5a.s, - * testsuite/ld-mips-elf/pic-and-nonpic-6-n32c.s, - * testsuite/ld-mips-elf/pic-and-nonpic-6-n64c.s, - * testsuite/ld-mips-elf/pic-and-nonpic-6-o32c.s, - * testsuite/ld-mips-elf/pie.s, - * testsuite/ld-mips-elf/relax-jalr.s: Revert 2019-12-17 change. - -2020-01-06 Nick Clifton - - PR 25327 - * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler - command line when building libcomm1.o and pr13250 tests. - * testsuite/ld-plugin/lto.exp: Likewise for pr20267 tests. - -2020-01-06 Nick Clifton - - PR 25326 - * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler - command line when building pr19579 binaries. - -2020-01-03 Hannes Domani - - * emultempl/pe.em: Add new option --enable-reloc-section. - * emultempl/pep.em: Likewise. - * ld.texi: Document --enable-reloc-section. - * pe-dll.c (pe_dll_build_sections): Use pe_dll_enable_reloc_section. - (pe_dll_fill_sections): Simplify by calling pe_exe_fill_sections. - * pe-dll.h: Add extern declaration of option flag. - * pep-dll.c (pe_dll_enable_reloc_section): - Add alias define for pep_dll_enable_reloc_section. - * pep-dll.h: Add extern declaration of option flag. - -2020-01-02 Sergey Belyashov - - * Makefile.am: Add new target z80-elf - * configure.tgt: Likewise. - * Makefile.in: Regenerate. - * emultempl/z80.em: Add support for eZ80 and Z180 architectures. - * emulparams/elf32z80.sh: New file. - * emultempl/z80elf.em: Likewise. - * testsuite/ld-elf/comm-data4.s: Fix for Z80. - * testsuite/ld-elf/comm-data5.s: Fix for Z80. - * testsuite/ld-scripts/fill16.d: Fix for Z80. - * testsuite/ld-z80/arch_ez80_adl.d: Likewise. - * testsuite/ld-z80/arch_ez80_z80.d: Likewise. - * testsuite/ld-z80/arch_r800.d: Likewise. - * testsuite/ld-z80/arch_z180.d: Likewise. - * testsuite/ld-z80/arch_z80.d: Likewise. - * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise. - * testsuite/ld-z80/comb_arch_z180.d: Likewise. - * testsuite/ld-z80/labels.s: Likewise. - * testsuite/ld-z80/relocs.s: Likewise. - * testsuite/ld-z80/relocs_b_ez80.d: Likewise. - * testsuite/ld-z80/relocs_b_z80.d: Likewise. - * testsuite/ld-z80/relocs_f_z80.d: Likewise. - * testsuite/ld-z80/z80.exp: Likewise. - * NEWS: Mention the new support. - -2020-01-02 Tamar Christina - - PR 25210 - PR 24753 - * emultempl/aarch64elf.em (elf${ELFSIZE}_aarch64_add_stub_section): - Remove SEC_LINKER_CREATED. - * testsuite/ld-aarch64/aarch64-elf.exp: Add erratum835769-843419. - * testsuite/ld-aarch64/erratum835769-843419.d: New test. - -2020-01-01 Alan Modra +2021-01-01 Alan Modra Update year range in copyright notice of all files. -For older changes see ChangeLog-2019 +For older changes see ChangeLog-2020 -Copyright (C) 2020 Free Software Foundation, Inc. +Copyright (C) 2021 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright