]>
Commit | Line | Data |
---|---|---|
d0757082 JSC |
1 | Thu Mar 28 13:50:51 1996 James G. Smith <[email protected]> |
2 | ||
3 | * interp.c (Convert): Provide round-to-nearest and round-to-zero | |
4 | support for Sun hosts. | |
5 | * Makefile.in (gencode): Ensure the host compiler and libraries | |
6 | used for cross-hosted build. | |
7 | ||
e871dd18 JSC |
8 | Wed Mar 27 14:42:12 1996 James G. Smith <[email protected]> |
9 | ||
10 | * interp.c, gencode.c: Some more (TODO) tidying. | |
11 | ||
12 | Thu Mar 7 11:19:33 1996 James G. Smith <[email protected]> | |
13 | ||
14 | * gencode.c, interp.c: Replaced explicit long long references with | |
15 | WORD64HI, WORD64LO, SET64HI and SET64LO macro calls. | |
16 | * support.h (SET64LO, SET64HI): Macros added. | |
17 | ||
5c59ec43 ILT |
18 | Wed Feb 21 12:16:21 1996 Ian Lance Taylor <[email protected]> |
19 | ||
20 | * configure: Regenerate with autoconf 2.7. | |
21 | ||
22 | Tue Jan 30 08:48:18 1996 Fred Fish <[email protected]> | |
23 | ||
24 | * interp.c (LoadMemory): Enclose text following #endif in /* */. | |
25 | * support.h: Remove superfluous "1" from #if. | |
26 | * support.h (CHECKSIM): Remove stray 'a' at end of line. | |
27 | ||
28 | Mon Dec 4 11:44:40 1995 Jamie Smith <[email protected]> | |
29 | ||
30 | * interp.c (StoreFPR): Control UndefinedResult() call on | |
31 | WARN_RESULT manifest. | |
32 | ||
8bae0a0c JSC |
33 | Fri Dec 1 16:37:19 1995 James G. Smith <[email protected]> |
34 | ||
35 | * gencode.c: Tidied instruction decoding, and added FP instruction | |
36 | support. | |
37 | ||
38 | * interp.c: Added dineroIII, and BSD profiling support. Also | |
39 | run-time FP handling. | |
40 | ||
41 | Sun Oct 22 00:57:18 1995 James G. Smith <[email protected]> | |
42 | ||
43 | * Changelog, Makefile.in, README.Cygnus, configure, configure.in, | |
44 | gencode.c, interp.c, support.h: created. |