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