]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/m68hc11/ChangeLog
Warn when a script redefines a symbol
[thirdparty/binutils-gdb.git] / sim / m68hc11 / ChangeLog
CommitLineData
136da8cd
MF
12021-02-13 Mike Frysinger <vapier@gentoo.org>
2
3 * configure.ac: Replace sinclude with AC_CONFIG_MACRO_DIRS.
4 * aclocal.m4, configure: Regenerate.
5
aa09469f
MF
62021-02-06 Mike Frysinger <vapier@gentoo.org>
7
8 * configure: Regenerate.
9
683b8d96
MF
102021-01-30 Mike Frysinger <vapier@gentoo.org>
11
12 * dv-m68hc11tim.c (cycle_to_string): Change llu to PRIi64.
13
b9e016f5
MF
142021-01-30 Mike Frysinger <vapier@gentoo.org>
15
16 * m68hc11_sim.c (cpu_set_sp): Add static markings.
17 (cpu_get_reg, cpu_get_src_reg, cpu_set_dst_reg,
18 cpu_get_indexed_operand_addr, cpu_get_indexed_operand8): Likewise.
19
fb8d4e59
MF
202021-01-30 Mike Frysinger <vapier@gentoo.org>
21
22 * interp.c (sim_get_info, sim_board_reset): Pass %s to sim_hw_parse.
23
ee64caae
MF
242021-01-30 Mike Frysinger <vapier@gentoo.org>
25
26 * dv-m68hc11.c, m68hc11_sim.c: Include stdlib.h.
27
88f68ee2
MF
282021-01-30 Mike Frysinger <vapier@gentoo.org>
29
30 * configure.ac (SIM_AC_OPTION_HARDWARE): Inline variables.
31 * configure: Regenerate.
32
68ed2854
MF
332021-01-11 Mike Frysinger <vapier@gentoo.org>
34
35 * config.in, configure: Regenerate.
36
50df264d
MF
372021-01-09 Mike Frysinger <vapier@gentoo.org>
38
39 * configure: Regenerate.
40
bf470982
MF
412021-01-09 Mike Frysinger <vapier@gentoo.org>
42
43 * configure.ac (SIM_AC_OPTION_WARNINGS): Pass "no".
44 * configure: Regenerate.
45
46f900c0
MF
462021-01-08 Mike Frysinger <vapier@gentoo.org>
47
48 * configure: Regenerate.
49
dfb856ba
MF
502021-01-04 Mike Frysinger <vapier@gentoo.org>
51
52 * configure: Regenerate.
53
5c887dd5
JB
542017-09-06 John Baldwin <jhb@FreeBSD.org>
55
56 * configure: Regenerate.
57
13a590ca
MF
582017-02-13 Mike Frysinger <vapier@gentoo.org>
59
60 * gencode.c: Include libiberty.h.
61 (TABLE_SIZE): Delete.
62 (find_opcode_pattern): Change TABLE_SIZE to ARRAY_SIZE.
63 (gen_interpreter): Likewise.
64 * interrupts.c (TableSize): Delete.
65 (interrupts_update_pending): Change TableSize to ARRAY_SIZE.
66
fa0843f5
MF
672016-08-16 Mike Frysinger <vapier@gentoo.org>
68
69 * sim-main.h (inline): Delete define.
70 (phys_to_virt): Change inline to STATIC_INLINE.
71 (memory_read8, memory_write8, memory_read16, memory_write16,
72 cpu_ccr_update_tst16, cpu_ccr_update_shift8, cpu_ccr_update_shift16,
73 cpu_ccr_update_add8, cpu_ccr_update_sub8, cpu_ccr_update_add16,
74 cpu_ccr_update_sub16, cpu_m68hc11_push_uint8, cpu_m68hc11_push_uint16,
75 cpu_m68hc11_pop_uint8, cpu_m68hc11_pop_uint16, cpu_m68hc12_push_uint8,
76 cpu_m68hc12_push_uint16, cpu_m68hc12_pop_uint8,
77 cpu_m68hc12_pop_uint16, cpu_fetch8, cpu_fetch16): Likewise.
78
5357150c
MF
792016-08-15 Mike Frysinger <vapier@gentoo.org>
80
81 * interp.c (sim_get_bank_parameters): Delete abfd arg.
82 Replace all symbol lookup code with calls to trace_sym_value.
83 (sim_prepare_for_program): Update sim_get_bank_parameters call.
84
6f64fd48
MF
852016-08-13 Mike Frysinger <vapier@gentoo.org>
86
87 * dv-m68hc11.c (m68hc11cpu_port_event): Adjust cpu prototype style.
88 * dv-m68hc11spi.c (m68hc11spi_port_event): Likewise.
89 * dv-m68hc11tim.c (m68hc11tim_print_timer): Likewise.
90 * emulos.c (emul_bench): Likewise.
91 (emul_write): Likewise. Also rename state to cpu.
92 (emul_os): Rename proc to cpu.
93 * gencode.c: Rename proc to cpu.
94 * interrupts.c (interrupts_initialize): Likewise.
95 * interrupts.h (interrupts): Adjust cpu type.
96 (interrupts_initialize): Likewise.
97 * m68hc11_sim.c (cpu_get_reg): Adjust cpu prototype style.
98 (cpu_get_src_reg, cpu_set_dst_reg, cpu_set_reg,
99 cpu_get_indexed_operand_addr, cpu_get_indexed_operand8,
100 cpu_get_indexed_operand16, cpu_dbcc, cpu_exg): Likewise.
101 (cpu_ccr_update_tst8): Rename proc to cpu.
102 * sim-main.h: Rename PROC and proc to cpu.
103
527aaa4a
MF
1042016-08-13 Mike Frysinger <vapier@gentoo.org>
105
106 * dv-m68hc11eepr.c (attach_m68hc11eepr_regs): Drop cast with
107 return value of hw_malloc.
108 * dv-m68hc11sio.c (m68hc11sio_rx_poll): Mark static.
109 (m68hc11sio_tx_poll): Likewise.
110 * dv-m68hc11spi.c (m68hc11spi_clock): Likewise.
111 * dv-m68hc11tim.c (m68hc11tim_timer_event): Likewise.
112 * dv-nvram.c (attach_nvram_regs): Drop cast with
113 return value of hw_malloc.
114 * emulos.c (emul_bench): Mark static.
115 (emul_write): Likewise.
116 (emul_exit): Likewise.
117 * gencode.c: Include stdio.h.
118 (gen_function_entry): Unify two print lines.
119 (cmp_opcode): Mark args const.
120
ce39bd38
MF
1212016-01-10 Mike Frysinger <vapier@gentoo.org>
122
123 * config.in, configure: Regenerate.
124
35656e95
MF
1252016-01-10 Mike Frysinger <vapier@gentoo.org>
126
127 * configure: Regenerate.
128
16f7876d
MF
1292016-01-10 Mike Frysinger <vapier@gentoo.org>
130
131 * configure: Regenerate.
132
e19418e0
MF
1332016-01-10 Mike Frysinger <vapier@gentoo.org>
134
135 * configure: Regenerate.
136
99d8e879
MF
1372016-01-10 Mike Frysinger <vapier@gentoo.org>
138
139 * configure: Regenerate.
140
347fe5bb
MF
1412016-01-10 Mike Frysinger <vapier@gentoo.org>
142
143 * configure.ac (SIM_AC_OPTION_INLINE): Delete call.
144 * configure: Regenerate.
145
22be3fbe
MF
1462016-01-10 Mike Frysinger <vapier@gentoo.org>
147
148 * configure: Regenerate.
149
0dc73ef7
MF
1502016-01-10 Mike Frysinger <vapier@gentoo.org>
151
152 * configure: Regenerate.
153
936df756
MF
1542016-01-09 Mike Frysinger <vapier@gentoo.org>
155
156 * config.in, configure: Regenerate.
157
2e3d4f4d
MF
1582016-01-06 Mike Frysinger <vapier@gentoo.org>
159
160 * interp.c (sim_open): Mark argv const.
161 (sim_create_inferior): Mark argv and env const.
162
9bbf6f91
MF
1632016-01-04 Mike Frysinger <vapier@gentoo.org>
164
165 * configure: Regenerate.
166
77cf2ef5
MF
1672016-01-03 Mike Frysinger <vapier@gentoo.org>
168
169 * interp.c (sim_open): Update sim_parse_args comment.
170
61971b86
MF
1712016-01-03 Mike Frysinger <vapier@gentoo.org>
172
173 * sim-main.h (sim_state): Delete devices member.
174
0cb8d851
MF
1752016-01-03 Mike Frysinger <vapier@gentoo.org>
176
177 * configure.ac (SIM_AC_OPTION_HOSTENDIAN): Delete.
178 * configure: Regenerate.
179
1ac72f06
MF
1802016-01-02 Mike Frysinger <vapier@gentoo.org>
181
182 * configure.ac (SIM_AC_OPTION_ENDIAN): Change BIG_ENDIAN to BIG.
183 * configure: Regenerate.
184
8e26d677
MF
1852015-12-30 Mike Frysinger <vapier@gentoo.org>
186
187 * configure.ac: Change LITTLE_ENDIAN to BIG_ENDIAN.
188 * configure: Regenerate.
189
eca4255a
MF
1902015-12-30 Mike Frysinger <vapier@gentoo.org>
191
192 * imterp.c (sim_open): Delete current_alignment and
193 current_target_byte_order assignments.
194 * configure.ac: Call SIM_AC_OPTION_ENDIAN.
195 * configure: Regenerate.
196
e1211e55
MF
1972015-12-30 Mike Frysinger <vapier@gentoo.org>
198
199 * wrapper.c (m68hc11_reg_store, m68hc11_reg_fetch): Define.
200 (sim_open): Call CPU_REG_FETCH/CPU_REG_STORE.
201 (sim_store_register): Rename to ...
202 (m68hc11_reg_store): ... this. Delete local cpu var.
203 (sim_fetch_register): Rename to ...
204 (m68hc11_reg_fetch): ... this. Delete local cpu var.
205
5e744ef8
MF
2062015-12-27 Mike Frysinger <vapier@gentoo.org>
207
208 * Makefile.in (SIM_OBJS): Delete sim-hload.o.
209
1b393626
MF
2102015-12-26 Mike Frysinger <vapier@gentoo.org>
211
212 * config.in, configure: Regenerate.
213
26936211
MF
2142015-12-24 Mike Frysinger <vapier@gentoo.org>
215
216 * sim-main.h (SIM_HANDLES_LMA): Delete.
217
84e8e361
MF
2182015-12-24 Mike Frysinger <vapier@gentoo.org>
219
220 * sim-main.h (WITH_WATCHPOINTS): Delete.
221
cdf850e9
MF
2222015-11-17 Mike Frysinger <vapier@gentoo.org>
223
224 * sim-main.h (WITH_MODULO_MEMORY): Delete.
225
797eee42
MF
2262015-11-15 Mike Frysinger <vapier@gentoo.org>
227
228 * Makefile.in (SIM_OBJS): Delete sim-reason.o and sim-stop.o.
229
d2dfd242
MF
2302015-11-14 Mike Frysinger <vapier@gentoo.org>
231
232 * Makefile.in (SIM_OBJS): Delete sim-load.o.
233
6e4f085c
MF
2342015-11-14 Mike Frysinger <vapier@gentoo.org>
235
236 * interp.c (sim_close): Delete.
237
8d0978fb
MF
2382015-06-23 Mike Frysinger <vapier@gentoo.org>
239
240 * configure: Regenerate.
241
a3487082
MF
2422015-06-12 Mike Frysinger <vapier@gentoo.org>
243
244 * configure: Regenerate.
245
306f4178
MF
2462015-06-12 Mike Frysinger <vapier@gentoo.org>
247
248 * configure: Regenerate.
249
09896bd2
MF
2502015-06-11 Mike Frysinger <vapier@gentoo.org>
251
252 * interp.c (interrupt_names): Delete.
253
a84f8df0
MF
2542015-06-11 Mike Frysinger <vapier@gentoo.org>
255
256 * Makefile.in (SIM_OBJS): Add sim-resume.o
257 * interp.c (has_stepped, sim_resume): Delete.
258
5d19c366
MF
2592015-06-11 Mike Frysinger <vapier@gentoo.org>
260
261 * interp.c (INLINE): Delete define.
262
0a13382c
NC
2632015-04-29 Nick Clifton <nickc@redhat.com>
264
265 PR 18273
266 * gencode.c (gen_fetch_operands): Remove unreachable code.
267
20bca71d
MF
2682015-04-18 Mike Frysinger <vapier@gentoo.org>
269
270 * sim-main.h (SIM_CPU): Delete.
271
7e83aa92
MF
2722015-04-18 Mike Frysinger <vapier@gentoo.org>
273
274 * sim-main.h (sim_cia): Delete.
275
034685f9
MF
2762015-04-17 Mike Frysinger <vapier@gentoo.org>
277
278 * sim-main.h (CIA_GET, CIA_SET): Delete.
279
78e9aa70
MF
2802015-04-15 Mike Frysinger <vapier@gentoo.org>
281
282 * Makefile.in (SIM_OBJS): Delete sim-cpu.o.
283 * sim-main.h (STATE_CPU): Delete.
284
bf12d44e
MF
2852015-04-13 Mike Frysinger <vapier@gentoo.org>
286
287 * configure: Regenerate.
288
bea3f671
MF
2892015-04-13 Mike Frysinger <vapier@gentoo.org>
290
291 * Makefile.in (SIM_OBJS): Add sim-cpu.o.
292 * interp.c (m68hc11_pc_get, m68hc11_pc_set): New functions.
293 (sim_open): Declare new local var i. Call sim_cpu_alloc_all.
294 Call CPU_PC_FETCH & CPU_PC_STORE for all cpus.
295 (sim_pc_get): Delete.
296 * sim-main.h (SIM_CPU): Define.
297 (STATE_CPU): Drop &.
298 (struct sim_state): Change cpu to an array of pointers.
299
122bbfb5
MF
3002015-04-06 Mike Frysinger <vapier@gentoo.org>
301
302 * Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
303
2b6ca062
MF
3042015-03-31 Mike Frysinger <vapier@gentoo.org>
305
306 * m68hc11_sim.c (cpu_get_indexed_operand_addr,
307 cpu_get_indexed_operand8, cpu_get_indexed_operand16): Rename restrict
308 variable to restricted.
309 * sim-main.h (cpu_get_indexed_operand_addr): Likewise.
310
05f53ed6
MF
3112015-03-24 Mike Frysinger <vapier@gentoo.org>
312
313 * interp.c (sim_pc_get): New function.
314
523ba8f9
MF
3152015-03-24 Mike Frysinger <vapier@gentoo.org>
316
317 * compile.c (sim_set_profile, sim_set_profile_size, sim_set_callbacks,
318 sim_size, sim_trace): Delete.
319 * sim-main.h (sim_set_profile, sim_set_profile_size): Delete.
320
30452bbe
MF
3212015-03-24 Mike Frysinger <vapier@gentoo.org>
322
323 * configure: Regenerate.
324
64dd13df
MF
3252015-03-23 Mike Frysinger <vapier@gentoo.org>
326
327 * configure: Regenerate.
328
49cd1634
MF
3292015-03-23 Mike Frysinger <vapier@gentoo.org>
330
331 * configure: Regenerate.
332 * configure.ac (m68hc11_extra_objs): Delete.
333 * Makefile.in (SIM_OBJS): Delete SIM_EXTRA_OBJS.
334 (SIM_EXTRA_OBJS): Delete.
335
ae7d0cac
MF
3362015-03-16 Mike Frysinger <vapier@gentoo.org>
337
338 * config.in, configure: Regenerate.
339
465fb143
MF
3402015-03-14 Mike Frysinger <vapier@gentoo.org>
341
342 * Makefile.in (SIM_RUN_OBJS): Delete.
343
5cddc23a
MF
3442015-03-14 Mike Frysinger <vapier@gentoo.org>
345
346 * configure.ac (AC_CHECK_HEADERS): Delete.
347 * aclocal.m4, configure: Regenerate.
348
2974be62
AM
3492014-08-19 Alan Modra <amodra@gmail.com>
350
351 * configure: Regenerate.
352
faa743bb
RM
3532014-08-15 Roland McGrath <mcgrathr@google.com>
354
355 * configure: Regenerate.
356 * config.in: Regenerate.
357
1a8a700e
MF
3582014-03-04 Mike Frysinger <vapier@gentoo.org>
359
360 * configure: Regenerate.
361
bf3d9781
AM
3622013-09-23 Alan Modra <amodra@gmail.com>
363
364 * configure: Regenerate.
365
31e6ad7d
MF
3662013-06-03 Mike Frysinger <vapier@gentoo.org>
367
368 * aclocal.m4, configure: Regenerate.
369
d3685d60
TT
3702013-05-10 Freddie Chopin <freddie_chopin@op.pl>
371
372 * configure: Rebuild.
373
1517bd27
MF
3742013-03-26 Mike Frysinger <vapier@gentoo.org>
375
376 * configure: Regenerate.
377
256139f5
JS
3782013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com>
379
380 * configure.ac: Use $SIM_DV_SOCKSER_O.
381 * configure: Regenerated.
382
5f3ef9d0
JB
3832012-06-15 Joel Brobecker <brobecker@adacore.com>
384
385 * config.in, configure: Regenerate.
386
2232061b
MF
3872012-03-24 Mike Frysinger <vapier@gentoo.org>
388
389 * aclocal.m4, config.in, configure: Regenerate.
390
db2e4d67
MF
3912011-12-03 Mike Frysinger <vapier@gentoo.org>
392
393 * aclocal.m4: New file.
394 * configure: Regenerate.
395
4399a56b
MF
3962011-10-19 Mike Frysinger <vapier@gentoo.org>
397
398 * configure: Regenerate after common/acinclude.m4 update.
399
9c082ca8
MF
4002011-10-17 Mike Frysinger <vapier@gentoo.org>
401
402 * configure.ac: Change include to common/acinclude.m4.
403
6ffe910a
MF
4042011-10-17 Mike Frysinger <vapier@gentoo.org>
405
406 * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER
407 call. Replace common.m4 include with SIM_AC_COMMON.
408 * configure: Regenerate.
409
2419798b
MF
4102011-07-05 Mike Frysinger <vapier@gentoo.org>
411
412 * interp.c (sim_do_command): Delete.
413
3725885a
RW
4142010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
415
416 * configure: Regenerate.
417
d6416cdc
RW
4182009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
419
81ecdfbb
RW
420 * config.in: Regenerate.
421 * configure: Likewise.
422
d6416cdc
RW
423 * configure: Regenerate.
424
b5bd9624
HPN
4252008-07-11 Hans-Peter Nilsson <hp@axis.com>
426
427 * configure: Regenerate to track ../common/common.m4 changes.
428 * config.in: Ditto.
429
6efef468 4302008-06-06 Vladimir Prus <vladimir@codesourcery.com>
72f4393d
L
431 Daniel Jacobowitz <dan@codesourcery.com>
432 Joseph Myers <joseph@codesourcery.com>
6efef468
JM
433
434 * configure: Regenerate.
435
b1bfc053
HPN
4362006-12-21 Hans-Peter Nilsson <hp@axis.com>
437
438 * config.in: Regenerate.
439
e85e3205
RE
4402006-06-13 Richard Earnshaw <rearnsha@arm.com>
441
442 * configure: Regenerated.
443
2f0122dc
DJ
4442006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
445
446 * configure: Regenerated.
447
20e95c23
DJ
4482006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
449
450 * configure: Regenerated.
451
b3a3ffef
HPN
4522006-03-29 Hans-Peter Nilsson <hp@axis.com>
453
454 * configure: Regenerate.
455
2b193c4a
MK
4562005-03-23 Mark Kettenis <kettenis@gnu.org>
457
458 * configure: Regenerate.
459
35695fd6
AC
4602005-01-14 Andrew Cagney <cagney@gnu.org>
461
462 * configure.ac: Sinclude aclocal.m4 before common.m4. Add
463 explicit call to AC_CONFIG_HEADER.
464 * configure: Regenerate.
465
38f48d72
AC
4662005-01-11 Andrew Cagney <cagney@localhost.localdomain>
467
468 * configure: Regenerated to track ../common/aclocal.m4 changes.
469
b7026657
AC
4702005-01-07 Andrew Cagney <cagney@gnu.org>
471
472 * configure.ac: Rename configure.in, require autoconf 2.59.
473 * configure: Re-generate.
474
379832de
HPN
4752004-12-08 Hans-Peter Nilsson <hp@axis.com>
476
477 * configure: Regenerate for ../common/aclocal.m4 update.
478
84b11e2e
AM
4792004-06-15 Alan Modra <amodra@bigpond.net.au>
480
481 * interp.c (sim_prepare_for_program): Use bfd_get_section_size
482 instead of bfd_get_section_size_before_reloc.
483
a685700c
SC
4842003-08-08 Stephane Carrez <stcarrez@nerim.fr>
485
486 * dv-m68hc11tim.c (cycle_to_string): Add flags parameter to better
487 control the translation.
488 (m68hc11tim_print_timer): Update cycle_to_string conversion.
489 (m68hc11tim_timer_event): Fix handling of output
490 compare register with its interrupts.
491 (m68hc11tim_io_write_buffer): Check output compare
492 after setting M6811_TMSK1.
493 (m68hc11tim_io_read_buffer): Fix compilation warning.
494 * dv-m68hc11.c (m68hc11_option_handler): Likewise.
495 * dv-m68hc11spi.c (m68hc11spi_info): Likewise.
496 * dv-m68hc11sio.c (m68hc11sio_info): Likewise.
497 * interrupts.c (interrupts_info): Likewise.
498 (interrupts_reset): Recognize bootstrap mode.
499 * sim-main.h (PRINT_CYCLE, PRINT_TIME): New defines.
500 (_sim_cpu): Add cpu_start_mode.
501 (cycle_to_string): Add flags member.
502 * m68hc11_sim.c (OPTION_CPU_BOOTSTRAP): New option.
503 (cpu_options): Declare new option bootstrap.
504 (cpu_option_handler): Handle it.
505 (cpu_info): Update call to cycle_to_string.
506
77342e5e
SC
5072003-08-08 Stephane Carrez <stcarrez@nerim.fr>
508
509 * sim-main.h (phys_to_virt): Use memory bank parameters to translate
510 the physical address in virtual address.
511 (struct _sim_cpu): Add memory bank members.
512 * m68hc11_sim.c (cpu_initialize): Clear memory bank parameters.
513 * interp.c (sim_hw_configure): Create memory bank according to memory
514 bank parameters.
515 (sim_get_bank_parameters): New function to obtain memory bank config
516 from the symbol table.
517 (sim_prepare_for_program): Call it to obtain the memory bank parameters.
518 (sim_open): Call sim_prepare_for_program.
519 * dv-m68hc11.c (m68hc11cpu_io_write_buffer): Use memory bank parameters
520 to check if address is within bank window.
521 (m68hc11cpu_io_read_buffer): Likewise.
522 (attach_m68hc11_regs): Map the memory bank according to memory bank
523 parameters.
524
53b3cd22
SC
5252003-08-08 Stephane Carrez <stcarrez@nerim.fr>,
526
527 * sim-main.h (PAGE_REGNUM, Z_REGNUM): Use same numbering as gdb.
528
962e9d85
SC
5292003-08-08 Stephane Carrez <stcarrez@nerim.fr>,
530 Gary Piercey <gpiercey@northstar-technical.com>
531
532 * m68hc11_sim.c (print_io_word): New function to print 16-bit value.
533 * sim-main.h (print_io_word): Declare.
534 * dv-m68hc11tim.c (tmsk1_desc): New description table for TMSK1.
535 (tflg1_desc): Likewise for TFLG1.
536 (m68hc11tim_info): Print input and output compare registers
537
9b9f7b3c
SC
5382003-03-02 Stephane Carrez <stcarrez@nerim.fr>
539
540 * Makefile.in (SIM_EXTRA_CFLAGS): Set WITH_TARGET_ADDRESS_BITSIZE
541 to 32 to support memory bank switching; temporarily use 32-bit for
542 WORD_BITSIZE to avoid a bug in sim-common.
543
00416c6e
SC
5442003-03-01 Stephane Carrez <stcarrez@nerim.fr>
545
546 * interp.c (sim_fetch_register): Only store a single byte for
547 1 byte registers.
548
6b4a8935
AC
5492003-02-27 Andrew Cagney <cagney@redhat.com>
550
551 * interp.c (sim_prepare_for_program, sim_open)
552 (sim_create_inferior): Rename _bfd to bfd.
553
099d1b50
SC
5542002-08-13 Stephane Carrez <stcarrez@nerim.fr>
555
556 * dv-m68hc11eepr.c (struct m68hc11eepr ): Use const char* for filename.
557
31c7c532
SC
5582002-08-13 Marko Kohtala <marko.kohtala@luukku.com>
559
72f4393d 560 * interp.c (sim_prepare_for_program): Look up the image for the
31c7c532
SC
561 reset vector and set cpu_use_elf_start to 1 if not found.
562 (sim_open): Do not set cpu_use_elf_start.
563
39762100
SC
5642002-08-13 Marko Kohtala <marko.kohtala@luukku.com>
565
566 * interp.c (sim_hw_configure): Return 1 for success.
567 (sim_prepare_for_program): Use the sim_hw_configure exit code to
568 return SIM_RC_FAIL.
569
7230d809
SC
5702002-08-13 Stephane Carrez <stcarrez@nerim.fr>
571
572 * dv-m68hc11.c (m68hc11cpu_io_read_buffer): Translate memory
573 bank window to some virtual address to read from extended memory.
574 (m68hc11cpu_io_write_buffer): Likewise for writing.
ca156d78 575 (attach_m68hc11_regs): When use_bank property is defined, attach
7230d809 576 to the 68HC12 16K memory bank window.
7230d809
SC
577 * interp.c (sim_hw_configure): Create memory region for banked
578 memory.
579
dcceded2
SC
5802002-08-13 Stephane Carrez <Stephane.Carrez@nerim.fr>
581
582 * interp.c (sim_hw_configure): Connect port-X to cpu-write-port.
583 * dv-m68hc11.c (m68hc11cpu_ports): Add cpu-write-port input.
584 (m68hc11cpu_port_event): Handle CPU_WRITE_PORT event.
585
abea9e28
SC
5862002-08-13 Marko Kohtala <marko.kohtala@luukku.com>
587
588 * dv-m68hc11.c (m68hc11cpu_io_write): Fix to update IO mapping
589 when IO mapping changed, not when internal RAM mapping is changed.
590
63f36def
SC
5912002-08-13 Stephane Carrez <stcarrez@nerim.fr>
592
593 * m68hc11_sim.c (cpu_special): Handle call and rtc instructions.
594 * sim-main.h (M6812_CALL_INDIRECT): Add to enum.
595 (m6811_regs): Add page register.
596 (cpu_set_page, cpu_get_page): New macros.
597 (phys_to_virt): New function.
598 (cpu_get_indexed_operand_addr, cpu_return): Declare.
599 * gencode.c: Identify indirect addressing mode for call and fix daa.
72f4393d 600 (gen_function_entry): New param to tell if src8/dst8 locals are
63f36def
SC
601 necessary.
602 (gen_interpreter): Use it to avoid generation of unused variables.
603 * interp.c (sim_fetch_register): Allow to read page register; page
604 register, A, B and CCR are only 1 byte wide.
605 (sim_store_register): Likewise for writing.
606
c8cca39f
AC
6072002-06-16 Andrew Cagney <ac131313@redhat.com>
608
609 * configure: Regenerated to track ../common/aclocal.m4 changes.
610
3c25f8c7
AC
6112002-06-09 Andrew Cagney <cagney@redhat.com>
612
613 * Makefile.in (INCLUDE): Update path to callback.h.
614 * sim-main.h: Include "gdb/callback.h" and "gdb/remote-sim.h".
615
86596dc8
SC
6162002-03-07 Stephane Carrez <Stephane.Carrez@worldnet.fr>
617
618 * m68hc11_sim.c (cpu_move8): Call sim_engine_abort in default case.
619 (cpu_move16): Likewise.
620 (sim_memory_error): Use sim_io_printf.
621 (cpu_option_handler): Fix compilation warning.
72f4393d 622 * interp.c (sim_hw_configure): Fix compilation warning;
86596dc8
SC
623 remove m68hc12sio@2 device.
624 (sim_open): Likewise.
72f4393d 625 * dv-m68hc11tim.c (m68hc11tim_port_event): Fix clear of TFLG2
86596dc8
SC
626 flags when reset.
627 (cycle_to_string): Improve convertion of cpu cycle number.
628 (m68hc11tim_info): Print info about PACNT.
629 (m68hc11tim_io_write_buffer): Fix clearing of TFLG2; handle
630 TCTL1 and TCTL2 registers.
631 * dv-m68hc11.c (m68hc11_info): Print 6811 current running mode.
632
827ec39a
SC
6332002-03-07 Stephane Carrez <Stephane.Carrez@worldnet.fr>
634
72f4393d 635 * interp.c (sim_hw_configure): Save the HW cpu pointer in the
827ec39a
SC
636 cpu struct.
637 (sim_hw_configure): Connect the capture input/output events.
638 * sim-main.h (_sim_cpu): New member hw_cpu.
639 (m68hc11cpu_set_oscillator): Declare.
640 (m68hc11cpu_clear_oscillator): Declare.
641 (m68hc11cpu_set_port): Declare.
642 * dv-m68hc11.c (m68hc11_options): New for oscillator commands.
643 (m68hc11cpu_ports): New input ports and output ports to reflect
644 the HC11 IOs.
645 (m68hc11_delete): Cleanup any running oscillator.
646 (attach_m68hc11_regs): Create the input oscillators.
647 (make_oscillator): New function.
648 (find_oscillator): New function.
649 (oscillator_handler): New function.
650 (reset_oscillators): New function.
651 (m68hc11cpu_port_event): Handle the new input ports.
652 (m68hc11cpu_set_oscillator): New function.
653 (m68hc11cpu_clear_oscillator): New function.
654 (get_frequency): New function.
655 (m68hc11_option_handler): New function.
656 (m68hc11cpu_set_port): New function.
657 (m68hc11cpu_io_write): Post the port output events.
658 * dv-m68hc11spi.c (set_bit_port): Use m68hc11cpu_set_port to set
659 the output port value.
660 * dv-m68hc11tim.c (m68hc11tim_port_event): Handle CAPTURE event
661 by latching the TCNT value in the register.
662
5abb9efa
SC
6632002-03-07 Stephane Carrez <Stephane.Carrez@worldnet.fr>
664
665 * sim-main.h (cpu_frame, cpu_frame_list): Remove.
666 (cpu_frame_reg, cpu_print_frame): Remove.
667 (cpu_m68hc11_push_uint8, cpu_m68hc11_pop_uint8): Cleanup.
668 (cpu_m68hc11_push_uint16, cpu_m68hc11_pop_uint16): Likewise.
669 (cpu_m68hc12_push_uint8, cpu_m68hc12_push_uint16): Likewise.
670 (cpu_m68hc12_pop_uint8, cpu_m68hc12_pop_uint16): Likewise.
671 * m68hc11_sim.c (cpu_find_frame): Remove.
672 (cpu_create_frame_list): Remove.
673 (cpu_remove_frame_list, cpu_create_frame, cpu_free_frame): Remove.
674 (cpu_frame_reg, cpu_print_frame, cpu_update_frame): Remove.
675 (cpu_call): Cleanup to remove #if HAVE_FRAME and calls to the above.
676 (cpu_update_frame): Likewise.
677 (cpu_return): Likewise.
678 (cpu_reset): Likewise.
72f4393d 679 (cpu_initialize): Likewise.
5abb9efa
SC
680 * interp.c (sim_do_command): Remove call to cpu_print_frame.
681
26128965
SC
6822002-03-07 Stephane Carrez <Stephane.Carrez@worldnet.fr>
683
684 * interrupts.c (interrupts_reset): New function, setup interrupt
685 vector address according to cpu mode.
686 (interrupts_initialize): Move reset portion to the above.
687 (interrupt_names): New table to give a name to interrupts.
688 (idefs): Handle pulse accumulator interrupts.
689 (interrupts_info): Print the interrupt history.
690 (interrupt_option_handler): New function.
691 (interrupt_options): New table of options.
692 (interrupts_update_pending): Keep track of when interrupts are
693 raised and implement breakpoint-on-raise-interrupt.
694 (interrupts_process): Keep track of when interrupts are taken
695 and implement breakpoint-on-interrupt.
696 * interrupts.h (struct interrupt_history): Define.
697 (struct interrupt): Keep track of the interrupt history.
698 (interrupts_reset): Declare.
699 (interrupts_initialize): Update prototype.
700 * m68hc11_sim.c (cpu_reset): Reset interrupts.
701 (cpu_initialize): Cleanup.
702
eefde351
SC
7032001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
704
705 * dv-m68hc11eepr.c (m68hc11eepr_info): Fix print of current write
706 address.
707 (m68hc11eepr_port_event): Fix detach/attach logic.
708
00d0c012
SC
7092001-07-22 Stephane Carrez <Stephane.Carrez@worldnet.fr>
710
711 * Makefile.in (SIM_OBJS): Remove sim-resume.o
712 * interp.c (sim_resume): New function from sim-resume.c, install
713 the stepping event after having processed the pending ticks.
714 (has_stepped): Likewise.
715 (sim_info): Produce an output only if verbose or STATE_VERBOSE_P.
716
b51c7603
AC
7172001-07-10 Andrew Cagney <ac131313@redhat.com>
718
719 * Makefile.in (gencode): Provide explicit path to gencode.c.
720
81e09ed8
SC
7212001-05-20 Stephane Carrez <Stephane.Carrez@worldnet.fr>
722
723 * Makefile.in (M68HC11_OBJS): Add m68hc12int.o.
724 (m68hc12int.c): Generate using gencode -m6812.
725 (m68hc11int.c): Likewise with -m6811.
726
727 * gencode.c (m6811_opcode_patterns): New patterns for 68HC12.
728 (m6811_page1_opcodes): Remove duplicate entries.
729 (m6811_page2_opcodes): Likewise.
730 (m6811_page3_opcodes): Likewise.
731 (m6811_page4_opcodes): Likewise.
732 (m6812_page1_opcodes): New table for 68HC12 instructions.
733 (m6812_page2_opcodes): Likewise.
734 (gen_fetch_operands): New modes [] and &[] for 68HC12 operands.
735 (gen_save_result): Likewise.
736 (gen_interpreter_for_table): Handle 68HC11 and 68HC12 opcodes.
737 (cmp_opcode): New function for opcode comparision.
738 (prepare_table): Sort the opcodes.
739 (gen_interpreter): Prepare all the tables and generate either
740 a 68HC11 or a 68HC12 simulator.
741 (main): New options -m6811 and -m6812.
742
743 * m68hc11_sim.c (cpu_single_step): Use pointer to cpu interpretor.
744 (cpu_special): Simulation of some 68HC12 instructions.
745 (cpu_exg): New function.
746 (cpu_dbcc): Likewise.
747 (cpu_fetch_relbranch16): Likewise.
748 (cpu_push_all): Push according to 68HC11 or 68HC12.
749 (cpu_move16): Likewise.
750 (cpu_move8): Likewise.
751 (cpu_get_indexed_operand16): Likewise.
752 (cpu_get_indexed_operand8): Likewise.
753 (cpu_get_indexed_operand_addr): Likewise.
754 (cpu_set_reg, cpu_set_dst_reg, cpu_get_src_reg, cpu_get_reg): Likewise.
755 (cpu_reset): Setup INIT register according to architecture.
72f4393d 756
81e09ed8
SC
757 * sim-main.h (M6811_Special): Add 68HC12 specific instructions.
758 (_sim_cpu): Keep track of the cpu being simulated.
759 (cpu_get_tmp3, cpu_get_tmp2, cpu_set_tmp3, cpu_set_tmp2): New.
760 (cpu_m68hc11_push_uintxx): Rename of cpu_push_uintxx.
761 (cpu_m68hc11_pop_uint8): Likewise.
762 (cpu_m68hc12_push_uintxx): New functions for 68HC12.
763 (cpu_m68hc12_pop_uintxx): Likewise.
764 (cpu_exg, cpu_dbcc, cpu_move8, cpu_move16): Likewise,
765 (cpu_fetch_relbranch16): Likewise.
766 (cpu_interp_m6811): Rename of cpu_interp.
72f4393d 767 (cpu_interp_m6812): New function.
81e09ed8
SC
768 * interp.c (free_state): New function.
769 (dev_list_68hc12): New table.
770 (sim_board_reset): Reset depending on the cpu (HC11 or HC12).
771 (sim_hw_configure): New function.
772 (sim_prepare_for_program): New function.
773 (sim_open): Use above new functions.
774 (sim_close): Call free_state().
775 (sim_info): Print info according to cpu.
776 (sim_create_inferior): Use sim_prepare_for_program.
777 (sim_do_command): Configure the hardware after a change of the
778 architecture.
779
11115521
SC
7802001-05-20 Stephane Carrez <Stephane.Carrez@worldnet.fr>
781
782 * dv-m68hc11sio.c (m68hc11sio_tx_poll): Always check for
783 pending interrupts.
784 * interrupts.c (interrupts_process): Keep track of the last number
785 of masked insn cycles.
786 (interrupts_initialize): Clear last number of masked insn cycles.
787 (interrupts_info): Report them.
72f4393d
L
788 (interrupts_update_pending): Compute clear and set masks of
789 interrupts and clear the interrupt bits before setting them
11115521
SC
790 (due to SCI interrupt sharing).
791 * interrupts.h (struct interrupts): New members last_mask_cycles
792 and xirq_last_mask_cycles.
793
b93775f5
SC
7942000-11-26 Stephane Carrez <Stephane.Carrez@worldnet.fr>
795
796 * dv-m68hc11.c (m68hc11cpu_io_read_buffer): Use attach_size
797 instead of a hard-coded value.
798 (m68hc11cpu_io_write_buffer): Likewise.
799 (dv_m68hc11_descriptor): Define a 68hc12 device.
800 * dv-m68hc11eepr.c (dv_m68hc11eepr_descriptor): Likewise.
801 * dv-m68hc11tim.c (dv_m68hc11tim_descriptor): Likewise.
802 * dv-m68hc11spi.c (dv_m68hc11spi_descriptor): Likewise.
803 * dv-m68hc11sio.c (dv_m68hc11sio_descriptor): Likewise.
804
639aa4f7
SC
8052000-11-22 Stephane Carrez <Stephane.Carrez@worldnet.fr>
806
807 * dv-m68hc11.c (attach_m68hc11_regs): Register a delete handler.
808 (m68hc11cpu_delete): Delete handler to detach the address space.
809
6e73e7ed
SC
8102000-11-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
811
812 * dv-m68hc11eepr.c (attach_m68hc11eepr_regs): Use hw_malloc.
813 * dv-nvram.c (attach_nvram_regs): Use hw_free and hw_malloc
814 instead of free and malloc.
815
5f186447
SC
8162000-09-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
817
818 * Makefile.in: Was missing from initial patch.
819
9830501b
SC
8202000-09-10 Stephane Carrez <Stephane.Carrez@worldnet.fr>
821
822 * interp.c (sim_store_register): Remove soft register hack.
823 (sim_fetch_register): Likewise.
824 (sim_create_inferior): Likewise.
825 * sim-main.h: Likewise.
826
a8afa79a
SC
8272000-09-10 Stephane Carrez <Stephane.Carrez@worldnet.fr>
828
829 * interrupts.c (interrupts_update_pending): Clear the mask of
830 pending interrupts here.
831 (interrupts_get_current): Don't clear the mask of pending interrupts.
832
2990a9f4
SC
8332000-09-10 Stephane Carrez <Stephane.Carrez@worldnet.fr>
834
835 * sim-main.h: Define cycle_to_string.
72f4393d 836 * dv-m68hc11tim.c (cycle_to_string): New function to translate
2990a9f4
SC
837 the cpu cycle into some formatted time string.
838 (m68hc11tim_print_timer): Use it.
839 * dv-m68hc11sio.c (m68hc11sio_info): Use cycle_to_string.
840 * dv-m68hc11spi.c (m68hc11spi_info): Likewise.
841 * interrupts.c (interrupts_info): Likewise.
842 * m68hc11_sim.c (cpu_info): Likewise.
843
401493c8
SC
8442000-09-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
845
846 * dv-m68hc11tim.c (m68hc11tim_timer_event): Compute the overflow
847 interrupt and compare events accurately. Take into account the
848 pending ticks not processed by the simulator yet (introduced a shift).
849 (m68hc11_port_event): Reset the timer interrupt delays.
850 (m68hc11tim_io_read_buffer): Be able to read several bytes.
851 (m68hc11tim_io_write_buffer): Likewise for write.
852 (m68hc11tim_io_write_buffer): Recompute the timer overflow interrupt.
853
4d72d17a
SC
8542000-09-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
855
856 * dv-m68hc11spi.c (m68hc11spi_io_read_buffer): Clear the interrupts.
857 (m68hc11spi_io_write_buffer): Likewise and fix the spi frame.
858 (m68hc11spi_info): Clarify the status report
859 of the SPI when a byte is being sent.
860 (m68hc11spi_clock): Fix the spi send frame.
72f4393d 861
63348d04
SC
8622000-08-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
863
864 * sim-main.h (m68hc11_map_level): Define level of address mappings.
865 * dv-m68hc11eepr.c (struct m68hc11eepr ): New flag to indicate
866 whether the eeprom is currently mapped or not.
867 (m68hc11eepr_port_event): Use the flag to see if we must unmap
868 or map the eeprom. Update the flag to reflect the current state.
869 Use M6811_EEPROM_LEVEL when mapping the eeprom.
870 (m68hc11eepr_finish): Remove overlap hack.
871 (attach_m68hc11eepr_regs): Use M6811_IO_LEVEL when mapping the
872 config and control registers.
873 * dv-m68hc11.c (m68hc11cpu_finish): Remove overlap hack.
874 (attach_m68hc11_regs): Use M6811_IO_LEVEL.
875 (m68hc11cpu_io_write): Likewise when unmapping and re-mapping.
876 * dv-m68hc11spi.c (m68hc11spi_finish): Likewise.
877 (attach_m68hc11spi_regs): Likewise.
878 * dv-m68hc11tim.c (m68hc11tim_finish): Likewise.
879 (attach_m68hc11tim_regs): Likewise.
880 * dv-m68hc11sio.c (m68hc11sio_finish): Likewise.
881 (attach_m68hc11sio_regs): Likewise.
882 * interp.c (sim_open): Likewise.
883 * dv-nvram.c (attach_nvram_regs): Likewise.
884
5d031c16
AC
885Thu Jul 27 21:27:25 2000 Andrew Cagney <cagney@b1.cygnus.com>
886
887 * configure, config.in: Regenerate.
888
e0709f50
AC
8892000-06-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
890
891 * Makefile.in (SIM_RUN_OBJS): Define to use nrun.c
892 * dv-m68hc11.c (m68hc11cpu_finish): Register detach address callback.
893 (dv_m6811_detach_address_callback): New function to detach a
894 device from an address space.
895 * dv-m68hc11eepr.c (m68hc11eepr_port_event): Initialize
896 config register according to --cpu-config option.
897 * sim-main.h (_sim_cpu): Add cpu_config member.
898 * interp.c (sim_open): Delete specific simulator options.
899 * m68hc11_sim.c (cpu_option_handler): New options
900 --emulos and -cpu-config <val> to configure the simulator.
901 (cpu_initialize): Initialize cpu_config member.
902
9032000-06-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
904
905 * emulos.c: Fix indentation and comments.
906 * gencode.c: Likewise.
907 * dv-m68hc11tim.c (m68hc11tim_timer_event): Handle COMPARE_EVENT.
908 (m68hc11tim_io_write_buffer): Write compare registers and
909 setup compare event.
910 * interp.c: Remove unused global variables.
911 * interrupts.c (idefs): New compare interrupts.
912 Fix indentation and comments.
913 * interrupts.h: Likewise.
914
9152000-06-18 Stephane Carrez <Stephane.Carrez@worldnet.fr>
916
917 * dv-m68hc11sio.c: Fix indentation and comments.
918 Remove INT_PORT.
919 * dv-m68hc11.c: Fix indentation and comments.
920 (m68hc11cpu_port_event): Move initialization of M6811_HPRIO from here.
921 * m68hc11_sim.c (cpu_reset): To here.
922 * dv-m68hc11eepr.c: Fix indentation and comments.
72f4393d 923
e0709f50
AC
9242000-06-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
925
926 * dv-nvram.c: New file, rename from dv-pram.c.
927 * dv-pram.c: Delete file.
928 * sim-main.h: Incorporate m68hc11_sim.h.
929 * m68hc11_sim.h: Delete file.
930 * configure.in: Rename pram into nvram.
931 * interp.c (sim_open): Likewise in creation of device tree.
72f4393d 932
e0709f50
AC
9332000-05-31 Stephane Carrez <Stephane.Carrez@worldnet.fr>
934
935 * interp.c (sim_open): Create the SPI device.
936 * dv-m68hc11spi.c: New file for SPI device simulation.
937 * configure.in (hw_extra_devices): Add SPI device.
938
9392000-05-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
940
941 * interrupts.c (interrupts_initialize): Clear XIRQ accounting.
942 (interrupts_process): Separate IRQ and XIRQ accounting.
943 (interrupts_info): Report XIRQ accounting.
944 * interrupts.h (struct interrupts): Added accounting for XIRQ.
945
9462000-04-16 Stephane Carrez <stcarrez@worldnet.fr>
947
948 * dv-pram.c (attach_pram_regs): Fix the 'save-modified' mode.
949 * m68hc11_sim.h (_sim_cpu): Allow configuration of cpu mode.
72f4393d 950 * dv-m68hc11.c (attach_m68hc11_regs): Get the cpu MODA,MODB
e0709f50
AC
951 configuration from the 'mode' device tree property.
952 (m68hc11cpu_port_event): Reset M6811_HPRIO to the cpu MODA, MODB
953 configuration.
954
9552000-02-24 Stephane Carrez <stcarrez@worldnet.fr>
956
957 * sim-main.h: Remove WITH_TARGET_* defines.
958 * Makefile.in (SIM_EXTRA_CFLAGS): Specify the WITH_TARGET_* flags.
959
9602000-02-08 Stephane Carrez <stcarrez@worldnet.fr>
961
962 * dv-m68hc11sio.c (m68hc11sio_port_event): Setup the SCI to
963 1200 baud when cpu is in bootstrap mode.
964
965 * dv-m68hc11tim.c (m68hc11tim_io_write_buffer): Be able to
966 write in the TCTN timer register.
967
968 * dv-m68hc11sio.c (m68hc11sio_io_write_buffer): Divide cpu clock
969 by 4 to obtain the E clock frequency.
970 (sccr2_desc): Use M6811_TIE for TIE bit.
971 (m68hc11sio_info): Fix baud rate report.
972
973 * dv-m68hc11tim.c (to_realtime): Likewise.
974
975 * interp.c (sim_open): When building device tree, only provide
976 devices that do not exist yet.
977
978 * emulos.c: Fix compilation pb under Windows.
979
980 * dv-m68hc11.c (attach_m68hc11_regs): Get the clock frequency
981 from the 'clock' property.
982
9832000-01-02 Stephane Carrez <stcarrez@worldnet.fr>
984
985 * m68hc11_sim.h (*_REGNUM): Define.
986 (_sim_cpu): New member cpu_page0_reg table.
987 * interp.c (sim_create_inferior): Fill the cpu_page0_reg table with
988 addresses of soft registers in .page0.
72f4393d 989 (sim_fetch_register, sim_store_register): Use cpu_page0_reg table
e0709f50
AC
990 to get/set soft registers.
991
9921999-12-31 Stephane Carrez <stcarrez@worldnet.fr>
993
994 * dv-m68hc11.c (m68hc11cpu_io_write_buffer): Clear byte to avoid
995 returning random values.
996
9971999-12-17 Stephane Carrez <stcarrez@worldnet.fr>
998
999 * gencode.c: Fix "subb N,x" that used a instead of b.
1000
10011999-09-09 Stephane Carrez <stcarrez@worldnet.fr>
1002
1003 * gencode.c: Fixed sbc8 and adc8 when there was a initial carry.
1004
10051999-09-01 Stephane Carrez <stcarrez@worldnet.fr>
1006
1007 * sim-main.h (SIM_HANDLES_LMA): Define to enable loading using lma.
1008
10091999-08-14 Stephane Carrez <stcarrez@worldnet.fr>
1010
1011 * dv-m68hc11.c (attach_m68hc11_regs): Save the size of the
1012 register region in the m68hc11cpu struct.
1013 (m68hc11cpu_io_write): When the IO mapping addres changes,
1014 detach the register region and re-attach it at the new address.
1015 (m68hc11cpu_io_read_buffer): Renamed base_address into
1016 attach_address.
1017 (m68hc11cpu_io_write_buffer): Likewise. Pass the hw pointer
1018 to m68hc11cpu_io_write.
1019
10201999-08-13 Stephane Carrez <stcarrez@worldnet.fr>
1021
1022 * gencode.c: For sbc8, check the carry and increment the source
1023 before trying to set the carry for the result.
1024
10251999-05-24 John S. Kallal <kallal@voicenet.com>
72f4393d 1026
e0709f50
AC
1027 * interp.c (sim_get_info): Don't crash if the command line is 0.
1028 Define prototype for sim_get_info() and init_system().
1029 (sim_info): Correct call to sim_get_info().
72f4393d 1030
e0709f50
AC
10311999-05-16 Stephane Carrez <stcarrez@worldnet.fr>
1032
1033 * configure.in: Recognize m6811-*-*.
1034 * configure: Regenerate.
1035 * m68hc11_sim.h (cpu_ccr_update_add8, cpu_ccr_update_add16,
1036 cpu_ccr_update_sub8, cpu_ccr_update_sub16):
1037 Correct the computation of carry of 8 and 16-bits add and subtract.
1038 * gencode.c: Use cpu_ccr_update_sub8 for subtraction (carry and
1039 overflow set in a different manner than add).
1040
10411999-05-14 Stephane Carrez <stcarrez@worldnet.fr>
1042
1043 * dv-m68hc11.c (dv_m6811_attach_address_callback): Removed a
1044 trace message.
1045 * interp.c (sim_open, sim_create_inferior): Initialize the
1046 cpu_elf_start from the ELF header.
1047 * m68hc11_sim.c (cpu_initialize): Clear the new data members.
1048 (cpu_restart): Use cpu_elf_start as the starting address when
1049 the flag is set.
1050 (cpu_special): When cpu_use_elf_start is set, the WAI instruction
1051 exits the simulator (exit status is in D).
1052 * m68hc11_sim.h (_sim_cpu): Added members cpu_use_elf_start and
1053 cpu_elf_star to start execution at address specified in ELF file.
1054
10551999-05-02 Stephane Carrez <stcarrez@worldnet.fr>
1056
1057 * Makefile.in, config.in, configure, configure.in: New files.
1058 * gencode.c: New file, generation of 68HC11 interpreter.
1059 * m68hc11_sim.h, m68hc11_sim.c: New files, specific operations
1060 for interpreter.
1061 * interrupts.c, interrupts.h: New files, management of interrupts.
72f4393d 1062 * interp.c, sim-main.h,
e0709f50
AC
1063 * dv-m68hc11.c, dv-m68hc11eepr.c, dv-m68hc11sio.c,
1064 dv-m68hc11tim.c, dv-pram.c: New files representing devices for
1065 68HC11 (dv-pram.c is generic and could probably migrate to common).
1066 * emulos.c: New file, basic emulation of some os.