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