freebsd-dev/lib/libc/sparc64/fpu
Jake Burkholder 82436f1067 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 :(
2002-04-09 00:57:23 +00:00
..
fpu_add.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
fpu_arith.h Fix the style of the SCM ID's. 2002-03-22 23:42:05 +00:00
fpu_compare.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
fpu_div.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
fpu_emu.h Fix the style of the SCM ID's. 2002-03-22 23:42:05 +00:00
fpu_explode.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
fpu_extern.h Fix the style of the SCM ID's. 2002-03-22 23:42:05 +00:00
fpu_implode.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
fpu_mul.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
fpu_reg.h Add userland floating point emulator code for sparc64. This is a port 2002-02-23 21:37:18 +00:00
fpu_reg.S Add userland floating point emulator code for sparc64. This is a port 2002-02-23 21:37:18 +00:00
fpu_sqrt.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
fpu_subr.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
fpu.c Rename some fields in struct frame to be compatible with NetBSD/OpenBSD, 2002-04-09 00:57:23 +00:00
Makefile.inc Add userland floating point emulator code for sparc64. This is a port 2002-02-23 21:37:18 +00:00