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