FreeBSD src
Go to file
Nate Williams 315615555c Bruce Evans:
The enclosed diffs implement printing of the floating point state for
the version of gdb-3.5 in 386BSD-0.0.  I don't have gdb for 386BSD-0.1
but I've been told that it is also missing this feature.

The changes are small.  Code to read the FP state from the kernel was
#ifdef'ed out, but it essentially works.  Code to change the FP regs
is still #ifdef'ed out.  It is close to working too.  Printing of the
FP regs was broken because hard reg numbers were confused with stack
offsets.

4. The emulator does not handle FP errors right, and it does not
   communicate the emulated FP state to the rest of the kernel, so
   "info float" shows garbage.
1993-07-01 00:17:55 +00:00
bin fixed undo within a global command (would corrupt the buffer) 1993-06-26 06:47:21 +00:00
etc Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
gnu Bruce Evans: 1993-07-01 00:17:55 +00:00
lib/csu/i386 Added some support the new err(3) routines need 1993-06-29 04:34:12 +00:00
libexec/makekey Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
sbin Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
share/man/man4 Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:49:13 +00:00
sys Added (protection) around negative constants, in case a program wants 1993-06-30 22:59:18 +00:00
usr.bin/symorder Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:49:13 +00:00
usr.sbin Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:49:13 +00:00