From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12613 invoked by alias); 21 Jan 2014 15:52: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 12574 invoked by uid 306); 21 Jan 2014 15:52:56 -0000 Date: Tue, 21 Jan 2014 15:52:00 -0000 Message-ID: <20140121155253.12547.qmail@sourceware.org> From: tromey@sourceware.org To: binutils-cvs@sourceware.org, src-cvs@sourceware.org Subject: gdb and binutils branch master updated. 281e9aa624806dfde63d006d7706dd84d54788d1 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 40101021d43f0ed6da0fd8ce11267bbcce0dac15 X-Git-Newrev: 281e9aa624806dfde63d006d7706dd84d54788d1 X-SW-Source: 2014-q1/txt/msg00025.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 281e9aa624806dfde63d006d7706dd84d54788d1 (commit) from 40101021d43f0ed6da0fd8ce11267bbcce0dac15 (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=281e9aa624806dfde63d006d7706dd84d54788d1 commit 281e9aa624806dfde63d006d7706dd84d54788d1 Author: tromey Date: Tue Jan 21 15:09:10 2014 +0000 [PATCH] include * ansidecl.h (ANSI_PROTOTYPES, PTRCONST, LONG_DOUBLE, PARAMS) (VPARAMS, VA_START, VA_OPEN, VA_CLOSE, VA_FIXEDARG, CONST) (VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, AND, DOTS) (NOARGS): Don't define. * libiberty.h (expandargv, writeargv): Don't use PARAMS. libiberty * _doprint.c (checkit): Use stdarg, not VA_* macros. * asprintf.c (asprintf): Use stdarg, not VA_* macros. * concat.c (concat_length, concat_copy, concat_copy2, concat) (reconcat): Use stdarg, not VA_* macros. * snprintf.c (snprintf): Use stdarg, not VA_* macros. * vasprintf.c (checkit): Use stdarg, not VA_* macros. * vsnprintf.c (checkit): Use stdarg, not VA_* macros. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206881 138bc75d-0d04-0410-961f-82ee72b054a4 ----------------------------------------------------------------------- Summary of changes: include/ChangeLog | 8 +++ include/ansidecl.h | 141 +------------------------------------------------ include/libiberty.h | 6 +- libiberty/ChangeLog | 10 ++++ libiberty/_doprnt.c | 6 +- libiberty/asprintf.c | 9 ++-- libiberty/concat.c | 45 +++++++--------- libiberty/snprintf.c | 10 ++-- libiberty/vasprintf.c | 8 ++-- libiberty/vsnprintf.c | 10 ++-- 10 files changed, 62 insertions(+), 191 deletions(-) hooks/post-receive -- gdb and binutils