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