ld/testsuite/

* ld-arm/arm-elf.exp (armelftests_common): Add a test that gets
	arm-lib.so built so armeabitests_common can use it.
	(unresolved-1-dyn): Exclude this test for [istarget "arm*-*-nacl*"].
This commit is contained in:
Roland McGrath 2012-06-28 16:31:57 +00:00
parent 2b2f5df902
commit dc60a23811
2 changed files with 12 additions and 1 deletions
ld/testsuite

View file

@ -1,3 +1,9 @@
2012-06-28 Roland McGrath <mcgrathr@google.com>
* ld-arm/arm-elf.exp (armelftests_common): Add a test that gets
arm-lib.so built so armeabitests_common can use it.
(unresolved-1-dyn): Exclude this test for [istarget "arm*-*-nacl*"].
2012-06-26 Roland McGrath <mcgrathr@google.com>
* ld-elf/ehdr_start.d (target): Add *-*-nacl*.

View file

@ -268,6 +268,9 @@ set armelftests_common {
{"abs call" "-T arm.ld" "" {abs-call-1.s}
{{objdump -d abs-call-1.d}}
"abs-call-1"}
{"Simple non-PIC shared library (no PLT check)" "-shared" "" {arm-lib.s}
{{objdump -Rw arm-lib.r}}
"arm-lib.so"}
}
set armelftests_nonacl {
@ -758,5 +761,7 @@ run_dump_test "attr-merge-vfp-6"
run_dump_test "attr-merge-vfp-6r"
run_dump_test "attr-merge-incompatible"
run_dump_test "unresolved-1"
run_dump_test "unresolved-1-dyn"
if { ![istarget "arm*-*-nacl*"] } {
run_dump_test "unresolved-1-dyn"
}
run_dump_test "gc-hidden-1"