* gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
authorDaniel Jacobowitz <drow@false.org>
Tue, 26 Jun 2007 20:28:47 +0000 (20:28 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 26 Jun 2007 20:28:47 +0000 (20:28 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/chng-syms.exp

index fc4c764..911a977 100644 (file)
@@ -1,3 +1,7 @@
+2007-06-26  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
+
 2007-06-21  Chris Dearman  <chris@mips.com>
             Maciej W. Rozycki  <macro@mips.com>
 
index 4e8da44..d253ffd 100644 (file)
@@ -109,7 +109,7 @@ if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb
        -re "Error in re-setting .*No symbol .var1..*Program exited normally.*$gdb_prompt $" {
            pass "running with invalidated bpt condition after executable changes" 
        }
-       -re "Error in re-setting .*No symbol .var1..*Breakpoint .*,( 0x.* in)? exit .*$gdb_prompt $" {
+       -re "Error in re-setting .*No symbol .var1..*Breakpoint .*,( 0x.* in)? (\[^ \]*)exit .*$gdb_prompt $" {
            pass "running with invalidated bpt condition after executable changes" 
        }
        -re "$gdb_prompt $" {