bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/24028] PPC_INT_FMT should be "ll" on Mojave.


From: cvs-commit at gcc dot gnu.org
Subject: [Bug binutils/24028] PPC_INT_FMT should be "ll" on Mojave.
Date: Fri, 28 Dec 2018 04:34:01 +0000

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

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Alan Modra <address@hidden>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d1a3c973fa1c0d7eead585e82e02db11daeb36cf

commit d1a3c973fa1c0d7eead585e82e02db11daeb36cf
Author: Alan Modra <address@hidden>
Date:   Fri Dec 28 09:31:42 2018 +1030

    PR24028, PPC_INT_FMT

    PPC_INT_FMT is redundant now that bfd.h pulls in inttypes.h if
    available.  Apparently MacOS Mojave defines int64_t as long long even
    though long is also 64 bits, which confuses the logic selecting
    PPC_INT_FMT (and BFD_PRI64 too).  Hopefully inttypes.h is available on
    Mojave.

        PR 24028
    include/
        * opcode/ppc.h (PPC_INT_FMT): Delete.
    opcodes/
        * ppc-dis.c (print_insn_powerpc): Replace PPC_INT_FMT uses with
        PRId64/PRIx64.

-- 
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]