This commit was generated by cvs2svn to track changes on a CVS vendor
[external/binutils.git] / sim / mcore / ChangeLog
1 2000-02-14  Nick Clifton  <nickc@cygnus.com>
2
3         * interp.c (handle_trap1): Fix handling of fclose system call.
4         Patch submitted by <drew.sarkisian@motorola.com>.
5
6 2000-02-10  Nick Clifton  <nickc@cygnus.com>
7
8         * interp.c (target_big_endian): New variable.
9         (mcore_extract_unsigned_integer, mcore_store_unsigned_integer,
10         wlat, rlat, sim_resume, sim_load): Add supprot for little
11         endian targets. 
12
13 2000-01-13  Nick Clifton  <nickc@cygnus.com>
14
15         * interp.c (sim_resume): Do not rely upon host semantics of shift
16         operators to implement M*Core semantics.
17
18 Thu Sep  2 18:15:53 1999  Andrew Cagney  <cagney@b1.cygnus.com>
19
20         * configure: Regenerated to track ../common/aclocal.m4 changes.
21
22 1999-06-23  Nick Clifton  <nickc@cygnus.com>
23
24         * sysdep.h: Do not define prototypes for memcpy and strchr if they
25         are macros.
26
27 1999-05-21  Nick Clifton  <nickc@cygnus.com>
28
29         * interp.c (sim_resume): Add more tracing output.
30
31 1999-05-17  Keith Seitz  <keiths@cygnus.com>
32
33         * interp.c (NUM_MCORE_REGS): Increase by one to allow access to PC.
34         (sim_resume): Correct off by one instruction error when a breakpoint
35         is hit.
36
37 1999-05-08  Felix Lee  <flee@cygnus.com>
38
39         * configure: Regenerated to track ../common/aclocal.m4 changes.
40         
41 1999-05-10  Nick Clifton  <nickc@cygnus.com>
42
43         * interp.c (sim_resume): Record PC in case it is needed for error
44         messages and the original has been corrupted.
45
46 1999-05-07  Nick Clifton  <nickc@cygnus.com>
47
48         * interp.c (sim_resume): Fix typo 'oze' -> 'doze'.
49         (util): Handle 0x50FF stubs properly.
50
51
52 1999-04-29  Nick Clifton  <nickc@cygnus.com>
53
54         * interp.c (set_initial_gprs): Only display memory range if
55         verbose option has been set.
56
57 1999-04-22  Nick Clifton  <nickc@cygnus.com>
58
59         * interp.c: Add tracing and verbose options.
60         Fixed trap and syscall emulations.
61
62 1999-04-08  Nick Clifton  <nickc@cygnus.com>
63
64         * interp.c: New file: Simulator for MCore.
65         * sysdep.h: New file: Systems definitions for MCore simulator.
66         * configure.in: New file: Configure script for MCore simulator.
67         * configure: New file: Genreated.
68         * config,in: New file: Config support.
69         * Makefile.in: New file: Meta makefile for MCore simulator.
70