This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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]

[Bug gdb/18131] cannot cross compile gdbserver for x86_64-w64-mingw32


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

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

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

commit 7f3647e2ba4517be59ce531ec2297918b998fe3e
Author: Gary Benson <gbenson@redhat.com>
Date:   Tue Mar 17 11:26:09 2015 +0000

    Remove forward declaration of struct stat

    Forward declarations of struct stat break the Windows build.
    This commit removes a forward declaration of struct stat and
    includes sys/stat.h directly instead.

    gdb/ChangeLog:

        PR gdb/18131
        * common/common-remote-fileio.h (sys/stat.h): New include.
        (stuct stat): Remove forward declaration.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]