* Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
[deliverable/binutils-gdb.git] / sim / mips / ChangeLog
1 Wed Jun 26 12:24:55 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
2
3 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
4 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
5 (docdir): Removed.
6 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
7 (AC_PROG_INSTALL): Added.
8 (AC_PROG_CC): Moved to before configure.host call.
9 * configure: Rebuilt.
10
11 Wed Jun 5 08:28:13 1996 James G. Smith <jsmith@cygnus.co.uk>
12
13 * configure.in: Define @SIMCONF@ depending on mips target.
14 * configure: Rebuild.
15 * Makefile.in (run): Add @SIMCONF@ to control simulator
16 construction.
17 * gencode.c: Change LOADDRMASK to 64bit memory model only.
18 * interp.c: Remove some debugging, provide more detailed error
19 messages, update memory accesses to use LOADDRMASK.
20
21 Mon Jun 3 11:55:03 1996 Ian Lance Taylor <ian@cygnus.com>
22
23 * configure.in: Add calls to AC_CONFIG_HEADER, AC_CHECK_HEADERS,
24 AC_CHECK_LIB, and AC_CHECK_FUNCS. Change AC_OUTPUT to set
25 stamp-h.
26 * configure: Rebuild.
27 * config.in: New file, generated by autoheader.
28 * interp.c: Include "config.h". Include <stdlib.h>, <string.h>,
29 and <strings.h> if they exist. Replace #ifdef sun with #ifdef
30 HAVE_ANINT and HAVE_AINT, as appropriate.
31 * Makefile.in (run): Use @LIBS@ rather than -lm.
32 (interp.o): Depend upon config.h.
33 (Makefile): Just rebuild Makefile.
34 (clean): Remove stamp-h.
35 (mostlyclean): Make the same as clean, not as distclean.
36 (config.h, stamp-h): New targets.
37
38 Fri May 10 00:41:17 1996 James G. Smith <jsmith@cygnus.co.uk>
39
40 * interp.c (ColdReset): Fix boolean test. Make all simulator
41 globals static.
42
43 Wed May 8 15:12:58 1996 James G. Smith <jsmith@cygnus.co.uk>
44
45 * interp.c (xfer_direct_word, xfer_direct_long,
46 swap_direct_word, swap_direct_long, xfer_big_word,
47 xfer_big_long, xfer_little_word, xfer_little_long,
48 swap_word,swap_long): Added.
49 * interp.c (ColdReset): Provide function indirection to
50 host<->simulated_target transfer routines.
51 * interp.c (sim_store_register, sim_fetch_register): Updated to
52 make use of indirected transfer routines.
53
54 Fri Apr 19 15:48:24 1996 James G. Smith <jsmith@cygnus.co.uk>
55
56 * gencode.c (process_instructions): Ensure FP ABS instruction
57 recognised.
58 * interp.c (AbsoluteValue): Add routine. Also provide simple PMON
59 system call support.
60
61 Wed Apr 10 09:51:38 1996 James G. Smith <jsmith@cygnus.co.uk>
62
63 * interp.c (sim_do_command): Complain if callback structure not
64 initialised.
65
66 Thu Mar 28 13:50:51 1996 James G. Smith <jsmith@cygnus.co.uk>
67
68 * interp.c (Convert): Provide round-to-nearest and round-to-zero
69 support for Sun hosts.
70 * Makefile.in (gencode): Ensure the host compiler and libraries
71 used for cross-hosted build.
72
73 Wed Mar 27 14:42:12 1996 James G. Smith <jsmith@cygnus.co.uk>
74
75 * interp.c, gencode.c: Some more (TODO) tidying.
76
77 Thu Mar 7 11:19:33 1996 James G. Smith <jsmith@cygnus.co.uk>
78
79 * gencode.c, interp.c: Replaced explicit long long references with
80 WORD64HI, WORD64LO, SET64HI and SET64LO macro calls.
81 * support.h (SET64LO, SET64HI): Macros added.
82
83 Wed Feb 21 12:16:21 1996 Ian Lance Taylor <ian@cygnus.com>
84
85 * configure: Regenerate with autoconf 2.7.
86
87 Tue Jan 30 08:48:18 1996 Fred Fish <fnf@cygnus.com>
88
89 * interp.c (LoadMemory): Enclose text following #endif in /* */.
90 * support.h: Remove superfluous "1" from #if.
91 * support.h (CHECKSIM): Remove stray 'a' at end of line.
92
93 Mon Dec 4 11:44:40 1995 Jamie Smith <jsmith@cygnus.com>
94
95 * interp.c (StoreFPR): Control UndefinedResult() call on
96 WARN_RESULT manifest.
97
98 Fri Dec 1 16:37:19 1995 James G. Smith <jsmith@cygnus.co.uk>
99
100 * gencode.c: Tidied instruction decoding, and added FP instruction
101 support.
102
103 * interp.c: Added dineroIII, and BSD profiling support. Also
104 run-time FP handling.
105
106 Sun Oct 22 00:57:18 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
107
108 * Changelog, Makefile.in, README.Cygnus, configure, configure.in,
109 gencode.c, interp.c, support.h: created.
This page took 0.032669 seconds and 5 git commands to generate.