]> Git Repo - binutils.git/blob - sim/arm/ChangeLog
Remove leading/trailing white spaces in ChangeLog
[binutils.git] / sim / arm / ChangeLog
1 2015-07-14  Nick Clifton  <[email protected]>
2
3         * armcopro.c: Remove extraneous whitespace.
4         * armdefs.h: Likewise.
5         * armfpe.h: Likewise.
6         * arminit.c: Likewise.
7         * armopts.h: Likewise.
8         * armos.c: Likewise.
9         * armos.h: Likewise.
10         * armrdi.c: Likewise.
11         * armsupp.c: Likewise.
12         * armvirt.c: Likewise.
13         * bag.c: Likewise.
14         * bag.h: Likewise.
15         * communicate.c: Likewise.
16         * communicate.h: Likewise.
17         * dbg_conf.h: Likewise.
18         * dbg_cp.h: Likewise.
19         * dbg_hif.h: Likewise.
20         * dbg_rdi.h: Likewise.
21         * gdbhost.c: Likewise.
22         * gdbhost.h: Likewise.
23         * iwmmxt.c: Likewise.
24         * iwmmxt.h: Likewise.
25         * kid.c: Likewise.
26         * main.c: Likewise.
27         * maverick.c: Likewise.
28         * parent.c: Likewise.
29         * thumbemu.c: Likewise.
30         * wrapper.c: Likewise.
31
32 2015-07-02  Nick Clifton  <[email protected]>
33
34         * Makefile.in (SIM_EXTRA_CFLAGS): Revert previous delta.
35         (SIM_EXTRA_LIBS): Add -lm.
36
37 2015-06-28  Nick Clifton  <[email protected]>
38
39         * Makefile.in (SIM_EXTRA_CFLAGS): Add -lm.
40         * armdefs.h (ARMdval, ARMfval): New types.
41         (ARM_VFP_reg): New union.
42         (struct ARMul_State): Add VFP_Reg and FPSCR fields.
43         (VFP_fval, VFP_uword, VFP_sword, VFP_dval, VFP_dword): Accessor
44         macros for the new VFP_Reg field.
45         * armemu.c (handle_v6_insn): Add code to handle MOVW, MOVT,
46         QADD16, QASX, QSAX, QSUB16, QADD8, QSUB8, UADD16, USUB16, UADD8,
47         USUB8, SEL, REV, REV16, RBIT, BFC, BFI, SBFX and UBFX
48         instructions.
49         (handle_VFP_move): New function.
50         (ARMul_Emulate16): Add checks for newly supported v6
51         instructions.  Add support for VMRS, VMOV and MRC instructions.
52         (Multiply64): Allow nRdHi == nRm and/or nRdLo == nRm when
53         operating in v6 mode.
54         * armemu.h (t_resolved): Define.
55         * armsupp.c: Include math.h.
56         (handle_VFP_xfer): New function.  Handles VMOV, VSTM, VSTR, VPUSH,
57         VSTM, VLDM and VPOP instructions.
58         (ARMul_LDC): Test for co-processor 10 or 11 and pass call to the
59         new handle_VFP_xfer function.
60         (ARMul_STC): Likewise.
61         (handle_VFP_op): New function.  Handles VMLA, VMLS, VNMLA, VNMLS,
62         VNMUL, VMUL, VADD, VSUB, VDIV, VMOV, VABS, VNEG, VSQRT, VCMP,
63         VCMPE and VCVT instructions.
64         (ARMul_CDP): Test for co-processor 10 or 11 and pass call to the
65         new handle_VFP_op function.
66         * thumbemu.c (tBIT, tBITS, ntBIT, ntBITS): New macros.
67         (test_cond): New function.  Tests a condition and returns non-zero
68         if the condition has been met.
69         (handle_IT_block): New function.
70         (in_IT_block): New function.
71         (IT_block_allow): New function.
72         (ThumbExpandImm): New function.
73         (handle_T2_insn): New function.  Handles T2 thumb instructions.
74         (handle_v6_thumb_insn): Add next_instr and pc parameters.
75         (ARMul_ThumbDecode): Add support for IT blocks.  Add support for
76         v6 instructions.
77         * wrapper.c (sim_create_inferior): Detect a thumb address and call
78         SETT appropriately.
79
80 2015-06-23  Mike Frysinger  <[email protected]>
81
82         * configure: Regenerate.
83
84 2015-06-23  Mike Frysinger  <[email protected]>
85
86         * armdefs.h: Always include stdint.h.
87         [!__STDC__]: Delete.
88         [!HAVE_STDINT_H]: Delete.
89         * dbg_hif.h [!__STDC__]: Delete.
90
91 2015-06-12  Mike Frysinger  <[email protected]>
92
93         * configure: Regenerate.
94
95 2015-06-12  Mike Frysinger  <[email protected]>
96
97         * configure: Regenerate.
98
99 2015-04-18  Mike Frysinger  <[email protected]>
100
101         * sim-main.h (SIM_CPU): Delete.
102
103 2015-04-18  Mike Frysinger  <[email protected]>
104
105         * sim-main.h (sim_cia): Delete.
106
107 2015-04-17  Mike Frysinger  <[email protected]>
108
109         * sim-main.h (CIA_GET, CIA_SET): Delete.
110
111 2015-04-17  Mike Frysinger  <[email protected]>
112
113         * wrapper.c (arm_pc_get, arm_pc_set): New functions.
114         (sim_open): Declare new local var i.  Call CPU_PC_FETCH &
115         CPU_PC_STORE for all cpus.
116
117 2015-04-15  Mike Frysinger  <[email protected]>
118
119         * Makefile.in (SIM_OBJS): Delete sim-cpu.o.
120         * sim-main.h (STATE_CPU): Delete.
121
122 2015-04-13  Mike Frysinger  <[email protected]>
123
124         * configure: Regenerate.
125
126 2015-04-12  Mike Frysinger  <[email protected]>
127
128         * Makefile.in (SIM_OBJS): Move wrapper.o to the start of the list.
129
130 2015-04-06  Mike Frysinger  <[email protected]>
131
132         * Makefile.in (SIM_OBJS): Delete sim-engine.o.
133
134 2015-04-01  Mike Frysinger  <[email protected]>
135
136         * Makefile.in (armos.o, armcopro.o, maverick.o, iwmmxt.o, arminit.o,
137         armrdi.o, armsupp.o, thumbemu.o, bag.o, wrapper.o): Delete rules.
138         * tconfig.h: Delete file.
139
140 2015-03-31  Mike Frysinger  <[email protected]>
141
142         * config.in, configure: Regenerate.
143
144 2015-03-30  Mike Frysinger  <[email protected]>
145
146         * Makefile.in (SIM_RUN_OBJS): Delete.
147         (SIM_EXTRA_CFLAGS): Delete -DSIM_TARGET_SWITCHES and
148         -DSIM_USE_DEPRECATED_RUN_FRONTEND.
149         (SIM_OBJS): Change to $(SIM_NEW_COMMON_OBJS).
150         * sim-main.h: New file.
151         * wrapper.c: Delete armdefs.h, sim-utils.h, and run-sim.h includes.
152         Add sim-main.h and sim-options.h includes.
153         (sim_callback, mem_size, trace): Add TODO comments.
154         (state): Delete static and add TODO comment.
155         (sim_kind, myname, big_endian): Delete.
156         (init): Change big_endian to CURRENT_TARGET_BYTE_ORDER check.
157         (sim_size, sim_trace, sim_info, sim_target_display_usage, sim_load,
158         sim_do_command, sim_set_callbacks, sim_complete_command): Delete.
159         (sim_target_parse_command_line): Mark static.
160         (free_state): New function.
161         (sim_open): Rewrite to use new common logic.
162         (sim_close): Delete body.
163
164 2015-03-30  Mike Frysinger  <[email protected]>
165
166         * Makefile.in (SIM_EXTRA_CFLAGS): Delete -DNEED_UI_LOOP_HOOK.
167         * interp.c [NEED_UI_LOOP_HOOK] (UI_LOOP_POLL_INTERVAL,
168         ui_loop_hook_counter, deprecated_ui_loop_hook): Delete.
169         (sim_resume) [NEED_UI_LOOP_HOOK]: Delete ui code.
170
171 2015-03-30  Mike Frysinger  <[email protected]>
172
173         * armemu.c [MODE32] (handle_v6_insn): Move definition.
174         (ARMul_Emulate26): Initialize do_int after label target.
175         * armemu.h (UNDEF_Test, UNDEF_Shift, UNDEF_MSRPC, UNDEF_MRSPC,
176         UNDEF_MULPCDest, UNDEF_MULDestEQOp1, UNDEF_LSRBPC,
177         UNDEF_LSRBaseEQOffWb, UNDEF_LSRBaseEQDestWb, UNDEF_LSRPCBaseWb,
178         UNDEF_LSRPCOffWb, UNDEF_LSMNoRegs, UNDEF_LSMPCBase,
179         UNDEF_LSMUserBankWb, UNDEF_LSMBaseInListWb, UNDEF_SWPPC,
180         UNDEF_CoProHS, UNDEF_MCRPC, UNDEF_LSCPCBaseWb,
181         UNDEF_UndefNotBounced, UNDEF_ShortInt, UNDEF_IllegalMode,
182         UNDEF_Prog32SigChange, UNDEF_Data32SigChange): Define to while(0).
183         * armsupp.c (ARMul_Align): Convert old style prototype.
184         * bag.c (addtolist, killwholelist): Mark static.
185         (BAG_newbag): Convert old style prototype.
186         * maverick.c (mv_compute_host_endianness): Delete.
187         * wrapper.c (verbosity, sim_set_verbose): Delete.
188         (init): Set state->verbose to 0.
189
190 2015-03-30  Mike Frysinger  <[email protected]>
191
192         * configure.ac: Call SIM_AC_OPTION_ENDIAN, SIM_AC_OPTION_ALIGNMENT,
193         SIM_AC_OPTION_HOSTENDIAN, SIM_AC_OPTION_ENVIRONMENT,
194         SIM_AC_OPTION_INLINE, and SIM_AC_OPTION_WARNINGS.
195         * config.in, configure: Regenerate.
196
197 2015-03-30  Mike Frysinger  <[email protected]>
198
199         * Makefile.in (COPRO): Delete.
200         (SIM_OBJS): Expand COPRO.
201         * configure.ac: Deletd stdint.h check.
202         (COPRO): Delete.
203         * configure: Regenerate.
204
205 2015-03-16  Mike Frysinger  <[email protected]>
206
207         * config.in, configure: Regenerate.
208         * tconfig.in: Rename file ...
209         * tconfig.h: ... here.
210
211 2015-03-14  Mike Frysinger  <[email protected]>
212
213         * Makefile.in (SIM_EXTRA_CFLAGS): Add
214         -DSIM_USE_DEPRECATED_RUN_FRONTEND.
215         (SIM_RUN_OBJS): Set to run.o.
216
217 2015-03-14  Mike Frysinger  <[email protected]>
218
219         * configure.ac (AC_CHECK_HEADERS): Delete unistd.h.
220         * aclocal.m4, configure: Regenerate.
221
222 2014-08-19  Alan Modra  <[email protected]>
223
224         * configure: Regenerate.
225
226 2014-08-15  Roland McGrath  <[email protected]>
227
228         * configure: Regenerate.
229         * config.in: Regenerate.
230
231 2014-03-18  Nick Clifton  <[email protected]>
232
233         * wrapper.c: Convert function declarations to ISO C format.
234         (sim_open): Delete code for handling t,d and z command line
235         options.
236
237 2014-03-14  Nick Clifton  <[email protected]>
238
239         * wrapper.c (op_print): New function.
240         (sim_dis_read): New function.
241         (print_insn): New function - disassembles the given instruction.
242         (sim_trace): Note that tracing is now allowed.
243         (sim_create_inferior): Default to emulating v6.
244         Initialise the disassembler machinery.
245         (sim_target_parse_command_line): Add support for -t -d and -z
246         options.
247         (sim_target_display_usage): Note existence of -d and -z options.
248         (sim_open): Parse -t -d and -z options.
249         * armemu.h: Add exports of trace, disas and trace_funcs.
250         Add prototype for print_insn.
251         * armemu.c (ARMul_Emulate26): Add tracing code.
252         Delete unused variables.
253         * thumbemu (handle_v6_thumb_insn): Delete unused variable Rd.
254         Move Rm variable into switch cases.
255         Add tracing code.
256
257         * armcopro.c (XScale_cp15_init): Add a return value.
258         (XScale_cp13_init): Likewise.
259         (XScale_cp14_init): Likewise.
260         (XScale_cp15_LDC): Delete unused function.
261         (XScale_cp15_STC): Likewise.
262         * maverick.c: Delete comment inside comment.
263         (DSPInit): Delete unused function.
264         (DSPMCR4): Fix compile time warning about missing parenthesis.
265         (DSPMCR5): Likewise.
266         (DSPCDP6): Delete unused variable opcode2.
267
268 2014-03-14  David McQuillan  <[email protected]>
269
270         PR sim/8388
271         * armemu.c (WriteR15Load): New function.  Determines if the state
272         can be changed upon a write to R15.
273         (LoadMult): Use WriteR15Load.
274         * armemu.h (WRITEDESTB): Use WriteR15Load.
275
276 2014-03-10  Mike Frysinger  <[email protected]>
277
278         * wrapper.c (sim_do_command): Add const to cmd.
279
280 2014-03-05  Mike Frysinger  <[email protected]>
281
282         * wrapper.c (sim_load): Add const to prog.
283
284 2013-09-23  Alan Modra  <[email protected]>
285
286         * configure: Regenerate.
287
288 2013-06-03  Mike Frysinger  <[email protected]>
289
290         * aclocal.m4, configure: Regenerate.
291
292 2013-05-07  Jayant Sonar  <[email protected]>
293             Kaushik Phatak <[email protected]>
294
295         * armemu.c (ARMul_Emulate32): Emulate instructions MOVW and MOVT.
296
297 2012-12-19  Joel Brobecker  <[email protected]>
298
299         * COPYING: Update to GPL version 3.
300
301 2012-09-03  Nick Clifton  <[email protected]>
302
303         PR sim/14540
304         * armsupp.c (ARMul_MRC): Return 0 if access to the MRC instruction
305         is denied.
306
307 2012-08-01  Kevin Buettner  <[email protected]>
308
309         * wrapper.c (libiberty.h): Include.
310         (sim_store_register, sim_fetch_register): On success, return
311         length, instead of -1.
312
313 2012-06-15  Joel Brobecker  <[email protected]>
314
315         * config.in, configure: Regenerate.
316
317 2012-06-13  Nick Clifton  <[email protected]>
318
319         * wrapper.c (sim_create_inferior): Treat WMMX2 binaries as iWMMXt
320         binaries (for now).
321
322 2012-05-24  Pedro Alves  <[email protected]>
323
324         PR gdb/7205
325
326         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
327
328 2012-05-18  Nick Clifton  <[email protected]>
329
330         PR 14072
331         * wrapper.c: Include config.h before system header files.
332
333 2012-03-24  Mike Frysinger  <[email protected]>
334
335         * aclocal.m4, config.in, configure: Regenerate.
336
337 2011-12-03  Mike Frysinger  <[email protected]>
338
339         * aclocal.m4: New file.
340         * configure: Regenerate.
341
342 2011-10-17  Mike Frysinger  <[email protected]>
343
344         * configure.ac: Change include to common/acinclude.m4.
345
346 2011-10-17  Mike Frysinger  <[email protected]>
347
348         * configure.ac: Change AC_PREREQ to 2.64.  Delete AC_CONFIG_HEADER
349         call.  Replace common.m4 include with SIM_AC_COMMON.
350         * configure: Regenerate.
351
352 2011-07-01  Nick Clifton  <[email protected]>
353
354         PR sim/12737
355         * iwmmxt.c (WCMPGT): Sign extend 32-bit values before performing a
356         signed compare.
357         (WMAC): Extend computed result before adding to result register.
358         (WRSA): Sign extend 32-bit values before shifting.
359
360 2011-04-16  Mike Frysinger  <[email protected]>
361
362         * wrapper.c (sim_complete_command): New stub function.
363
364 2010-05-26  Ozkan Sezer  <[email protected]>
365
366         * communicate.c (MYread_char): Check error return from accept() call
367         by its equality to -1 not by it being negative.
368         (MYread_charwait): Likewise.
369         * main.c (main): Likewise for both socket() and accept() calls.
370
371 2010-04-14  Mike Frysinger  <[email protected]>
372
373         * wrapper.c (sim_write): Add const to buffer arg.
374
375 2010-01-09  Ralf Wildenhues  <[email protected]>
376
377         * configure: Regenerate.
378
379 2009-08-22  Ralf Wildenhues  <[email protected]>
380
381         * config.in: Regenerate.
382         * configure: Likewise.
383
384         * configure: Regenerate.
385
386 2008-11-24  Joel Sherrill <[email protected]>
387
388     * arminit.c, iwmmxt.c: Include <string.h> to
389     eliminate warning.
390 2008-07-11  Hans-Peter Nilsson  <[email protected]>
391
392         * configure: Regenerate to track ../common/common.m4 changes.
393         * config.in: Ditto.
394
395 2008-06-06  Vladimir Prus  <[email protected]>
396             Daniel Jacobowitz  <[email protected]>
397             Joseph Myers  <[email protected]>
398
399         * configure: Regenerate.
400         * wrapper.c (sim_target_display_usage): Add help parameter.
401
402 2007-02-27  Mark Mitchell  <[email protected]>
403
404         * armos.c (SWIflen): Do not treate file descriptor zero as
405         special.
406
407 2007-02-15  Nick Clifton  <[email protected]>
408
409         * armemu.c (handle_v6_insn): Fix typo in sign extension test of
410         the sext and sxtah instructions.
411
412 2007-02-08  Daniel Jacobowitz  <[email protected]>
413
414         Reported by [email protected]:
415         * wrapper.c (sim_target_parse_arg_array): Do not return void value.
416
417 2006-12-21  Hans-Peter Nilsson  <[email protected]>
418
419         * acconfig.h: Remove.
420         * config.in: Regenerate.
421
422 2006-06-13  Richard Earnshaw  <[email protected]>
423
424         * configure: Regenerated.
425
426 2006-06-05  Daniel Jacobowitz  <[email protected]>
427
428         * configure: Regenerated.
429
430 2006-05-31  Daniel Jacobowitz  <[email protected]>
431
432         * configure: Regenerated.
433
434 2006-03-07  Paul Brook  <[email protected]>
435
436         * elfos.c (ARMul_OSHandleSWI): Call correct function for IsTTY.
437
438 2006-02-01  Shaun Jackman  <[email protected]>
439
440         * armos.c (ARMul_OSHandleSWI): Handle the RedBoot system
441         call meminfo. Return ENOSYS for unhandled RedBoot syscalls.
442
443 2005-11-23  Mark Mitchell  <[email protected]>
444
445         * wrapper.c (gdb/signals.h): Include it.
446         (SIGTRAP): Don't define.
447         (SIGBUS): Likewise.
448         (sim_stop_reason): Use TARGET_SIGNAL_* instead of SIG*.
449
450 2005-11-16  Shaun Jackman  <[email protected]>
451
452         * armos.c: Include limits.h
453         (unlink): Remove this macro. It is unused in this file and
454         conflicts with sim_callback->unlink.
455         (PATH_MAX): Define as 1024 if not already defined.
456         (ReadFileName): New function.
457         (SWIopen): Fix a potential buffer overflow.
458         (SWIremove): New function.
459         (SWIrename): Ditto.
460         (ARMul_OSHandleSWI): Handle the RDP calls SWI_IsTTY,
461         SWI_Remove, and SWI_Rename, as well as the RDI calls
462         AngelSWI_Reason_IsTTY, AngelSWI_Reason_Remove, and
463         AngelSWI_Reason_Rename.
464
465 2005-09-19  Paul Brook  <[email protected]>
466
467         * armdefs.h: Define ARMsword and ARMsdword. Use stdint.h when
468         available.
469         * armemu.c: Use them.
470         * armvirt.c (ARMul_MemoryInit): Use correct type for size.
471         * configure.ac: Check for stdint.h.
472         * config.in: Regenerate.
473         * configure: Regenerate.
474
475 2005-05-24  Nick Clifton  <[email protected]>
476
477         * thumbemu.c (handle_v6_thumb_insn): New function.
478         (ARMul_ThumbDecode): Call handle_v6_thumb_insn() when an undefined
479         instruction binary is encountered.
480
481 2005-05-12  Nick Clifton  <[email protected]>
482
483         * Update the address and phone number of the FSF organization in
484         the GPL notices in the following files:
485         COPYING, Makefile.in, armcopro.c, armdefs.h, armemu.c,
486         armemu.h, armfpe.h, arminit.c, armopts.h, armos.c, armos.h,
487         armrdi.c, armsupp.c, armvirt.c, bag.c, bag.h, communicate.c,
488         communicate.h, dbg_conf.h, dbg_cp.h, dbg_hif.h, dbg_rdi.h,
489         gdbhost.c, gdbhost.h, iwmmxt.c, iwmmxt.h, kid.c, main.c,
490         maverick.c, parent.c, thumbemu.c, wrapper.c
491
492 2005-04-20  Nick Clifton  <[email protected]>
493
494         * armemu.c (handle_v6_insn): New function - emulate a few of the
495         v6 instructions - the ones now generated by GCC.
496         (ARMulEmulate32): Call handle_v6_insn when a possible v6 insn is
497         found.
498         * armdefs.h (struct ARMul_State): Add new field: is_v6.
499         (ARM_v6_Prop): Define.
500         * arminit.c (ARMul_NewState): Initialise the v6 flag.
501         (ARMul_SelectProcessor): Determine if the v6 flag should be
502         set.
503         * wrapper.c (sim_create_inferior): For unknown architectures,
504         default to allowing the v6 instructions.
505
506 2005-04-18  Nick Clifton  <[email protected]>
507
508         * iwmmxt.c (WMAC, WMADD): Move casts from the LHS of an assignment
509         operator to the RHS.
510         (WSLL, WSRA, WSRL, WUNPCKEH, WUNPACKEL): Use ULL suffix to
511         indicate an unsigned long long constant.
512
513 2005-03-23  Mark Kettenis  <[email protected]>
514
515         * configure: Regenerate.
516
517 2005-01-14  Andrew Cagney  <[email protected]>
518
519         * configure.ac: Sinclude aclocal.m4 before common.m4.  Add
520         explicit call to AC_CONFIG_HEADER.
521         * configure: Regenerate.
522
523 2005-01-12  Andrew Cagney  <[email protected]>
524
525         * configure.ac: Update to use ../common/common.m4.
526         * configure: Re-generate.
527
528 2005-01-11  Andrew Cagney  <[email protected]>
529
530         * configure: Regenerated to track ../common/aclocal.m4 changes.
531
532 2005-01-07  Andrew Cagney  <[email protected]>
533
534         * configure.ac: Rename configure.in, require autoconf 2.59.
535         * configure: Re-generate.
536
537 2004-12-08  Hans-Peter Nilsson  <[email protected]>
538
539         * configure: Regenerate for ../common/aclocal.m4 update.
540
541 2004-06-28  Andrew Cagney  <[email protected]>
542
543         * armemu.c: Rename ui_loop_hook to deprecated_ui_loop_hook.
544
545 2003-12-29  Mark Mitchell  <[email protected]>
546
547         * armos.c (fcntl.h): Do not include it.
548         (O_RDONLY): Do not define.
549         (O_WRONLY): Likewise.
550         (O_RDWR): Likewise.
551         (targ-vals.h): Include it.
552         (translate_open_mode): Use TARGET_O_* instead of O_*.
553         (SWIopen): Likewise.
554         * Makefile.in (armos.o): Depend on targ-vals.h.
555
556 2003-04-13  Nick Clifton  <[email protected]>
557
558         * armvirt.c (GetWord): Only call XScale_check_memacc if in XScale
559         mode.
560         (PutWord): Likewise.
561
562 2003-03-30  Nick Clifton  <[email protected]>
563
564         * configure.in (CON_FLAGS): Remove.
565         (COPRO): Unconditionally include iwmmxt.o.
566         * configure: Regenerate.
567         * Makefile.in (CON_FLAGS): Remove.
568         * armcopro.c: Remove use of __IWMMXT__ flag.
569         * wrapper.c: Likewise.
570         * armemu.c: Likewise.
571         Add explanatory comment for suppressed code.
572
573 2003-03-27  Nick Clifton  <[email protected]>
574
575         * armos.c (ARMul_OsHandleSWI): Catch SWIs for unhandled vectors.
576
577 2003-03-27  Nick Clifton  <[email protected]>
578
579         * configure.in: (CON_FLAGS): Define and intialise.
580         (COPRO): Add iwmmxt.o if configuring for XScale.
581         * configure: Regenerate.
582         * Makefile.in (iwmmxt.o): Add rule to build.
583         (COM_FLAGS): Define.
584         (ALL_FLAGS): Add CON_FLAGS.
585         * armcopro.c (ARMul_CoProInit): Initialise iWMMXt coprocessors.
586         * armdefs.h (struct ARMul_State): Add 'is_iWMMXt' field.
587         (ARM_iWMMXt_Prop): Define.
588         * armemu.c (ARMul_Emulate16): Intercept iWMMXt instructions and
589         pass to coprocessor.
590         * arminit.c (ARMul_NewState): Initialise 'is_iWMMXt'.
591         (ARMul_Abort): Catch branches through uninitialised vectors.
592         * armos.c (softevtorcode): Update comment.
593         (ARMul_OsInit): Use ARMUndefinedInstrV.
594         * wrapper.c (sim_create_inferior): Handle iWMMXt processor type.
595         (sim_store_register): Handle iWMMXt registers.
596         (sim_fetch_register): Handle iWMMXt registers.
597         * iwmmxt.h: New file. Exported iWMMXt coprocessor emulator
598         functions.
599         * iwmmxt.c: New file: iWMMXt emulator.
600
601 2003-03-20  Nick Clifton  <[email protected]>
602
603         * Contribute support for Cirrus Maverick ARM co-processor,
604         written by Aldy Hernandez  <[email protected]> and
605         Andrew Cagney  <[email protected]>:
606
607         * maverick.c: New file: Support for Maverick floating point
608         co-processor.
609         * Makefile.in: Add maverick.o target.
610         * configure.in (COPRO): Add maverick.o.
611         * configure: Regenerate.
612         * armcopro.c (ARMul_CoProInit): Only initialise co-processors
613         available on target processor.  Add code to initialse Maverick
614         co-processor support code.
615         * armdefs.h (ARMul_state): Add is_ep9312 field.
616         (ARM_ep9312_Prop): Define.
617         * armemu.h: Add prototypes for Maverick co-processor
618         functions.
619         * arminit.c (ARMul_SelectProcessor): Initialise the
620         co-processor support once the chip has been selected.
621         * wrapper.c: Add support for Maverick co-processor.
622         (init): Do not call ARMul_CoProInit.  Delays this until the
623         chip has been selected.
624
625 2003-03-02  Nick Clifton  <[email protected]>
626
627         * armos.c (SWIWrite0): Catch big-endian bug when printing
628         characters.
629
630 2003-02-27  Andrew Cagney  <[email protected]>
631
632         * wrapper.c (sim_create_inferior, sim_open): Rename _bfd to bfd.
633
634 2003-01-10  Ben Elliston  <[email protected]>
635
636         * README.Cygnus: Rename from this ..
637         * README: .. to this.
638
639 2002-09-27  Andrew Cagney  <[email protected]>
640
641         * wrapper.c (sim_open): Add support for -m<mem-size>.
642         (mem_size): Reduce to 2MB.
643         Fix PR gdb/433.
644
645 2002-08-15  Nick Clifton  <[email protected]>
646
647         * armos.c (ARMul_OSHandleSWI): Catch and ignore SWIs of -1, they
648         can be caused by an interrupted system call being resumed by GDB.
649
650 2002-07-05  Nick Clifton  <[email protected]>
651
652         * armemu.c (ARMul_Emulate32): Add more tests for valid MIA, MIAPH
653         and MIAxy instructions.
654
655 2002-06-21  Nick Clifton  <[email protected]>
656
657         * armos.h (ADP_Stopped_RunTimeError): Set correct value.
658
659 2002-06-16  Andrew Cagney  <[email protected]>
660
661         * configure: Regenerated to track ../common/aclocal.m4 changes.
662
663 2002-06-12  Andrew Cagney  <[email protected]>
664
665         * Makefile.in: Update copyright.
666         (wrapper.o): Specify dependencies.
667         * wrapper.c: Include "gdb/sim-arm.h".
668         (sim_store_register, sim_fetch_register): Rewrite using `enum
669         arm_sim_regs' and a switch.
670
671 2002-06-09  Andrew Cagney  <[email protected]>
672
673         * wrapper.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
674         * armos.c: Include "gdb/callback.h".
675
676 2002-05-29  Nick Clifton  <[email protected]>
677
678         * armcopro.c (XScale_check_memacc): Set the FSR and FAR registers
679         if a Data Abort is detected.
680
681 2002-05-27  Nick Clifton  <[email protected]>
682
683         * armvirt.c (GetWord): Only perform access checks if 'check'
684         is set.
685         (PutWord): Likewise.
686         * wrapper.c (sim_create_inferior): Report unknown machine
687         numbers.
688         * thumbemu.c (ARMul_ThumbDecode, Case 31): Do not set LR to pc +
689         2, it has already been advanced.
690
691 2002-05-23  Nick Clifton  <[email protected]>
692
693         * thumbemu.c (ARMul_ThumbDecode): When decoding a BLX(1)
694         instruction do not add in the second bit of the base address -
695         this has already been accounted for.
696
697 2002-05-21  Nick Clifton  <[email protected]>
698
699         * armcopro.c (check_cp13_access): Allow access to register 1 when
700         CRm is 1.
701         (write_cp13_reg): Allow bit 0 of reg 1 of CRm 1 to be written to.
702
703 2002-05-17  Nick Clifton  <[email protected]>
704
705         * Makefile.in (SIM_TARGET_SWITCHES): Define.
706         * armos.c (swi_mask): Define.  Initialise to supporting all
707         SWI emulations.
708         (ARMul_OSInit): For XScale targets, only support the ANGEL
709         SWI interface.  (This is at the request if Intel).
710         (ARMul_OSHandleSWI): Examine swi_mask to see if a particular
711         SWI call should be emulated.
712         Do not fall through from AngelSWI_Reason_WriteC.
713         Propagate exit code from RedBoot Exit SWI.
714         * rdi-dgb.h (swi_mask): Prototype.
715         (SWI_MASK_DEMON, SWI_MASK_ANGEL, SWI_MASK_REDBOOT): Define.
716         * wrapper.c (sim_target_parse_command_line): New function.
717         Look for and handle --swi-support switch.
718         (sim_target_parse_arg_array): New function.  Process an argv
719         array for parsing by sim_target_parse_command_line.
720         (sim_target_display_usage): New function.  Describe syntax of
721         --swi-suppoort switch.
722         (sim_open): Add call to sim_target_parse_arg_array).
723
724 2002-05-09  Nick Clifton  <[email protected]>
725
726         * armos.c (ARMul_OSHandleSWI): Support the RedBoot SWI in ARM
727         mode and some of its system calls.
728
729 2002-03-17  Anthony Green  <[email protected]>
730
731         * wrapper.c (mem_size): Increase the default target memory to 8MB.
732
733 2002-02-21  Keith Seitz  <[email protected]>
734
735         * armos.c (SWIWrite0): Use generic host_callback mechanism
736         for supported OS functions "open", "close", "write", etc.
737         (SWIopen): Likewise.
738         (SWIread): Likewise.
739         (SWIwrite): Likewise.
740         (SWIflen): Likewise.
741         (ARMul_OSHandleSWI): Likewise.
742
743 2002-02-05  Nick Clifton  <[email protected]>
744
745         * wrapper.c (sim_create_inferior): Modify previous patch so that
746         it is only triggered for COFF format executables.
747
748 2002-02-04  Nick Clifton  <[email protected]>
749
750         * wrapper.c (sin_create_inferior): If a v5 architecture is
751         detected, assume it might be an XScale binary, since there is no
752         way to distinguish between the two in the COFF file format.
753
754 2002-01-10  Nick Clifton  <[email protected]>
755
756         * arminit.c (ARMul_Abort): Fix parameters passed to CPRead[13].
757         * armemu.c (ARMul_Emulate32): Fix parameters passed to CPRead[13]
758         and CPRead[14].
759         Fix formatting.  Improve layout.
760         * armemu.h: Fix formatting.  Improve layout.
761
762 2002-01-09  Nick Clifton  <[email protected]>
763
764         * wrapper.c (sim_fetch_register): If fetching more than 4 bytes
765         return zeroes in the other words.
766         General formatting tidy ups.
767
768 2001-11-16  Ben Harris  <[email protected]>
769
770         * Makefile.in (armemu32.o): Replace $< with autoconf recommended
771         $(srcdir)/....
772         (armemu26.o): Ditto.
773
774 2001-10-18  Nick Clifton  <[email protected]>
775
776         * armemu.h (CP_ACCESS_ALLOWED): New macro.
777         Fix formatting.
778         * armcopro.c (read_cp14_reg): Make static.
779         (write_cp14_reg): Make static.
780         (check_cp13_access): Use CP_ACCESS_ALLOWED macro.
781         Fix formatting.
782         * armsupp.c (ARMul_LDC): Check CP_ACCESS_ALLOWED.
783         (ARMul_STC): Check CP_ACCESS_ALLOWED.
784         (ARMul_MCR): Check CP_ACCESS_ALLOWED.
785         (ARMul_MRC): Check CP_ACCESS_ALLOWED.
786         (ARMul_CDP): Check CP_ACCESS_ALLOWED.
787         Fix formatting.
788         * armemu.c (MCRR): Check CP_ACCESS_ALLOWED.  Test Rd and Rn not
789         equal to 15.
790         (MRRC): Check CP_ACCESS_ALLOWED.  Test Rd and Rn not equal to 15.
791         Fix formatting.
792
793 2001-05-11  Nick Clifton  <[email protected]>
794
795         * armemu.c (ARMul_Emulate32): Fix handling of XScale LDRD and STRD
796         instructions with post indexed addressing modes.
797
798 2001-05-08  Jens-Christian Lache  <[email protected]>
799
800         * armsupp.c (ARMul_FixCPSR): Check Mode not Bank in order to
801         determine rocesor mode.
802
803 2001-04-18  matthew green  <[email protected]>
804
805         * armcopro.c (write_cp15_reg): Set CHANGEMODE if endianness changes.
806         (read_cp15_reg): Make non-static.
807         (XScale_cp15_LDC): Update for write_cp15_reg() change.
808         (XScale_cp15_MCR): Likewise.
809         (XScale_cp15_write_reg): Likewise.
810         (XScale_check_memacc): New function. Check for breakpoints being
811         activated by memory accesses.  Does not support the Branch Target
812         Buffer.
813         (XScale_set_fsr_far): New function. Set FSR and FAR for XScale.
814         (XScale_debug_moe): New function. Set the debug Method Of Entry,
815         if configured.
816         (write_cp14_reg): Reset count counter if requested.
817         * armdefs.h (struct ARMul_State): New members `LastTime' and
818         `CP14R0_CCD' used for the timer/counters.
819         (ARMul_CP13_R0_FIQ, ARMul_CP13_R0_IRQ, ARMul_CP13_R8_PMUS,
820         ARMul_CP14_R0_ENABLE, ARMul_CP14_R0_CLKRST, ARMul_CP14_R0_CCD,
821         ARMul_CP14_R0_INTEN0, ARMul_CP14_R0_INTEN1, ARMul_CP14_R0_INTEN2,
822         ARMul_CP14_R0_FLAG0, ARMul_CP14_R0_FLAG1, ARMul_CP14_R0_FLAG2,
823         ARMul_CP14_R10_MOE_IB, ARMul_CP14_R10_MOE_DB, ARMul_CP14_R10_MOE_BT,
824         ARMul_CP15_R1_ENDIAN, ARMul_CP15_R1_ALIGN, ARMul_CP15_R5_X,
825         ARMul_CP15_R5_ST_ALIGN, ARMul_CP15_R5_IMPRE, ARMul_CP15_R5_MMU_EXCPT,
826         ARMul_CP15_DBCON_M, ARMul_CP15_DBCON_E1, ARMul_CP15_DBCON_E0): New
827         defines for XScale registers.
828         (XScale_check_memacc, XScale_set_fsr_far, XScale_debug_moe): Prototype.
829         (ARMul_Emulate32, ARMul_Emulate26): Clean up function definition.
830         (ARMul_Emulate32): Handle the clock counter and hardware instruction
831         breakpoints.  Call XScale_set_fsr_far() for software breakpoints and
832         software interrupts.
833         (LoadMult): Call XScale_set_fsr_far() for data aborts.
834         (LoadSMult): Likewise.
835         (StoreMult): Likewise.
836         (StoreSMult): Likewise.
837         * armemu.h (write_cp15_reg): Update prototype.
838         * arminit.c (ARMul_NewState): Initialise CP14R0_CCD and LastTime.
839         (ARMul_Abort): If XScale, check for FIQ and IRQ being enabled in CP13
840         register 0.
841         * armvirt.c (GetWord): Call XScale_check_memacc().
842         (PutWord): Likewise.
843
844 2001-03-20  Nick Clifton  <[email protected]>
845
846         * armvirt.c (ARMul_ReLoadInstr): Do not enable alignment checking
847         when loading unaligned thumb instructions.
848
849 2001-03-06  Nick Clifton  <[email protected]>
850
851         * thumbemu.c (ARMul_ThumbDecode): Delete label bo_blx2.
852         Compute destination address of BLX(1) instruction by
853         taking bit 1 from PC and not from bit 0 of the offset.
854
855 2001-02-27  Nick Clifton  <[email protected]>
856
857         * armvirt.c (GetWord): Add new parameter - check - to enable or
858         disable the alignment checking.
859         (PutWord):  Add new parameter - check - to enable or disable the
860         alignment checking.
861         (ARMul_ReLoadInstr): Pass extra parameter to GetWord.
862         (ARMul_ReadWord): Pass extra parameter to GetWord.
863         (ARMul_WriteWord): Pass extra parameter to PutWord.
864         (ARMul_StoreHalfWord): Pass extra parameter to PutWord.
865         (ARMul_WriteByte): Pass extra parameter to GetWord.
866         (ARMul_SwapWord): Pass extra parameter to PutWord.
867         (ARMul_SafeReadByte): New Function: Read a byte but do not abort.
868         (ARMul_SafeWriteByte): New Function: Write a byte but do not abort.
869
870         * armdefs.h: Add prototypes for ARMul_SafeReadByte and
871         ARMul_SafeWriteByte.
872
873         * wrapper.c (sim_write): Use ARMul_SafeWriteByte.
874         (sim_read): Use ARMul_SafeReadByte.
875
876         * armos.c (in_SWI_handler): Remove.
877         (SWIWrite0): Use ARMul_SafeReadByte.
878         (WriteCommandLineTo): Use ARMul_SafeWriteByte.
879         (SWIopen): Use ARMul_SafeReadByte.
880         (SWIread): Use ARMul_SafeWriteByte.
881         (SWIwrite): Use ARMul_SafeReadByte.
882         (ARMul_OSHandleSWI): Remove use of is_SWI_handler.
883         (ARMul_OSException): Remove use of is_SWI_handler.
884
885 2001-02-16  Nick Clifton  <[email protected]>
886
887         * armemu.c: Remove Prefetch abort for breakpoints.  Instead set
888         the state to RESUME.
889
890 2001-02-14  Nick Clifton  <[email protected]>
891
892         * armemu.c: Add code to preserve processor mode when a prefetch
893         abort is signalled after processing a breakpoint.
894
895         * wrapper.c (sim_create_inferior): Reset processor into ARM mode
896         for any machine type except the early ARMs.
897
898 2001-02-13  Nick Clifton  <[email protected]>
899
900         * armos.c (in_SWI_handler): New static variable.
901         (ARMul_OSHandleSWI): Set in_SWI_handler whilst emulating a SWI.
902         (ARMul_OSException): Ignore exceptions generated whilst emulating
903         a SWI.
904
905 2001-02-12  Nick Clifton  <[email protected]>
906
907         * armemu.h (NEGBRANCH): Fix defintion.
908
909 2001-02-01  Nick Clifton  <[email protected]>
910
911         * armemu.c (LoadSMult): Update base address register after
912         restoring register bank.
913         (StoreMult): Update base address register after restoring register
914         bank.
915
916 2001-01-31  Nick Clifton  <[email protected]>
917
918         * armvirt.c (PutWord): Detect installation of SWI vector.
919         (SWI_vector_installed): Define.
920         * armos.c (ARMul_OsInit): Reset SWI_vector_installed.
921         * armos.h (SWI_vector_installed): Declare.
922         * wrapper.c (SWI_vector_installed): Remove definition.
923         (sim_write): Remove check of SWI vector installation
924
925 2000-12-18  Nick Clifton  <[email protected]>
926
927         * armemu.c (ARMul_Emulate26): Fix test for StoreDouble
928         instruction.
929
930 2000-12-10  Nick Clifton  <[email protected]>
931
932         * armos.c (ARMul_OSHandleSWI): Add 0x91 as an FPE SWI.
933
934 2000-12-07  Nick Clifton  <[email protected]>
935
936         * armemu.c (ARMul_Emulate26): Detect double word load and
937         store instructions and call emulation routines.
938         (Handle_Load_Double): Emulate a double word load instruction.
939         (Handle_Store_Double): Emulate a double word store
940         instruction.
941
942 2000-12-03  Nick Clifton  <[email protected]>
943
944         * armos.c: Fix formatting.
945         (ARMul_OSHandleSWI): Suppress support of DEMON SWIs when in xscale
946         mode.
947
948 2000-11-29  Nick Clifton  <[email protected]>
949
950         * armdefs.h (State): Add 'v5e' and 'xscale' fields.
951         (ARM_v5e_Prop): Define.
952         (ARM_XScale_Prop): Define.
953
954         * wrapper.c (sim_create_inferior): Select processor based on
955         machine number.
956         (SWI_vector_installed): New boolean.  Set to true if the SWI
957         vector address is written to by the executable.
958
959         * arminit.c (ARMul_NewState): Switch default to 32 bit mode.
960         (ARMul_SelectProcessor): Initialise v5e and xscale signals.
961         (ARMul_Abort): Fix calculation of LR address.
962
963         * armos.c (ARMul_OSHandleSWI): If a SWI vector has been installed
964         and a SWI is not handled by the simulator, pass the SWI off to the
965         vector, otherwise issue a warning message and continue.
966
967         * armsupp.c (ARMul_CPSRAltered): Set S bit aswell.
968
969         * thumbemu.c: Add v5 instruction simulation.
970         * armemu.c: Add v5, XScale and El Segundo instruction simulation.
971
972         * armcopro.c: Add XScale co-processor emulation.
973         * armemu.h: Add exported XScale co-processor functions.
974
975 2000-09-15  Nick Clifton  <[email protected]>
976
977         * armdefs.h: Rename StrongARM property to v4_ARM and add v5 ARM
978         property.  Delete unnecessary processor names.
979         (ARM_Strong_Prop): Delete.
980         (STRONGARM): Delete.
981         (ARM_v4_Prop): Add.
982         (ARM_v5_Prop): Add
983         (State): Delete is_StrongARM boolean.  Add is_v4 and is_v5
984         booleans.
985
986         * armemu.h (BUSUSEDINCPCS): Use is_v4 boolean.
987         (BUSUSEDINCPCN): Use is_v4 boolean.
988
989         * arminit.c (ARMul_NewState): Initialise is_v4 and is_v5 fields.
990         (ARMul_SelectProcessor): Change second parameter from 'processor'
991         to 'properties'.  Set is_v4 and is_v5 booleans in State.
992
993         * armrdi.c: Remove use of ARM processor names.  Replace with ARM
994         processor properties.
995
996         * wrapper.c (sim_create_inferior): Choose properties passed to
997         ARMul_SelectProcessor based on machine number.
998
999 2000-08-14  Nick Clifton  <[email protected]>
1000
1001         * armemu.c (LHPOSTDOWN): Compute write back value before
1002         performing load in case the offset register is overwritten.
1003         (LHPOSTUP): Ditto.
1004
1005 2000-07-14  Fernando Nasser <[email protected]>
1006
1007         * wrapper.c (sim_create_inferior): Fix typo in the previous patch.
1008
1009 2000-07-14  Fernando Nasser <[email protected]>
1010
1011         * wrapper.c (sim_create_inferior): Reset mode to ARM when creating a
1012         new inferior.
1013
1014 2000-07-04  Alexandre Oliva  <[email protected]>
1015
1016         * armvirt.c (ABORTS): Do not define.
1017
1018         * armdefs.h (struct ARMul_State): Add is_StrongARM.
1019         (ARM_Strong_Prop, STRONGARM): Define.
1020         * arminit.c (ARMul_NewState): Reset is_StrongARM.
1021         (ARMul_SelectProcessor): Set is_StrongARM.
1022         * wrapper.c (sim_create_inferior): Use bfd machine type to
1023         determine processor type to emulate.
1024         * armemu.h (BUSUSEDINCPCS, BUSUSEDINCPCN): Don't increment PC
1025         when emulating StrongARM.
1026
1027         * armemu.c (ARMul_Emulate, t_undefined): Proceed to next insn.
1028
1029         * armemu.h (INSN_SIZE): New macro.
1030         (SET_ABORT): Save CPSR in SPSR and set LR.
1031         * armemu.c (ARMul_Emulate, isize): Set to INSN_SIZE.
1032         (WriteR15, WriteSR15): Do not discard bit 1 in Thumb mode.
1033         * arminit.c (ARMul_Abort): Use new SETABORT and INSN_SIZE.
1034
1035         * armemu.c (LoadSMult): Use WriteR15() to discard the least
1036         significant bits of PC.
1037
1038         * armemu.h (WRITEDESTB): New macro.
1039         * armemu.c (ARMul_Emulate26, bl): Use WriteR15Branch() to
1040         modify PC.  Moved the existing logic...
1041         (WriteR15Branch): ... here.  New function.
1042         (WriteR15, WriteSR15): Drop the two least significant bits.
1043         (LoadSMult): Use WriteR15Branch() to modify PC.
1044         (LoadMult): Use WRITEDESTB() instead of WRITEDEST().
1045
1046         * armemu.h (GETSPSR): Call ARMul_GetSPSR().
1047         * armsupp.c (ARMul_CPSRAltered): Zero out bits as they're
1048         extracted from state->Cpsr, but preserve the unused bits.
1049         (ARMul_GetCPSR): Get bits preserved in state->Cpsr.
1050         (ARMul_GetSPSR, ARMul_FixCPSR): Use ARMul_GetCPSR() to
1051         get the full CPSR word.
1052
1053         * armemu.h (PSR_FBITS, PSR_SBITS, PSR_XBITS, PSR_CBITS): New.
1054         (SETPSR_F, SETPSR_S, SETPSR_X, SETPSR_C): New macros.
1055         (SETPSR, SET_INTMODE, SETCC): Removed.
1056         * armsupp.c (ARMul_FixCPSR, ARMul_FixSPSR): Do not test bit
1057         mask.  Use SETPSR_* to modify PSR.
1058         (ARMul_SetCPSR): Load all bits from value.
1059         * armemu.c (ARMul_Emulate, msr): Do not test bit mask.
1060
1061         * armemu.c (ARMul_Emulate): Compute writeback value before
1062         loading, since the offset register may be the destination
1063         register.
1064
1065         * armdefs.h (SYSTEMBANK): Define as USERBANK.
1066         * armsupp.c (ARMul_SwitchMode): Remove SYSTEMBANK cases.
1067
1068 2000-06-22  Alexandre Oliva  <[email protected]>
1069
1070         * armemu.c (Multiply64): Fix computation of flag N.
1071
1072         * armemu.c (MultiplyAdd64): Fix computation of flag N.
1073
1074 2000-06-20  Alexandre Oliva  <[email protected]>
1075
1076         * armemu.h (NEGBRANCH): Do not overwrite the two most significant
1077         bits of the offset.
1078
1079 2000-05-25  Nick Clifton  <[email protected]>
1080
1081         * armcopro.c (MMUMCR): Only indicate mode change if a singal has
1082         really changed.
1083         (MMUWrite): Only indicate mode change if a singal has really
1084         changed.
1085
1086         * armdefs.h (SYSTEMMODE): Define.
1087         (BANK_CAN_ACEESS_SPSR): Define.
1088
1089         * armemu.c (ARM_Emulate26): If the mode has changed allow the PC
1090         to advance before stopping the emulation.
1091
1092         * arminit.c (ARMul_Reset): Ensure Mode field of State is set
1093         correctly.
1094
1095         * armos.c (ARMul_OSInit): Create a initial stack pointer for
1096         System mode.
1097
1098         * armsupp.c (ModeToBank): Remove unused first parameter.
1099         Add support for System Mode.
1100         (ARMul_GetSPSR): Use BANK_CAN_ACCESS_SPSR macro.
1101         (ARMul_SetSPSR): Use BANK_CAN_ACCESS_SPSR macro.
1102         (ARMul_FixSPSR): Use BANK_CAN_ACCESS_SPSR macro.
1103         (ARMulSwitchMode): Add support for System Mode.
1104
1105 Wed May 24 14:40:34 2000  Andrew Cagney  <[email protected]>
1106
1107         * configure: Regenerated to track ../common/aclocal.m4 changes.
1108
1109 2000-05-23  Nick Clifton  <[email protected]>
1110
1111         * wrapper.c (sim_store_register): Special handling for CPSR
1112         register.
1113
1114 2000-03-11  Philip Blundell  <[email protected]>
1115
1116         * armemu.c (LoadSMult, LoadMult): Correct handling of aborts.
1117         Patch from Allan Skillman <[email protected]>.
1118
1119 Wed Mar 22 15:24:21 2000  glen mccready  <[email protected]>
1120
1121         * wrapper.c (sim_open,sim_close): Copy into myname, free myname.
1122
1123 2000-02-08  Nick Clifton  <[email protected]>
1124
1125         * wrapper.c: Fix compile time warning messages.
1126         * armcopro.c: Fix compile time warning messages.
1127         * armdefs.h: Fix compile time warning messages.
1128         * armemu.c: Fix compile time warning messages.
1129         * armemu.h: Fix compile time warning messages.
1130         * armos.c: Fix compile time warning messages.
1131         * armsupp.c: Fix compile time warning messages.
1132         * armvirt.c: Fix compile time warning messages.
1133         * bag.c: Fix compile time warning messages.
1134
1135 2000-02-02  Bernd Schmidt  <[email protected]>
1136
1137         * *.[ch]: Use indent to make readable.
1138
1139 1999-11-22  Nick Clifton  <[email protected]>
1140
1141         * armos.c (SWIread): Generate an error message if a huge read is
1142         performed.
1143         (SWIwrite): Generate an error message if a huge write is
1144         performed.
1145
1146 1999-10-27  Nick Clifton  <[email protected]>
1147
1148         * thumbemu.c (ARMul_ThumbDecode): Accept 0xbebe as a thumb
1149         breakpoint.
1150
1151 1999-10-08  Ulrich Drepper  <[email protected]>
1152
1153         * armos.c (SWIopen): Always pass third parameter with 0666 since
1154         otherwise uninitialized memory gets access if the O_CREAT bit is
1155         set and so we possibly cannot access the file afterwards.
1156
1157 1999-09-29  Doug Evans  <[email protected]>
1158
1159         * armos.c (SWIWrite0): Send output to stdout instead of stderr.
1160         (ARMul_OSHandleSWI, case SWI_WriteC,AngelSWI_Reason_WriteC): Ditto.
1161
1162 Thu Sep  2 18:15:53 1999  Andrew Cagney  <[email protected]>
1163
1164         * configure: Regenerated to track ../common/aclocal.m4 changes.
1165
1166 1999-05-08  Felix Lee  <[email protected]>
1167
1168         * configure: Regenerated to track ../common/aclocal.m4 changes.
1169
1170 1999-04-06  Keith Seitz  <[email protected]>
1171
1172         * wrapper.c (stop_simulator): New global.
1173         (sim_stop): Set sim state to STOP and set
1174         stop_simulator.
1175         (sim_resume): Reset stop_simulator.
1176         (sim_stop_reason): If stop_simulator is set, tell gdb
1177         that the we took SIGINT.
1178         * armemu.c (ARMul_Emulate26): Don't loop forever. Stop if
1179         stop_simulator is set.
1180
1181 1999-04-02  Keith Seitz  <[email protected]>
1182
1183         * armemu.c (ARMul_Emulate26): If NEED_UI_LOOP_HOOK, call ui_loop_hook
1184         whenever the counter expires.
1185         * Makefile.in (SIM_EXTRA_CFLAGS): Include define NEED_UI_LOOP_HOOK.
1186
1187 1999-03-24  Nick Clifton  <[email protected]>
1188
1189         * armemu.c (ARMul_Emulate26): Handle new breakpoint value.
1190         * thumbemu.c (ARMul_ThumbDecode): Handle new breakpoint value.
1191
1192 Mon Sep 14 09:00:05 1998  Nick Clifton  <[email protected]>
1193
1194         * wrapper.c (sim_open): Set endianness according to BFD or command
1195         line switch.
1196
1197         * tconfig.in: Define SIM_HAVE_BIENDIAN.
1198
1199 Thu Aug 27 11:00:05 1998  Nick Clifton  <[email protected]>
1200
1201         * armemu.c (Multiply64): Test for Rm (rather than Rs) not being
1202         the same as either RdHi or RdLo.
1203
1204 Thu Jul  2 10:24:35 1998  Nick Clifton  <[email protected]>
1205
1206         * armos.c (ARMul_OSHandleSWI: AngelSWI_Reason_ReportException):
1207         Set Reg[0] based on reason for for the exception.
1208
1209 Thu Jun  4 15:22:03 1998  Jason Molenda  ([email protected])
1210
1211         * armos.c (SWIwrite0): New function.
1212         (WriteCommandLineTo): New function.
1213         (SWIopen): New function.
1214         (SWIread): New function.
1215         (SWIwrite): New function.
1216         (SWIflen): New function.
1217         (ARMul_OSHandleSWI): Call new functions instead of handling
1218         these here.
1219         (ARMul_OSHandleSWI): Handle Angel SWIs correctly.
1220         (*): Reformat spacing to be a bit more GNUly.
1221         Most code taken from a patch by Anthony Thompson
1222         ([email protected])
1223
1224 Tue Jun  2 15:22:22 1998  Nick Clifton  <[email protected]>
1225
1226         * armos.h: Add Angel SWI and its reason codes.
1227         * armos.c (ARMul_OSHandleSWI): Ignore Angel SWIs (for now).
1228
1229 Mon Jun  1 17:14:19 1998  Anthony Thompson ([email protected])
1230
1231         * armos.c (ARMul_OSHandleSWI::SWI_Open): Handle special case
1232         of ":tt" to catch stdin in addition to stdout.
1233         (ARMul_OSHandleSWI::SWI_Seek): Return 0 or 1 to indicate failure
1234         or success of lseek().
1235
1236 Wed May 20 17:36:25 1998  Nick Clifton  <[email protected]>
1237
1238         * armos.c (ARMul_OSHandleSWI): Special case code to catch attempts
1239         to open stdout.
1240
1241 Wed Apr 29 15:29:55 1998  Jeff Johnston  <[email protected]>
1242
1243         * armos.c (ARMul_OSHandleSWI): Added code for SWI_Clock,
1244         SWI_Flen, and SWI_Time.  Also fixed SWI_Seek code to only
1245         seek from offset 0 and not to use R2 for whence since it is
1246         not passed as part of the SWI call.
1247
1248 Tue Apr 28 18:33:31 1998  Geoffrey Noer  <[email protected]>
1249
1250         * configure: Regenerated to track ../common/aclocal.m4 changes.
1251
1252 Sun Apr 26 15:31:55 1998  Tom Tromey  <tromey@creche>
1253
1254         * configure: Regenerated to track ../common/aclocal.m4 changes.
1255         * config.in: Ditto.
1256
1257 Sun Apr 26 15:20:26 1998  Tom Tromey  <[email protected]>
1258
1259         * acconfig.h: New file.
1260         * configure.in: Reverted change of Apr 24; use sinclude again.
1261
1262 Fri Apr 24 14:16:40 1998  Tom Tromey  <tromey@creche>
1263
1264         * configure: Regenerated to track ../common/aclocal.m4 changes.
1265         * config.in: Ditto.
1266
1267 Fri Apr 24 11:20:19 1998  Tom Tromey  <[email protected]>
1268
1269         * configure.in: Don't call sinclude.
1270
1271 Sat Apr  4 20:36:25 1998  Andrew Cagney  <[email protected]>
1272
1273         * configure: Regenerated to track ../common/aclocal.m4 changes.
1274
1275 Fri Mar 27 16:15:52 1998  Andrew Cagney  <[email protected]>
1276
1277         * configure: Regenerated to track ../common/aclocal.m4 changes.
1278
1279 Wed Mar 25 12:35:29 1998  Andrew Cagney  <[email protected]>
1280
1281         * configure: Regenerated to track ../common/aclocal.m4 changes.
1282
1283 Wed Mar 18 12:38:12 1998  Andrew Cagney  <[email protected]>
1284
1285         * configure: Regenerated to track ../common/aclocal.m4 changes.
1286
1287 Tue Mar 10 09:26:38 1998  Nick Clifton  <[email protected]>
1288
1289         * armopts.h: Remove definition of LITTLEND - it is not used.
1290
1291 Tue Feb 17 12:35:54 1998  Andrew Cagney  <[email protected]>
1292
1293         * wrapper.c (sim_store_register, sim_fetch_register): Pass in
1294         length parameter. Return -1.
1295
1296 Sun Feb  1 16:47:51 1998  Andrew Cagney  <[email protected]>
1297
1298         * configure: Regenerated to track ../common/aclocal.m4 changes.
1299
1300 Sat Jan 31 18:15:41 1998  Andrew Cagney  <[email protected]>
1301
1302         * configure: Regenerated to track ../common/aclocal.m4 changes.
1303
1304 Mon Jan 19 22:26:29 1998  Doug Evans  <devans@seba>
1305
1306         * configure: Regenerated to track ../common/aclocal.m4 changes.
1307
1308 Mon Dec 15 23:17:11 1997  Andrew Cagney  <[email protected]>
1309
1310         * configure: Regenerated to track ../common/aclocal.m4 changes.
1311         * config.in: Ditto.
1312
1313 Tue Dec  9 11:30:48 1997  Nick Clifton  <[email protected]>
1314
1315         * Makefile.in: Updated with changes from branch.
1316         * armdefs.h:   ditto
1317         * armemu.c:    ditto   these changes
1318         * armemu.h:    ditto   add support for
1319         * armos.c:     ditto   the Thumb instruction
1320         * armsupp.c:   ditto   set and the new v4
1321         * armvirt.c:   ditto   architecture.
1322         * wrapper.c:   ditto
1323         * thumbemu.c:  New file from branch.
1324
1325
1326 Thu Dec  4 09:21:05 1997  Doug Evans  <[email protected]>
1327
1328         * configure: Regenerated to track ../common/aclocal.m4 changes.
1329
1330 Thu Oct 30 13:54:06 1997  Nick Clifton  <[email protected]>
1331
1332         * armos.c (ARMul_OSHandleSWI): Add support for GetEnv SWI.  Patch
1333         from Tony Thompson at ARM: [email protected]
1334
1335         * wrapper.c (sim_create_inferior): Add code to create an execution
1336         environment.  Patch from Tony Thompson at ARM: [email protected]
1337
1338 Wed Oct 22 14:43:00 1997  Andrew Cagney  <[email protected]>
1339
1340         * wrapper.c (sim_load): Pass lma_p and sim_write args to
1341         sim_load_file.
1342
1343 Fri Oct  3 09:28:00 1997  Andrew Cagney  <[email protected]>
1344
1345         * configure: Regenerated to track ../common/aclocal.m4 changes.
1346
1347 Wed Sep 24 17:38:57 1997  Andrew Cagney  <[email protected]>
1348
1349         * configure: Regenerated to track ../common/aclocal.m4 changes.
1350
1351 Tue Sep 23 11:04:38 1997  Andrew Cagney  <[email protected]>
1352
1353         * configure: Regenerated to track ../common/aclocal.m4 changes.
1354
1355 Mon Sep 22 11:46:20 1997  Andrew Cagney  <[email protected]>
1356
1357         * configure: Regenerated to track ../common/aclocal.m4 changes.
1358
1359 Fri Sep 19 17:45:25 1997  Andrew Cagney  <[email protected]>
1360
1361         * configure: Regenerated to track ../common/aclocal.m4 changes.
1362
1363 Mon Sep 15 17:36:15 1997  Andrew Cagney  <[email protected]>
1364
1365         * configure: Regenerated to track ../common/aclocal.m4 changes.
1366
1367 Thu Sep  4 17:21:23 1997  Doug Evans  <dje@seba>
1368
1369         * configure: Regenerated to track ../common/aclocal.m4 changes.
1370
1371 Wed Aug 27 18:13:22 1997  Andrew Cagney  <[email protected]>
1372
1373         * configure: Regenerated to track ../common/aclocal.m4 changes.
1374         * config.in: Ditto.
1375
1376 Tue Aug 26 10:37:27 1997  Andrew Cagney  <[email protected]>
1377
1378         * wrapper.c (sim_kill): Delete.
1379         (sim_create_inferior): Add ABFD argument.
1380         (sim_load): Move setting of PC from here.
1381         (sim_create_inferior): To here.
1382
1383 Mon Aug 25 17:50:22 1997  Andrew Cagney  <[email protected]>
1384
1385         * configure: Regenerated to track ../common/aclocal.m4 changes.
1386         * config.in: Ditto.
1387
1388 Mon Aug 25 15:35:45 1997  Andrew Cagney  <[email protected]>
1389
1390         * wrapper.c (sim_open): Add ABFD argument.
1391
1392 Tue May 20 10:13:26 1997  Andrew Cagney  <[email protected]>
1393
1394         * wrapper.c (sim_open): Add callback argument.
1395         (sim_set_callbacks): Drop SIM_DESC argument.
1396
1397 Thu Apr 24 00:39:51 1997  Doug Evans  <[email protected]>
1398
1399         * configure: Regenerated to track ../common/aclocal.m4 changes.
1400
1401 Fri Apr 18 13:32:23 1997  Andrew Cagney  <[email protected]>
1402
1403         * wrapper.c (sim_stop): Stub sim_stop function.
1404
1405 Thu Apr 17 18:33:01 1997  Fred Fish  <[email protected]>
1406
1407         * arminit.c (ARMul_NewState): Preinitialize the state to
1408         all zero/NULL.
1409
1410 Thu Apr 17 02:39:02 1997  Doug Evans  <[email protected]>
1411
1412         * Makefile.in (SIM_OBJS): Add sim-load.o.
1413         * wrapper.c (sim_kind,myname): New static locals.
1414         (sim_open): Set sim_kind, myname.
1415         (sim_load): Call sim_load_file to do work.  Set start address from bfd.
1416         (sim_create_inferior): Return SIM_RC.  Delete start_address arg.
1417
1418 Thu Apr 17 11:48:25 1997  Andrew Cagney  <[email protected]>
1419
1420         * wrapper.c (sim_trace): Update so that it matches prototype.
1421
1422 Mon Apr  7 15:45:02 1997  Andrew Cagney  <[email protected]>
1423
1424         * configure: Regenerated to track ../common/aclocal.m4 changes.
1425         * config.in: Ditto.
1426
1427 Mon Apr  7 12:01:17 1997  Andrew Cagney  <[email protected]>
1428
1429         * Makefile.in (armemu32.o): Replace $< with autoconf recommended
1430         $(srcdir)/....
1431         (armemu26.o): Ditto.
1432
1433 Wed Apr  2 15:06:28 1997  Doug Evans  <[email protected]>
1434
1435         * wrapper.c (sim_open): New arg `kind'.
1436
1437         * configure: Regenerated to track ../common/aclocal.m4 changes.
1438
1439 Wed Apr  2 14:50:44 1997  Ian Lance Taylor  <[email protected]>
1440
1441         * COPYING: Update FSF address.
1442
1443 Wed Apr  2 14:34:19 1997 Andrew Cagney <[email protected]>
1444
1445         * configure: Regenerated to track ../common/aclocal.m4 changes.
1446
1447 Wed Mar 19 01:14:00 1997  Andrew Cagney  <[email protected]>
1448
1449         * configure: Regenerated to track ../common/aclocal.m4 changes.
1450
1451 Mon Mar 17 15:10:07 1997  Andrew Cagney  <[email protected]>
1452
1453         * configure: Re-generate.
1454
1455 Fri Mar 14 10:34:11 1997  Michael Meissner  <[email protected]>
1456
1457         * configure: Regenerate to track ../common/aclocal.m4 changes.
1458
1459 Thu Mar 13 12:38:56 1997  Doug Evans  <[email protected]>
1460
1461         * wrapper.c (sim_open): Has result now.
1462         (sim_*): New SIM_DESC argument.
1463
1464 Tue Feb  4 13:22:21 1997  Doug Evans  <[email protected]>
1465
1466         * Makefile.in (@COMMON_MAKEFILE_FRAG@): Use
1467         COMMON_{PRE,POST}_CONFIG_FRAG instead.
1468         * configure.in: sinclude ../common/aclocal.m4.
1469         * configure: Regenerated.
1470
1471 Thu Jan 23 11:46:23 1997  Stu Grossman  ([email protected])
1472
1473         * configure configure.in Makefile.in:  Update to new configure
1474         scheme which is more compatible with WinGDB builds.
1475         * configure.in:  Improve comment on how to run autoconf.
1476         * configure:  Re-run autoconf to get new ../common/aclocal.m4.
1477         * Makefile.in:  Use autoconf substitution to install common
1478         makefile fragment.
1479
1480 Wed Nov 20 01:05:10 1996  Doug Evans  <[email protected]>
1481
1482         * run.c: Deleted, use one in ../common now.
1483         * Makefile.in: Delete everything that's been moved to
1484         ../common/Make-common.in.
1485         (SIM_OBJS): Define.
1486         * configure.in: Simplify using macros in ../common/aclocal.m4.
1487         * configure: Regenerated.
1488         * config.in: New file.
1489         * armos.c: #include config.h.
1490         * wrapper.c (mem_size): Value is in bytes now.
1491         (sim_callback): New global.
1492         (arm_sim_set_profile{,_size}): Delete.
1493         (arm_sim_set_mem_size): Rename to sim_size.
1494         (sim_do_command): Call printf_filtered via callback.
1495         (sim_set_callbacks): Record callback.
1496
1497 Thu Oct  3 16:10:27 1996  Jason Molenda  ([email protected])
1498
1499         * Makefile.in (mostlyclean): Remove config.log.
1500
1501 Wed Jun 26 12:17:24 1996  Jason Molenda  ([email protected])
1502
1503         * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
1504         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
1505         (docdir): Removed.
1506         * configure.in (AC_PREREQ): autoconf 2.5 or higher.
1507         (AC_PROG_INSTALL): Added.
1508         * configure: Rebuilt.
1509
1510 Wed Feb 21 12:14:31 1996  Ian Lance Taylor  <[email protected]>
1511
1512         * configure: Regenerate with autoconf 2.7.
1513
1514 Fri Dec 15 16:27:30 1995  Ian Lance Taylor  <[email protected]>
1515
1516         * run.c (main): Use new bfd_big_endian macro.
1517
1518 Mon Nov 20 17:40:38 1995  Doug Evans  <[email protected]>
1519
1520         * run.c: Include "getopt.h".
1521         (verbose): Delete.
1522         (usage): Make static.
1523         (main): Call arm_sim_set_verbosity.
1524         Only load sections marked SEC_LOAD.
1525         * wrapper.c (mem_size, verbosity): New static global.
1526         (arm_sim_set_mem_size): Renamed from sim_size.  Callers updated.
1527         (arm_sim_set_profile{,_size}): Renamed from sim_foo.  Callers updated.
1528
1529 Fri Nov 17 19:35:11 1995  Doug Evans  <[email protected]>
1530
1531         * armdefs.h (ARMul_State): New member `verbose'.
1532         * armrdi.c (ARMul_ConsolePrint): Add missing va_end.
1533         * run.c (verbose): Make global.
1534         * wrapper.c (init): Set state->verbose.
1535         (ARMul_ConsolePrint): Don't print anything if !verbose.
1536
1537 Fri Oct 13 15:30:30 1995  Doug Evans  <[email protected]>
1538
1539         * armos.c: #include dbg_rdi.h.
1540         (ARMul_OSHandleSWI): Handle SWI_Breakpoint.
1541         * armos.h (SWI_Breakpoint): Define.
1542         * wrapper.c: #include armemu.h, dbg_rdi.h.
1543         (rc): Delete.
1544         (sim_resume): Use state->EndCondition to record stop state.
1545         Call FLUSHPIPE before returning.
1546         (sim_stop_reason): Determine reason from state->EndCondition.
1547
1548 Fri Oct 13 15:04:05 1995  steve chamberlain  <[email protected]>
1549
1550         * wrapper.c (sim_set_callbacks): New.
1551
1552 Thu Sep 28 19:45:56 1995  Doug Evans  <[email protected]>
1553
1554         * armos.c (ARMul_OSHandleSWI): Result of read/write calls is
1555         number of bytes not read/written (or -1).
1556
1557 Wed Sep 20 13:35:54 1995  Ian Lance Taylor  <[email protected]>
1558
1559         * Makefile.in (maintainer-clean): New synonym for realclean.
1560
1561 Fri Sep  8 14:27:20 1995  Ian Lance Taylor  <[email protected]>
1562
1563         * configure.in: Remove AC_PROG_INSTALL.
1564         * configure: Rebuild.
1565         * Makefile.in (INSTALL): Revert to using install.sh.
1566         (INSTALL_PROGRAM, INSTALL_DATA): Set to $(INSTALL).
1567         (INSTALL_XFORM, INSTALL_XFORM1): Restore.
1568         (mostlyclean): Make the same as clean, not distclean.
1569         (clean): Remove config.log.
1570         (install): Don't install in $(tooldir).
1571
1572 Thu Sep  7 12:00:17 1995  Doug Evans  <[email protected]>
1573
1574         (Try to) Update to new bfd autoconf scheme.
1575         * run.c: Don't include sysdep.h.
1576         * Makefile.in (INSTALL{,_PROGRAM,_DATA}): Use autoconf computed value.
1577         (CC, CFLAGS, AR, RANLIB): Likewise.
1578         (HDEFINES, TDEFINES): Define.
1579         (CC_FOR_BUILD): Delete.
1580         (host_makefile_frag): Delete.
1581         (Makefile): Don't depend on frags.
1582         * configure.in (sysdep.h): Don't create symlink.
1583         (host_makefile_frag, frags): Deleted.
1584         (CC, CFLAGS, AR, RANLIB, INSTALL): Compute values.
1585         * configure: Regenerated.
1586
1587 Thu Aug  3 10:45:37 1995  Fred Fish  <[email protected]>
1588
1589         * Update all FSF addresses except those in COPYING* files.
1590
1591 Wed Jul  5 16:15:54 1995  J.T. Conklin  <[email protected]>
1592
1593         * Makefile.in (clean): Remove run, libsim.a.
1594
1595         * Makefile.in, configure.in: converted to autoconf.
1596         * configure: New file, generated with autconf 2.4.
1597
1598         * arm.mt: Removed.
1599
1600 Fri Jun 30 16:49:47 1995  Stan Shebs  <[email protected]>
1601
1602         * wrapper.c (sim_do_command): New function.
1603
1604 Tue Jun 13 10:57:32 1995  Steve Chamberlain  <[email protected]>
1605
1606         * armos.c (ARMul_OSHandleSWI): New version to work with
1607         newlib simply.
1608
1609 Thu Jun  8 14:37:14 1995  Steve Chamberlain  <[email protected]>
1610
1611         * run.c (main): Grab return value from right register.
1612
1613 Wed May 24 14:37:31 1995  Steve Chamberlain  <[email protected]>
1614
1615         * New.
1616
1617
This page took 0.117763 seconds and 4 git commands to generate.