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:
parent
95c4a4389f
commit
444d8f7fa7
2
gnu/dist/gdb6/sim/ppc/emul_netbsd.c
vendored
2
gnu/dist/gdb6/sim/ppc/emul_netbsd.c
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user