diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2006-03-09 00:22:09 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2006-03-09 00:22:09 +0000 |
commit | 831004b79b321ba269145f7e32539e33ac8dbc1b (patch) | |
tree | 11ea0894029a309cf9ea192e81aba759de984b0f /gdb/testsuite/gdb.base/prelink.exp | |
parent | d61ed39eac9e502c86853a5c82d0fb1b2bfeda78 (diff) | |
download | gdb-831004b79b321ba269145f7e32539e33ac8dbc1b.zip gdb-831004b79b321ba269145f7e32539e33ac8dbc1b.tar.gz gdb-831004b79b321ba269145f7e32539e33ac8dbc1b.tar.bz2 |
gdb/ChangeLog:
* solib-svr4.c (svr4_current_sos): Move up initialization of
l_addr, such that it clearly covers all cases.
gdb/testsuite/ChangeLog:
* gdb.base/prelink.exp: Anchor tested-for regular expression
on gdb prompt.
Diffstat (limited to 'gdb/testsuite/gdb.base/prelink.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/prelink.exp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/prelink.exp b/gdb/testsuite/gdb.base/prelink.exp index 57e471d..7dbf77e 100644 --- a/gdb/testsuite/gdb.base/prelink.exp +++ b/gdb/testsuite/gdb.base/prelink.exp @@ -103,8 +103,9 @@ gdb_reinitialize_dir $srcdir/$subdir gdb_load ${binfile} set test "prelink" +global gdb_prompt gdb_test_multiple "core-file $objdir/$subdir/prelink.core" "$test" { - -re "warning: \.dynamic section.*not at the expected address.*warning: difference.*caused by prelink, adjusting expectations." { + -re "warning: \.dynamic section.*not at the expected address.*warning: difference.*caused by prelink, adjusting expectations.*$gdb_prompt $" { pass "$test" } } |