* aclocal.m4: Recognize --enable-maintainer-mode.
[external/binutils.git] / sim / arm / ChangeLog
1 Mon Jan 19 22:26:29 1998  Doug Evans  <devans@seba>
2
3         * configure: Regenerated to track ../common/aclocal.m4 changes.
4
5 Mon Dec 15 23:17:11 1997  Andrew Cagney  <cagney@b1.cygnus.com>
6
7         * configure: Regenerated to track ../common/aclocal.m4 changes.
8         * config.in: Ditto.
9
10 Tue Dec  9 11:30:48 1997  Nick Clifton  <nickc@cygnus.com>
11
12         * Makefile.in: Updated with changes from branch.
13         * armdefs.h:   ditto
14         * armemu.c:    ditto   these changes
15         * armemu.h:    ditto   add support for
16         * armos.c:     ditto   the Thumb instruction
17         * armsupp.c:   ditto   set and the new v4
18         * armvirt.c:   ditto   architecture.
19         * wrapper.c:   ditto
20         * thumbemu.c:  New file from branch.
21
22
23 Thu Dec  4 09:21:05 1997  Doug Evans  <devans@canuck.cygnus.com>
24
25         * configure: Regenerated to track ../common/aclocal.m4 changes.
26
27 Thu Oct 30 13:54:06 1997  Nick Clifton  <nickc@cygnus.com>
28
29         * armos.c (ARMul_OSHandleSWI): Add support for GetEnv SWI.  Patch
30         from Tony Thompson at ARM: athompso@arm.com 
31
32         * wrapper.c (sim_create_inferior): Add code to create an execution
33         environment.  Patch from Tony Thompson at ARM: athompso@arm.com
34
35 Wed Oct 22 14:43:00 1997  Andrew Cagney  <cagney@b1.cygnus.com>
36
37         * wrapper.c (sim_load): Pass lma_p and sim_write args to
38         sim_load_file.
39
40 Fri Oct  3 09:28:00 1997  Andrew Cagney  <cagney@b1.cygnus.com>
41
42         * configure: Regenerated to track ../common/aclocal.m4 changes.
43
44 Wed Sep 24 17:38:57 1997  Andrew Cagney  <cagney@b1.cygnus.com>
45
46         * configure: Regenerated to track ../common/aclocal.m4 changes.
47
48 Tue Sep 23 11:04:38 1997  Andrew Cagney  <cagney@b1.cygnus.com>
49
50         * configure: Regenerated to track ../common/aclocal.m4 changes.
51
52 Mon Sep 22 11:46:20 1997  Andrew Cagney  <cagney@b1.cygnus.com>
53
54         * configure: Regenerated to track ../common/aclocal.m4 changes.
55
56 Fri Sep 19 17:45:25 1997  Andrew Cagney  <cagney@b1.cygnus.com>
57
58         * configure: Regenerated to track ../common/aclocal.m4 changes.
59
60 Mon Sep 15 17:36:15 1997  Andrew Cagney  <cagney@b1.cygnus.com>
61
62         * configure: Regenerated to track ../common/aclocal.m4 changes.
63
64 Thu Sep  4 17:21:23 1997  Doug Evans  <dje@seba>
65
66         * configure: Regenerated to track ../common/aclocal.m4 changes.
67
68 Wed Aug 27 18:13:22 1997  Andrew Cagney  <cagney@b1.cygnus.com>
69
70         * configure: Regenerated to track ../common/aclocal.m4 changes.
71         * config.in: Ditto.
72
73 Tue Aug 26 10:37:27 1997  Andrew Cagney  <cagney@b1.cygnus.com>
74
75         * wrapper.c (sim_kill): Delete.
76         (sim_create_inferior): Add ABFD argument.
77         (sim_load): Move setting of PC from here.
78         (sim_create_inferior): To here.
79
80 Mon Aug 25 17:50:22 1997  Andrew Cagney  <cagney@b1.cygnus.com>
81
82         * configure: Regenerated to track ../common/aclocal.m4 changes.
83         * config.in: Ditto.
84
85 Mon Aug 25 15:35:45 1997  Andrew Cagney  <cagney@b1.cygnus.com>
86
87         * wrapper.c (sim_open): Add ABFD argument.
88
89 Tue May 20 10:13:26 1997  Andrew Cagney  <cagney@b1.cygnus.com>
90
91         * wrapper.c (sim_open): Add callback argument.
92         (sim_set_callbacks): Drop SIM_DESC argument.
93
94 Thu Apr 24 00:39:51 1997  Doug Evans  <dje@canuck.cygnus.com>
95
96         * configure: Regenerated to track ../common/aclocal.m4 changes.
97
98 Fri Apr 18 13:32:23 1997  Andrew Cagney  <cagney@b1.cygnus.com>
99
100         * wrapper.c (sim_stop): Stub sim_stop function.
101
102 Thu Apr 17 18:33:01 1997  Fred Fish  <fnf@cygnus.com>
103
104         * arminit.c (ARMul_NewState): Preinitialize the state to
105         all zero/NULL.
106
107 Thu Apr 17 02:39:02 1997  Doug Evans  <dje@canuck.cygnus.com>
108
109         * Makefile.in (SIM_OBJS): Add sim-load.o.
110         * wrapper.c (sim_kind,myname): New static locals.
111         (sim_open): Set sim_kind, myname.
112         (sim_load): Call sim_load_file to do work.  Set start address from bfd.
113         (sim_create_inferior): Return SIM_RC.  Delete start_address arg.
114
115 Thu Apr 17 11:48:25 1997  Andrew Cagney  <cagney@b1.cygnus.com>
116
117         * wrapper.c (sim_trace): Update so that it matches prototype.
118
119 Mon Apr  7 15:45:02 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
120
121         * configure: Regenerated to track ../common/aclocal.m4 changes.
122         * config.in: Ditto.
123
124 Mon Apr  7 12:01:17 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
125
126         * Makefile.in (armemu32.o): Replace $< with autoconf recommended
127         $(srcdir)/....
128         (armemu26.o): Ditto.
129
130 Wed Apr  2 15:06:28 1997  Doug Evans  <dje@canuck.cygnus.com>
131
132         * wrapper.c (sim_open): New arg `kind'.
133
134         * configure: Regenerated to track ../common/aclocal.m4 changes.
135
136 Wed Apr  2 14:50:44 1997  Ian Lance Taylor  <ian@cygnus.com>
137
138         * COPYING: Update FSF address.
139
140 Wed Apr  2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
141
142         * configure: Regenerated to track ../common/aclocal.m4 changes.
143
144 Wed Mar 19 01:14:00 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
145
146         * configure: Regenerated to track ../common/aclocal.m4 changes.
147
148 Mon Mar 17 15:10:07 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
149
150         * configure: Re-generate.
151
152 Fri Mar 14 10:34:11 1997  Michael Meissner  <meissner@cygnus.com>
153
154         * configure: Regenerate to track ../common/aclocal.m4 changes.
155
156 Thu Mar 13 12:38:56 1997  Doug Evans  <dje@canuck.cygnus.com>
157
158         * wrapper.c (sim_open): Has result now.
159         (sim_*): New SIM_DESC argument.
160
161 Tue Feb  4 13:22:21 1997  Doug Evans  <dje@canuck.cygnus.com>
162
163         * Makefile.in (@COMMON_MAKEFILE_FRAG@): Use
164         COMMON_{PRE,POST}_CONFIG_FRAG instead.
165         * configure.in: sinclude ../common/aclocal.m4.
166         * configure: Regenerated.
167
168 Thu Jan 23 11:46:23 1997  Stu Grossman  (grossman@critters.cygnus.com)
169
170         * configure configure.in Makefile.in:  Update to new configure
171         scheme which is more compatible with WinGDB builds.
172         * configure.in:  Improve comment on how to run autoconf.
173         * configure:  Re-run autoconf to get new ../common/aclocal.m4.
174         * Makefile.in:  Use autoconf substitution to install common
175         makefile fragment.
176
177 Wed Nov 20 01:05:10 1996  Doug Evans  <dje@canuck.cygnus.com>
178
179         * run.c: Deleted, use one in ../common now.
180         * Makefile.in: Delete everything that's been moved to
181         ../common/Make-common.in.
182         (SIM_OBJS): Define.
183         * configure.in: Simplify using macros in ../common/aclocal.m4.
184         * configure: Regenerated.
185         * config.in: New file.
186         * armos.c: #include config.h.
187         * wrapper.c (mem_size): Value is in bytes now.
188         (sim_callback): New global.
189         (arm_sim_set_profile{,_size}): Delete.
190         (arm_sim_set_mem_size): Rename to sim_size.
191         (sim_do_command): Call printf_filtered via callback.
192         (sim_set_callbacks): Record callback.
193
194 Thu Oct  3 16:10:27 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
195
196         * Makefile.in (mostlyclean): Remove config.log.
197
198 Wed Jun 26 12:17:24 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
199
200         * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
201         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
202         (docdir): Removed.
203         * configure.in (AC_PREREQ): autoconf 2.5 or higher.
204         (AC_PROG_INSTALL): Added.
205         * configure: Rebuilt.
206
207 Wed Feb 21 12:14:31 1996  Ian Lance Taylor  <ian@cygnus.com>
208
209         * configure: Regenerate with autoconf 2.7.
210
211 Fri Dec 15 16:27:30 1995  Ian Lance Taylor  <ian@cygnus.com>
212
213         * run.c (main): Use new bfd_big_endian macro.
214
215 Mon Nov 20 17:40:38 1995  Doug Evans  <dje@canuck.cygnus.com>
216
217         * run.c: Include "getopt.h".
218         (verbose): Delete.
219         (usage): Make static.
220         (main): Call arm_sim_set_verbosity.
221         Only load sections marked SEC_LOAD.
222         * wrapper.c (mem_size, verbosity): New static global.
223         (arm_sim_set_mem_size): Renamed from sim_size.  Callers updated.
224         (arm_sim_set_profile{,_size}): Renamed from sim_foo.  Callers updated.
225         
226 Fri Nov 17 19:35:11 1995  Doug Evans  <dje@canuck.cygnus.com>
227
228         * armdefs.h (ARMul_State): New member `verbose'.
229         * armrdi.c (ARMul_ConsolePrint): Add missing va_end.
230         * run.c (verbose): Make global.
231         * wrapper.c (init): Set state->verbose.
232         (ARMul_ConsolePrint): Don't print anything if !verbose.
233
234 Fri Oct 13 15:30:30 1995  Doug Evans  <dje@canuck.cygnus.com>
235
236         * armos.c: #include dbg_rdi.h.
237         (ARMul_OSHandleSWI): Handle SWI_Breakpoint.
238         * armos.h (SWI_Breakpoint): Define.
239         * wrapper.c: #include armemu.h, dbg_rdi.h.
240         (rc): Delete.
241         (sim_resume): Use state->EndCondition to record stop state.
242         Call FLUSHPIPE before returning.
243         (sim_stop_reason): Determine reason from state->EndCondition.
244
245 Fri Oct 13 15:04:05 1995  steve chamberlain  <sac@slash.cygnus.com>
246
247         * wrapper.c (sim_set_callbacks): New.
248
249 Thu Sep 28 19:45:56 1995  Doug Evans  <dje@deneb.cygnus.com>
250
251         * armos.c (ARMul_OSHandleSWI): Result of read/write calls is
252         number of bytes not read/written (or -1).
253
254 Wed Sep 20 13:35:54 1995  Ian Lance Taylor  <ian@cygnus.com>
255
256         * Makefile.in (maintainer-clean): New synonym for realclean.
257
258 Fri Sep  8 14:27:20 1995  Ian Lance Taylor  <ian@cygnus.com>
259
260         * configure.in: Remove AC_PROG_INSTALL.
261         * configure: Rebuild.
262         * Makefile.in (INSTALL): Revert to using install.sh.
263         (INSTALL_PROGRAM, INSTALL_DATA): Set to $(INSTALL).
264         (INSTALL_XFORM, INSTALL_XFORM1): Restore.
265         (mostlyclean): Make the same as clean, not distclean.
266         (clean): Remove config.log.
267         (install): Don't install in $(tooldir).
268
269 Thu Sep  7 12:00:17 1995  Doug Evans  <dje@canuck.cygnus.com>
270
271         (Try to) Update to new bfd autoconf scheme.
272         * run.c: Don't include sysdep.h.
273         * Makefile.in (INSTALL{,_PROGRAM,_DATA}): Use autoconf computed value.
274         (CC, CFLAGS, AR, RANLIB): Likewise.
275         (HDEFINES, TDEFINES): Define.
276         (CC_FOR_BUILD): Delete.
277         (host_makefile_frag): Delete.
278         (Makefile): Don't depend on frags.
279         * configure.in (sysdep.h): Don't create symlink.
280         (host_makefile_frag, frags): Deleted.
281         (CC, CFLAGS, AR, RANLIB, INSTALL): Compute values.
282         * configure: Regenerated.
283
284 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
285
286         * Update all FSF addresses except those in COPYING* files.
287
288 Wed Jul  5 16:15:54 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
289
290         * Makefile.in (clean): Remove run, libsim.a.
291
292         * Makefile.in, configure.in: converted to autoconf.
293         * configure: New file, generated with autconf 2.4.
294
295         * arm.mt: Removed.
296
297 Fri Jun 30 16:49:47 1995  Stan Shebs  <shebs@andros.cygnus.com>
298
299         * wrapper.c (sim_do_command): New function.
300
301 Tue Jun 13 10:57:32 1995  Steve Chamberlain  <sac@slash.cygnus.com>
302
303         * armos.c (ARMul_OSHandleSWI): New version to work with
304         newlib simply.
305
306 Thu Jun  8 14:37:14 1995  Steve Chamberlain  <sac@slash.cygnus.com>
307
308         * run.c (main): Grab return value from right register.
309
310 Wed May 24 14:37:31 1995  Steve Chamberlain  <sac@slash.cygnus.com>
311
312         * New.
313
314