2001-01-31 David Smith <dsmith@redhat.com>
[deliverable/binutils-gdb.git] / sim / arm / ChangeLog
CommitLineData
ac1c9d3a
NC
12000-12-18 Nick Clifton <nickc@redhat.com>
2
3 * armemu.c (ARMul_Emulate26): Fix test for StoreDouble
4 instruction.
5
9a6b6a66
NC
62000-12-10 Nick Clifton <nickc@redhat.com>
7
8 * armos.c (ARMul_OSHandleSWI): Add 0x91 as an FPE SWI.
9
760a7bbe
NC
102000-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
7f53bc35
NC
182000-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
f1129fb8
NC
242000-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
3943c96b
NC
512000-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
4bc1de7b
NC
752000-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
0a4321b9
FN
812000-07-14 Fernando Nasser <fnasser@cygnus.com>
82
83 * wrapper.c (sim_create_inferior): Fix typo in the previous patch.
84
64a10675
FN
852000-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
b0eae074
AO
902000-07-04 Alexandre Oliva <aoliva@redhat.com>
91
ae3c7619
AO
92 * armvirt.c (ABORTS): Do not define.
93
1e6b544a
AO
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
66210567
AO
103 * armemu.c (ARMul_Emulate, t_undefined): Proceed to next insn.
104
e063aa3b
AO
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
13b6dd6f
AO
111 * armemu.c (LoadSMult): Use WriteR15() to discard the least
112 significant bits of PC.
113
892c6b9d
AO
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
cf52c765
AO
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
4ef2594f
AO
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
e62263b8
AO
137 * armemu.c (ARMul_Emulate): Compute writeback value before
138 loading, since the offset register may be the destination
139 register.
140
b0eae074
AO
141 * armdefs.h (SYSTEMBANK): Define as USERBANK.
142 * armsupp.c (ARMul_SwitchMode): Remove SYSTEMBANK cases.
143
ee9a7772
AO
1442000-06-22 Alexandre Oliva <aoliva@cygnus.com>
145
f9c22bc3
AO
146 * armemu.c (Multiply64): Fix computation of flag N.
147
ee9a7772
AO
148 * armemu.c (MultiplyAdd64): Fix computation of flag N.
149
fe47e8df
AO
1502000-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
c1a72ffd
NC
1552000-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
181Wed May 24 14:40:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
eb2d80b4
AC
182
183 * configure: Regenerated to track ../common/aclocal.m4 changes.
184
3463c3fb
NC
1852000-05-23 Nick Clifton <nickc@cygnus.com>
186
187 * wrapper.c (sim_store_register): Special handling for CPSR
188 register.
189
5d0d395e
FCE
1902000-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
6c9e0292
FCE
195Wed 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
6d358e86
NC
1992000-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.
d0187574 209 * bag.c: Fix compile time warning messages.
6d358e86 210
dfcd3bfb
JM
2112000-02-02 Bernd Schmidt <bernds@cygnus.co.uk>
212
213 * *.[ch]: Use indent to make readable.
214
c2d11a7d
JM
2151999-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
5c44784c
JM
2221999-10-27 Nick Clifton <nickc@cygnus.com>
223
224 * thumbemu.c (ARMul_ThumbDecode): Accept 0xbebe as a thumb
225 breakpoint.
226
2df3850c
JM
2271999-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
2acceee2
JM
2331999-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
d4f3574e
SS
238Thu Sep 2 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
239
240 * configure: Regenerated to track ../common/aclocal.m4 changes.
241
cd0fc7c3
SS
2421999-05-08 Felix Lee <flee@cygnus.com>
243
244 * configure: Regenerated to track ../common/aclocal.m4 changes.
245
7a292a7a
SS
2461999-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
2571999-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
2631999-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
c906108c
SS
268Mon 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
275Thu 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
280Thu 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
285Thu 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
300Tue 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
305Mon 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
312Wed 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
317Wed 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
324Tue Apr 28 18:33:31 1998 Geoffrey Noer <noer@cygnus.com>
325
326 * configure: Regenerated to track ../common/aclocal.m4 changes.
327
328Sun 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
333Sun 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
338Fri 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
343Fri Apr 24 11:20:19 1998 Tom Tromey <tromey@cygnus.com>
344
345 * configure.in: Don't call sinclude.
346
347Sat Apr 4 20:36:25 1998 Andrew Cagney <cagney@b1.cygnus.com>
348
349 * configure: Regenerated to track ../common/aclocal.m4 changes.
350
351Fri Mar 27 16:15:52 1998 Andrew Cagney <cagney@b1.cygnus.com>
352
353 * configure: Regenerated to track ../common/aclocal.m4 changes.
354
355Wed Mar 25 12:35:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
356
357 * configure: Regenerated to track ../common/aclocal.m4 changes.
358
359Wed Mar 18 12:38:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
360
361 * configure: Regenerated to track ../common/aclocal.m4 changes.
362
363Tue Mar 10 09:26:38 1998 Nick Clifton <nickc@cygnus.com>
364
365 * armopts.h: Remove definition of LITTLEND - it is not used.
366
367Tue 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
372Sun Feb 1 16:47:51 1998 Andrew Cagney <cagney@b1.cygnus.com>
373
374 * configure: Regenerated to track ../common/aclocal.m4 changes.
375
376Sat Jan 31 18:15:41 1998 Andrew Cagney <cagney@b1.cygnus.com>
377
378 * configure: Regenerated to track ../common/aclocal.m4 changes.
379
380Mon Jan 19 22:26:29 1998 Doug Evans <devans@seba>
381
382 * configure: Regenerated to track ../common/aclocal.m4 changes.
383
384Mon 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
389Tue 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
402Thu Dec 4 09:21:05 1997 Doug Evans <devans@canuck.cygnus.com>
403
404 * configure: Regenerated to track ../common/aclocal.m4 changes.
405
406Thu 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
414Wed 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
419Fri Oct 3 09:28:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
420
421 * configure: Regenerated to track ../common/aclocal.m4 changes.
422
423Wed Sep 24 17:38:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
424
425 * configure: Regenerated to track ../common/aclocal.m4 changes.
426
427Tue Sep 23 11:04:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
428
429 * configure: Regenerated to track ../common/aclocal.m4 changes.
430
431Mon Sep 22 11:46:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
432
433 * configure: Regenerated to track ../common/aclocal.m4 changes.
434
435Fri Sep 19 17:45:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
436
437 * configure: Regenerated to track ../common/aclocal.m4 changes.
438
439Mon Sep 15 17:36:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
440
441 * configure: Regenerated to track ../common/aclocal.m4 changes.
442
443Thu Sep 4 17:21:23 1997 Doug Evans <dje@seba>
444
445 * configure: Regenerated to track ../common/aclocal.m4 changes.
446
447Wed 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
452Tue 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
459Mon 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
464Mon Aug 25 15:35:45 1997 Andrew Cagney <cagney@b1.cygnus.com>
465
466 * wrapper.c (sim_open): Add ABFD argument.
467
468Tue 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
473Thu Apr 24 00:39:51 1997 Doug Evans <dje@canuck.cygnus.com>
474
475 * configure: Regenerated to track ../common/aclocal.m4 changes.
476
477Fri Apr 18 13:32:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
478
479 * wrapper.c (sim_stop): Stub sim_stop function.
480
481Thu 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
486Thu 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
494Thu 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
498Mon 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
503Mon 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
509Wed 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
515Wed Apr 2 14:50:44 1997 Ian Lance Taylor <ian@cygnus.com>
516
517 * COPYING: Update FSF address.
518
519Wed Apr 2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
520
521 * configure: Regenerated to track ../common/aclocal.m4 changes.
522
523Wed Mar 19 01:14:00 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
524
525 * configure: Regenerated to track ../common/aclocal.m4 changes.
526
527Mon Mar 17 15:10:07 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
528
529 * configure: Re-generate.
530
531Fri Mar 14 10:34:11 1997 Michael Meissner <meissner@cygnus.com>
532
533 * configure: Regenerate to track ../common/aclocal.m4 changes.
534
535Thu 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
540Tue 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
547Thu 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
556Wed 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
573Thu Oct 3 16:10:27 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
574
575 * Makefile.in (mostlyclean): Remove config.log.
576
577Wed 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
586Wed Feb 21 12:14:31 1996 Ian Lance Taylor <ian@cygnus.com>
587
588 * configure: Regenerate with autoconf 2.7.
589
590Fri Dec 15 16:27:30 1995 Ian Lance Taylor <ian@cygnus.com>
591
592 * run.c (main): Use new bfd_big_endian macro.
593
594Mon 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
605Fri 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
613Fri 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
624Fri Oct 13 15:04:05 1995 steve chamberlain <sac@slash.cygnus.com>
625
626 * wrapper.c (sim_set_callbacks): New.
627
628Thu 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
633Wed Sep 20 13:35:54 1995 Ian Lance Taylor <ian@cygnus.com>
634
635 * Makefile.in (maintainer-clean): New synonym for realclean.
636
637Fri 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
648Thu 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
663Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
664
665 * Update all FSF addresses except those in COPYING* files.
666
667Wed 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
676Fri Jun 30 16:49:47 1995 Stan Shebs <shebs@andros.cygnus.com>
677
678 * wrapper.c (sim_do_command): New function.
679
680Tue 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
685Thu Jun 8 14:37:14 1995 Steve Chamberlain <sac@slash.cygnus.com>
686
687 * run.c (main): Grab return value from right register.
688
689Wed May 24 14:37:31 1995 Steve Chamberlain <sac@slash.cygnus.com>
690
691 * New.
692
693
This page took 0.094585 seconds and 4 git commands to generate.