]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2002-03-04 Michael Chastain <mec@shout.net>
authorMichael Chastain <mec@google.com>
Sat, 9 Mar 2002 17:04:21 +0000 (17:04 +0000)
committerMichael Chastain <mec@google.com>
Sat, 9 Mar 2002 17:04:21 +0000 (17:04 +0000)
* mi-var-cmd.exp: In test "create local variable func",
accommodate gcc v3 function signature.
* mi0-var-cmd-exp: Ditto.

gdb/testsuite/gdb.mi/ChangeLog
gdb/testsuite/gdb.mi/mi-var-cmd.exp
gdb/testsuite/gdb.mi/mi0-var-cmd.exp

index c5f9c6e149104be355d30d672fda8c368d74afdd..26d662c1ee6ca947ba50c3f1457d54b03faef9fd 100644 (file)
@@ -1,3 +1,9 @@
+2002-03-04  Michael Chastain  <mec@shout.net>
+
+       * mi-var-cmd.exp: In test "create local variable func",
+       accommodate gcc v3 function signature.
+       * mi0-var-cmd-exp: Ditto.
+
 2002-02-05  Jim Blandy  <jimb@redhat.com>
 
        * mi-regs.exp: Various cleanups for SPARC-only tests.
index d8f960773d434847277833462d0555c5d6a81891..b157aa3e7a665a33300abc9e525cb8529eede5bb 100644 (file)
@@ -1,4 +1,4 @@
-#   Copyright (C) 1999 2000 Cygnus Solutions
+#   Copyright (C) 1999, 2000, 2002 Cygnus Solutions
 #
 # This Program Is Free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -136,7 +136,7 @@ mi_gdb_test "-var-create lpsimple * lpsimple" \
        "create local variable lpsimple"
 
 mi_gdb_test "-var-create func * func" \
-       "\\^done,name=\"func\",numchild=\"0\",type=\"void \\(\\*\\)\\(\\)\"" \
+       "\\^done,name=\"func\",numchild=\"0\",type=\"void \\(\\*\\)\\((void|)\\)\"" \
        "create local variable func"
 
 # Test: c_variable-1.5
index 05db481d3427063414bd211330c13d97abc8d634..d28186c8c6d621516333431bb328744c3be1469d 100644 (file)
@@ -1,4 +1,4 @@
-#   Copyright (C) 1999 2000 Cygnus Solutions
+#   Copyright (C) 1999, 2000, 2002 Cygnus Solutions
 #
 # This Program Is Free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -136,7 +136,7 @@ mi_gdb_test "-var-create lpsimple * lpsimple" \
        "create local variable lpsimple"
 
 mi_gdb_test "-var-create func * func" \
-       "\\^done,name=\"func\",numchild=\"0\",type=\"void \\(\\*\\)\\(\\)\"" \
+       "\\^done,name=\"func\",numchild=\"0\",type=\"void \\(\\*\\)\\((void|)\\)\"" \
        "create local variable func"
 
 # Test: c_variable-1.5