mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
2012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
* gdb.base/pc-fp.exp: Adjust testcase to match different outputs from s390x, PowerPC 64 and m68k-linux.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
|
||||||
|
|
||||||
|
* gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
|
||||||
|
s390x, PowerPC 64 and m68k-linux.
|
||||||
|
|
||||||
2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
|
2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
|
||||||
|
|
||||||
* gdb.base/annota1.exp: Accept no frames-invalid notification
|
* gdb.base/annota1.exp: Accept no frames-invalid notification
|
||||||
|
@ -66,4 +66,4 @@ gdb_test "info register \$fp" "${valueof_fp}.*"
|
|||||||
# Regression test for
|
# Regression test for
|
||||||
# http://sourceware.org/bugzilla/show_bug.cgi?id=12659
|
# http://sourceware.org/bugzilla/show_bug.cgi?id=12659
|
||||||
gdb_test "info register pc fp" \
|
gdb_test "info register pc fp" \
|
||||||
"pc: ${valueof_pc}\[\r\n\]+fp: ${valueof_fp}\[\r\n\]+"
|
"pc(:)?( |\t)+${valueof_pc}(( |\t)+${valueof_pc} <.*>)?\[\r\n\]+fp(:)?( |\t)+${valueof_fp}(( |\t)+${valueof_fp})?\[\r\n\]+"
|
||||||
|
Reference in New Issue
Block a user