2001-08-02 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Mon, 6 Aug 2001 22:08:12 +0000 (22:08 +0000)
committerMichael Snyder <msnyder@vmware.com>
Mon, 6 Aug 2001 22:08:12 +0000 (22:08 +0000)
* 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
gdb/testsuite/gdb.base/completion.exp

index a84990e..c05f2e4 100644 (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.
index f54a50a..975c1fc 100644 (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 $" {