* gdb.threads/tls.exp ("info address me"): Fix expected output.

This commit is contained in:
Andreas Schwab
2011-01-09 15:22:49 +00:00
parent 025bb325db
commit fc529d8069
2 changed files with 33 additions and 29 deletions

View File

@ -1,3 +1,7 @@
2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
* gdb.threads/tls.exp ("info address me"): Fix expected output.
2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com> 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
* configure: Regenerate. * configure: Regenerate.

View File

@ -284,7 +284,7 @@ runto spin
gdb_test "info address a_global" \ gdb_test "info address a_global" \
".*a_global.*static storage at address.*" "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" "info address me"