diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-12-07 03:55:56 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-12-07 03:55:56 +0000 |
commit | 90a10a551076bdbf1ec24ceecc83cd36d620abcc (patch) | |
tree | a93a81b5ebf12843c74af98465c1a2b467869173 /sim/common/ChangeLog | |
parent | fa2c4f1c5af199df2631e32dba1d10381049eef6 (diff) | |
download | gdb-90a10a551076bdbf1ec24ceecc83cd36d620abcc.tar.gz |
import gdb-1999-12-06 snapshotgdb-1999-12-06
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index c2d1c8c3c9b..1aa9ecc42c4 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,34 @@ +1999-12-01 Dave Brolley <brolley@cygnus.com> + + * cgen-accfp.c (subsf): Check status code. + (mulsf): Ditto. + (negsf): Ditto. + (abssf): Ditto. + (sqrtsf): Ditto. + (invsf): Ditto. + (minsf): Ditto. + (maxsf): Ditto. + (subdf): Ditto. + (muldf): Ditto. + (divdf): Ditto. + (negdf): Ditto. + (absdf): Ditto. + (sqrtdf): Ditto. + (invdf): Ditto. + (mindf): Ditto. + (maxdf): Ditto. + +1999-11-26 Dave Brolley <brolley@cygnus.com> + + * cgen-par.h (fn_df_write): Mode of data is DF. + (sim_queue_fn_df_write): Mode of data is DF. + * cgen-par.c (sim_queue_fn_df_write): Mode of data is DF. + +1999-11-22 Dave Brolley <brolley@cygnus.com> + + * cgen-trace.c (SIZE_TRACE_BUF): Inxrease size of trace buffer. + * cgen-par.h (CGEN_WRITE_QUEUE_SIZE): Increase size of queue. + 1999-11-04 Dave Brolley <brolley@cygnus.com> * cgen-par.h (cgen_write_queue_kind): Add CGEN_FN_XI_WRITE and |