From f0fcbe51746b8c57f8dcb5e7ef2b679b6acdc8de Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 13 Apr 2012 16:33:53 +0000 Subject: * ld-arm/arm-elf.exp (armelftests_common): Move cases using mixed-lib.so to ... (armelftests_nonacl): ... here. --- ld/testsuite/ChangeLog | 6 ++++++ ld/testsuite/ld-arm/arm-elf.exp | 14 +++++++------- 2 files changed, 13 insertions(+), 7 deletions(-) (limited to 'ld') diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index dfdda87..4064c84 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2012-04-13 Roland McGrath + + * ld-arm/arm-elf.exp (armelftests_common): Move cases using + mixed-lib.so to ... + (armelftests_nonacl): ... here. + 2012-04-12 Roland McGrath * ld-arm/arm-elf.exp (armelftests): Split out into ... diff --git a/ld/testsuite/ld-arm/arm-elf.exp b/ld/testsuite/ld-arm/arm-elf.exp index 1ffe344..05dc7bb 100644 --- a/ld/testsuite/ld-arm/arm-elf.exp +++ b/ld/testsuite/ld-arm/arm-elf.exp @@ -154,9 +154,6 @@ set armelftests_common { {"BE8 Mapping Symbols" "-static -T arm.ld -EB --be8" "-EB" {arm-be8.s} {{objdump -d arm-be8.d}} "arm-be8"} - {"Using Thumb lib by another lib" "-shared tmpdir/mixed-lib.so" "" {use-thumb-lib.s} - {{readelf -Ds use-thumb-lib.sym}} - "use-thumb-lib.so"} {"VFP11 denorm erratum fix, scalar operation" "-EL --vfp11-denorm-fix=scalar -Ttext=0x8000" "-EL -mfpu=vfpxd" {vfp11-fix-scalar.s} {{objdump -dr vfp11-fix-scalar.d}} @@ -239,10 +236,6 @@ set armelftests_common { {"arm-pic-veneer" "-static -T arm.ld --pic-veneer" "" {arm-pic-veneer.s} {{objdump -d arm-pic-veneer.d}} "arm-pic-veneer"} - {"Preempt Thumb symbol" "tmpdir/mixed-lib.so -T arm-dyn.ld --use-blx" "" - {preempt-app.s} - {{readelf -Ds preempt-app.sym}} - "preempt-app"} {"jump19" "-static -T arm.ld" "" {jump19.s} {{objdump -dr jump19.d}} "jump19"} @@ -309,6 +302,13 @@ set armelftests_nonacl { {{objdump -fdw mixed-app-v5.d} {objdump -Rw mixed-app.r} {readelf -Ds mixed-app.sym}} "mixed-app-v5"} + {"Using Thumb lib by another lib" "-shared tmpdir/mixed-lib.so" "" {use-thumb-lib.s} + {{readelf -Ds use-thumb-lib.sym}} + "use-thumb-lib.so"} + {"Preempt Thumb symbol" "tmpdir/mixed-lib.so -T arm-dyn.ld --use-blx" "" + {preempt-app.s} + {{readelf -Ds preempt-app.sym}} + "preempt-app"} {"TLS gnu shared library inlined trampoline" "--no-fix-arm1176 -shared -T arm-dyn.ld" "" {tls-descseq.s} {{objdump -fdw tls-descseq.d} {objdump -Rw tls-descseq.r}} "tls-lib2inline.so"} -- cgit v1.1