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