aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorYufeng Zhang <yufeng.zhang@arm.com>2013-09-04 14:35:13 +0000
committerYufeng Zhang <yufeng.zhang@arm.com>2013-09-04 14:35:13 +0000
commit0e80562ec226eb129dd814ceba6f5dfb3632f581 (patch)
tree21c2b5bddd7f6a259bb30134c99e925bdfad3884 /ld
parentac21e7da5d0f378e2855df802d096a18ab41ac41 (diff)
downloadfsf-binutils-gdb-0e80562ec226eb129dd814ceba6f5dfb3632f581.zip
fsf-binutils-gdb-0e80562ec226eb129dd814ceba6f5dfb3632f581.tar.gz
fsf-binutils-gdb-0e80562ec226eb129dd814ceba6f5dfb3632f581.tar.bz2
ld/testsuite/
2013-09-04 Vidya Praveen <vidyapraveen@arm.com> * ld-arm/export-class.exp: Fix the condition.
Diffstat (limited to 'ld')
-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 cd754cc..cb5e77d 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 4e33389..8fac9ec 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