aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.threads/tls.exp
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2011-01-09 15:22:49 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2011-01-09 15:22:49 +0000
commitfc529d80690473b1e6ad36941994bede6fdc9bdb (patch)
treef4c5a9c1199182c746f2b158454d4ce9ee3ac0c6 /gdb/testsuite/gdb.threads/tls.exp
parent025bb325db8dce957db69eaf148c5bec373d4bb6 (diff)
downloadbinutils-fc529d80690473b1e6ad36941994bede6fdc9bdb.zip
binutils-fc529d80690473b1e6ad36941994bede6fdc9bdb.tar.gz
binutils-fc529d80690473b1e6ad36941994bede6fdc9bdb.tar.bz2
* gdb.threads/tls.exp ("info address me"): Fix expected output.
Diffstat (limited to 'gdb/testsuite/gdb.threads/tls.exp')
-rw-r--r--gdb/testsuite/gdb.threads/tls.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/tls.exp b/gdb/testsuite/gdb.threads/tls.exp
index 62f504f..0e63120 100644
--- a/gdb/testsuite/gdb.threads/tls.exp
+++ b/gdb/testsuite/gdb.threads/tls.exp
@@ -284,7 +284,7 @@ runto spin
gdb_test "info address a_global" \
".*a_global.*static storage at address.*" "info address a_global"
-gdb_test "info address me" ".*me.*is a complex DWARF expression:.*" \
+gdb_test "info address me" ".*me.*is a (complex DWARF expression:|variable).*" \
"info address me"