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