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. 88667baf24e71481f0002c0452b94a1d53116725


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  88667baf24e71481f0002c0452b94a1d53116725 (commit)
      from  bdb52a22a7672fa716997bce67ac9c1fcbd7c338 (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=88667baf24e71481f0002c0452b94a1d53116725

commit 88667baf24e71481f0002c0452b94a1d53116725
Author: Nick Clifton <nickc@redhat.com>
Date:   Fri Apr 25 17:00:20 2014 +0100

    This fixes a compile time warning which is being treated as an error.  Older
    versions of gcc complain about part of a conditional expression always
    evaluating to false because of the size of the operands involved, even when
    the entire expression is already known to be false.
    
    	* peXXigen.c (_bfd_XXi_swap_sym_out): Another fix for building on
    	a 342-bit host.  This time for older versions of gcc.

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

Summary of changes:
 bfd/ChangeLog  |    6 ++++++
 bfd/peXXigen.c |   10 +++++++++-
 2 files changed, 15 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]