From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16785 invoked by alias); 17 Nov 2014 02:30:56 -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 16758 invoked by uid 9589); 17 Nov 2014 02:30:54 -0000 Date: Mon, 17 Nov 2014 02:30:00 -0000 Message-ID: <20141117023052.16733.qmail@sourceware.org> From: jbglaw@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch master updated. abdef8eb901ce829fdc9fbe7eb89c8327c262f07 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 41c7760520c02124d2d3d0b8ad12e2186ba48f46 X-Git-Newrev: abdef8eb901ce829fdc9fbe7eb89c8327c262f07 X-SW-Source: 2014-q4/txt/msg00024.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 abdef8eb901ce829fdc9fbe7eb89c8327c262f07 (commit) from 41c7760520c02124d2d3d0b8ad12e2186ba48f46 (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=abdef8eb901ce829fdc9fbe7eb89c8327c262f07 commit abdef8eb901ce829fdc9fbe7eb89c8327c262f07 Author: Jan-Benedict Glaw Date: Mon Nov 17 03:30:13 2014 +0100 Sync libiberty from GCC ----------------------------------------------------------------------- Summary of changes: libiberty/ChangeLog | 43 +++++++++- libiberty/ChangeLog.jit | 23 +++++ libiberty/Makefile.in | 46 +++++++--- libiberty/choose-temp.c | 1 - libiberty/config.in | 31 ++++++ libiberty/configure | 122 ++++++++++++++++++++++++- libiberty/configure.ac | 14 ++- libiberty/filename_cmp.c | 29 ++++++ libiberty/functions.texi | 49 ++++++++-- libiberty/make-temp-file.c | 4 +- libiberty/strtoll.c | 175 +++++++++++++++++++++++++++++++++++ libiberty/strtoull.c | 122 ++++++++++++++++++++++++ libiberty/testsuite/Makefile.in | 12 ++- libiberty/testsuite/test-strtol.c | 185 +++++++++++++++++++++++++++++++++++++ 14 files changed, 823 insertions(+), 33 deletions(-) create mode 100644 libiberty/ChangeLog.jit create mode 100644 libiberty/strtoll.c create mode 100644 libiberty/strtoull.c create mode 100644 libiberty/testsuite/test-strtol.c hooks/post-receive -- gdb and binutils