From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9668 invoked by alias); 14 May 2014 23:28:36 -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 9645 invoked by uid 9620); 14 May 2014 23:28:35 -0000 Date: Wed, 14 May 2014 23:28:00 -0000 Message-ID: <20140514232833.9611.qmail@sourceware.org> From: sandra@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch master updated. d9e042ac0bc08b6c3890cc53cbd43c73c522e720 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: dd7566892070fbccb91c536c46584c20ef29961b X-Git-Newrev: d9e042ac0bc08b6c3890cc53cbd43c73c522e720 X-SW-Source: 2014-q2/txt/msg00013.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 d9e042ac0bc08b6c3890cc53cbd43c73c522e720 (commit) from dd7566892070fbccb91c536c46584c20ef29961b (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=d9e042ac0bc08b6c3890cc53cbd43c73c522e720 commit d9e042ac0bc08b6c3890cc53cbd43c73c522e720 Author: Sandra Loosemore Date: Wed May 14 16:27:14 2014 -0700 Sync nios2 configure changes from GCC mainline. 2014-05-14 Sandra Loosemore * configure.ac (target_makefile_frag): Set for nios2-*-elf*. * configure: Regenerated. config/ * mt-nios2-elf: New file. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 5 +++++ config/ChangeLog | 4 ++++ config/mt-nios2-elf | 5 +++++ configure | 3 +++ configure.ac | 3 +++ 5 files changed, 20 insertions(+), 0 deletions(-) create mode 100644 config/mt-nios2-elf hooks/post-receive -- gdb and binutils