I've been using this patch (which comes from Matt Thomas, maybe?) for

about a year.  It make MKCROSSGDB=yes work for macppc, at least.
This commit is contained in:
dyoung 2011-04-04 22:33:32 +00:00
parent 95c4a4389f
commit 444d8f7fa7

View File

@ -738,7 +738,7 @@ do_gettimeofday(os_emul_data *emul,
if (WITH_TRACE && ppc_trace[trace_os_emul])
printf_filtered ("0x%lx, 0x%lx", (long)t_addr, (long)tz_addr);
SYS(gettimeofday);
SYS(__gettimeofday50);
emul_write_status(processor, status, err);
if (status == 0) {
if (t_addr != 0)