X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=ld%2FChangeLog;h=0a2efa13053e63fb010597c8818ef03bc6bb86af;hb=309cae1f7bbb6c4de0234e9f592d7dad3d6c61ba;hp=15d34bc5a3f134c5edfec930d53ff53de0f165e9;hpb=00386881a3d0f7ac89fcc5cc912da8cd69c04324;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/ChangeLog b/ld/ChangeLog index 15d34bc5a3..0a2efa1305 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,563 @@ +2020-05-23 H.J. Lu + + 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. + +2020-05-21 Alan Modra + + * 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. + +2020-05-20 Nelson Chu + + * testsuite/ld-riscv-elf/attr-merge-arch-01.d: Updated + priv attributes according to the -mpriv-spec option. + * 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