Source-Changes-HG archive

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

[src/trunk]: src/gnu/dist/gdb6/sim/ppc I've been using this patch (which come...



details:   https://anonhg.NetBSD.org/src/rev/0380111a97bb
branches:  trunk
changeset: 763831:0380111a97bb
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Mon Apr 04 22:33:32 2011 +0000

description:
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.

diffstat:

 gnu/dist/gdb6/sim/ppc/emul_netbsd.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 6fb8d66bd1ed -r 0380111a97bb gnu/dist/gdb6/sim/ppc/emul_netbsd.c
--- a/gnu/dist/gdb6/sim/ppc/emul_netbsd.c       Mon Apr 04 22:15:13 2011 +0000
+++ b/gnu/dist/gdb6/sim/ppc/emul_netbsd.c       Mon Apr 04 22:33:32 2011 +0000
@@ -738,7 +738,7 @@
   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)



Home | Main Index | Thread Index | Old Index