This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. 281e9aa624806dfde63d006d7706dd84d54788d1


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 <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]