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