]> Git Repo - binutils.git/blobdiff - ld/ChangeLog
x86-64: Convert load to mov only for GOTPCRELX relocations
[binutils.git] / ld / ChangeLog
index 540ebae7930816ca7ebb4fa3a899445dc0362513..f33bd41b01b679a43829c99a141ad80f0e21d340 100644 (file)
@@ -1,3 +1,507 @@
+2020-12-04  H.J. Lu  <[email protected]>
+
+       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.
+
+2020-12-04  Alan Modra  <[email protected]>
+
+       * testsuite/ld-elf/pr26978a.d,
+       * testsuite/ld-elf/pr26978a.s,
+       * testsuite/ld-elf/pr26978b.d,
+       * testsuite/ld-elf/pr26978b.s: New tests.
+
+2020-12-03  Andreas Krebbel  <[email protected]>
+
+       * testsuite/ld-s390/tlsbin_64.dd: The newly added jgnop mnemonic
+       replaces long relative branches with empty condition code masks.
+
+2020-12-03  Maciej W. Rozycki  <[email protected]>
+
+       * testsuite/ld-vax-elf/vax-elf.exp: Wrap excessively long lines
+       throughout.
+
+2020-12-02  Hans-Peter Nilsson  <[email protected]>
+
+       * testsuite/ld-elf/pr26936.d: Pass -W.
+
+2020-12-01  H.J. Lu  <[email protected]>
+
+       PR ld/26970
+       * scripttempl/elfarc.sc (TEXT_START_ADDR): New.  Add SEGMENT_START.
+       (SHLIB_TEXT_START_ADDR): Likewise.
+
+2020-12-01  Alan Modra  <[email protected]>
+
+       * testsuite/ld-elf/elf.exp: Set ASFLAGS for tic6x.
+       * testsuite/ld-elf/reloc-discard.d: Remove tic6x xfail.
+
+2020-12-01  Alan Modra  <[email protected]>
+
+       * 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.
+
+2020-11-29  H.J. Lu  <[email protected]>
+
+       PR ld/26936
+       * testsuite/ld-elf/pr26936.d: Xfail targets which don't support
+       mixing linkonce and comdat sections.
+
+2020-11-28  Alan Modra  <[email protected]>
+
+       * testsuite/ld-elf/pr26907.ld,
+       * testsuite/ld-elf/pr26907.s,
+       * testsuite/ld-elf/pr26907.d: New test.
+
+2020-11-27  Jozef Lawrynowicz  <[email protected]>
+
+       * 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.
+
+2020-11-26  Alan Modra  <[email protected]>
+
+       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.
+
+2020-11-25  H.J. Lu  <[email protected]>
+
+       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.
+
+2020-11-25  Alan Modra  <[email protected]>
+
+       * 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.
+
+2020-11-24  H.J. Lu  <[email protected]>
+
+       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.
+
+2020-11-23  H.J. Lu  <[email protected]>
+
+       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.
+
+2020-11-23  Shahab Vahedi  <[email protected]>
+
+       * testsuite/ld-arc/tls_ie-01.d: Use a more general pattern.
+
+2020-11-21  Nelson Chu  <[email protected]>
+
+       * 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  <[email protected]>
+
+       * 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  <[email protected]>
+
+       * 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.
+
+2020-11-20  Nick Alcock  <[email protected]>
+
+       * ldelfgen.c (struct ctf_strsym_iter_cb_arg): Rename to...
+       (struct ctf_strtab_iter_cb_arg): ... this, changing fields:
+       <syms>: Remove.
+       <symcount>: Remove.
+       <symstrtab>: Rename to...
+       <strtab>: ... 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.
+       * emultempl/pe.em: Likewise.
+       * emultempl/pep.em: Likewise.
+       * emultempl/ticoff.em: Likewise.
+       * emultempl/vanilla.em: Likewise.
+
+2020-11-20  Nick Alcock  <[email protected]>
+
+       * 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  <[email protected]>
+
+       * 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  <[email protected]>
+
+       * 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  <[email protected]>
+
+       * 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  <[email protected]>
+
+       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  <[email protected]>
+
+       * po/es.po: Updated Spanish translation.
+
+2020-11-16  Shahab Vahedi  <[email protected]>
+
+       * testsuite/ld-arc/tls_ie-01.d: Update the dump command.
+
+2020-11-14  Borislav Petkov  <[email protected]>
+
+       * 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  <[email protected]>
+
+       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  <[email protected]>
+
+       * Makefile.am (development.exp): Fix regexp.
+       * Makefile.in: Regenerate.
+
+2020-11-06  Nick Clifton  <[email protected]>
+
+       * 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  <[email protected]>
+
+       * po/sr.po: Updated Serbian translation.
+
+2020-11-03  Nick Clifton  <[email protected]>
+
+       * emulparams/x86-64-level.sh
+       (PARSE_AND_LIST_ARGS_CASE_Z_X86_64_LEVEL): Fix indentation.
+
+2020-11-02  Alan Modra  <[email protected]>
+
+       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  <[email protected]>
+
+       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  <[email protected]>
+
+       * testsuite/ld-elfweak/elfweak.exp: Pass $NOLTO_CFLAGS to CC.
+
+2020-10-26  Nick Clifton  <[email protected]>
+
+       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 <[email protected]>
+
+       * 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  <[email protected]>
+
+       * testsuite/config/default.exp (plug_opt): Set only if compiler
+       is available.
+
 2020-10-22  H.J. Lu  <[email protected]>
 
        * testsuite/ld-plugin/lto.exp (plug_opt): Moved to ...
This page took 0.033843 seconds and 4 git commands to generate.