From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11187 invoked by alias); 13 Nov 2013 17:05:51 -0000 Mailing-List: contact src-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sourceware.org Received: (qmail 11163 invoked by uid 306); 13 Nov 2013 17:05:51 -0000 Date: Wed, 13 Nov 2013 17:05:00 -0000 Message-ID: <20131113170548.11132.qmail@sourceware.org> From: tromey@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch master updated. 08c430507d34f825eaba019feb957de5bf876bad X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: da0781dc5ffa0fdbec8d7fa65b053e3ef5a7997e X-Git-Newrev: 08c430507d34f825eaba019feb957de5bf876bad X-SW-Source: 2013-q4/txt/msg00134.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, master has been updated via 08c430507d34f825eaba019feb957de5bf876bad (commit) from da0781dc5ffa0fdbec8d7fa65b053e3ef5a7997e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=08c430507d34f825eaba019feb957de5bf876bad commit 08c430507d34f825eaba019feb957de5bf876bad Author: Tom Tromey Date: Wed Nov 13 10:01:25 2013 -0700 fix multi-arch-exec for parallel mode I noticed today that multi-arch-exec.exp was failing in parallel mode. The bug is that multi-arch-exec.c assumes the non-parallel directory layout. This patch fixes the problem using the same "BASEDIR" approach used in other tests. Tested both ways on x86-64 Fedora 18. I'm checking this in. 2013-11-13 Tom Tromey * gdb.multi/multi-arch-exec.exp: Define BASEDIR when compiling. * gdb.multi/multi-arch-exec.c (main): Use BASEDIR. ----------------------------------------------------------------------- Summary of changes: gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.multi/multi-arch-exec.c | 4 ++-- gdb/testsuite/gdb.multi/multi-arch-exec.exp | 5 ++++- 3 files changed, 11 insertions(+), 3 deletions(-) hooks/post-receive -- gdb and binutils