X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2FChangeLog;h=b67cd518a6a4ef797c7b898e27c195e88143c597;hb=359157df2087894563a900e5f63299b42f460be2;hp=095eeab2a8bc0927dd748217ce8ae2816c3a7636;hpb=2d0a923cc653b76a531651c9f4b026a0ae366858;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/ChangeLog b/ld/ChangeLog index 095eeab2a8..b67cd518a6 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,79 @@ +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. @@ -6,7 +82,10 @@ * 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