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 perhaps this fixes the build issue?



details:   https://anonhg.NetBSD.org/src/rev/4ef7d0de30e9
branches:  trunk
changeset: 755373:4ef7d0de30e9
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jun 03 14:32:31 2010 +0000

description:
perhaps this fixes the build issue?

diffstat:

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

diffs (12 lines):

diff -r af56379eed86 -r 4ef7d0de30e9 gnu/dist/gdb6/sim/ppc/emul_netbsd.c
--- a/gnu/dist/gdb6/sim/ppc/emul_netbsd.c       Thu Jun 03 12:40:52 2010 +0000
+++ b/gnu/dist/gdb6/sim/ppc/emul_netbsd.c       Thu Jun 03 14:32:31 2010 +0000
@@ -768,7 +768,7 @@
   if (WITH_TRACE && ppc_trace[trace_os_emul])
     printf_filtered ("%d, 0x%lx", who, (long)rusage_addr);
 
-  SYS(getrusage);
+  SYS(__getrusage50);
   emul_write_status(processor, status, err);
   if (status == 0) {
     if (rusage_addr != 0)



Home | Main Index | Thread Index | Old Index