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