]>
Commit | Line | Data |
---|---|---|
c8cca39f AC |
1 | 2002-06-16 Andrew Cagney <[email protected]> |
2 | ||
3 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
4 | ||
3c25f8c7 AC |
5 | 2002-06-08 Andrew Cagney <[email protected]> |
6 | ||
7 | * interp.c: Include "gdb/callback.h" and "gdb/remote-sim.h". | |
8 | ||
eb2d80b4 AC |
9 | Tue May 23 21:39:23 2000 Andrew Cagney <[email protected]> |
10 | ||
11 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
12 | ||
3dfcd3c6 NC |
13 | 2000-02-14 Nick Clifton <[email protected]> |
14 | ||
15 | * interp.c (handle_trap1): Fix handling of fclose system call. | |
16 | Patch submitted by <[email protected]>. | |
17 | ||
63a027a3 NC |
18 | 2000-02-10 Nick Clifton <[email protected]> |
19 | ||
20 | * interp.c (target_big_endian): New variable. | |
21 | (mcore_extract_unsigned_integer, mcore_store_unsigned_integer, | |
22 | wlat, rlat, sim_resume, sim_load): Add supprot for little | |
23 | endian targets. | |
24 | ||
c5394b80 JM |
25 | 2000-01-13 Nick Clifton <[email protected]> |
26 | ||
27 | * interp.c (sim_resume): Do not rely upon host semantics of shift | |
28 | operators to implement M*Core semantics. | |
29 | ||
d4f3574e SS |
30 | Thu Sep 2 18:15:53 1999 Andrew Cagney <[email protected]> |
31 | ||
32 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
33 | ||
085dd6e6 JM |
34 | 1999-06-23 Nick Clifton <[email protected]> |
35 | ||
36 | * sysdep.h: Do not define prototypes for memcpy and strchr if they | |
37 | are macros. | |
38 | ||
392a587b JM |
39 | 1999-05-21 Nick Clifton <[email protected]> |
40 | ||
41 | * interp.c (sim_resume): Add more tracing output. | |
42 | ||
9e086581 JM |
43 | 1999-05-17 Keith Seitz <[email protected]> |
44 | ||
45 | * interp.c (NUM_MCORE_REGS): Increase by one to allow access to PC. | |
46 | (sim_resume): Correct off by one instruction error when a breakpoint | |
47 | is hit. | |
48 | ||
cd0fc7c3 SS |
49 | 1999-05-08 Felix Lee <[email protected]> |
50 | ||
51 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
52 | ||
53 | 1999-05-10 Nick Clifton <[email protected]> | |
54 | ||
55 | * interp.c (sim_resume): Record PC in case it is needed for error | |
56 | messages and the original has been corrupted. | |
57 | ||
58 | 1999-05-07 Nick Clifton <[email protected]> | |
59 | ||
60 | * interp.c (sim_resume): Fix typo 'oze' -> 'doze'. | |
61 | (util): Handle 0x50FF stubs properly. | |
62 | ||
63 | ||
b83266a0 SS |
64 | 1999-04-29 Nick Clifton <[email protected]> |
65 | ||
66 | * interp.c (set_initial_gprs): Only display memory range if | |
67 | verbose option has been set. | |
68 | ||
2d514e6f SS |
69 | 1999-04-22 Nick Clifton <[email protected]> |
70 | ||
71 | * interp.c: Add tracing and verbose options. | |
72 | Fixed trap and syscall emulations. | |
73 | ||
74 | 1999-04-08 Nick Clifton <[email protected]> | |
75 | ||
76 | * interp.c: New file: Simulator for MCore. | |
77 | * sysdep.h: New file: Systems definitions for MCore simulator. | |
78 | * configure.in: New file: Configure script for MCore simulator. | |
79 | * configure: New file: Genreated. | |
80 | * config,in: New file: Config support. | |
81 | * Makefile.in: New file: Meta makefile for MCore simulator. | |
82 |