Date: Mon, 8 Apr 2002 17:57:23 -0700 (PDT) From: Jake Burkholder <jake@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include frame.h reg.h src/sys/sparc64/sparc64 emul.c machdep.c vm_machdep.c src/lib/libc/sparc64/fpu fpu.c Message-ID: <200204090057.g390vN425874@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jake 2002/04/08 17:57:23 PDT
Modified files:
sys/sparc64/include frame.h reg.h
sys/sparc64/sparc64 emul.c machdep.c vm_machdep.c
lib/libc/sparc64/fpu fpu.c
Log:
Rename some fields in struct frame to be compatible with NetBSD/OpenBSD,
and add some compatibility defines. Add fields for ins and locals to
struct reg also for the same reason; these aren't filled in yet because
getting at those registers sucks and I'd rather not save them in the
trapframe just for this. Reorder struct reg to be ABI compatible as
well. Add needed include of machine/emul.h.
This gets pmdb (poor man's debugger) from OpenBSD mostly compiling but it
doesn't work yet :(
Revision Changes Path
1.4 +1 -1 src/lib/libc/sparc64/fpu/fpu.c
1.13 +9 -5 src/sys/sparc64/include/frame.h
1.10 +4 -2 src/sys/sparc64/include/reg.h
1.4 +3 -2 src/sys/sparc64/sparc64/emul.c
1.48 +12 -9 src/sys/sparc64/sparc64/machdep.c
1.22 +5 -5 src/sys/sparc64/sparc64/vm_machdep.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204090057.g390vN425874>
