]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2004-02-07 Elena Zannoni <ezannoni@redhat.com>
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>
Sat, 7 Feb 2004 23:26:47 +0000 (23:26 +0000)
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>
Sat, 7 Feb 2004 23:26:47 +0000 (23:26 +0000)
        * gdb.base/maint.exp: Update test to reflect
         obstack changes.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/maint.exp

index c41ce00360f51c2977a91ce5ad5d05462bad670b..ca904f7a41c45a5b0fad7ef0c1333306eacb2b43 100644 (file)
@@ -1,3 +1,8 @@
+2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
+
+        * gdb.base/maint.exp: Update test to reflect
+         obstack changes.
+
 2004-02-04  Jeff Johnston  <jjohnstn@redhat.com>
 
        * gdb.base/pendshr.c (pendfunc): New function that calls
index 3e98c0007c279ad41a80916af956a78c87e97e35..53d58251883d42bdd2b518c0a84553d00abfdd84 100644 (file)
@@ -191,6 +191,11 @@ gdb_expect  {
 send_gdb "maint print statistics\n"
 gdb_expect  {
         -re "Statistics for.*break.*Number of \"minimal\" symbols read.*Number of \"partial\" symbols read.*Number of \"types\" defined.*Number of psym tables \\(not yet expanded\\).*Number of symbol tables.*Number of symbol tables with line tables.*Number of symbol tables with blockvectors.*Total memory used for psymbol obstack.*Total memory used for psymbol cache.*Total memory used for symbol obstack.*Total memory used for type obstack.*$gdb_prompt $"\
+                        { 
+                           # Old output for gdb 6.0 and earlier
+                           pass "maint print statistics" 
+                       }
+        -re "Statistics for.*break.*Number of \"minimal\" symbols read.*Number of \"partial\" symbols read.*Number of \"types\" defined.*Number of psym tables \\(not yet expanded\\).*Number of symbol tables.*Number of symbol tables with line tables.*Number of symbol tables with blockvectors.*Total memory used for objfile obstack.*Total memory used for psymbol cache.*Total memory used for macro cache.*$gdb_prompt $"\
                         { pass "maint print statistics" }
         -re ".*$gdb_prompt $"       { fail "maint print statistics" }
         timeout         { fail "(timeout) maint print statistics" }