Ref gdb/11763 - can't stop a running simulator:
[deliverable/binutils-gdb.git] / sim / arm / ChangeLog
CommitLineData
8517f62b
AC
1Fri Apr 18 13:32:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
2
3 * wrapper.c (sim_stop): Stub sim_stop function.
4
6e236775
FF
5Thu 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
0ab92fe7
DE
10Thu 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
87e43259
AC
18Thu 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
22Mon 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
7934ec88
AC
27Mon 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
fbda74b1
DE
33Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
34
99f84c81
DE
35 * wrapper.c (sim_open): New arg `kind'.
36
fbda74b1
DE
37 * configure: Regenerated to track ../common/aclocal.m4 changes.
38
64d20049
ILT
39Wed Apr 2 14:50:44 1997 Ian Lance Taylor <ian@cygnus.com>
40
41 * COPYING: Update FSF address.
42
a35e91c3
AC
43Wed Apr 2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
44
45 * configure: Regenerated to track ../common/aclocal.m4 changes.
46
47Wed Mar 19 01:14:00 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
48
49 * configure: Regenerated to track ../common/aclocal.m4 changes.
50
a77aa7ec
AC
51Mon Mar 17 15:10:07 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
52
53 * configure: Re-generate.
54
601fb8ae
MM
55Fri Mar 14 10:34:11 1997 Michael Meissner <meissner@cygnus.com>
56
57 * configure: Regenerate to track ../common/aclocal.m4 changes.
58
a579d134
DE
59Thu 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
64Tue 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
295dbbe4
SG
71Thu 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
80Wed 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
97Thu Oct 3 16:10:27 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
98
99 * Makefile.in (mostlyclean): Remove config.log.
100
101Wed 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
110Wed Feb 21 12:14:31 1996 Ian Lance Taylor <ian@cygnus.com>
111
112 * configure: Regenerate with autoconf 2.7.
113
114Fri Dec 15 16:27:30 1995 Ian Lance Taylor <ian@cygnus.com>
115
116 * run.c (main): Use new bfd_big_endian macro.
117
6d8e15cb
DE
118Mon 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.
c3ccc15e 126 (arm_sim_set_mem_size): Renamed from sim_size. Callers updated.
6d8e15cb
DE
127 (arm_sim_set_profile{,_size}): Renamed from sim_foo. Callers updated.
128
129Fri 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
137Fri 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
a325a02e
SC
148Fri Oct 13 15:04:05 1995 steve chamberlain <sac@slash.cygnus.com>
149
150 * wrapper.c (sim_set_callbacks): New.
151
152Thu 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
602677ad
ILT
157Wed Sep 20 13:35:54 1995 Ian Lance Taylor <ian@cygnus.com>
158
159 * Makefile.in (maintainer-clean): New synonym for realclean.
160
c64dfabd
ILT
161Fri 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
24691f55
DE
172Thu 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
187Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
188
189 * Update all FSF addresses except those in COPYING* files.
190
d1709457
C
191Wed Jul 5 16:15:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
192
24691f55
DE
193 * Makefile.in (clean): Remove run, libsim.a.
194
982744ff
C
195 * Makefile.in, configure.in: converted to autoconf.
196 * configure: New file, generated with autconf 2.4.
197
d1709457
C
198 * arm.mt: Removed.
199
1a0e5dd0
SS
200Fri Jun 30 16:49:47 1995 Stan Shebs <shebs@andros.cygnus.com>
201
202 * wrapper.c (sim_do_command): New function.
203
204Tue 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
c8aea29b
SC
209Thu Jun 8 14:37:14 1995 Steve Chamberlain <sac@slash.cygnus.com>
210
211 * run.c (main): Grab return value from right register.
212
213Wed May 24 14:37:31 1995 Steve Chamberlain <sac@slash.cygnus.com>
214
215 * New.
216
217
This page took 0.087987 seconds and 4 git commands to generate.