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


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  e56c722b60c67fe915c22970a5e669a723fa1ce9 (commit)
      from  a4a027b7f43b1d9e62a6a540cd7857a334d37b12 (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=e56c722b60c67fe915c22970a5e669a723fa1ce9

commit e56c722b60c67fe915c22970a5e669a723fa1ce9
Author: Maciej W. Rozycki <macro@codesourcery.com>
Date:   Fri Aug 22 16:30:36 2014 +0100

    ARM/gas: Fix a build failure with GCC 4.3.3
    
    cc1: warnings being treated as errors
    .../gas/config/tc-arm.c: In function 'add_to_lit_pool':
    .../gas/config/tc-arm.c:3193: error: 'imm1' may be used uninitialized in this function
    
    	* config/tc-arm.c (add_to_lit_pool): Preinitialize `imm1'.

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

Summary of changes:
 gas/ChangeLog       |    4 ++++
 gas/config/tc-arm.c |    2 +-
 2 files changed, 5 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]