diff options
author | Roland McGrath <mcgrathr@google.com> | 2014-03-06 09:44:25 -0800 |
---|---|---|
committer | Roland McGrath <mcgrathr@google.com> | 2014-03-06 09:44:25 -0800 |
commit | 8548f8419ab50bc2ac5168ff18f78fb5af97145a (patch) | |
tree | 7dcbe45cdb3c6e5f22161f21fc879ee956abb684 /ld | |
parent | d3c1a85fda4478dcc72f0e11aa7727bd314c7fdd (diff) | |
download | gdb-8548f8419ab50bc2ac5168ff18f78fb5af97145a.zip gdb-8548f8419ab50bc2ac5168ff18f78fb5af97145a.tar.gz gdb-8548f8419ab50bc2ac5168ff18f78fb5af97145a.tar.bz2 |
Disable --long-plt test for arm-nacl targets.
ld/testsuite/
* ld-arm/arm-elf.exp (armelftests_common): Move long-plt case ...
(armelftests_nonacl): ... here.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-arm/arm-elf.exp | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 10f316c..8ae612f 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2014-03-06 Roland McGrath <mcgrathr@google.com> + + * ld-arm/arm-elf.exp (armelftests_common): Move long-plt case ... + (armelftests_nonacl): ... here. + 2014-03-05 Alan Modra <amodra@gmail.com> Update copyright years. diff --git a/ld/testsuite/ld-arm/arm-elf.exp b/ld/testsuite/ld-arm/arm-elf.exp index 971290c..c255587 100644 --- a/ld/testsuite/ld-arm/arm-elf.exp +++ b/ld/testsuite/ld-arm/arm-elf.exp @@ -188,10 +188,6 @@ set armelftests_common { "" {exec-got-1b.s} {{readelf --relocs exec-got-1.d}} "exec-got-1"} - {"Long PLT entries in executables" "--long-plt -shared --section-start=.plt=0x1000 --section-start=.got=0xf0001100" "" - "" {long-plt-format.s} - {{objdump "-d -j .plt" long-plt-format.d}} - "long-plt-format"} {"abs call" "-T arm.ld" "" "" {abs-call-1.s} {{objdump -d abs-call-1.d}} "abs-call-1"} @@ -460,6 +456,10 @@ set armelftests_nonacl { {objdump {-s -j.data -j.got} ifunc-17.gd} {readelf -r ifunc-17.rd}} "ifunc-17"} + {"Long PLT entries in executables" "--long-plt -shared --section-start=.plt=0x1000 --section-start=.got=0xf0001100" "" + "" {long-plt-format.s} + {{objdump "-d -j .plt" long-plt-format.d}} + "long-plt-format"} } run_ld_link_tests $armelftests_common |