From 0521c418a28e872990a9f3d46deb73c9055bbbbd Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Mon, 6 Aug 2001 22:08:12 +0000 Subject: [PATCH] 2001-08-02 Michael Snyder * gdb.base/completion.exp: Remove the symbol "a64l" from the expect string; this is target-specific, and not related to what is being tested. --- gdb/testsuite/ChangeLog | 6 ++++++ gdb/testsuite/gdb.base/completion.exp | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a84990ea8c..c05f2e46d4 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2001-08-02 Michael Snyder + + * 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 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket. diff --git a/gdb/testsuite/gdb.base/completion.exp b/gdb/testsuite/gdb.base/completion.exp index f54a50a80c..975c1fceda 100644 --- a/gdb/testsuite/gdb.base/completion.exp +++ b/gdb/testsuite/gdb.base/completion.exp @@ -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 $" {