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 #4 from Luke Allardyce <lukeallardyce at gmail dot com> ---
You're absolutely right

Using the preprocessor output, the function definition on x86_64 is outputted
as 

void remote_fileio_to_fio_stat (struct _stat64 *st, struct fio_stat *fst)

in i686 it's

void remote_fileio_to_fio_stat (struct _stati64 *st, struct fio_stat *fst)

I was wrong about i686, it fails too, I don't know why I thought it had
compiled.

To push this should I just send it to gdb-patches?

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