mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
Arm: Skip Thumb2 PLT tests on NaCL.
NaCL does not support dynamic linking and so these tests should be skipped under it. ld/ChangeLog: PR ld/16017 * testsuite/ld-arm/arm-elf.exp (thumb-plt, thumb-plt-got): Skip for NaCL.
This commit is contained in:
parent
60e22c1eac
commit
3ce23ca1de
@ -1,3 +1,8 @@
|
||||
2020-04-01 Tamar Christina <tamar.christina@arm.com>
|
||||
|
||||
PR ld/16017
|
||||
* testsuite/ld-arm/arm-elf.exp (thumb-plt, thumb-plt-got): Skip for NaCL.
|
||||
|
||||
2020-04-01 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR ld/25747
|
||||
|
@ -1269,5 +1269,7 @@ run_dump_test "non-contiguous-arm4"
|
||||
run_dump_test "non-contiguous-arm5"
|
||||
run_dump_test "non-contiguous-arm6"
|
||||
|
||||
run_dump_test "thumb-plt"
|
||||
run_dump_test "thumb-plt-got"
|
||||
if { ![istarget "arm*-*-nacl*"] } {
|
||||
run_dump_test "thumb-plt"
|
||||
run_dump_test "thumb-plt-got"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user