Ref gdb/11763 - can't stop a running simulator:
[deliverable/binutils-gdb.git] / sim / arm / ChangeLog
1 Fri Apr 18 13:32:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
2
3 * wrapper.c (sim_stop): Stub sim_stop function.
4
5 Thu Apr 17 18:33:01 1997 Fred Fish <fnf@cygnus.com>
6
7 * arminit.c (ARMul_NewState): Preinitialize the state to
8 all zero/NULL.
9
10 Thu Apr 17 02:39:02 1997 Doug Evans <dje@canuck.cygnus.com>
11
12 * Makefile.in (SIM_OBJS): Add sim-load.o.
13 * wrapper.c (sim_kind,myname): New static locals.
14 (sim_open): Set sim_kind, myname.
15 (sim_load): Call sim_load_file to do work. Set start address from bfd.
16 (sim_create_inferior): Return SIM_RC. Delete start_address arg.
17
18 Thu Apr 17 11:48:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
19
20 * wrapper.c (sim_trace): Update so that it matches prototype.
21
22 Mon Apr 7 15:45:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
23
24 * configure: Regenerated to track ../common/aclocal.m4 changes.
25 * config.in: Ditto.
26
27 Mon Apr 7 12:01:17 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
28
29 * Makefile.in (armemu32.o): Replace $< with autoconf recommended
30 $(srcdir)/....
31 (armemu26.o): Ditto.
32
33 Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
34
35 * wrapper.c (sim_open): New arg `kind'.
36
37 * configure: Regenerated to track ../common/aclocal.m4 changes.
38
39 Wed Apr 2 14:50:44 1997 Ian Lance Taylor <ian@cygnus.com>
40
41 * COPYING: Update FSF address.
42
43 Wed Apr 2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
44
45 * configure: Regenerated to track ../common/aclocal.m4 changes.
46
47 Wed Mar 19 01:14:00 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
48
49 * configure: Regenerated to track ../common/aclocal.m4 changes.
50
51 Mon Mar 17 15:10:07 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
52
53 * configure: Re-generate.
54
55 Fri Mar 14 10:34:11 1997 Michael Meissner <meissner@cygnus.com>
56
57 * configure: Regenerate to track ../common/aclocal.m4 changes.
58
59 Thu Mar 13 12:38:56 1997 Doug Evans <dje@canuck.cygnus.com>
60
61 * wrapper.c (sim_open): Has result now.
62 (sim_*): New SIM_DESC argument.
63
64 Tue Feb 4 13:22:21 1997 Doug Evans <dje@canuck.cygnus.com>
65
66 * Makefile.in (@COMMON_MAKEFILE_FRAG@): Use
67 COMMON_{PRE,POST}_CONFIG_FRAG instead.
68 * configure.in: sinclude ../common/aclocal.m4.
69 * configure: Regenerated.
70
71 Thu Jan 23 11:46:23 1997 Stu Grossman (grossman@critters.cygnus.com)
72
73 * configure configure.in Makefile.in: Update to new configure
74 scheme which is more compatible with WinGDB builds.
75 * configure.in: Improve comment on how to run autoconf.
76 * configure: Re-run autoconf to get new ../common/aclocal.m4.
77 * Makefile.in: Use autoconf substitution to install common
78 makefile fragment.
79
80 Wed Nov 20 01:05:10 1996 Doug Evans <dje@canuck.cygnus.com>
81
82 * run.c: Deleted, use one in ../common now.
83 * Makefile.in: Delete everything that's been moved to
84 ../common/Make-common.in.
85 (SIM_OBJS): Define.
86 * configure.in: Simplify using macros in ../common/aclocal.m4.
87 * configure: Regenerated.
88 * config.in: New file.
89 * armos.c: #include config.h.
90 * wrapper.c (mem_size): Value is in bytes now.
91 (sim_callback): New global.
92 (arm_sim_set_profile{,_size}): Delete.
93 (arm_sim_set_mem_size): Rename to sim_size.
94 (sim_do_command): Call printf_filtered via callback.
95 (sim_set_callbacks): Record callback.
96
97 Thu Oct 3 16:10:27 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
98
99 * Makefile.in (mostlyclean): Remove config.log.
100
101 Wed Jun 26 12:17:24 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
102
103 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
104 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
105 (docdir): Removed.
106 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
107 (AC_PROG_INSTALL): Added.
108 * configure: Rebuilt.
109
110 Wed Feb 21 12:14:31 1996 Ian Lance Taylor <ian@cygnus.com>
111
112 * configure: Regenerate with autoconf 2.7.
113
114 Fri Dec 15 16:27:30 1995 Ian Lance Taylor <ian@cygnus.com>
115
116 * run.c (main): Use new bfd_big_endian macro.
117
118 Mon Nov 20 17:40:38 1995 Doug Evans <dje@canuck.cygnus.com>
119
120 * run.c: Include "getopt.h".
121 (verbose): Delete.
122 (usage): Make static.
123 (main): Call arm_sim_set_verbosity.
124 Only load sections marked SEC_LOAD.
125 * wrapper.c (mem_size, verbosity): New static global.
126 (arm_sim_set_mem_size): Renamed from sim_size. Callers updated.
127 (arm_sim_set_profile{,_size}): Renamed from sim_foo. Callers updated.
128
129 Fri Nov 17 19:35:11 1995 Doug Evans <dje@canuck.cygnus.com>
130
131 * armdefs.h (ARMul_State): New member `verbose'.
132 * armrdi.c (ARMul_ConsolePrint): Add missing va_end.
133 * run.c (verbose): Make global.
134 * wrapper.c (init): Set state->verbose.
135 (ARMul_ConsolePrint): Don't print anything if !verbose.
136
137 Fri Oct 13 15:30:30 1995 Doug Evans <dje@canuck.cygnus.com>
138
139 * armos.c: #include dbg_rdi.h.
140 (ARMul_OSHandleSWI): Handle SWI_Breakpoint.
141 * armos.h (SWI_Breakpoint): Define.
142 * wrapper.c: #include armemu.h, dbg_rdi.h.
143 (rc): Delete.
144 (sim_resume): Use state->EndCondition to record stop state.
145 Call FLUSHPIPE before returning.
146 (sim_stop_reason): Determine reason from state->EndCondition.
147
148 Fri Oct 13 15:04:05 1995 steve chamberlain <sac@slash.cygnus.com>
149
150 * wrapper.c (sim_set_callbacks): New.
151
152 Thu Sep 28 19:45:56 1995 Doug Evans <dje@deneb.cygnus.com>
153
154 * armos.c (ARMul_OSHandleSWI): Result of read/write calls is
155 number of bytes not read/written (or -1).
156
157 Wed Sep 20 13:35:54 1995 Ian Lance Taylor <ian@cygnus.com>
158
159 * Makefile.in (maintainer-clean): New synonym for realclean.
160
161 Fri Sep 8 14:27:20 1995 Ian Lance Taylor <ian@cygnus.com>
162
163 * configure.in: Remove AC_PROG_INSTALL.
164 * configure: Rebuild.
165 * Makefile.in (INSTALL): Revert to using install.sh.
166 (INSTALL_PROGRAM, INSTALL_DATA): Set to $(INSTALL).
167 (INSTALL_XFORM, INSTALL_XFORM1): Restore.
168 (mostlyclean): Make the same as clean, not distclean.
169 (clean): Remove config.log.
170 (install): Don't install in $(tooldir).
171
172 Thu Sep 7 12:00:17 1995 Doug Evans <dje@canuck.cygnus.com>
173
174 (Try to) Update to new bfd autoconf scheme.
175 * run.c: Don't include sysdep.h.
176 * Makefile.in (INSTALL{,_PROGRAM,_DATA}): Use autoconf computed value.
177 (CC, CFLAGS, AR, RANLIB): Likewise.
178 (HDEFINES, TDEFINES): Define.
179 (CC_FOR_BUILD): Delete.
180 (host_makefile_frag): Delete.
181 (Makefile): Don't depend on frags.
182 * configure.in (sysdep.h): Don't create symlink.
183 (host_makefile_frag, frags): Deleted.
184 (CC, CFLAGS, AR, RANLIB, INSTALL): Compute values.
185 * configure: Regenerated.
186
187 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
188
189 * Update all FSF addresses except those in COPYING* files.
190
191 Wed Jul 5 16:15:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
192
193 * Makefile.in (clean): Remove run, libsim.a.
194
195 * Makefile.in, configure.in: converted to autoconf.
196 * configure: New file, generated with autconf 2.4.
197
198 * arm.mt: Removed.
199
200 Fri Jun 30 16:49:47 1995 Stan Shebs <shebs@andros.cygnus.com>
201
202 * wrapper.c (sim_do_command): New function.
203
204 Tue Jun 13 10:57:32 1995 Steve Chamberlain <sac@slash.cygnus.com>
205
206 * armos.c (ARMul_OSHandleSWI): New version to work with
207 newlib simply.
208
209 Thu Jun 8 14:37:14 1995 Steve Chamberlain <sac@slash.cygnus.com>
210
211 * run.c (main): Grab return value from right register.
212
213 Wed May 24 14:37:31 1995 Steve Chamberlain <sac@slash.cygnus.com>
214
215 * New.
216
217
This page took 0.042484 seconds and 5 git commands to generate.