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