summaryrefslogtreecommitdiff
path: root/ld/testsuite
diff options
context:
space:
mode:
authorYufeng Zhang <yufeng.zhang@arm.com>2013-09-04 14:35:12 +0000
committerYufeng Zhang <yufeng.zhang@arm.com>2013-09-04 14:35:12 +0000
commit919c655d068c41f473e9f1fe5af444e45880b0d2 (patch)
tree6d88a0387f342915aac04543da4f4107d9b7e8a1 /ld/testsuite
parentd52cab117861173b30de6f268894d41a9c471503 (diff)
downloadbinutils-redhat-919c655d068c41f473e9f1fe5af444e45880b0d2.tar.gz
ld/testsuite/
2013-09-04 Vidya Praveen <vidyapraveen@arm.com> * ld-arm/export-class.exp: Fix the condition.
Diffstat (limited to 'ld/testsuite')
-rw-r--r--ld/testsuite/ChangeLog4
-rw-r--r--ld/testsuite/ld-arm/export-class.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index cd754cc7d8..cb5e77df7a 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-04 Vidya Praveen <vidyapraveen@arm.com>
+
+ * ld-arm/export-class.exp: Fix the condition.
+
2013-08-29 Jakub Jelinek <jakub@redhat.com>
* ld-x86-64/x86-64.exp: Add tlsld3, tlsgd7 and tlsgd8 tests.
diff --git a/ld/testsuite/ld-arm/export-class.exp b/ld/testsuite/ld-arm/export-class.exp
index 4e33389f4c..8fac9eca9e 100644
--- a/ld/testsuite/ld-arm/export-class.exp
+++ b/ld/testsuite/ld-arm/export-class.exp
@@ -32,7 +32,7 @@ if { ![istarget arm*-*-linux*] } {
set testname "ARM symbol export class test"
-if [istarget arm*-*-linux*eabi] {
+if [istarget arm*-*-linux-*eabi*] {
set emul armelf_linux_eabi
} else {
set emul armelf_linux