bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/16686] PowerPC build of binutils fails due to coffcode.h


From: cvs-commit at gcc dot gnu.org
Subject: [Bug binutils/16686] PowerPC build of binutils fails due to coffcode.h
Date: Tue, 11 Mar 2014 05:44:50 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=16686

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
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 <address@hidden>
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(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]