bug-binutils
[Top][All Lists]
Advanced

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

[Bug libctf/25155] libctf directory doesn't compile with MinGW


From: cvs-commit at gcc dot gnu.org
Subject: [Bug libctf/25155] libctf directory doesn't compile with MinGW
Date: Sun, 26 Jul 2020 23:11:45 +0000

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

--- Comment #6 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Joel Brobecker <brobecke@sourceware.org>:

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

commit 555adca2e3bcabdef58abf2f68291e47479bc09d
Author: Eli Zaretskii <eliz@gnu.org>
Date:   Sun Jul 26 16:06:02 2020 -0700

    libctf: compilation failure on MinGW due to missing errno values

    This commit fixes a compilation failure in a couple of libctf files
    due to the use of EOVERFLOW and ENOTSUP, which are not defined
    when compiling on MinGW.

    libctf/ChangeLog:

            PR binutils/25155:
            * ctf-create.c (EOVERFLOW): If not defined by system header,
            redirect to ERANGE as a poor man's substitute.
            * ctf-subr.c (ENOTSUP): If not defined, use ENOSYS instead.

    (cherry picked from commit 50500ecfefd6acc4c7f6c2a95bc0ae1945103220)

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