diff options
author | Jackie Smith Cashion <jsmith@redhat.com> | 1996-03-28 14:08:51 +0000 |
---|---|---|
committer | Jackie Smith Cashion <jsmith@redhat.com> | 1996-03-28 14:08:51 +0000 |
commit | d0757082eb9320d85a668f38eade30ee6d0e2f60 (patch) | |
tree | 5f2be810f1c278f00982b60ad528d8d6a13ec3f8 /sim/mips/ChangeLog | |
parent | 1d8eda7ab48030197747490cb54b8123cc4cbddd (diff) | |
download | gdb-d0757082eb9320d85a668f38eade30ee6d0e2f60.zip gdb-d0757082eb9320d85a668f38eade30ee6d0e2f60.tar.gz gdb-d0757082eb9320d85a668f38eade30ee6d0e2f60.tar.bz2 |
Thu Mar 28 13:50:51 1996 James G. Smith <jsmith@cygnus.co.uk>
* interp.c (Convert): Provide round-to-nearest and round-to-zero
support for Sun hosts.
* Makefile.in (gencode): Ensure the host compiler and libraries
used for cross-hosted build.
Allow a DOS hosted version of the simulator to be built. NOTE: The FP
is still not complete, since round-to-nearest and round-to-zero have
not been implemented generically.
Diffstat (limited to 'sim/mips/ChangeLog')
-rw-r--r-- | sim/mips/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index 4f4ffc8..f221324 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,10 @@ +Thu Mar 28 13:50:51 1996 James G. Smith <jsmith@cygnus.co.uk> + + * interp.c (Convert): Provide round-to-nearest and round-to-zero + support for Sun hosts. + * Makefile.in (gencode): Ensure the host compiler and libraries + used for cross-hosted build. + Wed Mar 27 14:42:12 1996 James G. Smith <jsmith@cygnus.co.uk> * interp.c, gencode.c: Some more (TODO) tidying. |