From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2872 invoked by alias); 26 Feb 2014 20:07:47 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 2835 invoked by uid 9674); 26 Feb 2014 20:07:46 -0000 Date: Wed, 26 Feb 2014 20:07:00 -0000 Message-ID: <20140226200746.2806.qmail@sourceware.org> From: jkratoch@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] jankratochvil/gdbserverbuildid: . X-Git-Refname: refs/heads/jankratochvil/gdbserverbuildid X-Git-Reftype: branch X-Git-Oldrev: 0259f689506db944e549c97cebc016e0e71fc3e6 X-Git-Newrev: 7b5ac718fc8e96a97621d7ebdc25665d00bb0cee X-SW-Source: 2014-q1/txt/msg00007.txt.bz2 List-Id: The branch, jankratochvil/gdbserverbuildid has been updated via 7b5ac718fc8e96a97621d7ebdc25665d00bb0cee (commit) from 0259f689506db944e549c97cebc016e0e71fc3e6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 7b5ac718fc8e96a97621d7ebdc25665d00bb0cee Author: Jan Kratochvil Date: Wed Feb 26 21:07:01 2014 +0100 . ----------------------------------------------------------------------- Summary of changes: gdb/testsuite/gdb.base/solib-mismatch.exp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) First 500 lines of diff: diff --git a/gdb/testsuite/gdb.base/solib-mismatch.exp b/gdb/testsuite/gdb.base/solib-mismatch.exp index 4504bc3..348c620 100644 --- a/gdb/testsuite/gdb.base/solib-mismatch.exp +++ b/gdb/testsuite/gdb.base/solib-mismatch.exp @@ -69,7 +69,7 @@ if { [build_executable $testfile.exp $executable $srcfile $exec_opts] != 0 } { if { [gdb_compile_shlib "${srcdir}/${subdir}/${srclibfilerun}" "${binlibfilerun}" [list debug ldflags=-Wl,--build-id]] != "" || [gdb_gnu_strip_debug "${binlibfilerun}"] || [gdb_compile_shlib "${srcdir}/${subdir}/${srclibfilegdb}" "${binlibfilegdb}" [list debug ldflags=-Wl,--build-id]] != "" } { - untested "gdb_compile_shlib failed." + untested "compilation failed." return -1 } hooks/post-receive -- Repository for Project Archer.