diff options
author | Frank Ch. Eigler <fche@redhat.com> | 1998-03-30 23:56:52 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 1998-03-30 23:56:52 +0000 |
commit | 6ed00b060706ba0b2ef7cb68bd2d0275d846e99c (patch) | |
tree | 9e2e2562a6f684f0af89a96659e09b33c0a6f64d /sim/mips/ChangeLog | |
parent | 0d3e84dd9271c4f580107298b952f54c4c719303 (diff) | |
download | gdb-6ed00b060706ba0b2ef7cb68bd2d0275d846e99c.zip gdb-6ed00b060706ba0b2ef7cb68bd2d0275d846e99c.tar.gz gdb-6ed00b060706ba0b2ef7cb68bd2d0275d846e99c.tar.bz2 |
* Continuing sky R5900 / COP2 work. Added extra sanitize tags to hide
128-bit MIPS part.
[ChangeLog]
Mon Mar 30 18:41:43 1998 Frank Ch. Eigler <fche@cygnus.com>
* interp.c (decode_coproc): Continuing COP2 work.
(cop_[ls]q): Hide 128-bit COP2 more.
* sim-main.h (COP_[LS]Q): Hide 128-bit COP2 more.
[ChangeLog.sky]
Mon Mar 30 18:44:15 1998 Frank Ch. Eigler <fche@cygnus.com>
* sky-libvpe.c: Code too wide - ran indent on SCEI code.
* sky-vu.h (vu0_busy*, vu0_macro*): New entry points for COP2
interface.
* sky-vu.c (vu0_busy*, vu0_macro*): Stub functions for above.
Diffstat (limited to 'sim/mips/ChangeLog')
-rw-r--r-- | sim/mips/ChangeLog | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index fcf834c..a86e551 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,12 @@ +start-sanitize-sky +Mon Mar 30 18:41:43 1998 Frank Ch. Eigler <fche@cygnus.com> + + * interp.c (decode_coproc): Continuing COP2 work. + (cop_[ls]q): Hide 128-bit COP2 more. + + * sim-main.h (COP_[LS]Q): Hide 128-bit COP2 more. +end-sanitize-sky + Mon Mar 30 14:46:05 1998 Gavin Koch <gavin@cygnus.com> * configure.in (mipstx39*-*-*): Use gencode simulator rather @@ -30,13 +39,12 @@ start-sanitize-sky * sim-main.h (status_CU[012]): Added COP[n]-enabled flags for status register. -end-sanitize-sky - * interp.c (cop_lq, cop_sq): New functions for future 128-bit access to coprocessor registers. * sim-main.h (COP_LQ, COP_SQ): New macro front-ends for above. - +end-sanitize-sky + Fri Mar 27 16:15:52 1998 Andrew Cagney <cagney@b1.cygnus.com> * configure: Regenerated to track ../common/aclocal.m4 changes. |