From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32289 invoked by alias); 12 Sep 2014 13:30:32 -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 32249 invoked by uid 10026); 12 Sep 2014 13:30:31 -0000 Date: Fri, 12 Sep 2014 13:30:00 -0000 Message-ID: <20140912133029.32224.qmail@sourceware.org> From: abennett@sourceware.org To: binutils-cvs@sourceware.org, src-cvs@sourceware.org Subject: gdb and binutils branch master updated. a9d58c068ccfa66fd94fffc001bbaf996ec53a7d X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 9d9bf2df89db515958b429a1aeb1db38884ba488 X-Git-Newrev: a9d58c068ccfa66fd94fffc001bbaf996ec53a7d X-SW-Source: 2014-q3/txt/msg00022.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 a9d58c068ccfa66fd94fffc001bbaf996ec53a7d (commit) from 9d9bf2df89db515958b429a1aeb1db38884ba488 (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=a9d58c068ccfa66fd94fffc001bbaf996ec53a7d commit a9d58c068ccfa66fd94fffc001bbaf996ec53a7d Author: Andrew Bennett Date: Wed Sep 10 12:41:28 2014 +0100 Add mips*-img-elf* target triple. / * configure.ac: Add mips*-img-elf* target triple. * configure: Regenerate. bfd/ * config.bfd: Add mips*-img-elf* target triple. gas/ * configure.tgt: Add mips*-img-elf* target triple. gas/testsuite/ * gas/mips/mips.exp: Add mips*-img-elf* target triple. binutils/testsuite/ * binutils-all/objcopy.exp: Add mips*-img-elf* target triple. * binutils-all/readelf.exp: Likewise. ld/ * configure.tgt: Add mips*-img-elf* target triple. ld/testsuite/ * ld-mips-elf/mips-elf.exp: Add support for mips*-img-elf* target triple. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 5 +++++ bfd/ChangeLog | 4 ++++ bfd/config.bfd | 2 +- binutils/testsuite/ChangeLog | 5 +++++ binutils/testsuite/binutils-all/objcopy.exp | 1 + binutils/testsuite/binutils-all/readelf.exp | 1 + configure | 4 ++-- configure.ac | 4 ++-- gas/ChangeLog | 4 ++++ gas/configure.tgt | 3 ++- gas/testsuite/ChangeLog | 4 ++++ gas/testsuite/gas/mips/mips.exp | 4 +++- ld/ChangeLog | 4 ++++ ld/configure.tgt | 2 +- ld/testsuite/ChangeLog | 5 +++++ ld/testsuite/ld-mips-elf/mips-elf.exp | 5 +++-- 16 files changed, 47 insertions(+), 10 deletions(-) hooks/post-receive -- gdb and binutils