]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/arm/ChangeLog
gdb: microblaze: delete useless stubs
[thirdparty/binutils-gdb.git] / sim / arm / ChangeLog
CommitLineData
a3487082
MF
12015-06-12 Mike Frysinger <vapier@gentoo.org>
2
3 * configure: Regenerate.
4
306f4178
MF
52015-06-12 Mike Frysinger <vapier@gentoo.org>
6
7 * configure: Regenerate.
8
20bca71d
MF
92015-04-18 Mike Frysinger <vapier@gentoo.org>
10
11 * sim-main.h (SIM_CPU): Delete.
12
7e83aa92
MF
132015-04-18 Mike Frysinger <vapier@gentoo.org>
14
15 * sim-main.h (sim_cia): Delete.
16
034685f9
MF
172015-04-17 Mike Frysinger <vapier@gentoo.org>
18
19 * sim-main.h (CIA_GET, CIA_SET): Delete.
20
27b97b40
MF
212015-04-17 Mike Frysinger <vapier@gentoo.org>
22
23 * wrapper.c (arm_pc_get, arm_pc_set): New functions.
24 (sim_open): Declare new local var i. Call CPU_PC_FETCH &
25 CPU_PC_STORE for all cpus.
26
78e9aa70
MF
272015-04-15 Mike Frysinger <vapier@gentoo.org>
28
29 * Makefile.in (SIM_OBJS): Delete sim-cpu.o.
30 * sim-main.h (STATE_CPU): Delete.
31
bf12d44e
MF
322015-04-13 Mike Frysinger <vapier@gentoo.org>
33
34 * configure: Regenerate.
35
e787f858
MF
362015-04-12 Mike Frysinger <vapier@gentoo.org>
37
38 * Makefile.in (SIM_OBJS): Move wrapper.o to the start of the list.
39
122bbfb5
MF
402015-04-06 Mike Frysinger <vapier@gentoo.org>
41
42 * Makefile.in (SIM_OBJS): Delete sim-engine.o.
43
0fe84f3f
MF
442015-04-01 Mike Frysinger <vapier@gentoo.org>
45
46 * Makefile.in (armos.o, armcopro.o, maverick.o, iwmmxt.o, arminit.o,
47 armrdi.o, armsupp.o, thumbemu.o, bag.o, wrapper.o): Delete rules.
48 * tconfig.h: Delete file.
49
aadc9410
MF
502015-03-31 Mike Frysinger <vapier@gentoo.org>
51
52 * config.in, configure: Regenerate.
53
49d62f89
MF
542015-03-30 Mike Frysinger <vapier@gentoo.org>
55
56 * Makefile.in (SIM_RUN_OBJS): Delete.
57 (SIM_EXTRA_CFLAGS): Delete -DSIM_TARGET_SWITCHES and
58 -DSIM_USE_DEPRECATED_RUN_FRONTEND.
59 (SIM_OBJS): Change to $(SIM_NEW_COMMON_OBJS).
60 * sim-main.h: New file.
61 * wrapper.c: Delete armdefs.h, sim-utils.h, and run-sim.h includes.
62 Add sim-main.h and sim-options.h includes.
63 (sim_callback, mem_size, trace): Add TODO comments.
64 (state): Delete static and add TODO comment.
65 (sim_kind, myname, big_endian): Delete.
66 (init): Change big_endian to CURRENT_TARGET_BYTE_ORDER check.
67 (sim_size, sim_trace, sim_info, sim_target_display_usage, sim_load,
68 sim_do_command, sim_set_callbacks, sim_complete_command): Delete.
69 (sim_target_parse_command_line): Mark static.
70 (free_state): New function.
71 (sim_open): Rewrite to use new common logic.
72 (sim_close): Delete body.
73
dbf8e8af
MF
742015-03-30 Mike Frysinger <vapier@gentoo.org>
75
76 * Makefile.in (SIM_EXTRA_CFLAGS): Delete -DNEED_UI_LOOP_HOOK.
77 * interp.c [NEED_UI_LOOP_HOOK] (UI_LOOP_POLL_INTERVAL,
78 ui_loop_hook_counter, deprecated_ui_loop_hook): Delete.
79 (sim_resume) [NEED_UI_LOOP_HOOK]: Delete ui code.
80
58b991b1
MF
812015-03-30 Mike Frysinger <vapier@gentoo.org>
82
83 * armemu.c [MODE32] (handle_v6_insn): Move definition.
84 (ARMul_Emulate26): Initialize do_int after label target.
85 * armemu.h (UNDEF_Test, UNDEF_Shift, UNDEF_MSRPC, UNDEF_MRSPC,
86 UNDEF_MULPCDest, UNDEF_MULDestEQOp1, UNDEF_LSRBPC,
87 UNDEF_LSRBaseEQOffWb, UNDEF_LSRBaseEQDestWb, UNDEF_LSRPCBaseWb,
88 UNDEF_LSRPCOffWb, UNDEF_LSMNoRegs, UNDEF_LSMPCBase,
89 UNDEF_LSMUserBankWb, UNDEF_LSMBaseInListWb, UNDEF_SWPPC,
90 UNDEF_CoProHS, UNDEF_MCRPC, UNDEF_LSCPCBaseWb,
91 UNDEF_UndefNotBounced, UNDEF_ShortInt, UNDEF_IllegalMode,
92 UNDEF_Prog32SigChange, UNDEF_Data32SigChange): Define to while(0).
93 * armsupp.c (ARMul_Align): Convert old style prototype.
94 * bag.c (addtolist, killwholelist): Mark static.
95 (BAG_newbag): Convert old style prototype.
96 * maverick.c (mv_compute_host_endianness): Delete.
97 * wrapper.c (verbosity, sim_set_verbose): Delete.
98 (init): Set state->verbose to 0.
99
c4c9c44f
MF
1002015-03-30 Mike Frysinger <vapier@gentoo.org>
101
102 * configure.ac: Call SIM_AC_OPTION_ENDIAN, SIM_AC_OPTION_ALIGNMENT,
103 SIM_AC_OPTION_HOSTENDIAN, SIM_AC_OPTION_ENVIRONMENT,
104 SIM_AC_OPTION_INLINE, and SIM_AC_OPTION_WARNINGS.
105 * config.in, configure: Regenerate.
106
457983e3
MF
1072015-03-30 Mike Frysinger <vapier@gentoo.org>
108
109 * Makefile.in (COPRO): Delete.
110 (SIM_OBJS): Expand COPRO.
111 * configure.ac: Deletd stdint.h check.
112 (COPRO): Delete.
113 * configure: Regenerate.
114
ae7d0cac
MF
1152015-03-16 Mike Frysinger <vapier@gentoo.org>
116
117 * config.in, configure: Regenerate.
118 * tconfig.in: Rename file ...
119 * tconfig.h: ... here.
120
465fb143
MF
1212015-03-14 Mike Frysinger <vapier@gentoo.org>
122
123 * Makefile.in (SIM_EXTRA_CFLAGS): Add
124 -DSIM_USE_DEPRECATED_RUN_FRONTEND.
125 (SIM_RUN_OBJS): Set to run.o.
126
5cddc23a
MF
1272015-03-14 Mike Frysinger <vapier@gentoo.org>
128
129 * configure.ac (AC_CHECK_HEADERS): Delete unistd.h.
130 * aclocal.m4, configure: Regenerate.
131
2974be62
AM
1322014-08-19 Alan Modra <amodra@gmail.com>
133
134 * configure: Regenerate.
135
faa743bb
RM
1362014-08-15 Roland McGrath <mcgrathr@google.com>
137
138 * configure: Regenerate.
139 * config.in: Regenerate.
140
1d63324c
NC
1412014-03-18 Nick Clifton <nickc@redhat.com>
142
143 * wrapper.c: Convert function declarations to ISO C format.
144 (sim_open): Delete code for handling t,d and z command line
145 options.
146
8d052926
NC
1472014-03-14 Nick Clifton <nickc@redhat.com>
148
149 * wrapper.c (op_print): New function.
150 (sim_dis_read): New function.
151 (print_insn): New function - disassembles the given instruction.
152 (sim_trace): Note that tracing is now allowed.
153 (sim_create_inferior): Default to emulating v6.
154 Initialise the disassembler machinery.
155 (sim_target_parse_command_line): Add support for -t -d and -z
156 options.
157 (sim_target_display_usage): Note existence of -d and -z options.
158 (sim_open): Parse -t -d and -z options.
159 * armemu.h: Add exports of trace, disas and trace_funcs.
160 Add prototype for print_insn.
161 * armemu.c (ARMul_Emulate26): Add tracing code.
162 Delete unused variables.
163 * thumbemu (handle_v6_thumb_insn): Delete unused variable Rd.
164 Move Rm variable into switch cases.
165 Add tracing code.
166
167 * armcopro.c (XScale_cp15_init): Add a return value.
168 (XScale_cp13_init): Likewise.
169 (XScale_cp14_init): Likewise.
170 (XScale_cp15_LDC): Delete unused function.
171 (XScale_cp15_STC): Likewise.
172 * maverick.c: Delete comment inside comment.
173 (DSPInit): Delete unused function.
174 (DSPMCR4): Fix compile time warning about missing parenthesis.
175 (DSPMCR5): Likewise.
176 (DSPCDP6): Delete unused variable opcode2.
177
b9366cf3
DM
1782014-03-14 David McQuillan <dmcq@tao-group.com>
179
180 PR sim/8388
181 * armemu.c (WriteR15Load): New function. Determines if the state
182 can be changed upon a write to R15.
183 (LoadMult): Use WriteR15Load.
184 * armemu.h (WRITEDESTB): Use WriteR15Load.
185
60d847df
MF
1862014-03-10 Mike Frysinger <vapier@gentoo.org>
187
188 * wrapper.c (sim_do_command): Add const to cmd.
189
b2b255bd
MF
1902014-03-05 Mike Frysinger <vapier@gentoo.org>
191
192 * wrapper.c (sim_load): Add const to prog.
193
bf3d9781
AM
1942013-09-23 Alan Modra <amodra@gmail.com>
195
196 * configure: Regenerate.
197
31e6ad7d
MF
1982013-06-03 Mike Frysinger <vapier@gentoo.org>
199
200 * aclocal.m4, configure: Regenerate.
201
590919de
MF
2022013-05-07 Jayant Sonar <jayant.sonar@kpitcummins.com>
203 Kaushik Phatak <Kaushik.Phatak@kpitcummins.com>
204
205 * armemu.c (ARMul_Emulate32): Emulate instructions MOVW and MOVT.
206
19a3671c
JB
2072012-12-19 Joel Brobecker <brobecker@adacore.com>
208
209 * COPYING: Update to GPL version 3.
210
f253d86d
NC
2112012-09-03 Nick Clifton <nickc@redhat.com>
212
213 PR sim/14540
214 * armsupp.c (ARMul_MRC): Return 0 if access to the MRC instruction
215 is denied.
216
9256caa6
KB
2172012-08-01 Kevin Buettner <kevinb@redhat.com>
218
219 * wrapper.c (libiberty.h): Include.
220 (sim_store_register, sim_fetch_register): On success, return
221 length, instead of -1.
222
5f3ef9d0
JB
2232012-06-15 Joel Brobecker <brobecker@adacore.com>
224
225 * config.in, configure: Regenerate.
226
b0f05691
NC
2272012-06-13 Nick Clifton <nickc@redhat.com>
228
229 * wrapper.c (sim_create_inferior): Treat WMMX2 binaries as iWMMXt
230 binaries (for now).
231
a493e3e2
PA
2322012-05-24 Pedro Alves <palves@redhat.com>
233
234 PR gdb/7205
235
236 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
237
a6ff997c
NC
2382012-05-18 Nick Clifton <nickc@redhat.com>
239
240 PR 14072
241 * wrapper.c: Include config.h before system header files.
242
2232061b
MF
2432012-03-24 Mike Frysinger <vapier@gentoo.org>
244
245 * aclocal.m4, config.in, configure: Regenerate.
246
db2e4d67
MF
2472011-12-03 Mike Frysinger <vapier@gentoo.org>
248
249 * aclocal.m4: New file.
250 * configure: Regenerate.
251
9c082ca8
MF
2522011-10-17 Mike Frysinger <vapier@gentoo.org>
253
254 * configure.ac: Change include to common/acinclude.m4.
255
6ffe910a
MF
2562011-10-17 Mike Frysinger <vapier@gentoo.org>
257
258 * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER
259 call. Replace common.m4 include with SIM_AC_COMMON.
260 * configure: Regenerate.
261
161fc452
NC
2622011-07-01 Nick Clifton <nickc@redhat.com>
263
264 PR sim/12737
265 * iwmmxt.c (WCMPGT): Sign extend 32-bit values before performing a
266 signed compare.
267 (WMAC): Extend computed result before adding to result register.
268 (WRSA): Sign extend 32-bit values before shifting.
269
af9f7da7
MF
2702011-04-16 Mike Frysinger <vapier@gentoo.org>
271
272 * wrapper.c (sim_complete_command): New stub function.
273
363a6e9f
OS
2742010-05-26 Ozkan Sezer <sezeroz@gmail.com>
275
276 * communicate.c (MYread_char): Check error return from accept() call
277 by its equality to -1 not by it being negative.
278 (MYread_charwait): Likewise.
279 * main.c (main): Likewise for both socket() and accept() calls.
280
5558e7e6
MF
2812010-04-14 Mike Frysinger <vapier@gentoo.org>
282
283 * wrapper.c (sim_write): Add const to buffer arg.
284
3725885a
RW
2852010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
286
287 * configure: Regenerate.
288
d6416cdc
RW
2892009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
290
81ecdfbb
RW
291 * config.in: Regenerate.
292 * configure: Likewise.
293
d6416cdc
RW
294 * configure: Regenerate.
295
a85c0b49
JS
2962008-11-24 Joel Sherrill <joel.sherrill@oarcorp.com>
297
298 * arminit.c, iwmmxt.c: Include <string.h> to
299 eliminate warning.
b5bd9624
HPN
3002008-07-11 Hans-Peter Nilsson <hp@axis.com>
301
302 * configure: Regenerate to track ../common/common.m4 changes.
303 * config.in: Ditto.
304
6efef468
JM
3052008-06-06 Vladimir Prus <vladimir@codesourcery.com>
306 Daniel Jacobowitz <dan@codesourcery.com>
307 Joseph Myers <joseph@codesourcery.com>
308
309 * configure: Regenerate.
310 * wrapper.c (sim_target_display_usage): Add help parameter.
311
e1c9b6f1
MM
3122007-02-27 Mark Mitchell <mark@codesourcery.com>
313
314 * armos.c (SWIflen): Do not treate file descriptor zero as
315 special.
316
1306df90
NC
3172007-02-15 Nick Clifton <nickc@redhat.com>
318
319 * armemu.c (handle_v6_insn): Fix typo in sign extension test of
320 the sext and sxtah instructions.
321
8944021f
DJ
3222007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
323
324 Reported by timeless@gmail.com:
325 * wrapper.c (sim_target_parse_arg_array): Do not return void value.
326
edc5d9ec
HPN
3272006-12-21 Hans-Peter Nilsson <hp@axis.com>
328
329 * acconfig.h: Remove.
330 * config.in: Regenerate.
331
e85e3205
RE
3322006-06-13 Richard Earnshaw <rearnsha@arm.com>
333
334 * configure: Regenerated.
335
2f0122dc
DJ
3362006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
337
338 * configure: Regenerated.
339
20e95c23
DJ
3402006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
341
342 * configure: Regenerated.
343
4b1d9c58
PB
3442006-03-07 Paul Brook <paul@codesourcery.com>
345
346 * elfos.c (ARMul_OSHandleSWI): Call correct function for IsTTY.
347
eeea4660
DJ
3482006-02-01 Shaun Jackman <sjackman@gmail.com>
349
350 * armos.c (ARMul_OSHandleSWI): Handle the RedBoot system
351 call meminfo. Return ENOSYS for unhandled RedBoot syscalls.
352
aba6488e
MM
3532005-11-23 Mark Mitchell <mark@codesourcery.com>
354
355 * wrapper.c (gdb/signals.h): Include it.
356 (SIGTRAP): Don't define.
357 (SIGBUS): Likewise.
358 (sim_stop_reason): Use TARGET_SIGNAL_* instead of SIG*.
359
2be701a3
DJ
3602005-11-16 Shaun Jackman <sjackman@gmail.com>
361
eeea4660 362 * armos.c: Include limits.h
2be701a3
DJ
363 (unlink): Remove this macro. It is unused in this file and
364 conflicts with sim_callback->unlink.
365 (PATH_MAX): Define as 1024 if not already defined.
366 (ReadFileName): New function.
367 (SWIopen): Fix a potential buffer overflow.
368 (SWIremove): New function.
369 (SWIrename): Ditto.
370 (ARMul_OSHandleSWI): Handle the RDP calls SWI_IsTTY,
371 SWI_Remove, and SWI_Rename, as well as the RDI calls
372 AngelSWI_Reason_IsTTY, AngelSWI_Reason_Remove, and
373 AngelSWI_Reason_Rename.
374
c4793bac
PB
3752005-09-19 Paul Brook <paul@codesourcery.com>
376
377 * armdefs.h: Define ARMsword and ARMsdword. Use stdint.h when
378 available.
379 * armemu.c: Use them.
380 * armvirt.c (ARMul_MemoryInit): Use correct type for size.
381 * configure.ac: Check for stdint.h.
382 * config.in: Regenerate.
383 * configure: Regenerate.
384
546aee7a
NC
3852005-05-24 Nick Clifton <nickc@redhat.com>
386
387 * thumbemu.c (handle_v6_thumb_insn): New function.
388 (ARMul_ThumbDecode): Call handle_v6_thumb_insn() when an undefined
389 instruction binary is encountered.
390
380d9419
NC
3912005-05-12 Nick Clifton <nickc@redhat.com>
392
393 * Update the address and phone number of the FSF organization in
394 the GPL notices in the following files:
395 COPYING, Makefile.in, armcopro.c, armdefs.h, armemu.c,
396 armemu.h, armfpe.h, arminit.c, armopts.h, armos.c, armos.h,
397 armrdi.c, armsupp.c, armvirt.c, bag.c, bag.h, communicate.c,
398 communicate.h, dbg_conf.h, dbg_cp.h, dbg_hif.h, dbg_rdi.h,
399 gdbhost.c, gdbhost.h, iwmmxt.c, iwmmxt.h, kid.c, main.c,
400 maverick.c, parent.c, thumbemu.c, wrapper.c
401
8207e0f2
NC
4022005-04-20 Nick Clifton <nickc@redhat.com>
403
404 * armemu.c (handle_v6_insn): New function - emulate a few of the
405 v6 instructions - the ones now generated by GCC.
406 (ARMulEmulate32): Call handle_v6_insn when a possible v6 insn is
407 found.
408 * armdefs.h (struct ARMul_State): Add new field: is_v6.
409 (ARM_v6_Prop): Define.
410 * arminit.c (ARMul_NewState): Initialise the v6 flag.
411 (ARMul_SelectProcessor): Determine if the v6 flag should be
412 set.
413 * wrapper.c (sim_create_inferior): For unknown architectures,
414 default to allowing the v6 instructions.
415
16d55f14
NC
4162005-04-18 Nick Clifton <nickc@redhat.com>
417
418 * iwmmxt.c (WMAC, WMADD): Move casts from the LHS of an assignment
419 operator to the RHS.
420 (WSLL, WSRA, WSRL, WUNPCKEH, WUNPACKEL): Use ULL suffix to
421 indicate an unsigned long long constant.
422
2b193c4a
MK
4232005-03-23 Mark Kettenis <kettenis@gnu.org>
424
425 * configure: Regenerate.
426
35695fd6
AC
4272005-01-14 Andrew Cagney <cagney@gnu.org>
428
429 * configure.ac: Sinclude aclocal.m4 before common.m4. Add
430 explicit call to AC_CONFIG_HEADER.
431 * configure: Regenerate.
432
f0569246
AC
4332005-01-12 Andrew Cagney <cagney@gnu.org>
434
435 * configure.ac: Update to use ../common/common.m4.
436 * configure: Re-generate.
437
38f48d72
AC
4382005-01-11 Andrew Cagney <cagney@localhost.localdomain>
439
440 * configure: Regenerated to track ../common/aclocal.m4 changes.
441
b7026657
AC
4422005-01-07 Andrew Cagney <cagney@gnu.org>
443
444 * configure.ac: Rename configure.in, require autoconf 2.59.
445 * configure: Re-generate.
446
379832de
HPN
4472004-12-08 Hans-Peter Nilsson <hp@axis.com>
448
449 * configure: Regenerate for ../common/aclocal.m4 update.
450
0aaa4a81
AC
4512004-06-28 Andrew Cagney <cagney@gnu.org>
452
453 * armemu.c: Rename ui_loop_hook to deprecated_ui_loop_hook.
454
a4c9740c
MM
4552003-12-29 Mark Mitchell <mark@codesourcery.com>
456
457 * armos.c (fcntl.h): Do not include it.
458 (O_RDONLY): Do not define.
459 (O_WRONLY): Likewise.
460 (O_RDWR): Likewise.
461 (targ-vals.h): Include it.
462 (translate_open_mode): Use TARGET_O_* instead of O_*.
463 (SWIopen): Likewise.
464 * Makefile.in (armos.o): Depend on targ-vals.h.
465
c88931b0
NC
4662003-04-13 Nick Clifton <nickc@redhat.com>
467
468 * armvirt.c (GetWord): Only call XScale_check_memacc if in XScale
469 mode.
470 (PutWord): Likewise.
471
3a3d6f65
NC
4722003-03-30 Nick Clifton <nickc@redhat.com>
473
474 * configure.in (CON_FLAGS): Remove.
475 (COPRO): Unconditionally include iwmmxt.o.
476 * configure: Regenerate.
477 * Makefile.in (CON_FLAGS): Remove.
478 * armcopro.c: Remove use of __IWMMXT__ flag.
479 * wrapper.c: Likewise.
480 * armemu.c: Likewise.
481 Add explanatory comment for suppressed code.
482
4832003-03-27 Nick Clifton <nickc@redhat.com>
484
485 * armos.c (ARMul_OsHandleSWI): Catch SWIs for unhandled vectors.
486
0f026fd0
NC
4872003-03-27 Nick Clifton <nickc@redhat.com>
488
489 * configure.in: (CON_FLAGS): Define and intialise.
490 (COPRO): Add iwmmxt.o if configuring for XScale.
491 * configure: Regenerate.
492 * Makefile.in (iwmmxt.o): Add rule to build.
493 (COM_FLAGS): Define.
494 (ALL_FLAGS): Add CON_FLAGS.
495 * armcopro.c (ARMul_CoProInit): Initialise iWMMXt coprocessors.
496 * armdefs.h (struct ARMul_State): Add 'is_iWMMXt' field.
497 (ARM_iWMMXt_Prop): Define.
498 * armemu.c (ARMul_Emulate16): Intercept iWMMXt instructions and
499 pass to coprocessor.
500 * arminit.c (ARMul_NewState): Initialise 'is_iWMMXt'.
501 (ARMul_Abort): Catch branches through uninitialised vectors.
502 * armos.c (softevtorcode): Update comment.
503 (ARMul_OsInit): Use ARMUndefinedInstrV.
0f026fd0
NC
504 * wrapper.c (sim_create_inferior): Handle iWMMXt processor type.
505 (sim_store_register): Handle iWMMXt registers.
506 (sim_fetch_register): Handle iWMMXt registers.
507 * iwmmxt.h: New file. Exported iWMMXt coprocessor emulator
508 functions.
509 * iwmmxt.c: New file: iWMMXt emulator.
510
dd97b6fd 5112003-03-20 Nick Clifton <nickc@redhat.com>
f603c8fe
NC
512
513 * Contribute support for Cirrus Maverick ARM co-processor,
514 written by Aldy Hernandez <aldyh@redhat.com> and
515 Andrew Cagney <cagney@redhat.com>:
516
517 * maverick.c: New file: Support for Maverick floating point
518 co-processor.
519 * Makefile.in: Add maverick.o target.
520 * configure.in (COPRO): Add maverick.o.
521 * configure: Regenerate.
522 * armcopro.c (ARMul_CoProInit): Only initialise co-processors
523 available on target processor. Add code to initialse Maverick
524 co-processor support code.
525 * armdefs.h (ARMul_state): Add is_ep9312 field.
526 (ARM_ep9312_Prop): Define.
527 * armemu.h: Add prototypes for Maverick co-processor
528 functions.
529 * arminit.c (ARMul_SelectProcessor): Initialise the
530 co-processor support once the chip has been selected.
531 * wrapper.c: Add support for Maverick co-processor.
532 (init): Do not call ARMul_CoProInit. Delays this until the
533 chip has been selected.
534
0d9fd8f1
NC
5352003-03-02 Nick Clifton <nickc@redhat.com>
536
537 * armos.c (SWIWrite0): Catch big-endian bug when printing
538 characters.
539
6b4a8935
AC
5402003-02-27 Andrew Cagney <cagney@redhat.com>
541
542 * wrapper.c (sim_create_inferior, sim_open): Rename _bfd to bfd.
543
45fdcabe
BE
5442003-01-10 Ben Elliston <bje@redhat.com>
545
546 * README.Cygnus: Rename from this ..
547 * README: .. to this.
548
058f270d
AC
5492002-09-27 Andrew Cagney <ac131313@redhat.com>
550
551 * wrapper.c (sim_open): Add support for -m<mem-size>.
552 (mem_size): Reduce to 2MB.
553 Fix PR gdb/433.
554
c7a7b500
NC
5552002-08-15 Nick Clifton <nickc@redhat.com>
556
557 * armos.c (ARMul_OSHandleSWI): Catch and ignore SWIs of -1, they
558 can be caused by an interrupted system call being resumed by GDB.
559
630ace25
NC
5602002-07-05 Nick Clifton <nickc@cambridge.redhat.com>
561
562 * armemu.c (ARMul_Emulate32): Add more tests for valid MIA, MIAPH
563 and MIAxy instructions.
564
7b77dec6
NC
5652002-06-21 Nick Clifton <nickc@cambridge.redhat.com>
566
567 * armos.h (ADP_Stopped_RunTimeError): Set correct value.
568
c8cca39f
AC
5692002-06-16 Andrew Cagney <ac131313@redhat.com>
570
571 * configure: Regenerated to track ../common/aclocal.m4 changes.
572
26216b98
AC
5732002-06-12 Andrew Cagney <ac131313@redhat.com>
574
575 * Makefile.in: Update copyright.
576 (wrapper.o): Specify dependencies.
577 * wrapper.c: Include "gdb/sim-arm.h".
578 (sim_store_register, sim_fetch_register): Rewrite using `enum
579 arm_sim_regs' and a switch.
580
3c25f8c7
AC
5812002-06-09 Andrew Cagney <cagney@redhat.com>
582
583 * wrapper.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
584 * armos.c: Include "gdb/callback.h".
585
5aa682b2
NC
5862002-05-29 Nick Clifton <nickc@cambridge.redhat.com>
587
588 * armcopro.c (XScale_check_memacc): Set the FSR and FAR registers
589 if a Data Abort is detected.
590
7378e198
NC
5912002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
592
10b57fcb
NC
593 * armvirt.c (GetWord): Only perform access checks if 'check'
594 is set.
595 (PutWord): Likewise.
596 * wrapper.c (sim_create_inferior): Report unknown machine
597 numbers.
7378e198
NC
598 * thumbemu.c (ARMul_ThumbDecode, Case 31): Do not set LR to pc +
599 2, it has already been advanced.
600
2984e114
NC
6012002-05-23 Nick Clifton <nickc@cambridge.redhat.com>
602
603 * thumbemu.c (ARMul_ThumbDecode): When decoding a BLX(1)
604 instruction do not add in the second bit of the base address -
605 this has already been accounted for.
606
8b2440b7
NC
6072002-05-21 Nick Clifton <nickc@cambridge.redhat.com>
608
609 * armcopro.c (check_cp13_access): Allow access to register 1 when
610 CRm is 1.
611 (write_cp13_reg): Allow bit 0 of reg 1 of CRm 1 to be written to.
612
de4112fa
NC
6132002-05-17 Nick Clifton <nickc@cambridge.redhat.com>
614
7f53bce4 615 * Makefile.in (SIM_TARGET_SWITCHES): Define.
de4112fa
NC
616 * armos.c (swi_mask): Define. Initialise to supporting all
617 SWI emulations.
618 (ARMul_OSInit): For XScale targets, only support the ANGEL
619 SWI interface. (This is at the request if Intel).
620 (ARMul_OSHandleSWI): Examine swi_mask to see if a particular
621 SWI call should be emulated.
622 Do not fall through from AngelSWI_Reason_WriteC.
623 Propagate exit code from RedBoot Exit SWI.
624 * rdi-dgb.h (swi_mask): Prototype.
625 (SWI_MASK_DEMON, SWI_MASK_ANGEL, SWI_MASK_REDBOOT): Define.
626 * wrapper.c (sim_target_parse_command_line): New function.
627 Look for and handle --swi-support switch.
628 (sim_target_parse_arg_array): New function. Process an argv
629 array for parsing by sim_target_parse_command_line.
630 (sim_target_display_usage): New function. Describe syntax of
631 --swi-suppoort switch.
632 (sim_open): Add call to sim_target_parse_arg_array).
633
d8512e6a
NC
6342002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
635
636 * armos.c (ARMul_OSHandleSWI): Support the RedBoot SWI in ARM
637 mode and some of its system calls.
638
ae60d3dd
AG
6392002-03-17 Anthony Green <green@redhat.com>
640
641 * wrapper.c (mem_size): Increase the default target memory to 8MB.
642
b3ba81f8
KS
6432002-02-21 Keith Seitz <keiths@redhat.com>
644
645 * armos.c (SWIWrite0): Use generic host_callback mechanism
646 for supported OS functions "open", "close", "write", etc.
647 (SWIopen): Likewise.
648 (SWIread): Likewise.
649 (SWIwrite): Likewise.
650 (SWIflen): Likewise.
651 (ARMul_OSHandleSWI): Likewise.
652
c17aa318
NC
6532002-02-05 Nick Clifton <nickc@cambridge.redhat.com>
654
655 * wrapper.c (sim_create_inferior): Modify previous patch so that
656 it is only triggered for COFF format executables.
657
25180f8a
NC
6582002-02-04 Nick Clifton <nickc@cambridge.redhat.com>
659
c17aa318
NC
660 * wrapper.c (sin_create_inferior): If a v5 architecture is
661 detected, assume it might be an XScale binary, since there is no
662 way to distinguish between the two in the COFF file format.
25180f8a 663
57165fb4
NC
6642002-01-10 Nick Clifton <nickc@cambridge.redhat.com>
665
666 * arminit.c (ARMul_Abort): Fix parameters passed to CPRead[13].
667 * armemu.c (ARMul_Emulate32): Fix parameters passed to CPRead[13]
668 and CPRead[14].
669 Fix formatting. Improve layout.
670 * armemu.h: Fix formatting. Improve layout.
671
272fcdcd
NC
6722002-01-09 Nick Clifton <nickc@cambridge.redhat.com>
673
674 * wrapper.c (sim_fetch_register): If fetching more than 4 bytes
675 return zeroes in the other words.
86c735a5 676 General formatting tidy ups.
272fcdcd 677
6746a76a
BH
6782001-11-16 Ben Harris <bjh21@netbsd.org>
679
680 * Makefile.in (armemu32.o): Replace $< with autoconf recommended
681 $(srcdir)/....
682 (armemu26.o): Ditto.
683
ff44f8e3
NC
6842001-10-18 Nick Clifton <nickc@cambridge.redhat.com>
685
686 * armemu.h (CP_ACCESS_ALLOWED): New macro.
687 Fix formatting.
688 * armcopro.c (read_cp14_reg): Make static.
689 (write_cp14_reg): Make static.
690 (check_cp13_access): Use CP_ACCESS_ALLOWED macro.
691 Fix formatting.
692 * armsupp.c (ARMul_LDC): Check CP_ACCESS_ALLOWED.
693 (ARMul_STC): Check CP_ACCESS_ALLOWED.
694 (ARMul_MCR): Check CP_ACCESS_ALLOWED.
695 (ARMul_MRC): Check CP_ACCESS_ALLOWED.
696 (ARMul_CDP): Check CP_ACCESS_ALLOWED.
697 Fix formatting.
698 * armemu.c (MCRR): Check CP_ACCESS_ALLOWED. Test Rd and Rn not
699 equal to 15.
700 (MRRC): Check CP_ACCESS_ALLOWED. Test Rd and Rn not equal to 15.
701 Fix formatting.
702
fb7a8ef0
NC
7032001-05-11 Nick Clifton <nickc@cambridge.redhat.com>
704
705 * armemu.c (ARMul_Emulate32): Fix handling of XScale LDRD and STRD
706 instructions with post indexed addressing modes.
707
dac07255
NC
7082001-05-08 Jens-Christian Lache <lache@tu-harburg.de>
709
710 * armsupp.c (ARMul_FixCPSR): Check Mode not Bank in order to
711 determine rocesor mode.
712
c3ae2f98
MG
7132001-04-18 matthew green <mrg@redhat.com>
714
715 * armcopro.c (write_cp15_reg): Set CHANGEMODE if endianness changes.
716 (read_cp15_reg): Make non-static.
717 (XScale_cp15_LDC): Update for write_cp15_reg() change.
718 (XScale_cp15_MCR): Likewise.
719 (XScale_cp15_write_reg): Likewise.
720 (XScale_check_memacc): New function. Check for breakpoints being
721 activated by memory accesses. Does not support the Branch Target
722 Buffer.
723 (XScale_set_fsr_far): New function. Set FSR and FAR for XScale.
724 (XScale_debug_moe): New function. Set the debug Method Of Entry,
725 if configured.
726 (write_cp14_reg): Reset count counter if requested.
727 * armdefs.h (struct ARMul_State): New members `LastTime' and
728 `CP14R0_CCD' used for the timer/counters.
729 (ARMul_CP13_R0_FIQ, ARMul_CP13_R0_IRQ, ARMul_CP13_R8_PMUS,
730 ARMul_CP14_R0_ENABLE, ARMul_CP14_R0_CLKRST, ARMul_CP14_R0_CCD,
731 ARMul_CP14_R0_INTEN0, ARMul_CP14_R0_INTEN1, ARMul_CP14_R0_INTEN2,
732 ARMul_CP14_R0_FLAG0, ARMul_CP14_R0_FLAG1, ARMul_CP14_R0_FLAG2,
733 ARMul_CP14_R10_MOE_IB, ARMul_CP14_R10_MOE_DB, ARMul_CP14_R10_MOE_BT,
734 ARMul_CP15_R1_ENDIAN, ARMul_CP15_R1_ALIGN, ARMul_CP15_R5_X,
735 ARMul_CP15_R5_ST_ALIGN, ARMul_CP15_R5_IMPRE, ARMul_CP15_R5_MMU_EXCPT,
736 ARMul_CP15_DBCON_M, ARMul_CP15_DBCON_E1, ARMul_CP15_DBCON_E0): New
737 defines for XScale registers.
738 (XScale_check_memacc, XScale_set_fsr_far, XScale_debug_moe): Prototype.
739 (ARMul_Emulate32, ARMul_Emulate26): Clean up function definition.
740 (ARMul_Emulate32): Handle the clock counter and hardware instruction
741 breakpoints. Call XScale_set_fsr_far() for software breakpoints and
742 software interrupts.
743 (LoadMult): Call XScale_set_fsr_far() for data aborts.
744 (LoadSMult): Likewise.
745 (StoreMult): Likewise.
746 (StoreSMult): Likewise.
747 * armemu.h (write_cp15_reg): Update prototype.
748 * arminit.c (ARMul_NewState): Initialise CP14R0_CCD and LastTime.
749 (ARMul_Abort): If XScale, check for FIQ and IRQ being enabled in CP13
750 register 0.
751 * armvirt.c (GetWord): Call XScale_check_memacc().
752 (PutWord): Likewise.
753
3cf84db9
NC
7542001-03-20 Nick Clifton <nickc@redhat.com>
755
756 * armvirt.c (ARMul_ReLoadInstr): Do not enable alignment checking
757 when loading unaligned thumb instructions.
758
4f3c3dbb
NC
7592001-03-06 Nick Clifton <nickc@redhat.com>
760
761 * thumbemu.c (ARMul_ThumbDecode): Delete label bo_blx2.
762 Compute destination address of BLX(1) instruction by
763 taking bit 1 from PC and not from bit 0 of the offset.
764
917bca4f
NC
7652001-02-27 Nick Clifton <nickc@redhat.com>
766
767 * armvirt.c (GetWord): Add new parameter - check - to enable or
768 disable the alignment checking.
769 (PutWord): Add new parameter - check - to enable or disable the
770 alignment checking.
771 (ARMul_ReLoadInstr): Pass extra parameter to GetWord.
772 (ARMul_ReadWord): Pass extra parameter to GetWord.
773 (ARMul_WriteWord): Pass extra parameter to PutWord.
774 (ARMul_StoreHalfWord): Pass extra parameter to PutWord.
775 (ARMul_WriteByte): Pass extra parameter to GetWord.
776 (ARMul_SwapWord): Pass extra parameter to PutWord.
777 (ARMul_SafeReadByte): New Function: Read a byte but do not abort.
778 (ARMul_SafeWriteByte): New Function: Write a byte but do not abort.
779
780 * armdefs.h: Add prototypes for ARMul_SafeReadByte and
781 ARMul_SafeWriteByte.
782
783 * wrapper.c (sim_write): Use ARMul_SafeWriteByte.
784 (sim_read): Use ARMul_SafeReadByte.
785
786 * armos.c (in_SWI_handler): Remove.
787 (SWIWrite0): Use ARMul_SafeReadByte.
788 (WriteCommandLineTo): Use ARMul_SafeWriteByte.
789 (SWIopen): Use ARMul_SafeReadByte.
790 (SWIread): Use ARMul_SafeWriteByte.
791 (SWIwrite): Use ARMul_SafeReadByte.
792 (ARMul_OSHandleSWI): Remove use of is_SWI_handler.
793 (ARMul_OSException): Remove use of is_SWI_handler.
794
2ef048fc
NC
7952001-02-16 Nick Clifton <nickc@redhat.com>
796
797 * armemu.c: Remove Prefetch abort for breakpoints. Instead set
798 the state to RESUME.
799
5f7d0a33
NC
8002001-02-14 Nick Clifton <nickc@redhat.com>
801
44e23e57
NC
802 * armemu.c: Add code to preserve processor mode when a prefetch
803 abort is signalled after processing a breakpoint.
804
5f7d0a33
NC
805 * wrapper.c (sim_create_inferior): Reset processor into ARM mode
806 for any machine type except the early ARMs.
807
1e5d4e46
NC
8082001-02-13 Nick Clifton <nickc@redhat.com>
809
810 * armos.c (in_SWI_handler): New static variable.
811 (ARMul_OSHandleSWI): Set in_SWI_handler whilst emulating a SWI.
812 (ARMul_OSException): Ignore exceptions generated whilst emulating
813 a SWI.
814
179ae6ea
NC
8152001-02-12 Nick Clifton <nickc@redhat.com>
816
817 * armemu.h (NEGBRANCH): Fix defintion.
818
dda308f5
NC
8192001-02-01 Nick Clifton <nickc@redhat.com>
820
821 * armemu.c (LoadSMult): Update base address register after
822 restoring register bank.
823 (StoreMult): Update base address register after restoring register
824 bank.
825
88694af3
NC
8262001-01-31 Nick Clifton <nickc@redhat.com>
827
828 * armvirt.c (PutWord): Detect installation of SWI vector.
829 (SWI_vector_installed): Define.
830 * armos.c (ARMul_OsInit): Reset SWI_vector_installed.
831 * armos.h (SWI_vector_installed): Declare.
832 * wrapper.c (SWI_vector_installed): Remove definition.
833 (sim_write): Remove check of SWI vector installation
834
ac1c9d3a
NC
8352000-12-18 Nick Clifton <nickc@redhat.com>
836
837 * armemu.c (ARMul_Emulate26): Fix test for StoreDouble
838 instruction.
839
9a6b6a66
NC
8402000-12-10 Nick Clifton <nickc@redhat.com>
841
842 * armos.c (ARMul_OSHandleSWI): Add 0x91 as an FPE SWI.
843
760a7bbe
NC
8442000-12-07 Nick Clifton <nickc@redhat.com>
845
846 * armemu.c (ARMul_Emulate26): Detect double word load and
847 store instructions and call emulation routines.
848 (Handle_Load_Double): Emulate a double word load instruction.
849 (Handle_Store_Double): Emulate a double word store
850 instruction.
851
7f53bc35
NC
8522000-12-03 Nick Clifton <nickc@redhat.com>
853
854 * armos.c: Fix formatting.
855 (ARMul_OSHandleSWI): Suppress support of DEMON SWIs when in xscale
856 mode.
857
f1129fb8
NC
8582000-11-29 Nick Clifton <nickc@redhat.com>
859
860 * armdefs.h (State): Add 'v5e' and 'xscale' fields.
861 (ARM_v5e_Prop): Define.
862 (ARM_XScale_Prop): Define.
863
864 * wrapper.c (sim_create_inferior): Select processor based on
865 machine number.
866 (SWI_vector_installed): New boolean. Set to true if the SWI
867 vector address is written to by the executable.
868
869 * arminit.c (ARMul_NewState): Switch default to 32 bit mode.
870 (ARMul_SelectProcessor): Initialise v5e and xscale signals.
871 (ARMul_Abort): Fix calculation of LR address.
872
873 * armos.c (ARMul_OSHandleSWI): If a SWI vector has been installed
874 and a SWI is not handled by the simulator, pass the SWI off to the
875 vector, otherwise issue a warning message and continue.
876
877 * armsupp.c (ARMul_CPSRAltered): Set S bit aswell.
878
879 * thumbemu.c: Add v5 instruction simulation.
880 * armemu.c: Add v5, XScale and El Segundo instruction simulation.
881
882 * armcopro.c: Add XScale co-processor emulation.
883 * armemu.h: Add exported XScale co-processor functions.
884
3943c96b
NC
8852000-09-15 Nick Clifton <nickc@redhat.com>
886
887 * armdefs.h: Rename StrongARM property to v4_ARM and add v5 ARM
888 property. Delete unnecessary processor names.
889 (ARM_Strong_Prop): Delete.
890 (STRONGARM): Delete.
891 (ARM_v4_Prop): Add.
892 (ARM_v5_Prop): Add
893 (State): Delete is_StrongARM boolean. Add is_v4 and is_v5
894 booleans.
895
896 * armemu.h (BUSUSEDINCPCS): Use is_v4 boolean.
897 (BUSUSEDINCPCN): Use is_v4 boolean.
898
899 * arminit.c (ARMul_NewState): Initialise is_v4 and is_v5 fields.
900 (ARMul_SelectProcessor): Change second parameter from 'processor'
901 to 'properties'. Set is_v4 and is_v5 booleans in State.
902
903 * armrdi.c: Remove use of ARM processor names. Replace with ARM
904 processor properties.
905
906 * wrapper.c (sim_create_inferior): Choose properties passed to
907 ARMul_SelectProcessor based on machine number.
908
4bc1de7b
NC
9092000-08-14 Nick Clifton <nickc@redhat.com>
910
911 * armemu.c (LHPOSTDOWN): Compute write back value before
912 performing load in case the offset register is overwritten.
913 (LHPOSTUP): Ditto.
914
0a4321b9
FN
9152000-07-14 Fernando Nasser <fnasser@cygnus.com>
916
917 * wrapper.c (sim_create_inferior): Fix typo in the previous patch.
918
64a10675
FN
9192000-07-14 Fernando Nasser <fnasser@cygnus.com>
920
921 * wrapper.c (sim_create_inferior): Reset mode to ARM when creating a
922 new inferior.
923
b0eae074
AO
9242000-07-04 Alexandre Oliva <aoliva@redhat.com>
925
ae3c7619
AO
926 * armvirt.c (ABORTS): Do not define.
927
1e6b544a
AO
928 * armdefs.h (struct ARMul_State): Add is_StrongARM.
929 (ARM_Strong_Prop, STRONGARM): Define.
930 * arminit.c (ARMul_NewState): Reset is_StrongARM.
931 (ARMul_SelectProcessor): Set is_StrongARM.
932 * wrapper.c (sim_create_inferior): Use bfd machine type to
933 determine processor type to emulate.
934 * armemu.h (BUSUSEDINCPCS, BUSUSEDINCPCN): Don't increment PC
935 when emulating StrongARM.
936
66210567
AO
937 * armemu.c (ARMul_Emulate, t_undefined): Proceed to next insn.
938
e063aa3b
AO
939 * armemu.h (INSN_SIZE): New macro.
940 (SET_ABORT): Save CPSR in SPSR and set LR.
941 * armemu.c (ARMul_Emulate, isize): Set to INSN_SIZE.
942 (WriteR15, WriteSR15): Do not discard bit 1 in Thumb mode.
943 * arminit.c (ARMul_Abort): Use new SETABORT and INSN_SIZE.
944
13b6dd6f
AO
945 * armemu.c (LoadSMult): Use WriteR15() to discard the least
946 significant bits of PC.
947
892c6b9d
AO
948 * armemu.h (WRITEDESTB): New macro.
949 * armemu.c (ARMul_Emulate26, bl): Use WriteR15Branch() to
950 modify PC. Moved the existing logic...
951 (WriteR15Branch): ... here. New function.
952 (WriteR15, WriteSR15): Drop the two least significant bits.
953 (LoadSMult): Use WriteR15Branch() to modify PC.
954 (LoadMult): Use WRITEDESTB() instead of WRITEDEST().
955
cf52c765
AO
956 * armemu.h (GETSPSR): Call ARMul_GetSPSR().
957 * armsupp.c (ARMul_CPSRAltered): Zero out bits as they're
958 extracted from state->Cpsr, but preserve the unused bits.
959 (ARMul_GetCPSR): Get bits preserved in state->Cpsr.
960 (ARMul_GetSPSR, ARMul_FixCPSR): Use ARMul_GetCPSR() to
961 get the full CPSR word.
962
4ef2594f
AO
963 * armemu.h (PSR_FBITS, PSR_SBITS, PSR_XBITS, PSR_CBITS): New.
964 (SETPSR_F, SETPSR_S, SETPSR_X, SETPSR_C): New macros.
965 (SETPSR, SET_INTMODE, SETCC): Removed.
966 * armsupp.c (ARMul_FixCPSR, ARMul_FixSPSR): Do not test bit
967 mask. Use SETPSR_* to modify PSR.
968 (ARMul_SetCPSR): Load all bits from value.
969 * armemu.c (ARMul_Emulate, msr): Do not test bit mask.
970
e62263b8
AO
971 * armemu.c (ARMul_Emulate): Compute writeback value before
972 loading, since the offset register may be the destination
973 register.
974
b0eae074
AO
975 * armdefs.h (SYSTEMBANK): Define as USERBANK.
976 * armsupp.c (ARMul_SwitchMode): Remove SYSTEMBANK cases.
977
ee9a7772
AO
9782000-06-22 Alexandre Oliva <aoliva@cygnus.com>
979
f9c22bc3
AO
980 * armemu.c (Multiply64): Fix computation of flag N.
981
ee9a7772
AO
982 * armemu.c (MultiplyAdd64): Fix computation of flag N.
983
fe47e8df
AO
9842000-06-20 Alexandre Oliva <aoliva@cygnus.com>
985
986 * armemu.h (NEGBRANCH): Do not overwrite the two most significant
987 bits of the offset.
988
c1a72ffd
NC
9892000-05-25 Nick Clifton <nickc@cygnus.com>
990
991 * armcopro.c (MMUMCR): Only indicate mode change if a singal has
992 really changed.
993 (MMUWrite): Only indicate mode change if a singal has really
994 changed.
995
996 * armdefs.h (SYSTEMMODE): Define.
997 (BANK_CAN_ACEESS_SPSR): Define.
998
999 * armemu.c (ARM_Emulate26): If the mode has changed allow the PC
1000 to advance before stopping the emulation.
1001
1002 * arminit.c (ARMul_Reset): Ensure Mode field of State is set
1003 correctly.
1004
1005 * armos.c (ARMul_OSInit): Create a initial stack pointer for
1006 System mode.
1007
1008 * armsupp.c (ModeToBank): Remove unused first parameter.
1009 Add support for System Mode.
1010 (ARMul_GetSPSR): Use BANK_CAN_ACCESS_SPSR macro.
1011 (ARMul_SetSPSR): Use BANK_CAN_ACCESS_SPSR macro.
1012 (ARMul_FixSPSR): Use BANK_CAN_ACCESS_SPSR macro.
1013 (ARMulSwitchMode): Add support for System Mode.
1014
1015Wed May 24 14:40:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
eb2d80b4
AC
1016
1017 * configure: Regenerated to track ../common/aclocal.m4 changes.
1018
3463c3fb
NC
10192000-05-23 Nick Clifton <nickc@cygnus.com>
1020
1021 * wrapper.c (sim_store_register): Special handling for CPSR
1022 register.
1023
5d0d395e
FCE
10242000-03-11 Philip Blundell <philb@gnu.org>
1025
1026 * armemu.c (LoadSMult, LoadMult): Correct handling of aborts.
1027 Patch from Allan Skillman <Allan.Skillman@arm.com>.
1028
6c9e0292
FCE
1029Wed Mar 22 15:24:21 2000 glen mccready <gkm@pobox.com>
1030
1031 * wrapper.c (sim_open,sim_close): Copy into myname, free myname.
1032
6d358e86
NC
10332000-02-08 Nick Clifton <nickc@cygnus.com>
1034
1035 * wrapper.c: Fix compile time warning messages.
1036 * armcopro.c: Fix compile time warning messages.
1037 * armdefs.h: Fix compile time warning messages.
1038 * armemu.c: Fix compile time warning messages.
1039 * armemu.h: Fix compile time warning messages.
1040 * armos.c: Fix compile time warning messages.
1041 * armsupp.c: Fix compile time warning messages.
1042 * armvirt.c: Fix compile time warning messages.
d0187574 1043 * bag.c: Fix compile time warning messages.
6d358e86 1044
dfcd3bfb
JM
10452000-02-02 Bernd Schmidt <bernds@cygnus.co.uk>
1046
1047 * *.[ch]: Use indent to make readable.
1048
c2d11a7d
JM
10491999-11-22 Nick Clifton <nickc@cygnus.com>
1050
1051 * armos.c (SWIread): Generate an error message if a huge read is
1052 performed.
1053 (SWIwrite): Generate an error message if a huge write is
1054 performed.
1055
5c44784c
JM
10561999-10-27 Nick Clifton <nickc@cygnus.com>
1057
1058 * thumbemu.c (ARMul_ThumbDecode): Accept 0xbebe as a thumb
1059 breakpoint.
1060
2df3850c
JM
10611999-10-08 Ulrich Drepper <drepper@cygnus.com>
1062
1063 * armos.c (SWIopen): Always pass third parameter with 0666 since
1064 otherwise uninitialized memory gets access if the O_CREAT bit is
1065 set and so we possibly cannot access the file afterwards.
1066
2acceee2
JM
10671999-09-29 Doug Evans <devans@casey.cygnus.com>
1068
1069 * armos.c (SWIWrite0): Send output to stdout instead of stderr.
1070 (ARMul_OSHandleSWI, case SWI_WriteC,AngelSWI_Reason_WriteC): Ditto.
1071
d4f3574e
SS
1072Thu Sep 2 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
1073
1074 * configure: Regenerated to track ../common/aclocal.m4 changes.
1075
cd0fc7c3
SS
10761999-05-08 Felix Lee <flee@cygnus.com>
1077
1078 * configure: Regenerated to track ../common/aclocal.m4 changes.
1079
7a292a7a
SS
10801999-04-06 Keith Seitz <keiths@cygnus.com>
1081
1082 * wrapper.c (stop_simulator): New global.
1083 (sim_stop): Set sim state to STOP and set
1084 stop_simulator.
1085 (sim_resume): Reset stop_simulator.
1086 (sim_stop_reason): If stop_simulator is set, tell gdb
1087 that the we took SIGINT.
1088 * armemu.c (ARMul_Emulate26): Don't loop forever. Stop if
1089 stop_simulator is set.
1090
10911999-04-02 Keith Seitz <keiths@cygnus.com>
1092
1093 * armemu.c (ARMul_Emulate26): If NEED_UI_LOOP_HOOK, call ui_loop_hook
1094 whenever the counter expires.
1095 * Makefile.in (SIM_EXTRA_CFLAGS): Include define NEED_UI_LOOP_HOOK.
1096
10971999-03-24 Nick Clifton <nickc@cygnus.com>
1098
1099 * armemu.c (ARMul_Emulate26): Handle new breakpoint value.
1100 * thumbemu.c (ARMul_ThumbDecode): Handle new breakpoint value.
1101
c906108c
SS
1102Mon Sep 14 09:00:05 1998 Nick Clifton <nickc@cygnus.com>
1103
1104 * wrapper.c (sim_open): Set endianness according to BFD or command
1105 line switch.
1106
1107 * tconfig.in: Define SIM_HAVE_BIENDIAN.
1108
1109Thu Aug 27 11:00:05 1998 Nick Clifton <nickc@cygnus.com>
1110
1111 * armemu.c (Multiply64): Test for Rm (rather than Rs) not being
1112 the same as either RdHi or RdLo.
1113
1114Thu Jul 2 10:24:35 1998 Nick Clifton <nickc@cygnus.com>
1115
1116 * armos.c (ARMul_OSHandleSWI: AngelSWI_Reason_ReportException):
1117 Set Reg[0] based on reason for for the exception.
1118
1119Thu Jun 4 15:22:03 1998 Jason Molenda (crash@bugshack.cygnus.com)
1120
1121 * armos.c (SWIwrite0): New function.
1122 (WriteCommandLineTo): New function.
1123 (SWIopen): New function.
1124 (SWIread): New function.
1125 (SWIwrite): New function.
1126 (SWIflen): New function.
1127 (ARMul_OSHandleSWI): Call new functions instead of handling
1128 these here.
1129 (ARMul_OSHandleSWI): Handle Angel SWIs correctly.
1130 (*): Reformat spacing to be a bit more GNUly.
1131 Most code taken from a patch by Anthony Thompson
1132 (athompso@cambridge.arm.com)
1133
1134Tue Jun 2 15:22:22 1998 Nick Clifton <nickc@cygnus.com>
1135
1136 * armos.h: Add Angel SWI and its reason codes.
1137 * armos.c (ARMul_OSHandleSWI): Ignore Angel SWIs (for now).
1138
1139Mon Jun 1 17:14:19 1998 Anthony Thompson (athompso@cambridge.arm.com)
1140
1141 * armos.c (ARMul_OSHandleSWI::SWI_Open): Handle special case
1142 of ":tt" to catch stdin in addition to stdout.
1143 (ARMul_OSHandleSWI::SWI_Seek): Return 0 or 1 to indicate failure
1144 or success of lseek().
1145
1146Wed May 20 17:36:25 1998 Nick Clifton <nickc@cygnus.com>
1147
1148 * armos.c (ARMul_OSHandleSWI): Special case code to catch attempts
1149 to open stdout.
1150
1151Wed Apr 29 15:29:55 1998 Jeff Johnston <jjohnstn@cygnus.com>
1152
1153 * armos.c (ARMul_OSHandleSWI): Added code for SWI_Clock,
1154 SWI_Flen, and SWI_Time. Also fixed SWI_Seek code to only
1155 seek from offset 0 and not to use R2 for whence since it is
1156 not passed as part of the SWI call.
1157
1158Tue Apr 28 18:33:31 1998 Geoffrey Noer <noer@cygnus.com>
1159
1160 * configure: Regenerated to track ../common/aclocal.m4 changes.
1161
1162Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche>
1163
1164 * configure: Regenerated to track ../common/aclocal.m4 changes.
1165 * config.in: Ditto.
1166
1167Sun Apr 26 15:20:26 1998 Tom Tromey <tromey@cygnus.com>
1168
1169 * acconfig.h: New file.
1170 * configure.in: Reverted change of Apr 24; use sinclude again.
1171
1172Fri Apr 24 14:16:40 1998 Tom Tromey <tromey@creche>
1173
1174 * configure: Regenerated to track ../common/aclocal.m4 changes.
1175 * config.in: Ditto.
1176
1177Fri Apr 24 11:20:19 1998 Tom Tromey <tromey@cygnus.com>
1178
1179 * configure.in: Don't call sinclude.
1180
1181Sat Apr 4 20:36:25 1998 Andrew Cagney <cagney@b1.cygnus.com>
1182
1183 * configure: Regenerated to track ../common/aclocal.m4 changes.
1184
1185Fri Mar 27 16:15:52 1998 Andrew Cagney <cagney@b1.cygnus.com>
1186
1187 * configure: Regenerated to track ../common/aclocal.m4 changes.
1188
1189Wed Mar 25 12:35:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
1190
1191 * configure: Regenerated to track ../common/aclocal.m4 changes.
1192
1193Wed Mar 18 12:38:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
1194
1195 * configure: Regenerated to track ../common/aclocal.m4 changes.
1196
1197Tue Mar 10 09:26:38 1998 Nick Clifton <nickc@cygnus.com>
1198
1199 * armopts.h: Remove definition of LITTLEND - it is not used.
1200
1201Tue Feb 17 12:35:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
1202
1203 * wrapper.c (sim_store_register, sim_fetch_register): Pass in
1204 length parameter. Return -1.
1205
1206Sun Feb 1 16:47:51 1998 Andrew Cagney <cagney@b1.cygnus.com>
1207
1208 * configure: Regenerated to track ../common/aclocal.m4 changes.
1209
1210Sat Jan 31 18:15:41 1998 Andrew Cagney <cagney@b1.cygnus.com>
1211
1212 * configure: Regenerated to track ../common/aclocal.m4 changes.
1213
1214Mon Jan 19 22:26:29 1998 Doug Evans <devans@seba>
1215
1216 * configure: Regenerated to track ../common/aclocal.m4 changes.
1217
1218Mon Dec 15 23:17:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
1219
1220 * configure: Regenerated to track ../common/aclocal.m4 changes.
1221 * config.in: Ditto.
1222
1223Tue Dec 9 11:30:48 1997 Nick Clifton <nickc@cygnus.com>
1224
1225 * Makefile.in: Updated with changes from branch.
1226 * armdefs.h: ditto
1227 * armemu.c: ditto these changes
1228 * armemu.h: ditto add support for
1229 * armos.c: ditto the Thumb instruction
1230 * armsupp.c: ditto set and the new v4
1231 * armvirt.c: ditto architecture.
1232 * wrapper.c: ditto
1233 * thumbemu.c: New file from branch.
1234
1235
1236Thu Dec 4 09:21:05 1997 Doug Evans <devans@canuck.cygnus.com>
1237
1238 * configure: Regenerated to track ../common/aclocal.m4 changes.
1239
1240Thu Oct 30 13:54:06 1997 Nick Clifton <nickc@cygnus.com>
1241
1242 * armos.c (ARMul_OSHandleSWI): Add support for GetEnv SWI. Patch
1243 from Tony Thompson at ARM: athompso@arm.com
1244
1245 * wrapper.c (sim_create_inferior): Add code to create an execution
1246 environment. Patch from Tony Thompson at ARM: athompso@arm.com
1247
1248Wed Oct 22 14:43:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
1249
1250 * wrapper.c (sim_load): Pass lma_p and sim_write args to
1251 sim_load_file.
1252
1253Fri Oct 3 09:28:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
1254
1255 * configure: Regenerated to track ../common/aclocal.m4 changes.
1256
1257Wed Sep 24 17:38:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
1258
1259 * configure: Regenerated to track ../common/aclocal.m4 changes.
1260
1261Tue Sep 23 11:04:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
1262
1263 * configure: Regenerated to track ../common/aclocal.m4 changes.
1264
1265Mon Sep 22 11:46:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
1266
1267 * configure: Regenerated to track ../common/aclocal.m4 changes.
1268
1269Fri Sep 19 17:45:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
1270
1271 * configure: Regenerated to track ../common/aclocal.m4 changes.
1272
1273Mon Sep 15 17:36:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
1274
1275 * configure: Regenerated to track ../common/aclocal.m4 changes.
1276
1277Thu Sep 4 17:21:23 1997 Doug Evans <dje@seba>
1278
1279 * configure: Regenerated to track ../common/aclocal.m4 changes.
1280
1281Wed Aug 27 18:13:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
1282
1283 * configure: Regenerated to track ../common/aclocal.m4 changes.
1284 * config.in: Ditto.
1285
1286Tue Aug 26 10:37:27 1997 Andrew Cagney <cagney@b1.cygnus.com>
1287
1288 * wrapper.c (sim_kill): Delete.
1289 (sim_create_inferior): Add ABFD argument.
1290 (sim_load): Move setting of PC from here.
1291 (sim_create_inferior): To here.
1292
1293Mon Aug 25 17:50:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
1294
1295 * configure: Regenerated to track ../common/aclocal.m4 changes.
1296 * config.in: Ditto.
1297
1298Mon Aug 25 15:35:45 1997 Andrew Cagney <cagney@b1.cygnus.com>
1299
1300 * wrapper.c (sim_open): Add ABFD argument.
1301
1302Tue May 20 10:13:26 1997 Andrew Cagney <cagney@b1.cygnus.com>
1303
1304 * wrapper.c (sim_open): Add callback argument.
1305 (sim_set_callbacks): Drop SIM_DESC argument.
1306
1307Thu Apr 24 00:39:51 1997 Doug Evans <dje@canuck.cygnus.com>
1308
1309 * configure: Regenerated to track ../common/aclocal.m4 changes.
1310
1311Fri Apr 18 13:32:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
1312
1313 * wrapper.c (sim_stop): Stub sim_stop function.
1314
1315Thu Apr 17 18:33:01 1997 Fred Fish <fnf@cygnus.com>
1316
1317 * arminit.c (ARMul_NewState): Preinitialize the state to
1318 all zero/NULL.
1319
1320Thu Apr 17 02:39:02 1997 Doug Evans <dje@canuck.cygnus.com>
1321
1322 * Makefile.in (SIM_OBJS): Add sim-load.o.
1323 * wrapper.c (sim_kind,myname): New static locals.
1324 (sim_open): Set sim_kind, myname.
1325 (sim_load): Call sim_load_file to do work. Set start address from bfd.
1326 (sim_create_inferior): Return SIM_RC. Delete start_address arg.
1327
1328Thu Apr 17 11:48:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
1329
1330 * wrapper.c (sim_trace): Update so that it matches prototype.
1331
1332Mon Apr 7 15:45:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1333
1334 * configure: Regenerated to track ../common/aclocal.m4 changes.
1335 * config.in: Ditto.
1336
1337Mon Apr 7 12:01:17 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1338
1339 * Makefile.in (armemu32.o): Replace $< with autoconf recommended
1340 $(srcdir)/....
1341 (armemu26.o): Ditto.
1342
1343Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
1344
1345 * wrapper.c (sim_open): New arg `kind'.
1346
1347 * configure: Regenerated to track ../common/aclocal.m4 changes.
1348
1349Wed Apr 2 14:50:44 1997 Ian Lance Taylor <ian@cygnus.com>
1350
1351 * COPYING: Update FSF address.
1352
1353Wed Apr 2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1354
1355 * configure: Regenerated to track ../common/aclocal.m4 changes.
1356
1357Wed Mar 19 01:14:00 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1358
1359 * configure: Regenerated to track ../common/aclocal.m4 changes.
1360
1361Mon Mar 17 15:10:07 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1362
1363 * configure: Re-generate.
1364
1365Fri Mar 14 10:34:11 1997 Michael Meissner <meissner@cygnus.com>
1366
1367 * configure: Regenerate to track ../common/aclocal.m4 changes.
1368
1369Thu Mar 13 12:38:56 1997 Doug Evans <dje@canuck.cygnus.com>
1370
1371 * wrapper.c (sim_open): Has result now.
1372 (sim_*): New SIM_DESC argument.
1373
1374Tue Feb 4 13:22:21 1997 Doug Evans <dje@canuck.cygnus.com>
1375
1376 * Makefile.in (@COMMON_MAKEFILE_FRAG@): Use
1377 COMMON_{PRE,POST}_CONFIG_FRAG instead.
1378 * configure.in: sinclude ../common/aclocal.m4.
1379 * configure: Regenerated.
1380
1381Thu Jan 23 11:46:23 1997 Stu Grossman (grossman@critters.cygnus.com)
1382
1383 * configure configure.in Makefile.in: Update to new configure
1384 scheme which is more compatible with WinGDB builds.
1385 * configure.in: Improve comment on how to run autoconf.
1386 * configure: Re-run autoconf to get new ../common/aclocal.m4.
1387 * Makefile.in: Use autoconf substitution to install common
1388 makefile fragment.
1389
1390Wed Nov 20 01:05:10 1996 Doug Evans <dje@canuck.cygnus.com>
1391
1392 * run.c: Deleted, use one in ../common now.
1393 * Makefile.in: Delete everything that's been moved to
1394 ../common/Make-common.in.
1395 (SIM_OBJS): Define.
1396 * configure.in: Simplify using macros in ../common/aclocal.m4.
1397 * configure: Regenerated.
1398 * config.in: New file.
1399 * armos.c: #include config.h.
1400 * wrapper.c (mem_size): Value is in bytes now.
1401 (sim_callback): New global.
1402 (arm_sim_set_profile{,_size}): Delete.
1403 (arm_sim_set_mem_size): Rename to sim_size.
1404 (sim_do_command): Call printf_filtered via callback.
1405 (sim_set_callbacks): Record callback.
1406
1407Thu Oct 3 16:10:27 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1408
1409 * Makefile.in (mostlyclean): Remove config.log.
1410
1411Wed Jun 26 12:17:24 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1412
1413 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
1414 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
1415 (docdir): Removed.
1416 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
1417 (AC_PROG_INSTALL): Added.
1418 * configure: Rebuilt.
1419
1420Wed Feb 21 12:14:31 1996 Ian Lance Taylor <ian@cygnus.com>
1421
1422 * configure: Regenerate with autoconf 2.7.
1423
1424Fri Dec 15 16:27:30 1995 Ian Lance Taylor <ian@cygnus.com>
1425
1426 * run.c (main): Use new bfd_big_endian macro.
1427
1428Mon Nov 20 17:40:38 1995 Doug Evans <dje@canuck.cygnus.com>
1429
1430 * run.c: Include "getopt.h".
1431 (verbose): Delete.
1432 (usage): Make static.
1433 (main): Call arm_sim_set_verbosity.
1434 Only load sections marked SEC_LOAD.
1435 * wrapper.c (mem_size, verbosity): New static global.
1436 (arm_sim_set_mem_size): Renamed from sim_size. Callers updated.
1437 (arm_sim_set_profile{,_size}): Renamed from sim_foo. Callers updated.
1438
1439Fri Nov 17 19:35:11 1995 Doug Evans <dje@canuck.cygnus.com>
1440
1441 * armdefs.h (ARMul_State): New member `verbose'.
1442 * armrdi.c (ARMul_ConsolePrint): Add missing va_end.
1443 * run.c (verbose): Make global.
1444 * wrapper.c (init): Set state->verbose.
1445 (ARMul_ConsolePrint): Don't print anything if !verbose.
1446
1447Fri Oct 13 15:30:30 1995 Doug Evans <dje@canuck.cygnus.com>
1448
1449 * armos.c: #include dbg_rdi.h.
1450 (ARMul_OSHandleSWI): Handle SWI_Breakpoint.
1451 * armos.h (SWI_Breakpoint): Define.
1452 * wrapper.c: #include armemu.h, dbg_rdi.h.
1453 (rc): Delete.
1454 (sim_resume): Use state->EndCondition to record stop state.
1455 Call FLUSHPIPE before returning.
1456 (sim_stop_reason): Determine reason from state->EndCondition.
1457
1458Fri Oct 13 15:04:05 1995 steve chamberlain <sac@slash.cygnus.com>
1459
1460 * wrapper.c (sim_set_callbacks): New.
1461
1462Thu Sep 28 19:45:56 1995 Doug Evans <dje@deneb.cygnus.com>
1463
1464 * armos.c (ARMul_OSHandleSWI): Result of read/write calls is
1465 number of bytes not read/written (or -1).
1466
1467Wed Sep 20 13:35:54 1995 Ian Lance Taylor <ian@cygnus.com>
1468
1469 * Makefile.in (maintainer-clean): New synonym for realclean.
1470
1471Fri Sep 8 14:27:20 1995 Ian Lance Taylor <ian@cygnus.com>
1472
1473 * configure.in: Remove AC_PROG_INSTALL.
1474 * configure: Rebuild.
1475 * Makefile.in (INSTALL): Revert to using install.sh.
1476 (INSTALL_PROGRAM, INSTALL_DATA): Set to $(INSTALL).
1477 (INSTALL_XFORM, INSTALL_XFORM1): Restore.
1478 (mostlyclean): Make the same as clean, not distclean.
1479 (clean): Remove config.log.
1480 (install): Don't install in $(tooldir).
1481
1482Thu Sep 7 12:00:17 1995 Doug Evans <dje@canuck.cygnus.com>
1483
1484 (Try to) Update to new bfd autoconf scheme.
1485 * run.c: Don't include sysdep.h.
1486 * Makefile.in (INSTALL{,_PROGRAM,_DATA}): Use autoconf computed value.
1487 (CC, CFLAGS, AR, RANLIB): Likewise.
1488 (HDEFINES, TDEFINES): Define.
1489 (CC_FOR_BUILD): Delete.
1490 (host_makefile_frag): Delete.
1491 (Makefile): Don't depend on frags.
1492 * configure.in (sysdep.h): Don't create symlink.
1493 (host_makefile_frag, frags): Deleted.
1494 (CC, CFLAGS, AR, RANLIB, INSTALL): Compute values.
1495 * configure: Regenerated.
1496
1497Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
1498
1499 * Update all FSF addresses except those in COPYING* files.
1500
1501Wed Jul 5 16:15:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1502
1503 * Makefile.in (clean): Remove run, libsim.a.
1504
1505 * Makefile.in, configure.in: converted to autoconf.
1506 * configure: New file, generated with autconf 2.4.
1507
1508 * arm.mt: Removed.
1509
1510Fri Jun 30 16:49:47 1995 Stan Shebs <shebs@andros.cygnus.com>
1511
1512 * wrapper.c (sim_do_command): New function.
1513
1514Tue Jun 13 10:57:32 1995 Steve Chamberlain <sac@slash.cygnus.com>
1515
1516 * armos.c (ARMul_OSHandleSWI): New version to work with
1517 newlib simply.
1518
1519Thu Jun 8 14:37:14 1995 Steve Chamberlain <sac@slash.cygnus.com>
1520
1521 * run.c (main): Grab return value from right register.
1522
1523Wed May 24 14:37:31 1995 Steve Chamberlain <sac@slash.cygnus.com>
1524
1525 * New.
1526
1527