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