From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6060 invoked by alias); 7 Jan 2015 17:34:42 -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 6006 invoked by uid 9007); 7 Jan 2015 17:34:41 -0000 Date: Wed, 07 Jan 2015 17:34:00 -0000 Message-ID: <20150107173439.5974.qmail@sourceware.org> From: rearnsha@sourceware.org To: binutils-cvs@sourceware.org, src-cvs@sourceware.org Subject: gdb and binutils branch master updated. 7c89917ffa6813f40fbb9f345411d59716e90714 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d7b24d2941fd7c99ba5843331989e6023075f0d0 X-Git-Newrev: 7c89917ffa6813f40fbb9f345411d59716e90714 X-SW-Source: 2015-q1/txt/msg00042.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 7c89917ffa6813f40fbb9f345411d59716e90714 (commit) from d7b24d2941fd7c99ba5843331989e6023075f0d0 (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=7c89917ffa6813f40fbb9f345411d59716e90714 commit 7c89917ffa6813f40fbb9f345411d59716e90714 Author: Richard Earnshaw Date: Wed Jan 7 17:32:24 2015 +0000 Sync with gcc/libiberty. ----------------------------------------------------------------------- Summary of changes: include/ChangeLog | 12 ++++ include/libiberty.h | 10 ++++ libiberty/ChangeLog | 31 +++++++++++ libiberty/Makefile.in | 47 ++++++++++++++--- libiberty/configure | 41 +++++++++++++++ libiberty/configure.ac | 1 + libiberty/functions.texi | 18 +++++++ libiberty/vasprintf.c | 84 ++---------------------------- libiberty/vprintf-support.c | 119 +++++++++++++++++++++++++++++++++++++++++++ libiberty/vprintf-support.h | 22 ++++++++ libiberty/xasprintf.c | 50 ++++++++++++++++++ libiberty/xvasprintf.c | 61 ++++++++++++++++++++++ 12 files changed, 409 insertions(+), 87 deletions(-) create mode 100644 libiberty/vprintf-support.c create mode 100644 libiberty/vprintf-support.h create mode 100644 libiberty/xasprintf.c create mode 100644 libiberty/xvasprintf.c hooks/post-receive -- gdb and binutils