summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/chng-syms.exp
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-06-26 20:28:47 +0000
committerDaniel Jacobowitz <drow@false.org>2007-06-26 20:28:47 +0000
commit86f78eb20ce488361dbc8672a10594a14776c6df (patch)
tree35e985e9ad78c43e5369b126157ea5a60729d073 /gdb/testsuite/gdb.base/chng-syms.exp
parentd431cc14f36657ac7cabdfad0d124b8fce3620bb (diff)
downloadbinutils-gdb-86f78eb20ce488361dbc8672a10594a14776c6df.tar.gz
* gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
Diffstat (limited to 'gdb/testsuite/gdb.base/chng-syms.exp')
-rw-r--r--gdb/testsuite/gdb.base/chng-syms.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/chng-syms.exp b/gdb/testsuite/gdb.base/chng-syms.exp
index 4e8da44a422..d253ffdaf65 100644
--- a/gdb/testsuite/gdb.base/chng-syms.exp
+++ b/gdb/testsuite/gdb.base/chng-syms.exp
@@ -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 $" {