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