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. 3c865fca872570ba07c4a16fb262e0487b66bf0a


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  3c865fca872570ba07c4a16fb262e0487b66bf0a (commit)
      from  c1966e261a3c0e0a32639d464a5ebee83aa31144 (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=3c865fca872570ba07c4a16fb262e0487b66bf0a

commit 3c865fca872570ba07c4a16fb262e0487b66bf0a
Author: Alan Modra <amodra@gmail.com>
Date:   Tue Mar 11 15:42:46 2014 +1030

    intptr_t type definition needed
    
    coffcode.h uses an intptr_t cast inside an #ifdef RS6000COFF_C, so
    ensure that intptr_t is defined.  We don't see this when
    cross-compiling from linux due to intptr_t being provided by
    unistd.h.
    
    	PR 16686
    	* coff-rs6000.c: Include stdint.h.
    	* coff64-rs6000.c: Likewise.

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

Summary of changes:
 bfd/ChangeLog       |    6 ++++++
 bfd/coff-rs6000.c   |    1 +
 bfd/coff64-rs6000.c |    1 +
 3 files changed, 8 insertions(+), 0 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]