]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/arm/ChangeLog
* config/tc-arm.c (psrs): Accept combinations of flags.
[thirdparty/binutils-gdb.git] / sim / arm / ChangeLog
CommitLineData
b0eae074
AO
12000-07-04 Alexandre Oliva <aoliva@redhat.com>
2
e62263b8
AO
3 * armemu.c (ARMul_Emulate): Compute writeback value before
4 loading, since the offset register may be the destination
5 register.
6
b0eae074
AO
7 * armdefs.h (SYSTEMBANK): Define as USERBANK.
8 * armsupp.c (ARMul_SwitchMode): Remove SYSTEMBANK cases.
9
ee9a7772
AO
102000-06-22 Alexandre Oliva <aoliva@cygnus.com>
11
f9c22bc3
AO
12 * armemu.c (Multiply64): Fix computation of flag N.
13
ee9a7772
AO
14 * armemu.c (MultiplyAdd64): Fix computation of flag N.
15
fe47e8df
AO
162000-06-20 Alexandre Oliva <aoliva@cygnus.com>
17
18 * armemu.h (NEGBRANCH): Do not overwrite the two most significant
19 bits of the offset.
20
c1a72ffd
NC
212000-05-25 Nick Clifton <nickc@cygnus.com>
22
23 * armcopro.c (MMUMCR): Only indicate mode change if a singal has
24 really changed.
25 (MMUWrite): Only indicate mode change if a singal has really
26 changed.
27
28 * armdefs.h (SYSTEMMODE): Define.
29 (BANK_CAN_ACEESS_SPSR): Define.
30
31 * armemu.c (ARM_Emulate26): If the mode has changed allow the PC
32 to advance before stopping the emulation.
33
34 * arminit.c (ARMul_Reset): Ensure Mode field of State is set
35 correctly.
36
37 * armos.c (ARMul_OSInit): Create a initial stack pointer for
38 System mode.
39
40 * armsupp.c (ModeToBank): Remove unused first parameter.
41 Add support for System Mode.
42 (ARMul_GetSPSR): Use BANK_CAN_ACCESS_SPSR macro.
43 (ARMul_SetSPSR): Use BANK_CAN_ACCESS_SPSR macro.
44 (ARMul_FixSPSR): Use BANK_CAN_ACCESS_SPSR macro.
45 (ARMulSwitchMode): Add support for System Mode.
46
47Wed May 24 14:40:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
eb2d80b4
AC
48
49 * configure: Regenerated to track ../common/aclocal.m4 changes.
50
3463c3fb
NC
512000-05-23 Nick Clifton <nickc@cygnus.com>
52
53 * wrapper.c (sim_store_register): Special handling for CPSR
54 register.
55
5d0d395e
FCE
562000-03-11 Philip Blundell <philb@gnu.org>
57
58 * armemu.c (LoadSMult, LoadMult): Correct handling of aborts.
59 Patch from Allan Skillman <Allan.Skillman@arm.com>.
60
6c9e0292
FCE
61Wed Mar 22 15:24:21 2000 glen mccready <gkm@pobox.com>
62
63 * wrapper.c (sim_open,sim_close): Copy into myname, free myname.
64
6d358e86
NC
652000-02-08 Nick Clifton <nickc@cygnus.com>
66
67 * wrapper.c: Fix compile time warning messages.
68 * armcopro.c: Fix compile time warning messages.
69 * armdefs.h: Fix compile time warning messages.
70 * armemu.c: Fix compile time warning messages.
71 * armemu.h: Fix compile time warning messages.
72 * armos.c: Fix compile time warning messages.
73 * armsupp.c: Fix compile time warning messages.
74 * armvirt.c: Fix compile time warning messages.
d0187574 75 * bag.c: Fix compile time warning messages.
6d358e86 76
dfcd3bfb
JM
772000-02-02 Bernd Schmidt <bernds@cygnus.co.uk>
78
79 * *.[ch]: Use indent to make readable.
80
c2d11a7d
JM
811999-11-22 Nick Clifton <nickc@cygnus.com>
82
83 * armos.c (SWIread): Generate an error message if a huge read is
84 performed.
85 (SWIwrite): Generate an error message if a huge write is
86 performed.
87
5c44784c
JM
881999-10-27 Nick Clifton <nickc@cygnus.com>
89
90 * thumbemu.c (ARMul_ThumbDecode): Accept 0xbebe as a thumb
91 breakpoint.
92
2df3850c
JM
931999-10-08 Ulrich Drepper <drepper@cygnus.com>
94
95 * armos.c (SWIopen): Always pass third parameter with 0666 since
96 otherwise uninitialized memory gets access if the O_CREAT bit is
97 set and so we possibly cannot access the file afterwards.
98
2acceee2
JM
991999-09-29 Doug Evans <devans@casey.cygnus.com>
100
101 * armos.c (SWIWrite0): Send output to stdout instead of stderr.
102 (ARMul_OSHandleSWI, case SWI_WriteC,AngelSWI_Reason_WriteC): Ditto.
103
d4f3574e
SS
104Thu Sep 2 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
105
106 * configure: Regenerated to track ../common/aclocal.m4 changes.
107
43e526b9 108
cd0fc7c3
SS
1091999-05-08 Felix Lee <flee@cygnus.com>
110
111 * configure: Regenerated to track ../common/aclocal.m4 changes.
112
7a292a7a
SS
1131999-04-06 Keith Seitz <keiths@cygnus.com>
114
115 * wrapper.c (stop_simulator): New global.
116 (sim_stop): Set sim state to STOP and set
117 stop_simulator.
118 (sim_resume): Reset stop_simulator.
119 (sim_stop_reason): If stop_simulator is set, tell gdb
120 that the we took SIGINT.
121 * armemu.c (ARMul_Emulate26): Don't loop forever. Stop if
122 stop_simulator is set.
123
1241999-04-02 Keith Seitz <keiths@cygnus.com>
125
126 * armemu.c (ARMul_Emulate26): If NEED_UI_LOOP_HOOK, call ui_loop_hook
127 whenever the counter expires.
128 * Makefile.in (SIM_EXTRA_CFLAGS): Include define NEED_UI_LOOP_HOOK.
129
1301999-03-24 Nick Clifton <nickc@cygnus.com>
131
132 * armemu.c (ARMul_Emulate26): Handle new breakpoint value.
133 * thumbemu.c (ARMul_ThumbDecode): Handle new breakpoint value.
134
c906108c
SS
135Mon Sep 14 09:00:05 1998 Nick Clifton <nickc@cygnus.com>
136
137 * wrapper.c (sim_open): Set endianness according to BFD or command
138 line switch.
139
140 * tconfig.in: Define SIM_HAVE_BIENDIAN.
141
142Thu Aug 27 11:00:05 1998 Nick Clifton <nickc@cygnus.com>
143
144 * armemu.c (Multiply64): Test for Rm (rather than Rs) not being
145 the same as either RdHi or RdLo.
146
147Thu Jul 2 10:24:35 1998 Nick Clifton <nickc@cygnus.com>
148
149 * armos.c (ARMul_OSHandleSWI: AngelSWI_Reason_ReportException):
150 Set Reg[0] based on reason for for the exception.
151
152Thu Jun 4 15:22:03 1998 Jason Molenda (crash@bugshack.cygnus.com)
153
154 * armos.c (SWIwrite0): New function.
155 (WriteCommandLineTo): New function.
156 (SWIopen): New function.
157 (SWIread): New function.
158 (SWIwrite): New function.
159 (SWIflen): New function.
160 (ARMul_OSHandleSWI): Call new functions instead of handling
161 these here.
162 (ARMul_OSHandleSWI): Handle Angel SWIs correctly.
163 (*): Reformat spacing to be a bit more GNUly.
164 Most code taken from a patch by Anthony Thompson
165 (athompso@cambridge.arm.com)
166
167Tue Jun 2 15:22:22 1998 Nick Clifton <nickc@cygnus.com>
168
169 * armos.h: Add Angel SWI and its reason codes.
170 * armos.c (ARMul_OSHandleSWI): Ignore Angel SWIs (for now).
171
172Mon Jun 1 17:14:19 1998 Anthony Thompson (athompso@cambridge.arm.com)
173
174 * armos.c (ARMul_OSHandleSWI::SWI_Open): Handle special case
175 of ":tt" to catch stdin in addition to stdout.
176 (ARMul_OSHandleSWI::SWI_Seek): Return 0 or 1 to indicate failure
177 or success of lseek().
178
179Wed May 20 17:36:25 1998 Nick Clifton <nickc@cygnus.com>
180
181 * armos.c (ARMul_OSHandleSWI): Special case code to catch attempts
182 to open stdout.
183
184Wed Apr 29 15:29:55 1998 Jeff Johnston <jjohnstn@cygnus.com>
185
186 * armos.c (ARMul_OSHandleSWI): Added code for SWI_Clock,
187 SWI_Flen, and SWI_Time. Also fixed SWI_Seek code to only
188 seek from offset 0 and not to use R2 for whence since it is
189 not passed as part of the SWI call.
190
191Tue Apr 28 18:33:31 1998 Geoffrey Noer <noer@cygnus.com>
192
193 * configure: Regenerated to track ../common/aclocal.m4 changes.
194
195Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche>
196
197 * configure: Regenerated to track ../common/aclocal.m4 changes.
198 * config.in: Ditto.
199
200Sun Apr 26 15:20:26 1998 Tom Tromey <tromey@cygnus.com>
201
202 * acconfig.h: New file.
203 * configure.in: Reverted change of Apr 24; use sinclude again.
204
205Fri Apr 24 14:16:40 1998 Tom Tromey <tromey@creche>
206
207 * configure: Regenerated to track ../common/aclocal.m4 changes.
208 * config.in: Ditto.
209
210Fri Apr 24 11:20:19 1998 Tom Tromey <tromey@cygnus.com>
211
212 * configure.in: Don't call sinclude.
213
214Sat Apr 4 20:36:25 1998 Andrew Cagney <cagney@b1.cygnus.com>
215
216 * configure: Regenerated to track ../common/aclocal.m4 changes.
217
218Fri Mar 27 16:15:52 1998 Andrew Cagney <cagney@b1.cygnus.com>
219
220 * configure: Regenerated to track ../common/aclocal.m4 changes.
221
222Wed Mar 25 12:35:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
223
224 * configure: Regenerated to track ../common/aclocal.m4 changes.
225
226Wed Mar 18 12:38:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
227
228 * configure: Regenerated to track ../common/aclocal.m4 changes.
229
230Tue Mar 10 09:26:38 1998 Nick Clifton <nickc@cygnus.com>
231
232 * armopts.h: Remove definition of LITTLEND - it is not used.
233
234Tue Feb 17 12:35:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
235
236 * wrapper.c (sim_store_register, sim_fetch_register): Pass in
237 length parameter. Return -1.
238
239Sun Feb 1 16:47:51 1998 Andrew Cagney <cagney@b1.cygnus.com>
240
241 * configure: Regenerated to track ../common/aclocal.m4 changes.
242
243Sat Jan 31 18:15:41 1998 Andrew Cagney <cagney@b1.cygnus.com>
244
245 * configure: Regenerated to track ../common/aclocal.m4 changes.
246
247Mon Jan 19 22:26:29 1998 Doug Evans <devans@seba>
248
249 * configure: Regenerated to track ../common/aclocal.m4 changes.
250
251Mon Dec 15 23:17:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
252
253 * configure: Regenerated to track ../common/aclocal.m4 changes.
254 * config.in: Ditto.
255
256Tue Dec 9 11:30:48 1997 Nick Clifton <nickc@cygnus.com>
257
258 * Makefile.in: Updated with changes from branch.
259 * armdefs.h: ditto
260 * armemu.c: ditto these changes
261 * armemu.h: ditto add support for
262 * armos.c: ditto the Thumb instruction
263 * armsupp.c: ditto set and the new v4
264 * armvirt.c: ditto architecture.
265 * wrapper.c: ditto
266 * thumbemu.c: New file from branch.
267
268
269Thu Dec 4 09:21:05 1997 Doug Evans <devans@canuck.cygnus.com>
270
271 * configure: Regenerated to track ../common/aclocal.m4 changes.
272
273Thu Oct 30 13:54:06 1997 Nick Clifton <nickc@cygnus.com>
274
275 * armos.c (ARMul_OSHandleSWI): Add support for GetEnv SWI. Patch
276 from Tony Thompson at ARM: athompso@arm.com
277
278 * wrapper.c (sim_create_inferior): Add code to create an execution
279 environment. Patch from Tony Thompson at ARM: athompso@arm.com
280
281Wed Oct 22 14:43:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
282
283 * wrapper.c (sim_load): Pass lma_p and sim_write args to
284 sim_load_file.
285
286Fri Oct 3 09:28:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
287
288 * configure: Regenerated to track ../common/aclocal.m4 changes.
289
290Wed Sep 24 17:38:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
291
292 * configure: Regenerated to track ../common/aclocal.m4 changes.
293
294Tue Sep 23 11:04:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
295
296 * configure: Regenerated to track ../common/aclocal.m4 changes.
297
298Mon Sep 22 11:46:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
299
300 * configure: Regenerated to track ../common/aclocal.m4 changes.
301
302Fri Sep 19 17:45:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
303
304 * configure: Regenerated to track ../common/aclocal.m4 changes.
305
306Mon Sep 15 17:36:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
307
308 * configure: Regenerated to track ../common/aclocal.m4 changes.
309
310Thu Sep 4 17:21:23 1997 Doug Evans <dje@seba>
311
312 * configure: Regenerated to track ../common/aclocal.m4 changes.
313
314Wed Aug 27 18:13:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
315
316 * configure: Regenerated to track ../common/aclocal.m4 changes.
317 * config.in: Ditto.
318
319Tue Aug 26 10:37:27 1997 Andrew Cagney <cagney@b1.cygnus.com>
320
321 * wrapper.c (sim_kill): Delete.
322 (sim_create_inferior): Add ABFD argument.
323 (sim_load): Move setting of PC from here.
324 (sim_create_inferior): To here.
325
326Mon Aug 25 17:50:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
327
328 * configure: Regenerated to track ../common/aclocal.m4 changes.
329 * config.in: Ditto.
330
331Mon Aug 25 15:35:45 1997 Andrew Cagney <cagney@b1.cygnus.com>
332
333 * wrapper.c (sim_open): Add ABFD argument.
334
335Tue May 20 10:13:26 1997 Andrew Cagney <cagney@b1.cygnus.com>
336
337 * wrapper.c (sim_open): Add callback argument.
338 (sim_set_callbacks): Drop SIM_DESC argument.
339
340Thu Apr 24 00:39:51 1997 Doug Evans <dje@canuck.cygnus.com>
341
342 * configure: Regenerated to track ../common/aclocal.m4 changes.
343
344Fri Apr 18 13:32:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
345
346 * wrapper.c (sim_stop): Stub sim_stop function.
347
348Thu Apr 17 18:33:01 1997 Fred Fish <fnf@cygnus.com>
349
350 * arminit.c (ARMul_NewState): Preinitialize the state to
351 all zero/NULL.
352
353Thu Apr 17 02:39:02 1997 Doug Evans <dje@canuck.cygnus.com>
354
355 * Makefile.in (SIM_OBJS): Add sim-load.o.
356 * wrapper.c (sim_kind,myname): New static locals.
357 (sim_open): Set sim_kind, myname.
358 (sim_load): Call sim_load_file to do work. Set start address from bfd.
359 (sim_create_inferior): Return SIM_RC. Delete start_address arg.
360
361Thu Apr 17 11:48:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
362
363 * wrapper.c (sim_trace): Update so that it matches prototype.
364
365Mon Apr 7 15:45:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
366
367 * configure: Regenerated to track ../common/aclocal.m4 changes.
368 * config.in: Ditto.
369
370Mon Apr 7 12:01:17 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
371
372 * Makefile.in (armemu32.o): Replace $< with autoconf recommended
373 $(srcdir)/....
374 (armemu26.o): Ditto.
375
376Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
377
378 * wrapper.c (sim_open): New arg `kind'.
379
380 * configure: Regenerated to track ../common/aclocal.m4 changes.
381
382Wed Apr 2 14:50:44 1997 Ian Lance Taylor <ian@cygnus.com>
383
384 * COPYING: Update FSF address.
385
386Wed Apr 2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
387
388 * configure: Regenerated to track ../common/aclocal.m4 changes.
389
390Wed Mar 19 01:14:00 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
391
392 * configure: Regenerated to track ../common/aclocal.m4 changes.
393
394Mon Mar 17 15:10:07 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
395
396 * configure: Re-generate.
397
398Fri Mar 14 10:34:11 1997 Michael Meissner <meissner@cygnus.com>
399
400 * configure: Regenerate to track ../common/aclocal.m4 changes.
401
402Thu Mar 13 12:38:56 1997 Doug Evans <dje@canuck.cygnus.com>
403
404 * wrapper.c (sim_open): Has result now.
405 (sim_*): New SIM_DESC argument.
406
407Tue Feb 4 13:22:21 1997 Doug Evans <dje@canuck.cygnus.com>
408
409 * Makefile.in (@COMMON_MAKEFILE_FRAG@): Use
410 COMMON_{PRE,POST}_CONFIG_FRAG instead.
411 * configure.in: sinclude ../common/aclocal.m4.
412 * configure: Regenerated.
413
414Thu Jan 23 11:46:23 1997 Stu Grossman (grossman@critters.cygnus.com)
415
416 * configure configure.in Makefile.in: Update to new configure
417 scheme which is more compatible with WinGDB builds.
418 * configure.in: Improve comment on how to run autoconf.
419 * configure: Re-run autoconf to get new ../common/aclocal.m4.
420 * Makefile.in: Use autoconf substitution to install common
421 makefile fragment.
422
423Wed Nov 20 01:05:10 1996 Doug Evans <dje@canuck.cygnus.com>
424
425 * run.c: Deleted, use one in ../common now.
426 * Makefile.in: Delete everything that's been moved to
427 ../common/Make-common.in.
428 (SIM_OBJS): Define.
429 * configure.in: Simplify using macros in ../common/aclocal.m4.
430 * configure: Regenerated.
431 * config.in: New file.
432 * armos.c: #include config.h.
433 * wrapper.c (mem_size): Value is in bytes now.
434 (sim_callback): New global.
435 (arm_sim_set_profile{,_size}): Delete.
436 (arm_sim_set_mem_size): Rename to sim_size.
437 (sim_do_command): Call printf_filtered via callback.
438 (sim_set_callbacks): Record callback.
439
440Thu Oct 3 16:10:27 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
441
442 * Makefile.in (mostlyclean): Remove config.log.
443
444Wed Jun 26 12:17:24 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
445
446 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
447 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
448 (docdir): Removed.
449 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
450 (AC_PROG_INSTALL): Added.
451 * configure: Rebuilt.
452
453Wed Feb 21 12:14:31 1996 Ian Lance Taylor <ian@cygnus.com>
454
455 * configure: Regenerate with autoconf 2.7.
456
457Fri Dec 15 16:27:30 1995 Ian Lance Taylor <ian@cygnus.com>
458
459 * run.c (main): Use new bfd_big_endian macro.
460
461Mon Nov 20 17:40:38 1995 Doug Evans <dje@canuck.cygnus.com>
462
463 * run.c: Include "getopt.h".
464 (verbose): Delete.
465 (usage): Make static.
466 (main): Call arm_sim_set_verbosity.
467 Only load sections marked SEC_LOAD.
468 * wrapper.c (mem_size, verbosity): New static global.
469 (arm_sim_set_mem_size): Renamed from sim_size. Callers updated.
470 (arm_sim_set_profile{,_size}): Renamed from sim_foo. Callers updated.
471
472Fri Nov 17 19:35:11 1995 Doug Evans <dje@canuck.cygnus.com>
473
474 * armdefs.h (ARMul_State): New member `verbose'.
475 * armrdi.c (ARMul_ConsolePrint): Add missing va_end.
476 * run.c (verbose): Make global.
477 * wrapper.c (init): Set state->verbose.
478 (ARMul_ConsolePrint): Don't print anything if !verbose.
479
480Fri Oct 13 15:30:30 1995 Doug Evans <dje@canuck.cygnus.com>
481
482 * armos.c: #include dbg_rdi.h.
483 (ARMul_OSHandleSWI): Handle SWI_Breakpoint.
484 * armos.h (SWI_Breakpoint): Define.
485 * wrapper.c: #include armemu.h, dbg_rdi.h.
486 (rc): Delete.
487 (sim_resume): Use state->EndCondition to record stop state.
488 Call FLUSHPIPE before returning.
489 (sim_stop_reason): Determine reason from state->EndCondition.
490
491Fri Oct 13 15:04:05 1995 steve chamberlain <sac@slash.cygnus.com>
492
493 * wrapper.c (sim_set_callbacks): New.
494
495Thu Sep 28 19:45:56 1995 Doug Evans <dje@deneb.cygnus.com>
496
497 * armos.c (ARMul_OSHandleSWI): Result of read/write calls is
498 number of bytes not read/written (or -1).
499
500Wed Sep 20 13:35:54 1995 Ian Lance Taylor <ian@cygnus.com>
501
502 * Makefile.in (maintainer-clean): New synonym for realclean.
503
504Fri Sep 8 14:27:20 1995 Ian Lance Taylor <ian@cygnus.com>
505
506 * configure.in: Remove AC_PROG_INSTALL.
507 * configure: Rebuild.
508 * Makefile.in (INSTALL): Revert to using install.sh.
509 (INSTALL_PROGRAM, INSTALL_DATA): Set to $(INSTALL).
510 (INSTALL_XFORM, INSTALL_XFORM1): Restore.
511 (mostlyclean): Make the same as clean, not distclean.
512 (clean): Remove config.log.
513 (install): Don't install in $(tooldir).
514
515Thu Sep 7 12:00:17 1995 Doug Evans <dje@canuck.cygnus.com>
516
517 (Try to) Update to new bfd autoconf scheme.
518 * run.c: Don't include sysdep.h.
519 * Makefile.in (INSTALL{,_PROGRAM,_DATA}): Use autoconf computed value.
520 (CC, CFLAGS, AR, RANLIB): Likewise.
521 (HDEFINES, TDEFINES): Define.
522 (CC_FOR_BUILD): Delete.
523 (host_makefile_frag): Delete.
524 (Makefile): Don't depend on frags.
525 * configure.in (sysdep.h): Don't create symlink.
526 (host_makefile_frag, frags): Deleted.
527 (CC, CFLAGS, AR, RANLIB, INSTALL): Compute values.
528 * configure: Regenerated.
529
530Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
531
532 * Update all FSF addresses except those in COPYING* files.
533
534Wed Jul 5 16:15:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
535
536 * Makefile.in (clean): Remove run, libsim.a.
537
538 * Makefile.in, configure.in: converted to autoconf.
539 * configure: New file, generated with autconf 2.4.
540
541 * arm.mt: Removed.
542
543Fri Jun 30 16:49:47 1995 Stan Shebs <shebs@andros.cygnus.com>
544
545 * wrapper.c (sim_do_command): New function.
546
547Tue Jun 13 10:57:32 1995 Steve Chamberlain <sac@slash.cygnus.com>
548
549 * armos.c (ARMul_OSHandleSWI): New version to work with
550 newlib simply.
551
552Thu Jun 8 14:37:14 1995 Steve Chamberlain <sac@slash.cygnus.com>
553
554 * run.c (main): Grab return value from right register.
555
556Wed May 24 14:37:31 1995 Steve Chamberlain <sac@slash.cygnus.com>
557
558 * New.
559
560