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