aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/ending-run.exp
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2010-03-24 21:28:14 +0000
committerDaniel Jacobowitz <drow@false.org>2010-03-24 21:28:14 +0000
commit293e2f9ec5c6d0bf16db402c8f2d955b51299a6c (patch)
treeb577ebc9780181827e8c024a80c974c00d4291d1 /gdb/testsuite/gdb.base/ending-run.exp
parent95a42b64a16624a206a54fd5ee20c7a0f4b05606 (diff)
downloadgdb-293e2f9ec5c6d0bf16db402c8f2d955b51299a6c.zip
gdb-293e2f9ec5c6d0bf16db402c8f2d955b51299a6c.tar.gz
gdb-293e2f9ec5c6d0bf16db402c8f2d955b51299a6c.tar.bz2
* gdb.base/completion.exp: Allow long instead of long int.
* gdb.base/ending-run.exp: Match _rt_entry.* for RealView. * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference variable p. * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data. * gdb.base/pointers.exp: Allow long instead of long int. * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI. * gdb.base/step-line.exp: Allow a directory before the source file name.
Diffstat (limited to 'gdb/testsuite/gdb.base/ending-run.exp')
-rw-r--r--gdb/testsuite/gdb.base/ending-run.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/ending-run.exp b/gdb/testsuite/gdb.base/ending-run.exp
index 7312f49..a60e704 100644
--- a/gdb/testsuite/gdb.base/ending-run.exp
+++ b/gdb/testsuite/gdb.base/ending-run.exp
@@ -173,7 +173,7 @@ gdb_expect {
# This is what happens on ARM in thumb mode -fn 2000-02-01
pass "step out of main"
}
- -re ".*__rt_entry ().*$gdb_prompt $" {
+ -re ".*__rt_entry.* ().*$gdb_prompt $" {
# This is what happens on the ARM RVDS runtime
pass "step out of main"
}