]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb.base/selftest.exp: Update for current gdb.
authorDaniel Jacobowitz <drow@false.org>
Wed, 4 Dec 2002 03:15:27 +0000 (03:15 +0000)
committerDaniel Jacobowitz <drow@false.org>
Wed, 4 Dec 2002 03:15:27 +0000 (03:15 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/selftest.exp

index 4bc87e22dd75052db82f8fd2a929cc0de49a4a0e..86ea37633d4e572d961291f9a37456958f97ed1c 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdb.base/selftest.exp: Update for current gdb.
+
 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
 
        * gdb.base/maint.exp: Only dump symbols from one source file
index 85e9fa79af6c19272ce18a340626ec3d6965ceed..573b8aa47665a7051b920d3e171d4c3a7f3129fb 100644 (file)
@@ -1,4 +1,4 @@
-#   Copyright 1988, 1990, 1991, 1992, 1994, 1997, 1999, 2000
+#   Copyright 1988, 1990, 1991, 1992, 1994, 1997, 1999, 2000, 2002
 #   Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
@@ -392,7 +392,7 @@ GDB.*Copyright \[0-9\]+ Free Software Foundation, Inc..*$gdb_prompt $"\
     set description "backtrace through signal handler"
     send_gdb "backtrace\n"
     gdb_expect {
-       -re "#0.*read.*in main \\(.*\\) at .*main\\.c.*$gdb_prompt $" {
+       -re "#0.*(read|poll).*in main \\(.*\\) at .*gdb\\.c.*$gdb_prompt $" {
            pass "$description"
        }
        -re ".*$gdb_prompt $" {