]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/arm/ChangeLog
bfd: add stdlib.h when using abort
[thirdparty/binutils-gdb.git] / sim / arm / ChangeLog
CommitLineData
f6b9562f
NC
12021-04-26 Nick Clifton <nickc@redhat.com>
2
3 PR 22790
4 * armemu.c (Handle_Store_Double): Allow 4 byte alignment when
5 running in v6 mode.
6
19f6a43c
TT
72021-04-22 Tom Tromey <tom@tromey.com>
8
9 * configure, config.in: Rebuild.
10
e7d8f1da
TT
112021-04-22 Tom Tromey <tom@tromey.com>
12
13 * Makefile.in (armemu26.o, armemu32.o): Use COMPILE and
14 POSTCOMPILE.
15
efd82ac7
TT
162021-04-22 Tom Tromey <tom@tromey.com>
17
18 * configure: Rebuild.
19
2662c237
MF
202021-04-21 Mike Frysinger <vapier@gentoo.org>
21
22 * aclocal.m4: Regenerate.
23
1f195bc3
SM
242021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
25
26 * configure: Regenerate.
27
37e9f182
MF
282021-04-18 Mike Frysinger <vapier@gentoo.org>
29
30 * configure: Regenerate.
31
d5a71b11
MF
322021-04-12 Mike Frysinger <vapier@gentoo.org>
33
34 * wrapper.c (sim_open): Delete 3rd arg to sim_cpu_alloc_all.
35
c2783492
MF
362021-04-02 Mike Frysinger <vapier@gentoo.org>
37
38 * aclocal.m4, configure: Regenerate.
39
ebe9564b
MF
402021-02-28 Mike Frysinger <vapier@gentoo.org>
41
42 * configure: Regenerate.
43
760b3e8b
MF
442021-02-21 Mike Frysinger <vapier@gentoo.org>
45
46 * configure.ac (AC_CONFIG_MACRO_DIRS): Replace common with m4.
47 * aclocal.m4, configure: Regenerate.
48
136da8cd
MF
492021-02-13 Mike Frysinger <vapier@gentoo.org>
50
51 * configure.ac: Replace sinclude with AC_CONFIG_MACRO_DIRS.
52 * aclocal.m4, configure: Regenerate.
53
aa09469f
MF
542021-02-06 Mike Frysinger <vapier@gentoo.org>
55
56 * configure: Regenerate.
57
68ed2854
MF
582021-01-11 Mike Frysinger <vapier@gentoo.org>
59
60 * config.in, configure: Regenerate.
61
bf470982
MF
622021-01-09 Mike Frysinger <vapier@gentoo.org>
63
64 * configure: Regenerate.
65
46f900c0
MF
662021-01-08 Mike Frysinger <vapier@gentoo.org>
67
68 * configure: Regenerate.
69
3d52735b
MF
702021-01-04 Mike Frysinger <vapier@gentoo.org>
71
72 * wrapper.c: Include stdlib.h.
73
9416af6e
MF
742021-01-04 Mike Frysinger <vapier@gentoo.org>
75
76 * iwmmxt.c: Include stdlib.h.
77
dfb856ba
MF
782021-01-04 Mike Frysinger <vapier@gentoo.org>
79
80 * configure: Regenerate.
81
9f132af9
JB
822020-12-15 Nick Clifton <nickc@redhat.com>
83
84 * wrapper.c (sim_create_inferior): Accept some more ARM machine numbers.
85
862020-12-15 Jens Bauer <jens@plustv.dk>
87
88 * armemu.c (handle_v6_insn): Add support for SDIV and UDIV.
89 * thumbemu.c (handle_T2_insn): Likewise.
90
63aa0ac0
AB
912020-10-20 Dr. David Alan Gilbert <dgilbert@redhat.com>
92
93 * armos.c (SWIread): Fix printf format.
94
a5353ae6
LM
952020-08-13 Luis Machado <luis.machado@linaro.org>
96
97 PR sim/26365
98
99 * wrapper.c (sim_target_parse_command_line): Free discarded argv
100 entries.
101 (sim_open): Use a duplicate of argv instead of the original argv.
102
07f1f3aa
CB
1032020-01-17 Christian Biesinger <cbiesinger@google.com>
104
105 * iwmmxt.c: Fix spelling error (seperate).
106
851c0536
LM
1072019-12-06 Luis Machado <luis.machado@linaro.org>
108
109 * armemu.c (isize): Move this declaration ...
110 * arminit.c (isize): ... here.
111 * maverick.h: New file.
112 * wrapper.c: Include "maverick.h".
113 (<struct maverick_regs>, <union maverick_acc_regs>): Remove and update
114 comment.
115 (sim_create_inferior): Cast variables to proper type.
116 * maverick.c: Include "maverick.h".
117 (<struct maverick_regs>, <union maverick_acc_regs>): Move
118 declarations to maverick.h and update comment.
119 (DSPsc, DSPacc, DSPregs): Adjust comment.
120
43724d16
NC
1212018-01-02 Nick Clifton <nickc@redhat.com>
122
123 PR 22663
124 * maverick.c (DSPCDP4): Add missing parameter to debug print
125 statement.
126
88240b18
YQ
1272017-09-21 Yao Qi <yao.qi@linaro.org>
128
129 * wrapper.c (print_insn): Use disassembler instead of
130 print_insn_little_arm.
131
5c887dd5
JB
1322017-09-06 John Baldwin <jhb@FreeBSD.org>
133
134 * configure: Regenerate.
135
13a590ca
MF
1362017-02-13 Mike Frysinger <vapier@gentoo.org>
137
138 * armos.c: Include libiberty.h.
139 (SWIopen): Use ARRAY_SIZE.
140 * armsupp.c: Include libiberty.h.
141 (ModeToBank): Use ARRAY_SIZE.
142 * wrapper.c (sim_target_parse_command_line): Likewise.
143
7df94786
NC
1442016-07-14 Nick Clifton <nickc@redhat.com>
145
146 * armemu.c (Multiply64): Only issue error messages about invalid
147 arguments if debugging is enabled.
148 * armos.c (ARMul_OSHandleSWI): Ignore invalid flags.
149
ce39bd38
MF
1502016-01-10 Mike Frysinger <vapier@gentoo.org>
151
152 * config.in, configure: Regenerate.
153
e19418e0
MF
1542016-01-10 Mike Frysinger <vapier@gentoo.org>
155
156 * configure: Regenerate.
157
16f7876d
MF
1582016-01-10 Mike Frysinger <vapier@gentoo.org>
159
160 * configure.ac (SIM_AC_OPTION_ENVIRONMENT): Delete call.
161 * configure: Regenerate.
162
99d8e879
MF
1632016-01-10 Mike Frysinger <vapier@gentoo.org>
164
165 * configure: Regenerate.
166
35656e95
MF
1672016-01-10 Mike Frysinger <vapier@gentoo.org>
168
169 * configure: Regenerate.
170
347fe5bb
MF
1712016-01-10 Mike Frysinger <vapier@gentoo.org>
172
173 * configure.ac (SIM_AC_OPTION_INLINE): Delete call.
174 * configure: Regenerate.
175
22be3fbe
MF
1762016-01-10 Mike Frysinger <vapier@gentoo.org>
177
178 * configure: Regenerate.
179
0dc73ef7
MF
1802016-01-10 Mike Frysinger <vapier@gentoo.org>
181
182 * configure: Regenerate.
183
936df756
MF
1842016-01-09 Mike Frysinger <vapier@gentoo.org>
185
186 * config.in, configure: Regenerate.
187
2e3d4f4d
MF
1882016-01-06 Mike Frysinger <vapier@gentoo.org>
189
190 * wrapper.c (sim_create_inferior): Mark argv and env const.
191 (sim_open): Mark argv const.
192
9bbf6f91
MF
1932016-01-04 Mike Frysinger <vapier@gentoo.org>
194
195 * configure: Regenerate.
196
77cf2ef5
MF
1972016-01-03 Mike Frysinger <vapier@gentoo.org>
198
199 * wrapper.c (sim_open): Update sim_parse_args comment.
200
34fed699
MF
2012016-01-03 Mike Frysinger <vapier@gentoo.org>
202
203 * wrapper.c (sim_target_parse_arg_array): Replace for loop with
204 a call to countargv.
205
0cb8d851
MF
2062016-01-03 Mike Frysinger <vapier@gentoo.org>
207
208 * configure.ac (SIM_AC_OPTION_HOSTENDIAN): Delete.
209 * configure: Regenerate.
210
1ac72f06
MF
2112016-01-02 Mike Frysinger <vapier@gentoo.org>
212
213 * configure: Regenerate.
214 * wrapper.c (init): Change BIG_ENDIAN to BFD_ENDIAN_BIG.
215
e1211e55
MF
2162015-12-30 Mike Frysinger <vapier@gentoo.org>
217
218 * wrapper.c (sim_store_register): Rename to ...
219 (arm_reg_store): ... this.
220 (sim_fetch_register): Rename to ...
221 (arm_reg_fetch): ... this.
222 (sim_open): Call CPU_REG_FETCH/CPU_REG_STORE.
223
5e744ef8
MF
2242015-12-27 Mike Frysinger <vapier@gentoo.org>
225
226 * Makefile.in (SIM_OBJS): Delete sim-hload.o.
227
1b393626
MF
2282015-12-26 Mike Frysinger <vapier@gentoo.org>
229
230 * config.in, configure: Regenerate.
231
91d6df78
MF
2322015-12-25 Mike Frysinger <vapier@gentoo.org>
233
234 * Makefile.in (SIM_OBJS): Delete bag.o.
235 * armdefs.h (struct ARMul_State): Delete ErrorCode.
236 (ResetPin, FIQPin, IRQPin, AbortPin, TransPin, BigEndPin, Prog32Pin,
237 Data32Pin, LateAbortPin, ARMul_OSExit, ARMul_OSLastErrorP,
238 ARMul_Debug, ARMul_OSException,rdi_log, SpinCursor, HOURGLASS,
239 HOURGLASS_RATE): Delete.
240 * armemu.c (ARMul_Emulate26): Delete ARMul_Debug call.
241 * arminit.c (ARMul_Reset): Do not set state->ErrorCode.
242 (ARMul_Abort): Delete ARMul_OSException call.
243 * armopts.h: Delete file.
244 * armos.c (isatty_, ARMul_OSExit, ARMul_OSException,
245 ARMul_OSLastErrorP, ARMul_Debug, BUFFERSIZE, UNIQUETEMPS, NOOP,
246 BINARY, READOP, WRITEOP, FIXCRLF): Delete.
247 (struct OSblock): Delete Time0, ErrorP, FileTable, FileFlags, and
248 tempnames.
249 (ARMul_OSInit): Do not set OSptr->ErrorP, OSptr->FileTable, or
250 OSptr->tempnames.
251 * armrdi.c: Delete file.
252 * armvirt.c: Delete armopts.h include.
253 (ARMul_LoadInstrS): Delete HOURGLASS logic.
254 * bag.c, bag.h, communicate.c, communicate.h, dbg_conf.h, dbg_cp.h,
255 dbg_hif.h: Delete files.
256 * dbg_rdi.h (RDP_*, RDI*): Delete defines.
257 (PointHandle, ThreadHandle, Dbg_ConfigBlock, Dbg_HostosInterface,
258 Dbg_MCState, getbufferproc): Delete.
259 (rdi_*): Delete Functions.
260 (RDI_ConfigAspect, RDI_ConfigMatchType, RDI_NameList): Delete
261 (struct RDIProcVec): Delete.
262 * gdbhost.c, gdbhost.h, kid.c, main.c, parent.c: Delete files.
263 * wrapper.c (ARMul_Debug): Delete.
264
1d19cae7
DV
2652015-12-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
266
267 * thumbemu.c (handle_T2_insn): Fix left shift of negative value.
268 * armemu.c (handle_v6_insn): Likewise.
269
6e4f085c
MF
2702015-11-14 Mike Frysinger <vapier@gentoo.org>
271
272 * wrapper.c (sim_close): Delete.
273
454de2ee
NC
2742015-07-14 Nick Clifton <nickc@redhat.com>
275
276 * armcopro.c: Remove extraneous whitespace.
277 * armdefs.h: Likewise.
278 * armfpe.h: Likewise.
279 * arminit.c: Likewise.
280 * armopts.h: Likewise.
281 * armos.c: Likewise.
282 * armos.h: Likewise.
283 * armrdi.c: Likewise.
284 * armsupp.c: Likewise.
285 * armvirt.c: Likewise.
286 * bag.c: Likewise.
287 * bag.h: Likewise.
288 * communicate.c: Likewise.
289 * communicate.h: Likewise.
290 * dbg_conf.h: Likewise.
291 * dbg_cp.h: Likewise.
292 * dbg_hif.h: Likewise.
293 * dbg_rdi.h: Likewise.
294 * gdbhost.c: Likewise.
295 * gdbhost.h: Likewise.
296 * iwmmxt.c: Likewise.
297 * iwmmxt.h: Likewise.
298 * kid.c: Likewise.
299 * main.c: Likewise.
300 * maverick.c: Likewise.
301 * parent.c: Likewise.
302 * thumbemu.c: Likewise.
303 * wrapper.c: Likewise.
304
db49d3d0
NC
3052015-07-02 Nick Clifton <nickc@redhat.com>
306
307 * Makefile.in (SIM_EXTRA_CFLAGS): Revert previous delta.
308 (SIM_EXTRA_LIBS): Add -lm.
309
73cb0348
NC
3102015-06-28 Nick Clifton <nickc@redhat.com>
311
312 * Makefile.in (SIM_EXTRA_CFLAGS): Add -lm.
313 * armdefs.h (ARMdval, ARMfval): New types.
314 (ARM_VFP_reg): New union.
315 (struct ARMul_State): Add VFP_Reg and FPSCR fields.
316 (VFP_fval, VFP_uword, VFP_sword, VFP_dval, VFP_dword): Accessor
317 macros for the new VFP_Reg field.
318 * armemu.c (handle_v6_insn): Add code to handle MOVW, MOVT,
319 QADD16, QASX, QSAX, QSUB16, QADD8, QSUB8, UADD16, USUB16, UADD8,
320 USUB8, SEL, REV, REV16, RBIT, BFC, BFI, SBFX and UBFX
321 instructions.
322 (handle_VFP_move): New function.
323 (ARMul_Emulate16): Add checks for newly supported v6
324 instructions. Add support for VMRS, VMOV and MRC instructions.
325 (Multiply64): Allow nRdHi == nRm and/or nRdLo == nRm when
326 operating in v6 mode.
327 * armemu.h (t_resolved): Define.
328 * armsupp.c: Include math.h.
329 (handle_VFP_xfer): New function. Handles VMOV, VSTM, VSTR, VPUSH,
330 VSTM, VLDM and VPOP instructions.
331 (ARMul_LDC): Test for co-processor 10 or 11 and pass call to the
332 new handle_VFP_xfer function.
333 (ARMul_STC): Likewise.
334 (handle_VFP_op): New function. Handles VMLA, VMLS, VNMLA, VNMLS,
335 VNMUL, VMUL, VADD, VSUB, VDIV, VMOV, VABS, VNEG, VSQRT, VCMP,
336 VCMPE and VCVT instructions.
337 (ARMul_CDP): Test for co-processor 10 or 11 and pass call to the
338 new handle_VFP_op function.
339 * thumbemu.c (tBIT, tBITS, ntBIT, ntBITS): New macros.
340 (test_cond): New function. Tests a condition and returns non-zero
341 if the condition has been met.
342 (handle_IT_block): New function.
343 (in_IT_block): New function.
344 (IT_block_allow): New function.
345 (ThumbExpandImm): New function.
346 (handle_T2_insn): New function. Handles T2 thumb instructions.
347 (handle_v6_thumb_insn): Add next_instr and pc parameters.
348 (ARMul_ThumbDecode): Add support for IT blocks. Add support for
349 v6 instructions.
350 * wrapper.c (sim_create_inferior): Detect a thumb address and call
351 SETT appropriately.
352
8d0978fb
MF
3532015-06-23 Mike Frysinger <vapier@gentoo.org>
354
355 * configure: Regenerate.
356
b50a1532
MF
3572015-06-23 Mike Frysinger <vapier@gentoo.org>
358
359 * armdefs.h: Always include stdint.h.
360 [!__STDC__]: Delete.
361 [!HAVE_STDINT_H]: Delete.
362 * dbg_hif.h [!__STDC__]: Delete.
363
a3487082
MF
3642015-06-12 Mike Frysinger <vapier@gentoo.org>
365
366 * configure: Regenerate.
367
306f4178
MF
3682015-06-12 Mike Frysinger <vapier@gentoo.org>
369
370 * configure: Regenerate.
371
20bca71d
MF
3722015-04-18 Mike Frysinger <vapier@gentoo.org>
373
374 * sim-main.h (SIM_CPU): Delete.
375
7e83aa92
MF
3762015-04-18 Mike Frysinger <vapier@gentoo.org>
377
378 * sim-main.h (sim_cia): Delete.
379
034685f9
MF
3802015-04-17 Mike Frysinger <vapier@gentoo.org>
381
382 * sim-main.h (CIA_GET, CIA_SET): Delete.
383
27b97b40
MF
3842015-04-17 Mike Frysinger <vapier@gentoo.org>
385
386 * wrapper.c (arm_pc_get, arm_pc_set): New functions.
387 (sim_open): Declare new local var i. Call CPU_PC_FETCH &
388 CPU_PC_STORE for all cpus.
389
78e9aa70
MF
3902015-04-15 Mike Frysinger <vapier@gentoo.org>
391
392 * Makefile.in (SIM_OBJS): Delete sim-cpu.o.
393 * sim-main.h (STATE_CPU): Delete.
394
bf12d44e
MF
3952015-04-13 Mike Frysinger <vapier@gentoo.org>
396
397 * configure: Regenerate.
398
e787f858
MF
3992015-04-12 Mike Frysinger <vapier@gentoo.org>
400
401 * Makefile.in (SIM_OBJS): Move wrapper.o to the start of the list.
402
122bbfb5
MF
4032015-04-06 Mike Frysinger <vapier@gentoo.org>
404
405 * Makefile.in (SIM_OBJS): Delete sim-engine.o.
406
0fe84f3f
MF
4072015-04-01 Mike Frysinger <vapier@gentoo.org>
408
409 * Makefile.in (armos.o, armcopro.o, maverick.o, iwmmxt.o, arminit.o,
410 armrdi.o, armsupp.o, thumbemu.o, bag.o, wrapper.o): Delete rules.
411 * tconfig.h: Delete file.
412
aadc9410
MF
4132015-03-31 Mike Frysinger <vapier@gentoo.org>
414
415 * config.in, configure: Regenerate.
416
49d62f89
MF
4172015-03-30 Mike Frysinger <vapier@gentoo.org>
418
419 * Makefile.in (SIM_RUN_OBJS): Delete.
420 (SIM_EXTRA_CFLAGS): Delete -DSIM_TARGET_SWITCHES and
421 -DSIM_USE_DEPRECATED_RUN_FRONTEND.
422 (SIM_OBJS): Change to $(SIM_NEW_COMMON_OBJS).
423 * sim-main.h: New file.
424 * wrapper.c: Delete armdefs.h, sim-utils.h, and run-sim.h includes.
425 Add sim-main.h and sim-options.h includes.
426 (sim_callback, mem_size, trace): Add TODO comments.
427 (state): Delete static and add TODO comment.
428 (sim_kind, myname, big_endian): Delete.
429 (init): Change big_endian to CURRENT_TARGET_BYTE_ORDER check.
430 (sim_size, sim_trace, sim_info, sim_target_display_usage, sim_load,
431 sim_do_command, sim_set_callbacks, sim_complete_command): Delete.
432 (sim_target_parse_command_line): Mark static.
433 (free_state): New function.
434 (sim_open): Rewrite to use new common logic.
435 (sim_close): Delete body.
436
dbf8e8af
MF
4372015-03-30 Mike Frysinger <vapier@gentoo.org>
438
439 * Makefile.in (SIM_EXTRA_CFLAGS): Delete -DNEED_UI_LOOP_HOOK.
440 * interp.c [NEED_UI_LOOP_HOOK] (UI_LOOP_POLL_INTERVAL,
441 ui_loop_hook_counter, deprecated_ui_loop_hook): Delete.
442 (sim_resume) [NEED_UI_LOOP_HOOK]: Delete ui code.
443
58b991b1
MF
4442015-03-30 Mike Frysinger <vapier@gentoo.org>
445
446 * armemu.c [MODE32] (handle_v6_insn): Move definition.
447 (ARMul_Emulate26): Initialize do_int after label target.
448 * armemu.h (UNDEF_Test, UNDEF_Shift, UNDEF_MSRPC, UNDEF_MRSPC,
449 UNDEF_MULPCDest, UNDEF_MULDestEQOp1, UNDEF_LSRBPC,
450 UNDEF_LSRBaseEQOffWb, UNDEF_LSRBaseEQDestWb, UNDEF_LSRPCBaseWb,
451 UNDEF_LSRPCOffWb, UNDEF_LSMNoRegs, UNDEF_LSMPCBase,
452 UNDEF_LSMUserBankWb, UNDEF_LSMBaseInListWb, UNDEF_SWPPC,
453 UNDEF_CoProHS, UNDEF_MCRPC, UNDEF_LSCPCBaseWb,
454 UNDEF_UndefNotBounced, UNDEF_ShortInt, UNDEF_IllegalMode,
455 UNDEF_Prog32SigChange, UNDEF_Data32SigChange): Define to while(0).
456 * armsupp.c (ARMul_Align): Convert old style prototype.
457 * bag.c (addtolist, killwholelist): Mark static.
458 (BAG_newbag): Convert old style prototype.
459 * maverick.c (mv_compute_host_endianness): Delete.
460 * wrapper.c (verbosity, sim_set_verbose): Delete.
461 (init): Set state->verbose to 0.
462
c4c9c44f
MF
4632015-03-30 Mike Frysinger <vapier@gentoo.org>
464
465 * configure.ac: Call SIM_AC_OPTION_ENDIAN, SIM_AC_OPTION_ALIGNMENT,
466 SIM_AC_OPTION_HOSTENDIAN, SIM_AC_OPTION_ENVIRONMENT,
467 SIM_AC_OPTION_INLINE, and SIM_AC_OPTION_WARNINGS.
468 * config.in, configure: Regenerate.
469
457983e3
MF
4702015-03-30 Mike Frysinger <vapier@gentoo.org>
471
472 * Makefile.in (COPRO): Delete.
473 (SIM_OBJS): Expand COPRO.
474 * configure.ac: Deletd stdint.h check.
475 (COPRO): Delete.
476 * configure: Regenerate.
477
ae7d0cac
MF
4782015-03-16 Mike Frysinger <vapier@gentoo.org>
479
480 * config.in, configure: Regenerate.
481 * tconfig.in: Rename file ...
482 * tconfig.h: ... here.
483
465fb143
MF
4842015-03-14 Mike Frysinger <vapier@gentoo.org>
485
486 * Makefile.in (SIM_EXTRA_CFLAGS): Add
487 -DSIM_USE_DEPRECATED_RUN_FRONTEND.
488 (SIM_RUN_OBJS): Set to run.o.
489
5cddc23a
MF
4902015-03-14 Mike Frysinger <vapier@gentoo.org>
491
492 * configure.ac (AC_CHECK_HEADERS): Delete unistd.h.
493 * aclocal.m4, configure: Regenerate.
494
2974be62
AM
4952014-08-19 Alan Modra <amodra@gmail.com>
496
497 * configure: Regenerate.
498
faa743bb
RM
4992014-08-15 Roland McGrath <mcgrathr@google.com>
500
501 * configure: Regenerate.
502 * config.in: Regenerate.
503
1d63324c
NC
5042014-03-18 Nick Clifton <nickc@redhat.com>
505
506 * wrapper.c: Convert function declarations to ISO C format.
507 (sim_open): Delete code for handling t,d and z command line
508 options.
509
8d052926
NC
5102014-03-14 Nick Clifton <nickc@redhat.com>
511
512 * wrapper.c (op_print): New function.
513 (sim_dis_read): New function.
514 (print_insn): New function - disassembles the given instruction.
515 (sim_trace): Note that tracing is now allowed.
516 (sim_create_inferior): Default to emulating v6.
517 Initialise the disassembler machinery.
518 (sim_target_parse_command_line): Add support for -t -d and -z
519 options.
520 (sim_target_display_usage): Note existence of -d and -z options.
521 (sim_open): Parse -t -d and -z options.
522 * armemu.h: Add exports of trace, disas and trace_funcs.
523 Add prototype for print_insn.
524 * armemu.c (ARMul_Emulate26): Add tracing code.
525 Delete unused variables.
526 * thumbemu (handle_v6_thumb_insn): Delete unused variable Rd.
527 Move Rm variable into switch cases.
528 Add tracing code.
529
530 * armcopro.c (XScale_cp15_init): Add a return value.
531 (XScale_cp13_init): Likewise.
532 (XScale_cp14_init): Likewise.
533 (XScale_cp15_LDC): Delete unused function.
534 (XScale_cp15_STC): Likewise.
535 * maverick.c: Delete comment inside comment.
536 (DSPInit): Delete unused function.
537 (DSPMCR4): Fix compile time warning about missing parenthesis.
538 (DSPMCR5): Likewise.
539 (DSPCDP6): Delete unused variable opcode2.
540
b9366cf3
DM
5412014-03-14 David McQuillan <dmcq@tao-group.com>
542
543 PR sim/8388
544 * armemu.c (WriteR15Load): New function. Determines if the state
545 can be changed upon a write to R15.
546 (LoadMult): Use WriteR15Load.
547 * armemu.h (WRITEDESTB): Use WriteR15Load.
548
60d847df
MF
5492014-03-10 Mike Frysinger <vapier@gentoo.org>
550
551 * wrapper.c (sim_do_command): Add const to cmd.
552
b2b255bd
MF
5532014-03-05 Mike Frysinger <vapier@gentoo.org>
554
555 * wrapper.c (sim_load): Add const to prog.
556
bf3d9781
AM
5572013-09-23 Alan Modra <amodra@gmail.com>
558
559 * configure: Regenerate.
560
31e6ad7d
MF
5612013-06-03 Mike Frysinger <vapier@gentoo.org>
562
563 * aclocal.m4, configure: Regenerate.
564
590919de
MF
5652013-05-07 Jayant Sonar <jayant.sonar@kpitcummins.com>
566 Kaushik Phatak <Kaushik.Phatak@kpitcummins.com>
567
568 * armemu.c (ARMul_Emulate32): Emulate instructions MOVW and MOVT.
569
19a3671c
JB
5702012-12-19 Joel Brobecker <brobecker@adacore.com>
571
572 * COPYING: Update to GPL version 3.
573
f253d86d
NC
5742012-09-03 Nick Clifton <nickc@redhat.com>
575
576 PR sim/14540
577 * armsupp.c (ARMul_MRC): Return 0 if access to the MRC instruction
578 is denied.
579
9256caa6
KB
5802012-08-01 Kevin Buettner <kevinb@redhat.com>
581
582 * wrapper.c (libiberty.h): Include.
583 (sim_store_register, sim_fetch_register): On success, return
584 length, instead of -1.
585
5f3ef9d0
JB
5862012-06-15 Joel Brobecker <brobecker@adacore.com>
587
588 * config.in, configure: Regenerate.
589
b0f05691
NC
5902012-06-13 Nick Clifton <nickc@redhat.com>
591
592 * wrapper.c (sim_create_inferior): Treat WMMX2 binaries as iWMMXt
593 binaries (for now).
594
a493e3e2
PA
5952012-05-24 Pedro Alves <palves@redhat.com>
596
597 PR gdb/7205
598
72f4393d 599 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
a493e3e2 600
a6ff997c
NC
6012012-05-18 Nick Clifton <nickc@redhat.com>
602
603 PR 14072
604 * wrapper.c: Include config.h before system header files.
605
2232061b
MF
6062012-03-24 Mike Frysinger <vapier@gentoo.org>
607
608 * aclocal.m4, config.in, configure: Regenerate.
609
db2e4d67
MF
6102011-12-03 Mike Frysinger <vapier@gentoo.org>
611
612 * aclocal.m4: New file.
613 * configure: Regenerate.
614
9c082ca8
MF
6152011-10-17 Mike Frysinger <vapier@gentoo.org>
616
617 * configure.ac: Change include to common/acinclude.m4.
618
6ffe910a
MF
6192011-10-17 Mike Frysinger <vapier@gentoo.org>
620
621 * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER
622 call. Replace common.m4 include with SIM_AC_COMMON.
623 * configure: Regenerate.
624
161fc452
NC
6252011-07-01 Nick Clifton <nickc@redhat.com>
626
627 PR sim/12737
628 * iwmmxt.c (WCMPGT): Sign extend 32-bit values before performing a
629 signed compare.
630 (WMAC): Extend computed result before adding to result register.
631 (WRSA): Sign extend 32-bit values before shifting.
632
af9f7da7
MF
6332011-04-16 Mike Frysinger <vapier@gentoo.org>
634
635 * wrapper.c (sim_complete_command): New stub function.
636
363a6e9f
OS
6372010-05-26 Ozkan Sezer <sezeroz@gmail.com>
638
639 * communicate.c (MYread_char): Check error return from accept() call
640 by its equality to -1 not by it being negative.
641 (MYread_charwait): Likewise.
642 * main.c (main): Likewise for both socket() and accept() calls.
643
5558e7e6
MF
6442010-04-14 Mike Frysinger <vapier@gentoo.org>
645
646 * wrapper.c (sim_write): Add const to buffer arg.
647
3725885a
RW
6482010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
649
650 * configure: Regenerate.
651
d6416cdc
RW
6522009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
653
81ecdfbb
RW
654 * config.in: Regenerate.
655 * configure: Likewise.
656
d6416cdc
RW
657 * configure: Regenerate.
658
a85c0b49
JS
6592008-11-24 Joel Sherrill <joel.sherrill@oarcorp.com>
660
661 * arminit.c, iwmmxt.c: Include <string.h> to
662 eliminate warning.
b5bd9624
HPN
6632008-07-11 Hans-Peter Nilsson <hp@axis.com>
664
665 * configure: Regenerate to track ../common/common.m4 changes.
666 * config.in: Ditto.
667
6efef468 6682008-06-06 Vladimir Prus <vladimir@codesourcery.com>
72f4393d
L
669 Daniel Jacobowitz <dan@codesourcery.com>
670 Joseph Myers <joseph@codesourcery.com>
6efef468
JM
671
672 * configure: Regenerate.
673 * wrapper.c (sim_target_display_usage): Add help parameter.
674
e1c9b6f1
MM
6752007-02-27 Mark Mitchell <mark@codesourcery.com>
676
677 * armos.c (SWIflen): Do not treate file descriptor zero as
678 special.
679
1306df90
NC
6802007-02-15 Nick Clifton <nickc@redhat.com>
681
682 * armemu.c (handle_v6_insn): Fix typo in sign extension test of
683 the sext and sxtah instructions.
684
8944021f
DJ
6852007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
686
687 Reported by timeless@gmail.com:
688 * wrapper.c (sim_target_parse_arg_array): Do not return void value.
689
edc5d9ec
HPN
6902006-12-21 Hans-Peter Nilsson <hp@axis.com>
691
692 * acconfig.h: Remove.
693 * config.in: Regenerate.
694
e85e3205
RE
6952006-06-13 Richard Earnshaw <rearnsha@arm.com>
696
697 * configure: Regenerated.
698
2f0122dc
DJ
6992006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
700
701 * configure: Regenerated.
702
20e95c23
DJ
7032006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
704
705 * configure: Regenerated.
706
4b1d9c58
PB
7072006-03-07 Paul Brook <paul@codesourcery.com>
708
709 * elfos.c (ARMul_OSHandleSWI): Call correct function for IsTTY.
710
eeea4660
DJ
7112006-02-01 Shaun Jackman <sjackman@gmail.com>
712
713 * armos.c (ARMul_OSHandleSWI): Handle the RedBoot system
714 call meminfo. Return ENOSYS for unhandled RedBoot syscalls.
715
aba6488e
MM
7162005-11-23 Mark Mitchell <mark@codesourcery.com>
717
718 * wrapper.c (gdb/signals.h): Include it.
719 (SIGTRAP): Don't define.
720 (SIGBUS): Likewise.
721 (sim_stop_reason): Use TARGET_SIGNAL_* instead of SIG*.
722
2be701a3
DJ
7232005-11-16 Shaun Jackman <sjackman@gmail.com>
724
eeea4660 725 * armos.c: Include limits.h
2be701a3
DJ
726 (unlink): Remove this macro. It is unused in this file and
727 conflicts with sim_callback->unlink.
728 (PATH_MAX): Define as 1024 if not already defined.
729 (ReadFileName): New function.
730 (SWIopen): Fix a potential buffer overflow.
731 (SWIremove): New function.
732 (SWIrename): Ditto.
733 (ARMul_OSHandleSWI): Handle the RDP calls SWI_IsTTY,
734 SWI_Remove, and SWI_Rename, as well as the RDI calls
735 AngelSWI_Reason_IsTTY, AngelSWI_Reason_Remove, and
736 AngelSWI_Reason_Rename.
737
c4793bac
PB
7382005-09-19 Paul Brook <paul@codesourcery.com>
739
740 * armdefs.h: Define ARMsword and ARMsdword. Use stdint.h when
741 available.
742 * armemu.c: Use them.
743 * armvirt.c (ARMul_MemoryInit): Use correct type for size.
744 * configure.ac: Check for stdint.h.
745 * config.in: Regenerate.
746 * configure: Regenerate.
747
546aee7a
NC
7482005-05-24 Nick Clifton <nickc@redhat.com>
749
750 * thumbemu.c (handle_v6_thumb_insn): New function.
751 (ARMul_ThumbDecode): Call handle_v6_thumb_insn() when an undefined
752 instruction binary is encountered.
753
380d9419
NC
7542005-05-12 Nick Clifton <nickc@redhat.com>
755
756 * Update the address and phone number of the FSF organization in
757 the GPL notices in the following files:
758 COPYING, Makefile.in, armcopro.c, armdefs.h, armemu.c,
759 armemu.h, armfpe.h, arminit.c, armopts.h, armos.c, armos.h,
760 armrdi.c, armsupp.c, armvirt.c, bag.c, bag.h, communicate.c,
761 communicate.h, dbg_conf.h, dbg_cp.h, dbg_hif.h, dbg_rdi.h,
762 gdbhost.c, gdbhost.h, iwmmxt.c, iwmmxt.h, kid.c, main.c,
763 maverick.c, parent.c, thumbemu.c, wrapper.c
764
8207e0f2
NC
7652005-04-20 Nick Clifton <nickc@redhat.com>
766
767 * armemu.c (handle_v6_insn): New function - emulate a few of the
768 v6 instructions - the ones now generated by GCC.
769 (ARMulEmulate32): Call handle_v6_insn when a possible v6 insn is
770 found.
771 * armdefs.h (struct ARMul_State): Add new field: is_v6.
772 (ARM_v6_Prop): Define.
773 * arminit.c (ARMul_NewState): Initialise the v6 flag.
774 (ARMul_SelectProcessor): Determine if the v6 flag should be
775 set.
776 * wrapper.c (sim_create_inferior): For unknown architectures,
777 default to allowing the v6 instructions.
72f4393d 778
16d55f14
NC
7792005-04-18 Nick Clifton <nickc@redhat.com>
780
781 * iwmmxt.c (WMAC, WMADD): Move casts from the LHS of an assignment
782 operator to the RHS.
783 (WSLL, WSRA, WSRL, WUNPCKEH, WUNPACKEL): Use ULL suffix to
784 indicate an unsigned long long constant.
785
2b193c4a
MK
7862005-03-23 Mark Kettenis <kettenis@gnu.org>
787
788 * configure: Regenerate.
789
35695fd6
AC
7902005-01-14 Andrew Cagney <cagney@gnu.org>
791
792 * configure.ac: Sinclude aclocal.m4 before common.m4. Add
793 explicit call to AC_CONFIG_HEADER.
794 * configure: Regenerate.
795
f0569246
AC
7962005-01-12 Andrew Cagney <cagney@gnu.org>
797
798 * configure.ac: Update to use ../common/common.m4.
799 * configure: Re-generate.
800
38f48d72
AC
8012005-01-11 Andrew Cagney <cagney@localhost.localdomain>
802
803 * configure: Regenerated to track ../common/aclocal.m4 changes.
804
b7026657
AC
8052005-01-07 Andrew Cagney <cagney@gnu.org>
806
807 * configure.ac: Rename configure.in, require autoconf 2.59.
808 * configure: Re-generate.
809
379832de
HPN
8102004-12-08 Hans-Peter Nilsson <hp@axis.com>
811
812 * configure: Regenerate for ../common/aclocal.m4 update.
813
0aaa4a81
AC
8142004-06-28 Andrew Cagney <cagney@gnu.org>
815
816 * armemu.c: Rename ui_loop_hook to deprecated_ui_loop_hook.
817
a4c9740c
MM
8182003-12-29 Mark Mitchell <mark@codesourcery.com>
819
820 * armos.c (fcntl.h): Do not include it.
821 (O_RDONLY): Do not define.
822 (O_WRONLY): Likewise.
823 (O_RDWR): Likewise.
824 (targ-vals.h): Include it.
825 (translate_open_mode): Use TARGET_O_* instead of O_*.
826 (SWIopen): Likewise.
827 * Makefile.in (armos.o): Depend on targ-vals.h.
828
c88931b0
NC
8292003-04-13 Nick Clifton <nickc@redhat.com>
830
831 * armvirt.c (GetWord): Only call XScale_check_memacc if in XScale
832 mode.
833 (PutWord): Likewise.
834
3a3d6f65
NC
8352003-03-30 Nick Clifton <nickc@redhat.com>
836
837 * configure.in (CON_FLAGS): Remove.
838 (COPRO): Unconditionally include iwmmxt.o.
839 * configure: Regenerate.
840 * Makefile.in (CON_FLAGS): Remove.
841 * armcopro.c: Remove use of __IWMMXT__ flag.
842 * wrapper.c: Likewise.
843 * armemu.c: Likewise.
844 Add explanatory comment for suppressed code.
845
8462003-03-27 Nick Clifton <nickc@redhat.com>
847
848 * armos.c (ARMul_OsHandleSWI): Catch SWIs for unhandled vectors.
849
0f026fd0
NC
8502003-03-27 Nick Clifton <nickc@redhat.com>
851
852 * configure.in: (CON_FLAGS): Define and intialise.
853 (COPRO): Add iwmmxt.o if configuring for XScale.
854 * configure: Regenerate.
855 * Makefile.in (iwmmxt.o): Add rule to build.
856 (COM_FLAGS): Define.
857 (ALL_FLAGS): Add CON_FLAGS.
858 * armcopro.c (ARMul_CoProInit): Initialise iWMMXt coprocessors.
859 * armdefs.h (struct ARMul_State): Add 'is_iWMMXt' field.
860 (ARM_iWMMXt_Prop): Define.
861 * armemu.c (ARMul_Emulate16): Intercept iWMMXt instructions and
862 pass to coprocessor.
863 * arminit.c (ARMul_NewState): Initialise 'is_iWMMXt'.
864 (ARMul_Abort): Catch branches through uninitialised vectors.
865 * armos.c (softevtorcode): Update comment.
866 (ARMul_OsInit): Use ARMUndefinedInstrV.
0f026fd0
NC
867 * wrapper.c (sim_create_inferior): Handle iWMMXt processor type.
868 (sim_store_register): Handle iWMMXt registers.
869 (sim_fetch_register): Handle iWMMXt registers.
870 * iwmmxt.h: New file. Exported iWMMXt coprocessor emulator
871 functions.
872 * iwmmxt.c: New file: iWMMXt emulator.
873
dd97b6fd 8742003-03-20 Nick Clifton <nickc@redhat.com>
f603c8fe
NC
875
876 * Contribute support for Cirrus Maverick ARM co-processor,
72f4393d
L
877 written by Aldy Hernandez <aldyh@redhat.com> and
878 Andrew Cagney <cagney@redhat.com>:
f603c8fe
NC
879
880 * maverick.c: New file: Support for Maverick floating point
72f4393d
L
881 co-processor.
882 * Makefile.in: Add maverick.o target.
883 * configure.in (COPRO): Add maverick.o.
884 * configure: Regenerate.
885 * armcopro.c (ARMul_CoProInit): Only initialise co-processors
f603c8fe
NC
886 available on target processor. Add code to initialse Maverick
887 co-processor support code.
72f4393d
L
888 * armdefs.h (ARMul_state): Add is_ep9312 field.
889 (ARM_ep9312_Prop): Define.
890 * armemu.h: Add prototypes for Maverick co-processor
f603c8fe 891 functions.
72f4393d 892 * arminit.c (ARMul_SelectProcessor): Initialise the
f603c8fe 893 co-processor support once the chip has been selected.
72f4393d
L
894 * wrapper.c: Add support for Maverick co-processor.
895 (init): Do not call ARMul_CoProInit. Delays this until the
f603c8fe
NC
896 chip has been selected.
897
0d9fd8f1
NC
8982003-03-02 Nick Clifton <nickc@redhat.com>
899
900 * armos.c (SWIWrite0): Catch big-endian bug when printing
901 characters.
902
6b4a8935
AC
9032003-02-27 Andrew Cagney <cagney@redhat.com>
904
905 * wrapper.c (sim_create_inferior, sim_open): Rename _bfd to bfd.
72f4393d 906
45fdcabe
BE
9072003-01-10 Ben Elliston <bje@redhat.com>
908
909 * README.Cygnus: Rename from this ..
910 * README: .. to this.
911
058f270d
AC
9122002-09-27 Andrew Cagney <ac131313@redhat.com>
913
914 * wrapper.c (sim_open): Add support for -m<mem-size>.
915 (mem_size): Reduce to 2MB.
916 Fix PR gdb/433.
917
c7a7b500
NC
9182002-08-15 Nick Clifton <nickc@redhat.com>
919
920 * armos.c (ARMul_OSHandleSWI): Catch and ignore SWIs of -1, they
921 can be caused by an interrupted system call being resumed by GDB.
922
630ace25
NC
9232002-07-05 Nick Clifton <nickc@cambridge.redhat.com>
924
925 * armemu.c (ARMul_Emulate32): Add more tests for valid MIA, MIAPH
926 and MIAxy instructions.
72f4393d 927
7b77dec6
NC
9282002-06-21 Nick Clifton <nickc@cambridge.redhat.com>
929
930 * armos.h (ADP_Stopped_RunTimeError): Set correct value.
931
c8cca39f
AC
9322002-06-16 Andrew Cagney <ac131313@redhat.com>
933
934 * configure: Regenerated to track ../common/aclocal.m4 changes.
935
26216b98
AC
9362002-06-12 Andrew Cagney <ac131313@redhat.com>
937
938 * Makefile.in: Update copyright.
939 (wrapper.o): Specify dependencies.
940 * wrapper.c: Include "gdb/sim-arm.h".
941 (sim_store_register, sim_fetch_register): Rewrite using `enum
942 arm_sim_regs' and a switch.
943
3c25f8c7
AC
9442002-06-09 Andrew Cagney <cagney@redhat.com>
945
946 * wrapper.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
947 * armos.c: Include "gdb/callback.h".
948
5aa682b2
NC
9492002-05-29 Nick Clifton <nickc@cambridge.redhat.com>
950
951 * armcopro.c (XScale_check_memacc): Set the FSR and FAR registers
952 if a Data Abort is detected.
953
7378e198
NC
9542002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
955
10b57fcb
NC
956 * armvirt.c (GetWord): Only perform access checks if 'check'
957 is set.
958 (PutWord): Likewise.
959 * wrapper.c (sim_create_inferior): Report unknown machine
960 numbers.
7378e198
NC
961 * thumbemu.c (ARMul_ThumbDecode, Case 31): Do not set LR to pc +
962 2, it has already been advanced.
963
2984e114
NC
9642002-05-23 Nick Clifton <nickc@cambridge.redhat.com>
965
966 * thumbemu.c (ARMul_ThumbDecode): When decoding a BLX(1)
967 instruction do not add in the second bit of the base address -
968 this has already been accounted for.
969
8b2440b7
NC
9702002-05-21 Nick Clifton <nickc@cambridge.redhat.com>
971
972 * armcopro.c (check_cp13_access): Allow access to register 1 when
973 CRm is 1.
974 (write_cp13_reg): Allow bit 0 of reg 1 of CRm 1 to be written to.
975
de4112fa
NC
9762002-05-17 Nick Clifton <nickc@cambridge.redhat.com>
977
7f53bce4 978 * Makefile.in (SIM_TARGET_SWITCHES): Define.
de4112fa
NC
979 * armos.c (swi_mask): Define. Initialise to supporting all
980 SWI emulations.
981 (ARMul_OSInit): For XScale targets, only support the ANGEL
982 SWI interface. (This is at the request if Intel).
983 (ARMul_OSHandleSWI): Examine swi_mask to see if a particular
72f4393d 984 SWI call should be emulated.
de4112fa
NC
985 Do not fall through from AngelSWI_Reason_WriteC.
986 Propagate exit code from RedBoot Exit SWI.
987 * rdi-dgb.h (swi_mask): Prototype.
988 (SWI_MASK_DEMON, SWI_MASK_ANGEL, SWI_MASK_REDBOOT): Define.
989 * wrapper.c (sim_target_parse_command_line): New function.
990 Look for and handle --swi-support switch.
991 (sim_target_parse_arg_array): New function. Process an argv
992 array for parsing by sim_target_parse_command_line.
993 (sim_target_display_usage): New function. Describe syntax of
994 --swi-suppoort switch.
995 (sim_open): Add call to sim_target_parse_arg_array).
996
d8512e6a
NC
9972002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
998
999 * armos.c (ARMul_OSHandleSWI): Support the RedBoot SWI in ARM
1000 mode and some of its system calls.
1001
ae60d3dd
AG
10022002-03-17 Anthony Green <green@redhat.com>
1003
1004 * wrapper.c (mem_size): Increase the default target memory to 8MB.
1005
b3ba81f8
KS
10062002-02-21 Keith Seitz <keiths@redhat.com>
1007
1008 * armos.c (SWIWrite0): Use generic host_callback mechanism
1009 for supported OS functions "open", "close", "write", etc.
1010 (SWIopen): Likewise.
1011 (SWIread): Likewise.
1012 (SWIwrite): Likewise.
1013 (SWIflen): Likewise.
1014 (ARMul_OSHandleSWI): Likewise.
1015
c17aa318
NC
10162002-02-05 Nick Clifton <nickc@cambridge.redhat.com>
1017
1018 * wrapper.c (sim_create_inferior): Modify previous patch so that
1019 it is only triggered for COFF format executables.
1020
25180f8a
NC
10212002-02-04 Nick Clifton <nickc@cambridge.redhat.com>
1022
c17aa318
NC
1023 * wrapper.c (sin_create_inferior): If a v5 architecture is
1024 detected, assume it might be an XScale binary, since there is no
1025 way to distinguish between the two in the COFF file format.
25180f8a 1026
57165fb4
NC
10272002-01-10 Nick Clifton <nickc@cambridge.redhat.com>
1028
1029 * arminit.c (ARMul_Abort): Fix parameters passed to CPRead[13].
1030 * armemu.c (ARMul_Emulate32): Fix parameters passed to CPRead[13]
1031 and CPRead[14].
1032 Fix formatting. Improve layout.
1033 * armemu.h: Fix formatting. Improve layout.
1034
272fcdcd
NC
10352002-01-09 Nick Clifton <nickc@cambridge.redhat.com>
1036
1037 * wrapper.c (sim_fetch_register): If fetching more than 4 bytes
1038 return zeroes in the other words.
86c735a5 1039 General formatting tidy ups.
272fcdcd 1040
6746a76a
BH
10412001-11-16 Ben Harris <bjh21@netbsd.org>
1042
1043 * Makefile.in (armemu32.o): Replace $< with autoconf recommended
1044 $(srcdir)/....
1045 (armemu26.o): Ditto.
1046
ff44f8e3
NC
10472001-10-18 Nick Clifton <nickc@cambridge.redhat.com>
1048
1049 * armemu.h (CP_ACCESS_ALLOWED): New macro.
1050 Fix formatting.
1051 * armcopro.c (read_cp14_reg): Make static.
1052 (write_cp14_reg): Make static.
1053 (check_cp13_access): Use CP_ACCESS_ALLOWED macro.
1054 Fix formatting.
1055 * armsupp.c (ARMul_LDC): Check CP_ACCESS_ALLOWED.
1056 (ARMul_STC): Check CP_ACCESS_ALLOWED.
1057 (ARMul_MCR): Check CP_ACCESS_ALLOWED.
1058 (ARMul_MRC): Check CP_ACCESS_ALLOWED.
1059 (ARMul_CDP): Check CP_ACCESS_ALLOWED.
1060 Fix formatting.
1061 * armemu.c (MCRR): Check CP_ACCESS_ALLOWED. Test Rd and Rn not
1062 equal to 15.
1063 (MRRC): Check CP_ACCESS_ALLOWED. Test Rd and Rn not equal to 15.
1064 Fix formatting.
1065
fb7a8ef0
NC
10662001-05-11 Nick Clifton <nickc@cambridge.redhat.com>
1067
1068 * armemu.c (ARMul_Emulate32): Fix handling of XScale LDRD and STRD
1069 instructions with post indexed addressing modes.
1070
dac07255
NC
10712001-05-08 Jens-Christian Lache <lache@tu-harburg.de>
1072
1073 * armsupp.c (ARMul_FixCPSR): Check Mode not Bank in order to
1074 determine rocesor mode.
1075
c3ae2f98
MG
10762001-04-18 matthew green <mrg@redhat.com>
1077
1078 * armcopro.c (write_cp15_reg): Set CHANGEMODE if endianness changes.
1079 (read_cp15_reg): Make non-static.
1080 (XScale_cp15_LDC): Update for write_cp15_reg() change.
1081 (XScale_cp15_MCR): Likewise.
1082 (XScale_cp15_write_reg): Likewise.
1083 (XScale_check_memacc): New function. Check for breakpoints being
1084 activated by memory accesses. Does not support the Branch Target
1085 Buffer.
1086 (XScale_set_fsr_far): New function. Set FSR and FAR for XScale.
1087 (XScale_debug_moe): New function. Set the debug Method Of Entry,
1088 if configured.
1089 (write_cp14_reg): Reset count counter if requested.
1090 * armdefs.h (struct ARMul_State): New members `LastTime' and
1091 `CP14R0_CCD' used for the timer/counters.
1092 (ARMul_CP13_R0_FIQ, ARMul_CP13_R0_IRQ, ARMul_CP13_R8_PMUS,
1093 ARMul_CP14_R0_ENABLE, ARMul_CP14_R0_CLKRST, ARMul_CP14_R0_CCD,
1094 ARMul_CP14_R0_INTEN0, ARMul_CP14_R0_INTEN1, ARMul_CP14_R0_INTEN2,
1095 ARMul_CP14_R0_FLAG0, ARMul_CP14_R0_FLAG1, ARMul_CP14_R0_FLAG2,
1096 ARMul_CP14_R10_MOE_IB, ARMul_CP14_R10_MOE_DB, ARMul_CP14_R10_MOE_BT,
1097 ARMul_CP15_R1_ENDIAN, ARMul_CP15_R1_ALIGN, ARMul_CP15_R5_X,
1098 ARMul_CP15_R5_ST_ALIGN, ARMul_CP15_R5_IMPRE, ARMul_CP15_R5_MMU_EXCPT,
1099 ARMul_CP15_DBCON_M, ARMul_CP15_DBCON_E1, ARMul_CP15_DBCON_E0): New
1100 defines for XScale registers.
1101 (XScale_check_memacc, XScale_set_fsr_far, XScale_debug_moe): Prototype.
1102 (ARMul_Emulate32, ARMul_Emulate26): Clean up function definition.
1103 (ARMul_Emulate32): Handle the clock counter and hardware instruction
1104 breakpoints. Call XScale_set_fsr_far() for software breakpoints and
1105 software interrupts.
1106 (LoadMult): Call XScale_set_fsr_far() for data aborts.
1107 (LoadSMult): Likewise.
1108 (StoreMult): Likewise.
1109 (StoreSMult): Likewise.
1110 * armemu.h (write_cp15_reg): Update prototype.
1111 * arminit.c (ARMul_NewState): Initialise CP14R0_CCD and LastTime.
1112 (ARMul_Abort): If XScale, check for FIQ and IRQ being enabled in CP13
1113 register 0.
1114 * armvirt.c (GetWord): Call XScale_check_memacc().
1115 (PutWord): Likewise.
1116
3cf84db9
NC
11172001-03-20 Nick Clifton <nickc@redhat.com>
1118
1119 * armvirt.c (ARMul_ReLoadInstr): Do not enable alignment checking
1120 when loading unaligned thumb instructions.
1121
4f3c3dbb
NC
11222001-03-06 Nick Clifton <nickc@redhat.com>
1123
1124 * thumbemu.c (ARMul_ThumbDecode): Delete label bo_blx2.
72f4393d
L
1125 Compute destination address of BLX(1) instruction by
1126 taking bit 1 from PC and not from bit 0 of the offset.
4f3c3dbb 1127
917bca4f
NC
11282001-02-27 Nick Clifton <nickc@redhat.com>
1129
1130 * armvirt.c (GetWord): Add new parameter - check - to enable or
1131 disable the alignment checking.
1132 (PutWord): Add new parameter - check - to enable or disable the
1133 alignment checking.
1134 (ARMul_ReLoadInstr): Pass extra parameter to GetWord.
1135 (ARMul_ReadWord): Pass extra parameter to GetWord.
1136 (ARMul_WriteWord): Pass extra parameter to PutWord.
1137 (ARMul_StoreHalfWord): Pass extra parameter to PutWord.
1138 (ARMul_WriteByte): Pass extra parameter to GetWord.
1139 (ARMul_SwapWord): Pass extra parameter to PutWord.
1140 (ARMul_SafeReadByte): New Function: Read a byte but do not abort.
1141 (ARMul_SafeWriteByte): New Function: Write a byte but do not abort.
72f4393d 1142
917bca4f
NC
1143 * armdefs.h: Add prototypes for ARMul_SafeReadByte and
1144 ARMul_SafeWriteByte.
72f4393d 1145
917bca4f
NC
1146 * wrapper.c (sim_write): Use ARMul_SafeWriteByte.
1147 (sim_read): Use ARMul_SafeReadByte.
1148
1149 * armos.c (in_SWI_handler): Remove.
1150 (SWIWrite0): Use ARMul_SafeReadByte.
1151 (WriteCommandLineTo): Use ARMul_SafeWriteByte.
1152 (SWIopen): Use ARMul_SafeReadByte.
1153 (SWIread): Use ARMul_SafeWriteByte.
1154 (SWIwrite): Use ARMul_SafeReadByte.
1155 (ARMul_OSHandleSWI): Remove use of is_SWI_handler.
1156 (ARMul_OSException): Remove use of is_SWI_handler.
72f4393d 1157
2ef048fc
NC
11582001-02-16 Nick Clifton <nickc@redhat.com>
1159
1160 * armemu.c: Remove Prefetch abort for breakpoints. Instead set
1161 the state to RESUME.
1162
5f7d0a33
NC
11632001-02-14 Nick Clifton <nickc@redhat.com>
1164
44e23e57
NC
1165 * armemu.c: Add code to preserve processor mode when a prefetch
1166 abort is signalled after processing a breakpoint.
1167
5f7d0a33
NC
1168 * wrapper.c (sim_create_inferior): Reset processor into ARM mode
1169 for any machine type except the early ARMs.
1170
1e5d4e46
NC
11712001-02-13 Nick Clifton <nickc@redhat.com>
1172
1173 * armos.c (in_SWI_handler): New static variable.
1174 (ARMul_OSHandleSWI): Set in_SWI_handler whilst emulating a SWI.
1175 (ARMul_OSException): Ignore exceptions generated whilst emulating
1176 a SWI.
1177
179ae6ea
NC
11782001-02-12 Nick Clifton <nickc@redhat.com>
1179
1180 * armemu.h (NEGBRANCH): Fix defintion.
1181
dda308f5
NC
11822001-02-01 Nick Clifton <nickc@redhat.com>
1183
1184 * armemu.c (LoadSMult): Update base address register after
1185 restoring register bank.
1186 (StoreMult): Update base address register after restoring register
1187 bank.
1188
88694af3
NC
11892001-01-31 Nick Clifton <nickc@redhat.com>
1190
1191 * armvirt.c (PutWord): Detect installation of SWI vector.
1192 (SWI_vector_installed): Define.
1193 * armos.c (ARMul_OsInit): Reset SWI_vector_installed.
1194 * armos.h (SWI_vector_installed): Declare.
1195 * wrapper.c (SWI_vector_installed): Remove definition.
1196 (sim_write): Remove check of SWI vector installation
1197
ac1c9d3a
NC
11982000-12-18 Nick Clifton <nickc@redhat.com>
1199
1200 * armemu.c (ARMul_Emulate26): Fix test for StoreDouble
1201 instruction.
1202
9a6b6a66
NC
12032000-12-10 Nick Clifton <nickc@redhat.com>
1204
1205 * armos.c (ARMul_OSHandleSWI): Add 0x91 as an FPE SWI.
1206
760a7bbe
NC
12072000-12-07 Nick Clifton <nickc@redhat.com>
1208
1209 * armemu.c (ARMul_Emulate26): Detect double word load and
1210 store instructions and call emulation routines.
1211 (Handle_Load_Double): Emulate a double word load instruction.
1212 (Handle_Store_Double): Emulate a double word store
1213 instruction.
1214
7f53bc35
NC
12152000-12-03 Nick Clifton <nickc@redhat.com>
1216
1217 * armos.c: Fix formatting.
1218 (ARMul_OSHandleSWI): Suppress support of DEMON SWIs when in xscale
1219 mode.
1220
f1129fb8
NC
12212000-11-29 Nick Clifton <nickc@redhat.com>
1222
1223 * armdefs.h (State): Add 'v5e' and 'xscale' fields.
1224 (ARM_v5e_Prop): Define.
1225 (ARM_XScale_Prop): Define.
72f4393d 1226
f1129fb8
NC
1227 * wrapper.c (sim_create_inferior): Select processor based on
1228 machine number.
1229 (SWI_vector_installed): New boolean. Set to true if the SWI
1230 vector address is written to by the executable.
72f4393d 1231
f1129fb8
NC
1232 * arminit.c (ARMul_NewState): Switch default to 32 bit mode.
1233 (ARMul_SelectProcessor): Initialise v5e and xscale signals.
1234 (ARMul_Abort): Fix calculation of LR address.
1235
1236 * armos.c (ARMul_OSHandleSWI): If a SWI vector has been installed
1237 and a SWI is not handled by the simulator, pass the SWI off to the
1238 vector, otherwise issue a warning message and continue.
1239
1240 * armsupp.c (ARMul_CPSRAltered): Set S bit aswell.
72f4393d 1241
f1129fb8
NC
1242 * thumbemu.c: Add v5 instruction simulation.
1243 * armemu.c: Add v5, XScale and El Segundo instruction simulation.
1244
1245 * armcopro.c: Add XScale co-processor emulation.
1246 * armemu.h: Add exported XScale co-processor functions.
72f4393d 1247
3943c96b
NC
12482000-09-15 Nick Clifton <nickc@redhat.com>
1249
1250 * armdefs.h: Rename StrongARM property to v4_ARM and add v5 ARM
1251 property. Delete unnecessary processor names.
1252 (ARM_Strong_Prop): Delete.
1253 (STRONGARM): Delete.
1254 (ARM_v4_Prop): Add.
1255 (ARM_v5_Prop): Add
1256 (State): Delete is_StrongARM boolean. Add is_v4 and is_v5
1257 booleans.
1258
1259 * armemu.h (BUSUSEDINCPCS): Use is_v4 boolean.
1260 (BUSUSEDINCPCN): Use is_v4 boolean.
1261
1262 * arminit.c (ARMul_NewState): Initialise is_v4 and is_v5 fields.
1263 (ARMul_SelectProcessor): Change second parameter from 'processor'
1264 to 'properties'. Set is_v4 and is_v5 booleans in State.
1265
1266 * armrdi.c: Remove use of ARM processor names. Replace with ARM
1267 processor properties.
1268
1269 * wrapper.c (sim_create_inferior): Choose properties passed to
1270 ARMul_SelectProcessor based on machine number.
1271
4bc1de7b
NC
12722000-08-14 Nick Clifton <nickc@redhat.com>
1273
1274 * armemu.c (LHPOSTDOWN): Compute write back value before
1275 performing load in case the offset register is overwritten.
1276 (LHPOSTUP): Ditto.
1277
0a4321b9
FN
12782000-07-14 Fernando Nasser <fnasser@cygnus.com>
1279
1280 * wrapper.c (sim_create_inferior): Fix typo in the previous patch.
1281
64a10675
FN
12822000-07-14 Fernando Nasser <fnasser@cygnus.com>
1283
1284 * wrapper.c (sim_create_inferior): Reset mode to ARM when creating a
1285 new inferior.
1286
b0eae074
AO
12872000-07-04 Alexandre Oliva <aoliva@redhat.com>
1288
ae3c7619
AO
1289 * armvirt.c (ABORTS): Do not define.
1290
1e6b544a
AO
1291 * armdefs.h (struct ARMul_State): Add is_StrongARM.
1292 (ARM_Strong_Prop, STRONGARM): Define.
1293 * arminit.c (ARMul_NewState): Reset is_StrongARM.
1294 (ARMul_SelectProcessor): Set is_StrongARM.
1295 * wrapper.c (sim_create_inferior): Use bfd machine type to
1296 determine processor type to emulate.
1297 * armemu.h (BUSUSEDINCPCS, BUSUSEDINCPCN): Don't increment PC
1298 when emulating StrongARM.
1299
66210567
AO
1300 * armemu.c (ARMul_Emulate, t_undefined): Proceed to next insn.
1301
e063aa3b
AO
1302 * armemu.h (INSN_SIZE): New macro.
1303 (SET_ABORT): Save CPSR in SPSR and set LR.
1304 * armemu.c (ARMul_Emulate, isize): Set to INSN_SIZE.
1305 (WriteR15, WriteSR15): Do not discard bit 1 in Thumb mode.
1306 * arminit.c (ARMul_Abort): Use new SETABORT and INSN_SIZE.
1307
13b6dd6f
AO
1308 * armemu.c (LoadSMult): Use WriteR15() to discard the least
1309 significant bits of PC.
1310
892c6b9d
AO
1311 * armemu.h (WRITEDESTB): New macro.
1312 * armemu.c (ARMul_Emulate26, bl): Use WriteR15Branch() to
1313 modify PC. Moved the existing logic...
1314 (WriteR15Branch): ... here. New function.
1315 (WriteR15, WriteSR15): Drop the two least significant bits.
1316 (LoadSMult): Use WriteR15Branch() to modify PC.
1317 (LoadMult): Use WRITEDESTB() instead of WRITEDEST().
1318
cf52c765
AO
1319 * armemu.h (GETSPSR): Call ARMul_GetSPSR().
1320 * armsupp.c (ARMul_CPSRAltered): Zero out bits as they're
1321 extracted from state->Cpsr, but preserve the unused bits.
1322 (ARMul_GetCPSR): Get bits preserved in state->Cpsr.
1323 (ARMul_GetSPSR, ARMul_FixCPSR): Use ARMul_GetCPSR() to
1324 get the full CPSR word.
1325
4ef2594f
AO
1326 * armemu.h (PSR_FBITS, PSR_SBITS, PSR_XBITS, PSR_CBITS): New.
1327 (SETPSR_F, SETPSR_S, SETPSR_X, SETPSR_C): New macros.
1328 (SETPSR, SET_INTMODE, SETCC): Removed.
1329 * armsupp.c (ARMul_FixCPSR, ARMul_FixSPSR): Do not test bit
1330 mask. Use SETPSR_* to modify PSR.
1331 (ARMul_SetCPSR): Load all bits from value.
1332 * armemu.c (ARMul_Emulate, msr): Do not test bit mask.
1333
e62263b8
AO
1334 * armemu.c (ARMul_Emulate): Compute writeback value before
1335 loading, since the offset register may be the destination
1336 register.
1337
b0eae074
AO
1338 * armdefs.h (SYSTEMBANK): Define as USERBANK.
1339 * armsupp.c (ARMul_SwitchMode): Remove SYSTEMBANK cases.
1340
ee9a7772
AO
13412000-06-22 Alexandre Oliva <aoliva@cygnus.com>
1342
f9c22bc3
AO
1343 * armemu.c (Multiply64): Fix computation of flag N.
1344
ee9a7772
AO
1345 * armemu.c (MultiplyAdd64): Fix computation of flag N.
1346
fe47e8df
AO
13472000-06-20 Alexandre Oliva <aoliva@cygnus.com>
1348
1349 * armemu.h (NEGBRANCH): Do not overwrite the two most significant
1350 bits of the offset.
1351
c1a72ffd
NC
13522000-05-25 Nick Clifton <nickc@cygnus.com>
1353
1354 * armcopro.c (MMUMCR): Only indicate mode change if a singal has
1355 really changed.
1356 (MMUWrite): Only indicate mode change if a singal has really
1357 changed.
1358
1359 * armdefs.h (SYSTEMMODE): Define.
1360 (BANK_CAN_ACEESS_SPSR): Define.
1361
1362 * armemu.c (ARM_Emulate26): If the mode has changed allow the PC
1363 to advance before stopping the emulation.
1364
1365 * arminit.c (ARMul_Reset): Ensure Mode field of State is set
1366 correctly.
1367
1368 * armos.c (ARMul_OSInit): Create a initial stack pointer for
1369 System mode.
1370
1371 * armsupp.c (ModeToBank): Remove unused first parameter.
1372 Add support for System Mode.
1373 (ARMul_GetSPSR): Use BANK_CAN_ACCESS_SPSR macro.
1374 (ARMul_SetSPSR): Use BANK_CAN_ACCESS_SPSR macro.
1375 (ARMul_FixSPSR): Use BANK_CAN_ACCESS_SPSR macro.
1376 (ARMulSwitchMode): Add support for System Mode.
1377
1378Wed May 24 14:40:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
eb2d80b4
AC
1379
1380 * configure: Regenerated to track ../common/aclocal.m4 changes.
1381
3463c3fb
NC
13822000-05-23 Nick Clifton <nickc@cygnus.com>
1383
1384 * wrapper.c (sim_store_register): Special handling for CPSR
1385 register.
1386
5d0d395e
FCE
13872000-03-11 Philip Blundell <philb@gnu.org>
1388
1389 * armemu.c (LoadSMult, LoadMult): Correct handling of aborts.
1390 Patch from Allan Skillman <Allan.Skillman@arm.com>.
1391
6c9e0292
FCE
1392Wed Mar 22 15:24:21 2000 glen mccready <gkm@pobox.com>
1393
1394 * wrapper.c (sim_open,sim_close): Copy into myname, free myname.
1395
6d358e86
NC
13962000-02-08 Nick Clifton <nickc@cygnus.com>
1397
1398 * wrapper.c: Fix compile time warning messages.
1399 * armcopro.c: Fix compile time warning messages.
1400 * armdefs.h: Fix compile time warning messages.
1401 * armemu.c: Fix compile time warning messages.
1402 * armemu.h: Fix compile time warning messages.
1403 * armos.c: Fix compile time warning messages.
1404 * armsupp.c: Fix compile time warning messages.
1405 * armvirt.c: Fix compile time warning messages.
d0187574 1406 * bag.c: Fix compile time warning messages.
72f4393d 1407
dfcd3bfb
JM
14082000-02-02 Bernd Schmidt <bernds@cygnus.co.uk>
1409
1410 * *.[ch]: Use indent to make readable.
1411
c2d11a7d
JM
14121999-11-22 Nick Clifton <nickc@cygnus.com>
1413
1414 * armos.c (SWIread): Generate an error message if a huge read is
1415 performed.
1416 (SWIwrite): Generate an error message if a huge write is
1417 performed.
1418
5c44784c
JM
14191999-10-27 Nick Clifton <nickc@cygnus.com>
1420
1421 * thumbemu.c (ARMul_ThumbDecode): Accept 0xbebe as a thumb
72f4393d 1422 breakpoint.
5c44784c 1423
2df3850c
JM
14241999-10-08 Ulrich Drepper <drepper@cygnus.com>
1425
1426 * armos.c (SWIopen): Always pass third parameter with 0666 since
1427 otherwise uninitialized memory gets access if the O_CREAT bit is
1428 set and so we possibly cannot access the file afterwards.
1429
2acceee2
JM
14301999-09-29 Doug Evans <devans@casey.cygnus.com>
1431
1432 * armos.c (SWIWrite0): Send output to stdout instead of stderr.
1433 (ARMul_OSHandleSWI, case SWI_WriteC,AngelSWI_Reason_WriteC): Ditto.
1434
d4f3574e
SS
1435Thu Sep 2 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
1436
1437 * configure: Regenerated to track ../common/aclocal.m4 changes.
1438
cd0fc7c3
SS
14391999-05-08 Felix Lee <flee@cygnus.com>
1440
1441 * configure: Regenerated to track ../common/aclocal.m4 changes.
72f4393d 1442
7a292a7a
SS
14431999-04-06 Keith Seitz <keiths@cygnus.com>
1444
1445 * wrapper.c (stop_simulator): New global.
1446 (sim_stop): Set sim state to STOP and set
1447 stop_simulator.
1448 (sim_resume): Reset stop_simulator.
1449 (sim_stop_reason): If stop_simulator is set, tell gdb
1450 that the we took SIGINT.
1451 * armemu.c (ARMul_Emulate26): Don't loop forever. Stop if
1452 stop_simulator is set.
1453
14541999-04-02 Keith Seitz <keiths@cygnus.com>
1455
1456 * armemu.c (ARMul_Emulate26): If NEED_UI_LOOP_HOOK, call ui_loop_hook
1457 whenever the counter expires.
1458 * Makefile.in (SIM_EXTRA_CFLAGS): Include define NEED_UI_LOOP_HOOK.
1459
14601999-03-24 Nick Clifton <nickc@cygnus.com>
1461
1462 * armemu.c (ARMul_Emulate26): Handle new breakpoint value.
1463 * thumbemu.c (ARMul_ThumbDecode): Handle new breakpoint value.
1464
c906108c
SS
1465Mon Sep 14 09:00:05 1998 Nick Clifton <nickc@cygnus.com>
1466
1467 * wrapper.c (sim_open): Set endianness according to BFD or command
1468 line switch.
1469
1470 * tconfig.in: Define SIM_HAVE_BIENDIAN.
1471
1472Thu Aug 27 11:00:05 1998 Nick Clifton <nickc@cygnus.com>
1473
1474 * armemu.c (Multiply64): Test for Rm (rather than Rs) not being
1475 the same as either RdHi or RdLo.
1476
1477Thu Jul 2 10:24:35 1998 Nick Clifton <nickc@cygnus.com>
1478
1479 * armos.c (ARMul_OSHandleSWI: AngelSWI_Reason_ReportException):
1480 Set Reg[0] based on reason for for the exception.
1481
1482Thu Jun 4 15:22:03 1998 Jason Molenda (crash@bugshack.cygnus.com)
1483
1484 * armos.c (SWIwrite0): New function.
1485 (WriteCommandLineTo): New function.
1486 (SWIopen): New function.
1487 (SWIread): New function.
1488 (SWIwrite): New function.
1489 (SWIflen): New function.
72f4393d 1490 (ARMul_OSHandleSWI): Call new functions instead of handling
c906108c
SS
1491 these here.
1492 (ARMul_OSHandleSWI): Handle Angel SWIs correctly.
1493 (*): Reformat spacing to be a bit more GNUly.
72f4393d 1494 Most code taken from a patch by Anthony Thompson
c906108c
SS
1495 (athompso@cambridge.arm.com)
1496
1497Tue Jun 2 15:22:22 1998 Nick Clifton <nickc@cygnus.com>
1498
1499 * armos.h: Add Angel SWI and its reason codes.
1500 * armos.c (ARMul_OSHandleSWI): Ignore Angel SWIs (for now).
1501
1502Mon Jun 1 17:14:19 1998 Anthony Thompson (athompso@cambridge.arm.com)
1503
1504 * armos.c (ARMul_OSHandleSWI::SWI_Open): Handle special case
1505 of ":tt" to catch stdin in addition to stdout.
1506 (ARMul_OSHandleSWI::SWI_Seek): Return 0 or 1 to indicate failure
1507 or success of lseek().
1508
1509Wed May 20 17:36:25 1998 Nick Clifton <nickc@cygnus.com>
1510
1511 * armos.c (ARMul_OSHandleSWI): Special case code to catch attempts
1512 to open stdout.
1513
1514Wed Apr 29 15:29:55 1998 Jeff Johnston <jjohnstn@cygnus.com>
1515
1516 * armos.c (ARMul_OSHandleSWI): Added code for SWI_Clock,
1517 SWI_Flen, and SWI_Time. Also fixed SWI_Seek code to only
1518 seek from offset 0 and not to use R2 for whence since it is
1519 not passed as part of the SWI call.
1520
1521Tue Apr 28 18:33:31 1998 Geoffrey Noer <noer@cygnus.com>
1522
1523 * configure: Regenerated to track ../common/aclocal.m4 changes.
1524
1525Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche>
1526
1527 * configure: Regenerated to track ../common/aclocal.m4 changes.
1528 * config.in: Ditto.
1529
1530Sun Apr 26 15:20:26 1998 Tom Tromey <tromey@cygnus.com>
1531
1532 * acconfig.h: New file.
1533 * configure.in: Reverted change of Apr 24; use sinclude again.
1534
1535Fri Apr 24 14:16:40 1998 Tom Tromey <tromey@creche>
1536
1537 * configure: Regenerated to track ../common/aclocal.m4 changes.
1538 * config.in: Ditto.
1539
1540Fri Apr 24 11:20:19 1998 Tom Tromey <tromey@cygnus.com>
1541
1542 * configure.in: Don't call sinclude.
1543
1544Sat Apr 4 20:36:25 1998 Andrew Cagney <cagney@b1.cygnus.com>
1545
1546 * configure: Regenerated to track ../common/aclocal.m4 changes.
1547
1548Fri Mar 27 16:15:52 1998 Andrew Cagney <cagney@b1.cygnus.com>
1549
1550 * configure: Regenerated to track ../common/aclocal.m4 changes.
1551
1552Wed Mar 25 12:35:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
1553
1554 * configure: Regenerated to track ../common/aclocal.m4 changes.
1555
1556Wed Mar 18 12:38:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
1557
1558 * configure: Regenerated to track ../common/aclocal.m4 changes.
1559
1560Tue Mar 10 09:26:38 1998 Nick Clifton <nickc@cygnus.com>
1561
1562 * armopts.h: Remove definition of LITTLEND - it is not used.
1563
1564Tue Feb 17 12:35:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
1565
1566 * wrapper.c (sim_store_register, sim_fetch_register): Pass in
1567 length parameter. Return -1.
1568
1569Sun Feb 1 16:47:51 1998 Andrew Cagney <cagney@b1.cygnus.com>
1570
1571 * configure: Regenerated to track ../common/aclocal.m4 changes.
1572
1573Sat Jan 31 18:15:41 1998 Andrew Cagney <cagney@b1.cygnus.com>
1574
1575 * configure: Regenerated to track ../common/aclocal.m4 changes.
1576
1577Mon Jan 19 22:26:29 1998 Doug Evans <devans@seba>
1578
1579 * configure: Regenerated to track ../common/aclocal.m4 changes.
1580
1581Mon Dec 15 23:17:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
1582
1583 * configure: Regenerated to track ../common/aclocal.m4 changes.
1584 * config.in: Ditto.
1585
1586Tue Dec 9 11:30:48 1997 Nick Clifton <nickc@cygnus.com>
1587
1588 * Makefile.in: Updated with changes from branch.
1589 * armdefs.h: ditto
1590 * armemu.c: ditto these changes
1591 * armemu.h: ditto add support for
1592 * armos.c: ditto the Thumb instruction
1593 * armsupp.c: ditto set and the new v4
1594 * armvirt.c: ditto architecture.
1595 * wrapper.c: ditto
1596 * thumbemu.c: New file from branch.
1597
1598
1599Thu Dec 4 09:21:05 1997 Doug Evans <devans@canuck.cygnus.com>
1600
1601 * configure: Regenerated to track ../common/aclocal.m4 changes.
1602
1603Thu Oct 30 13:54:06 1997 Nick Clifton <nickc@cygnus.com>
1604
1605 * armos.c (ARMul_OSHandleSWI): Add support for GetEnv SWI. Patch
72f4393d 1606 from Tony Thompson at ARM: athompso@arm.com
c906108c
SS
1607
1608 * wrapper.c (sim_create_inferior): Add code to create an execution
1609 environment. Patch from Tony Thompson at ARM: athompso@arm.com
1610
1611Wed Oct 22 14:43:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
1612
1613 * wrapper.c (sim_load): Pass lma_p and sim_write args to
1614 sim_load_file.
1615
1616Fri Oct 3 09:28:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
1617
1618 * configure: Regenerated to track ../common/aclocal.m4 changes.
1619
1620Wed Sep 24 17:38:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
1621
1622 * configure: Regenerated to track ../common/aclocal.m4 changes.
1623
1624Tue Sep 23 11:04:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
1625
1626 * configure: Regenerated to track ../common/aclocal.m4 changes.
1627
1628Mon Sep 22 11:46:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
1629
1630 * configure: Regenerated to track ../common/aclocal.m4 changes.
1631
1632Fri Sep 19 17:45:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
1633
1634 * configure: Regenerated to track ../common/aclocal.m4 changes.
1635
1636Mon Sep 15 17:36:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
1637
1638 * configure: Regenerated to track ../common/aclocal.m4 changes.
1639
1640Thu Sep 4 17:21:23 1997 Doug Evans <dje@seba>
1641
1642 * configure: Regenerated to track ../common/aclocal.m4 changes.
1643
1644Wed Aug 27 18:13:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
1645
1646 * configure: Regenerated to track ../common/aclocal.m4 changes.
1647 * config.in: Ditto.
1648
1649Tue Aug 26 10:37:27 1997 Andrew Cagney <cagney@b1.cygnus.com>
1650
1651 * wrapper.c (sim_kill): Delete.
1652 (sim_create_inferior): Add ABFD argument.
1653 (sim_load): Move setting of PC from here.
1654 (sim_create_inferior): To here.
1655
1656Mon Aug 25 17:50:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
1657
1658 * configure: Regenerated to track ../common/aclocal.m4 changes.
1659 * config.in: Ditto.
1660
1661Mon Aug 25 15:35:45 1997 Andrew Cagney <cagney@b1.cygnus.com>
1662
1663 * wrapper.c (sim_open): Add ABFD argument.
1664
1665Tue May 20 10:13:26 1997 Andrew Cagney <cagney@b1.cygnus.com>
1666
1667 * wrapper.c (sim_open): Add callback argument.
1668 (sim_set_callbacks): Drop SIM_DESC argument.
1669
1670Thu Apr 24 00:39:51 1997 Doug Evans <dje@canuck.cygnus.com>
1671
1672 * configure: Regenerated to track ../common/aclocal.m4 changes.
1673
1674Fri Apr 18 13:32:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
1675
1676 * wrapper.c (sim_stop): Stub sim_stop function.
1677
1678Thu Apr 17 18:33:01 1997 Fred Fish <fnf@cygnus.com>
1679
1680 * arminit.c (ARMul_NewState): Preinitialize the state to
1681 all zero/NULL.
1682
1683Thu Apr 17 02:39:02 1997 Doug Evans <dje@canuck.cygnus.com>
1684
1685 * Makefile.in (SIM_OBJS): Add sim-load.o.
1686 * wrapper.c (sim_kind,myname): New static locals.
1687 (sim_open): Set sim_kind, myname.
1688 (sim_load): Call sim_load_file to do work. Set start address from bfd.
1689 (sim_create_inferior): Return SIM_RC. Delete start_address arg.
1690
1691Thu Apr 17 11:48:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
1692
1693 * wrapper.c (sim_trace): Update so that it matches prototype.
1694
1695Mon Apr 7 15:45:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1696
1697 * configure: Regenerated to track ../common/aclocal.m4 changes.
1698 * config.in: Ditto.
1699
1700Mon Apr 7 12:01:17 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1701
1702 * Makefile.in (armemu32.o): Replace $< with autoconf recommended
1703 $(srcdir)/....
1704 (armemu26.o): Ditto.
1705
1706Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
1707
1708 * wrapper.c (sim_open): New arg `kind'.
1709
1710 * configure: Regenerated to track ../common/aclocal.m4 changes.
1711
1712Wed Apr 2 14:50:44 1997 Ian Lance Taylor <ian@cygnus.com>
1713
1714 * COPYING: Update FSF address.
1715
1716Wed Apr 2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1717
1718 * configure: Regenerated to track ../common/aclocal.m4 changes.
1719
1720Wed Mar 19 01:14:00 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1721
1722 * configure: Regenerated to track ../common/aclocal.m4 changes.
1723
1724Mon Mar 17 15:10:07 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1725
1726 * configure: Re-generate.
1727
1728Fri Mar 14 10:34:11 1997 Michael Meissner <meissner@cygnus.com>
1729
1730 * configure: Regenerate to track ../common/aclocal.m4 changes.
1731
1732Thu Mar 13 12:38:56 1997 Doug Evans <dje@canuck.cygnus.com>
1733
1734 * wrapper.c (sim_open): Has result now.
1735 (sim_*): New SIM_DESC argument.
1736
1737Tue Feb 4 13:22:21 1997 Doug Evans <dje@canuck.cygnus.com>
1738
1739 * Makefile.in (@COMMON_MAKEFILE_FRAG@): Use
1740 COMMON_{PRE,POST}_CONFIG_FRAG instead.
1741 * configure.in: sinclude ../common/aclocal.m4.
1742 * configure: Regenerated.
1743
1744Thu Jan 23 11:46:23 1997 Stu Grossman (grossman@critters.cygnus.com)
1745
1746 * configure configure.in Makefile.in: Update to new configure
1747 scheme which is more compatible with WinGDB builds.
1748 * configure.in: Improve comment on how to run autoconf.
1749 * configure: Re-run autoconf to get new ../common/aclocal.m4.
1750 * Makefile.in: Use autoconf substitution to install common
1751 makefile fragment.
1752
1753Wed Nov 20 01:05:10 1996 Doug Evans <dje@canuck.cygnus.com>
1754
1755 * run.c: Deleted, use one in ../common now.
1756 * Makefile.in: Delete everything that's been moved to
1757 ../common/Make-common.in.
1758 (SIM_OBJS): Define.
1759 * configure.in: Simplify using macros in ../common/aclocal.m4.
1760 * configure: Regenerated.
1761 * config.in: New file.
1762 * armos.c: #include config.h.
1763 * wrapper.c (mem_size): Value is in bytes now.
1764 (sim_callback): New global.
1765 (arm_sim_set_profile{,_size}): Delete.
1766 (arm_sim_set_mem_size): Rename to sim_size.
1767 (sim_do_command): Call printf_filtered via callback.
1768 (sim_set_callbacks): Record callback.
1769
1770Thu Oct 3 16:10:27 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1771
1772 * Makefile.in (mostlyclean): Remove config.log.
1773
1774Wed Jun 26 12:17:24 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1775
72f4393d
L
1776 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
1777 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
1778 (docdir): Removed.
1779 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
1780 (AC_PROG_INSTALL): Added.
1781 * configure: Rebuilt.
c906108c
SS
1782
1783Wed Feb 21 12:14:31 1996 Ian Lance Taylor <ian@cygnus.com>
1784
1785 * configure: Regenerate with autoconf 2.7.
1786
1787Fri Dec 15 16:27:30 1995 Ian Lance Taylor <ian@cygnus.com>
1788
1789 * run.c (main): Use new bfd_big_endian macro.
1790
1791Mon Nov 20 17:40:38 1995 Doug Evans <dje@canuck.cygnus.com>
1792
1793 * run.c: Include "getopt.h".
1794 (verbose): Delete.
1795 (usage): Make static.
1796 (main): Call arm_sim_set_verbosity.
1797 Only load sections marked SEC_LOAD.
1798 * wrapper.c (mem_size, verbosity): New static global.
1799 (arm_sim_set_mem_size): Renamed from sim_size. Callers updated.
1800 (arm_sim_set_profile{,_size}): Renamed from sim_foo. Callers updated.
72f4393d 1801
c906108c
SS
1802Fri Nov 17 19:35:11 1995 Doug Evans <dje@canuck.cygnus.com>
1803
1804 * armdefs.h (ARMul_State): New member `verbose'.
1805 * armrdi.c (ARMul_ConsolePrint): Add missing va_end.
1806 * run.c (verbose): Make global.
1807 * wrapper.c (init): Set state->verbose.
1808 (ARMul_ConsolePrint): Don't print anything if !verbose.
1809
1810Fri Oct 13 15:30:30 1995 Doug Evans <dje@canuck.cygnus.com>
1811
1812 * armos.c: #include dbg_rdi.h.
1813 (ARMul_OSHandleSWI): Handle SWI_Breakpoint.
1814 * armos.h (SWI_Breakpoint): Define.
1815 * wrapper.c: #include armemu.h, dbg_rdi.h.
1816 (rc): Delete.
1817 (sim_resume): Use state->EndCondition to record stop state.
1818 Call FLUSHPIPE before returning.
1819 (sim_stop_reason): Determine reason from state->EndCondition.
1820
1821Fri Oct 13 15:04:05 1995 steve chamberlain <sac@slash.cygnus.com>
1822
1823 * wrapper.c (sim_set_callbacks): New.
1824
1825Thu Sep 28 19:45:56 1995 Doug Evans <dje@deneb.cygnus.com>
1826
1827 * armos.c (ARMul_OSHandleSWI): Result of read/write calls is
1828 number of bytes not read/written (or -1).
1829
1830Wed Sep 20 13:35:54 1995 Ian Lance Taylor <ian@cygnus.com>
1831
1832 * Makefile.in (maintainer-clean): New synonym for realclean.
1833
1834Fri Sep 8 14:27:20 1995 Ian Lance Taylor <ian@cygnus.com>
1835
1836 * configure.in: Remove AC_PROG_INSTALL.
1837 * configure: Rebuild.
1838 * Makefile.in (INSTALL): Revert to using install.sh.
1839 (INSTALL_PROGRAM, INSTALL_DATA): Set to $(INSTALL).
1840 (INSTALL_XFORM, INSTALL_XFORM1): Restore.
1841 (mostlyclean): Make the same as clean, not distclean.
1842 (clean): Remove config.log.
1843 (install): Don't install in $(tooldir).
1844
1845Thu Sep 7 12:00:17 1995 Doug Evans <dje@canuck.cygnus.com>
1846
1847 (Try to) Update to new bfd autoconf scheme.
1848 * run.c: Don't include sysdep.h.
1849 * Makefile.in (INSTALL{,_PROGRAM,_DATA}): Use autoconf computed value.
1850 (CC, CFLAGS, AR, RANLIB): Likewise.
1851 (HDEFINES, TDEFINES): Define.
1852 (CC_FOR_BUILD): Delete.
1853 (host_makefile_frag): Delete.
1854 (Makefile): Don't depend on frags.
1855 * configure.in (sysdep.h): Don't create symlink.
1856 (host_makefile_frag, frags): Deleted.
1857 (CC, CFLAGS, AR, RANLIB, INSTALL): Compute values.
1858 * configure: Regenerated.
1859
1860Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
1861
1862 * Update all FSF addresses except those in COPYING* files.
1863
1864Wed Jul 5 16:15:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1865
1866 * Makefile.in (clean): Remove run, libsim.a.
1867
1868 * Makefile.in, configure.in: converted to autoconf.
1869 * configure: New file, generated with autconf 2.4.
1870
1871 * arm.mt: Removed.
1872
1873Fri Jun 30 16:49:47 1995 Stan Shebs <shebs@andros.cygnus.com>
1874
1875 * wrapper.c (sim_do_command): New function.
1876
1877Tue Jun 13 10:57:32 1995 Steve Chamberlain <sac@slash.cygnus.com>
1878
1879 * armos.c (ARMul_OSHandleSWI): New version to work with
1880 newlib simply.
1881
1882Thu Jun 8 14:37:14 1995 Steve Chamberlain <sac@slash.cygnus.com>
1883
1884 * run.c (main): Grab return value from right register.
1885
1886Wed May 24 14:37:31 1995 Steve Chamberlain <sac@slash.cygnus.com>
1887
1888 * New.