2001-08-02 Michael Snyder <msnyder@redhat.com>

* gdb.base/completion.exp: Remove the symbol "a64l" from
	the expect string; this is target-specific, and not related
	to what is being tested.
This commit is contained in:
Michael Snyder 2001-08-06 22:08:12 +00:00
parent 710bbc9572
commit 0521c418a2
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2001-08-02 Michael Snyder <msnyder@redhat.com>
* gdb.base/completion.exp: Remove the symbol "a64l" from
the expect string; this is target-specific, and not related
to what is being tested.
2001-08-02 Dave Brolley <brolley@redhat.com>
* config/sid.exp: Rename gdb-socket to cpu-gdb-socket.

View File

@ -387,7 +387,7 @@ gdb_expect {
-re "^p 'a\\\x07$" {
send_gdb "\t"
gdb_expect {
-re "a64l.*argv.*$gdb_prompt p .a$" {
-re ".*argv.*$gdb_prompt p .a$" {
send_gdb "\n"
gdb_expect {
-re "Invalid character constant\\..*$gdb_prompt $" {
@ -447,7 +447,7 @@ gdb_expect {
-re "^p b-a\\\x07$" {
send_gdb "\t"
gdb_expect {
-re "a64l.*argv.*$gdb_prompt p b-a$" {
-re ".*argv.*$gdb_prompt p b-a$" {
send_gdb "\n"
gdb_expect {
-re "No symbol \"b\" in current context\\..*$gdb_prompt $" {