diff options
author | Tom Tromey <tromey@redhat.com> | 2010-09-14 19:39:59 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-09-14 19:39:59 +0000 |
commit | 7155d5780a29c29184d5794107f87a5f3b5e8517 (patch) | |
tree | d5ad57f24467b9dfd2d1e37fbbb29de54d1fda83 /gdb/testsuite/gdb.threads/tls.exp | |
parent | gdb (diff) | |
download | binutils-gdb-7155d5780a29c29184d5794107f87a5f3b5e8517.tar.gz binutils-gdb-7155d5780a29c29184d5794107f87a5f3b5e8517.tar.bz2 binutils-gdb-7155d5780a29c29184d5794107f87a5f3b5e8517.zip |
gdb
PR symtab/8399:
* dwarf2loc.c (locexpr_describe_location_piece): Don't call error
for unrecognized frame base expression.
gdb/testsuite
PR symtab/8399:
* gdb.threads/tls.exp: Remove kfail. Update expected output.
Diffstat (limited to 'gdb/testsuite/gdb.threads/tls.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/tls.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.threads/tls.exp b/gdb/testsuite/gdb.threads/tls.exp index 343b98586fe..eb76f1a95d7 100644 --- a/gdb/testsuite/gdb.threads/tls.exp +++ b/gdb/testsuite/gdb.threads/tls.exp @@ -284,8 +284,8 @@ runto spin gdb_test "info address a_global" \ ".*a_global.*static storage at address.*" "info address a_global" -setup_kfail "gdb/1294" "*-*-*" -gdb_test "info address me" ".*me.*is a variable at offset.*" "info address me" +gdb_test "info address me" ".*me.*is a complex DWARF expression:.*" \ + "info address me" # Test LOC_UNRESOLVED references resolving for `extern' TLS variables. |