X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.base%2Fprelink.exp;h=abdf927e9a7d1212758ab7cb6ec5678661f3153c;hb=9b254dd1ce46c19dde1dde5b8d1e22e862dfacce;hp=57e471d81e51468339ea5ca7edc710ce30c88823;hpb=5f4a23d95cb35bf4a3c04ddeaaa443c394f6f7b6;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/gdb.base/prelink.exp b/gdb/testsuite/gdb.base/prelink.exp index 57e471d81e..abdf927e9a 100644 --- a/gdb/testsuite/gdb.base/prelink.exp +++ b/gdb/testsuite/gdb.base/prelink.exp @@ -1,8 +1,8 @@ -# Copyright 2006 Free Software Foundation, Inc. +# Copyright 2006, 2007, 2008 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, @@ -11,8 +11,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# along with this program. If not, see . # Please email any bugs, comments, and/or additions to this file to: # bug-gdb@gnu.org @@ -90,7 +89,7 @@ if { $found == 0 } { } if {[catch "system \"prelink -uN ${libfile}\""] != 0} { - untested "${libfile} was not prelinked, maybe system libraries are not prelinked?" + untested "${testfile}.so was not prelinked, maybe system libraries are not prelinked?" return 0 } catch "system \"prelink -qNR ${libfile}\"" @@ -103,8 +102,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" } }