X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2Ftestsuite%2FChangeLog;h=8a1eef2705d9b975bce667127055e0e151a6ab3b;hb=0a6b6047cfd01e229234b747c7694e545b9aefb3;hp=67ef467366dd7ea309bbb28d94e76a74a6043a65;hpb=c97c330ba8e80776c546e5f562916bf077e358b3;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 67ef467366..8a1eef2705 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,110 @@ +2015-09-22 H.J. Lu + + * ld-mips-elf/pie-n32.d: Updated. + * ld-mips-elf/pie-n64.d: Likewise. + * ld-mips-elf/pie-o32.d: Likewise. + +2015-09-22 H.J. Lu + + * ld-elf/pie.d: New test. + +2015-09-18 Alan Modra + + PR ld/18963 + * ld-scripts/pr18963.d, + * ld-scripts/pr18963.t: New test. + * ld-scripts/expr.exp: Run it. + * ld-elf/provide-hidden-2.ld: Explicitly make "dot" absolute. + * ld-mips-elf/gp-hidden.sd: Don't care about _gp section. + * ld-mips-elf/no-shared-1-n32.d: Don't care about symbol shown at + start of .data section. + * ld-mips-elf/no-shared-1-n64.d: Likewise. + * ld-mips-elf/no-shared-1-o32.d: Likewise. + +2015-09-11 H.J. Lu + + * ld-plugin/lto.exp (lto_link_tests): Add a "ld -r" test for + PR ld/15323. + (lto_run_tests): Add a "ld -r" test for PR ld/15323. + +2015-09-09 Jiong Wang + + * ld-aarch64/tls-relax-ld-le-tiny.s: New testcase. + * ld-aarch64/tls-relax-ld-le-small.s: Likewise. + * ld-aarch64/tls-relax-ld-le-tiny.d: New expectation file. + * ld-aarch64/tls-relax-ld-le-small.d: Likewise. + * ld-aarch64/aarch64-elf.exp: Run new testcases. + +2015-09-07 Andrew Burgess + + * ld-elf/orphan-7.map: Allow for other discarded sections. + * ld-elf/orphan-8.map: Updated to allow for different section + ordering on different targets. + * ld-elf/orphan.ld: Place .sbss section. + +2015-09-05 H.J. Lu + + * ld-elf/orphan-8.map: Updated to support 32-bit targets. + +2015-07-28 Andrew Burgess + + * ld-elf/elf.exp: Switch to rely on run_dump_test. + * ld-elf/orphan-5.l: Update expected output. + * ld-elf/orphan-5.d: New file. + * ld-elf/orphan-6.d: New file. + * ld-elf/orphan-6.l: New file. + * ld-elf/orphan-7.d: New file. + * ld-elf/orphan-7.map: New file. + * ld-elf/orphan-8.d: New file. + * ld-elf/orphan-8.map: New file. + +2015-09-03 H.J. Lu + + * ld-ifunc/ifunc-21-i386.s: Add tests for call, jmp, add, test. + * ld-ifunc/ifunc-21-x86-64.s: Likewise. + * ld-ifunc/ifunc-22-i386.s: Likewise. + * ld-ifunc/ifunc-22-x86-64.s: Likewise. + * ld-ifunc/ifunc-21-i386.d: Updated. + * ld-ifunc/ifunc-21-x86-64.d: Likewise. + * ld-ifunc/ifunc-22-i386.d: Likewise. + * ld-ifunc/ifunc-22-x86-64.d: Likewise. + +2015-09-02 H.J. Lu + + * ld-ifunc/ifunc-21-i386.d: New file. + * ld-ifunc/ifunc-21-i386.s: Likewise. + * ld-ifunc/ifunc-21-x86-64.d: Likewise. + * ld-ifunc/ifunc-21-x86-64.s: Likewise. + * ld-ifunc/ifunc-22-i386.d: Likewise. + * ld-ifunc/ifunc-22-i386.s: Likewise. + * ld-ifunc/ifunc-22-x86-64.d: Likewise. + * ld-ifunc/ifunc-22-x86-64.s: Likewise. + +2015-09-01 H.J. Lu + + PR ld/18900 + * ld-i386/i386.exp: Run tests for PR ld/18900. + * ld-x86-64/x86-64.exp: Likewise. + * ld-i386/pr18900.out: New file. + * ld-i386/pr18900a.c: Likewise. + * ld-i386/pr18900a.c: Likewise. + * ld-i386/pr18900a.rd: Likewise. + * ld-i386/pr18900b.c: Likewise. + * ld-i386/pr18900b.rd: Likewise. + * ld-i386/pr18900c.c: Likewise. + * ld-x86-64/pr18900.out: Likewise. + * ld-x86-64/pr18900a.c: Likewise. + * ld-x86-64/pr18900a.rd: Likewise. + * ld-x86-64/pr18900b.c: Likewise. + * ld-x86-64/pr18900b.rd: Likewise. + * ld-x86-64/pr18900c.c: Likewise. + * ld-x86-64/mpx3.dd: Updated. + +2015-08-27 Alan Modra + + * ld-powerpc/relocsort.s, * ld-powerpc/relocsort.d: New test. + * ld-powerpc/powerpc.exp: Run it. + 2015-08-26 Nick Clifton PR ld/18401