ld/testsuite/
authorYufeng Zhang <yufeng.zhang@arm.com>
Wed, 4 Sep 2013 14:35:13 +0000 (14:35 +0000)
committerYufeng Zhang <yufeng.zhang@arm.com>
Wed, 4 Sep 2013 14:35:13 +0000 (14:35 +0000)
2013-09-04  Vidya Praveen  <vidyapraveen@arm.com>

* ld-arm/export-class.exp: Fix the condition.

ld/testsuite/ChangeLog
ld/testsuite/ld-arm/export-class.exp

index cd754cc..cb5e77d 100644 (file)
@@ -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.
index 4e33389..8fac9ec 100644 (file)
@@ -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