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. cb580a265c0344b2acfc3059b53689863378f5ed


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  cb580a265c0344b2acfc3059b53689863378f5ed (commit)
      from  3cc27770cfa2080f70d44659de9d62adc80489fc (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=cb580a265c0344b2acfc3059b53689863378f5ed

commit cb580a265c0344b2acfc3059b53689863378f5ed
Author: Nick Clifton <nickc@redhat.com>
Date:   Thu Mar 27 09:41:06 2014 +0000

    This fixes a compile time error triggered by -Werror=format-security because
    a call to sprintf was being made with a non-constant formatting string.
    
    	* config/tc-score.c (s3_parse_pce_inst): Add "%s" parameter to
    	sprintf in order to avoid a compile time warning.

-----------------------------------------------------------------------

Summary of changes:
 gas/ChangeLog         |    5 +++++
 gas/config/tc-score.c |    2 +-
 2 files changed, 6 insertions(+), 1 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]