mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* gdb.threads/tls.exp ("info address me"): Fix expected output.
This commit is contained in:
@ -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>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
@ -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"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user