gdb and binutils branch master updated. 08c430507d34f825eaba019feb957de5bf876bad
| Newsgroups | gmane.comp.gdb.top-level.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]>
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 <[email protected]>
* 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