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