]>
Commit | Line | Data |
---|---|---|
fe031f82 DE |
1 | Wed May 18 14:18:53 1994 Doug Evans ([email protected]) |
2 | ||
3 | * interp.c (sim_*): Make result void where there isn't one. | |
4 | (sim_set_pc): Delete. | |
5 | (sim_info): Delete printf_fn arg, all callers changed. | |
6 | Call printf_filtered instead. | |
7 | (sim_close): New function. | |
8 | (sim_load): New function. | |
9 | (sim_create_inferior): Renamed from sim_set_args, all callers changed. | |
10 | * run.c: #include <varargs.h>, "remote-sim.h". | |
11 | (printf_filtered): New function. | |
12 | ||
13 | Wed Apr 27 12:03:48 1994 Steve Chamberlain ([email protected]) | |
14 | ||
15 | * gencode.c (table): Get direction of some opcodes right. | |
16 | (trapa, rte): Implement fully. | |
17 | * interp.c (trap): Make stat call more portable. | |
18 | ||
19 | Fri Feb 11 21:59:38 1994 Steve Chamberlain ([email protected]) | |
20 | ||
21 | * gencode.c (main, gendefines): New -d option prints table of defines. | |
22 | * interp.c (trap): Add a load of system calls. | |
23 | (sim_memory_size): Now default to 8Mbyte. | |
24 | (PARANOID): Keep vector of registers with undefined contents. | |
25 | ||
26 | Mon Nov 15 14:37:18 1993 Steve Chamberlain ([email protected]) | |
27 | ||
28 | * gencode.c: mova uses aligned addresses | |
29 | * interp.c (trap): Return results in r0. | |
30 | ||
31 | Tue Oct 26 10:38:55 1993 Doug Evans ([email protected]) | |
32 | ||
33 | * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb | |
34 | * interp.c: #include "remote-sim.h". | |
35 | (sim_resume): int result, new arg `siggnal'. | |
36 | (sim_write): Use SIM_ADDR for type of arg `addr'. | |
37 | (sim_read): Use SIM_ADDR for type of arg `addr'. | |
38 | Use unsigned char * for `buffer'. | |
39 | (sim_store_register): int result. | |
40 | (sim_fetch_register): Ditto. | |
41 | (sim_stop_reason): Renamed from sim_stop_signal. New arg `reason'. | |
42 | (sim_set_pc): int result, use SIM_ADDR for type of arg `x'. | |
43 | (sim_info): int result, new args `verbose', `printf_fn'. | |
44 | (sim_kill): int result. | |
45 | (sim_open): int result, new arg `name'. | |
46 | * run.c: #include <stdio.h> | |
47 | (main): Update call to sim_info. | |
48 | ||
631f6b24 DE |
49 | Sat Oct 23 15:09:29 1993 Doug Evans ([email protected]) |
50 | ||
51 | * interp.c (sim_stop_signal): Result is now enum sim_stop. | |
52 | ||
53 | Fri Oct 8 10:47:09 1993 Steve Chamberlain ([email protected]) | |
54 | ||
55 | * gencode.c (table): Becomes unsigned. | |
56 | * interp.c (trap): Get right breakpoint SIGnum. (sim_write, | |
57 | sim_read): Return number of bytes copied. (sim_store_register): | |
58 | Value passed by reference. (sim_kill, sim_open, sim_set_args): New functions. | |
59 | ||
60 | Tue Sep 7 16:24:13 1993 Stan Shebs ([email protected]) | |
61 | ||
62 | * interp.c (sim_info): Fix small typo in printf string. | |
63 | ||
64 | Thu Aug 5 11:37:48 1993 Stan Shebs ([email protected]) | |
65 | ||
66 | * interp.c (sim_resume): Set memory after pointers inited. | |
67 | ||
68 | Mon Aug 2 14:13:22 1993 Steve Chamberlain ([email protected]) | |
69 | ||
70 | * interp.c (get_now): Use time system call. | |
71 | * Makefile.in: install correctly. | |
72 | ||
73 | Tue Jul 6 10:30:46 1993 Steve Chamberlain ([email protected]) | |
74 | ||
75 | * run.c (main), interp.c (sim_set_timeout): Remove timeout | |
76 | functionality. | |
77 | ||
78 | Thu Jun 24 13:29:57 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com) | |
79 | ||
80 | * Makefile.in: don't run indent everytime; also add a space in the | |
81 | includes | |
82 | ||
90fe361f SC |
83 | Thu Jun 17 18:30:42 1993 Steve Chamberlain ([email protected]) |
84 | ||
85 | * gencode.c: Fix some opcodes. | |
86 | * interp.c: Support for profiling and portability fixes. | |
87 | * run.c (main): Get profiling args. | |
88 | ||
89 | Wed May 5 13:17:22 1993 Steve Chamberlain ([email protected]) | |
90 | ||
91 | * gencode.c (tab): Lint for sgi compiler | |
92 | * interp.c: Lint for sgi compiler. | |
93 | ||
94 | Mon May 3 15:25:33 1993 Steve Chamberlain ([email protected]) | |
95 | ||
96 | * run.c (main): Support for resizing simulated RAM. | |
97 | * Makefile.in: Support for broken makes. | |
98 | * interp.c, gencode.c: Lint. | |
99 | ||
594266fc SC |
100 | Mon Apr 26 18:01:10 1993 Steve Chamberlain ([email protected]) |
101 | ||
102 | * created | |
103 |