]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/h8300/ChangeLog
sim: split sim-signal.h include out
[thirdparty/binutils-gdb.git] / sim / h8300 / ChangeLog
CommitLineData
1fef66b0
MF
12021-06-18 Mike Frysinger <vapier@gentoo.org>
2
3 * compile.c: Include sim-signal.h.
4
f9a4d543
MF
52021-06-17 Mike Frysinger <vapier@gentoo.org>
6
7 * compile.c (sim_open): Set current_target_byte_order.
8 * configure.ac: Delete SIM_AC_OPTION_ENDIAN call.
9 * aclocal.m4, configure: Regenerate.
10
ef5058ae
MF
112021-06-17 Mike Frysinger <vapier@gentoo.org>
12
13 * compile.c: Include sim/callback.h.
14
a8a3d907
MF
152021-06-16 Mike Frysinger <vapier@gentoo.org>
16
17 * configure: Regenerate.
18
52d37d2c
MF
192021-06-16 Mike Frysinger <vapier@gentoo.org>
20
21 * configure: Regenerate.
22 * config.in: Removed.
23
bcaa61f7
MF
242021-06-15 Mike Frysinger <vapier@gentoo.org>
25
26 * config.in, configure: Regenerate.
27
ba307cdd
MF
282021-06-12 Mike Frysinger <vapier@gentoo.org>
29
30 * configure.ac: Delete call to SIM_AC_OPTION_ALIGNMENT.
31
dba333c1
MF
322021-06-12 Mike Frysinger <vapier@gentoo.org>
33
34 * aclocal.m4, config.in, configure: Regenerate.
35
b15c5d7a
MF
362021-06-12 Mike Frysinger <vapier@gentoo.org>
37
38 * configure.ac: Delete call to AC_CHECK_HEADERS_ONCE.
39 * config.in, configure: Regenerate.
40
0ef4c3f8
YS
412021-05-28 Yoshinori Sato <ysato@users.sourceforge.jp>
42
43 * sim-main.h (h8_typecodes): Add operand type OP_REG_DEC, OP_REG_INC.
44 * compile.c (decode): Rewrite oprand type for specific case.
45 (fetch_1): Add handling OP_REG_DEC and OP_REG_INC.
46 (step_once): Fix operand fetch order.
47
f4fdd845
MF
482021-05-17 Mike Frysinger <vapier@gentoo.org>
49
50 * sim-main.h (SIM_HAVE_COMMON_SIM_STATE): Delete.
51
2ad10cb2
MF
522021-05-17 Mike Frysinger <vapier@gentoo.org>
53
54 * compile.c (h8_get_state): Change sd to H8300_SIM_STATE.
55 (h8_set_state): Likewise.
56 (h8_get_stats): Likewise.
57 (h8_increment_stats): Likewise.
58 (init_pointers): Likewise.
59 (step_once): Likewise.
60 (sim_info): Likewise.
61 (sim_open): Likewise.
62 (sim_load): Likewise.
63 * sim-main.h (SIM_HAVE_COMMON_SIM_STATE): Define.
64 (struct sim_state): Delete.
65 (struct h8300_sim_state): New struct.
66 (H8300_SIM_STATE): Define.
67
6df01ab8
MF
682021-05-16 Mike Frysinger <vapier@gentoo.org>
69
70 * compile.c: Replace config.h include with defs.h.
71 * sim-main.h: Delete config.h include.
72
79633c12
MF
732021-05-16 Mike Frysinger <vapier@gentoo.org>
74
75 * config.in, configure: Regenerate.
76
bb608f81
MF
772021-05-08 Mike Frysinger <vapier@gentoo.org>
78
79 * compile.c (h8_set_macS): Disable with #if 0.
80 (step_once): Set trace & intMask to 0.
81 (set_h8300h): Mark static.
82 * configure.ac: Delete SIM_AC_OPTION_WARNINGS call.
83 * configure: Regenerate.
84
aa0fca16
MF
852021-05-04 Mike Frysinger <vapier@gentoo.org>
86
87 * configure: Regenerate.
88
fe348617
MF
892021-05-01 Mike Frysinger <vapier@gentoo.org>
90
91 * config.in, configure: Regenerate.
92
66d055c7
MF
932021-04-26 Mike Frysinger <vapier@gentoo.org>
94
95 * aclocal.m4, config.in, configure: Regenerate.
96
19f6a43c
TT
972021-04-22 Tom Tromey <tom@tromey.com>
98
99 * configure, config.in: Rebuild.
100
efd82ac7
TT
1012021-04-22 Tom Tromey <tom@tromey.com>
102
103 * configure: Rebuild.
104
2662c237
MF
1052021-04-21 Mike Frysinger <vapier@gentoo.org>
106
107 * aclocal.m4: Regenerate.
108
1f195bc3
SM
1092021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
110
111 * configure: Regenerate.
112
2c2645d7
MF
1132021-04-18 Mike Frysinger <vapier@gentoo.org>
114
115 * configure.ac: Change AC_CHECK_HEADERS to AC_CHECK_HEADERS_ONCE.
116 * configure: Regenerate.
117
37e9f182
MF
1182021-04-18 Mike Frysinger <vapier@gentoo.org>
119
120 * configure: Regenerate.
121
d5a71b11
MF
1222021-04-12 Mike Frysinger <vapier@gentoo.org>
123
124 * compile.c (sim_open): Delete 3rd arg to sim_cpu_alloc_all.
125
06a88b3b
TT
1262021-04-08 Tom Tromey <tom@tromey.com>
127
128 * compile.c (init_pointers): Fix sequence point warning.
129
81e6e8ae
TT
1302021-04-08 Tom Tromey <tom@tromey.com>
131
132 * compile.c (cmdline_location): Use new-style declaration.
133
c2783492
MF
1342021-04-02 Mike Frysinger <vapier@gentoo.org>
135
136 * aclocal.m4, configure: Regenerate.
137
ebe9564b
MF
1382021-02-28 Mike Frysinger <vapier@gentoo.org>
139
140 * configure: Regenerate.
141
760b3e8b
MF
1422021-02-21 Mike Frysinger <vapier@gentoo.org>
143
144 * configure.ac (AC_CONFIG_MACRO_DIRS): Replace common with m4.
145 * aclocal.m4, configure: Regenerate.
146
136da8cd
MF
1472021-02-13 Mike Frysinger <vapier@gentoo.org>
148
149 * configure.ac: Replace sinclude with AC_CONFIG_MACRO_DIRS.
150 * aclocal.m4, configure: Regenerate.
151
aa09469f
MF
1522021-02-06 Mike Frysinger <vapier@gentoo.org>
153
154 * configure: Regenerate.
155
54780889
MF
1562021-01-13 Mike Frysinger <vapier@gentoo.org>
157
158 * compile.c (memory_size): Move definition to top of file.
159 (h8_get_memory, h8_set_memory): Assert access is within memory_size.
160 (h8_get_eightbit_buf): Delete.
161 h8_set_eightbit_buf, h8_get_eightbit, h8_set_eightbit): Likewise.
162 (GET_MEMORY_L): Delete eightbit references.
163 (GET_MEMORY_W, GET_MEMORY_B, SET_MEMORY_L, SET_MEMORY_W,
164 SET_MEMORY_B, init_pointers, step_once, sim_load): Likewise.
165 (sim_write): Likewise. Return i instead of size.
166 (sim_read): Check addr is within memory_size.
167 * sim-main.h (struct h8300_cpu_state): Delete eightbit.
168
5c1008a4
MF
1692021-01-11 Mike Frysinger <vapier@gentoo.org>
170
171 * configure.ac: Call SIM_AC_OPTION_WARNINGS.
172 * configure: Regenerate.
173
68ed2854
MF
1742021-01-11 Mike Frysinger <vapier@gentoo.org>
175
176 * config.in, configure: Regenerate.
177 * compile.c: Delete HAVE_TIME_H & HAVE_STDLIB_H.
178
50df264d
MF
1792021-01-09 Mike Frysinger <vapier@gentoo.org>
180
181 * configure: Regenerate.
182
46f900c0
MF
1832021-01-08 Mike Frysinger <vapier@gentoo.org>
184
185 * configure: Regenerate.
186
bfc7d04a
MF
1872021-01-07 Mike Frysinger <vapier@gentoo.org>
188
189 * compile.c (set_simcache_size, h8_get_cache_top, h8_set_cache_top,
190 h8_get_compiles, h8_increment_compiles, h8_get_cache_idx_buf,
191 h8_set_cache_idx_buf, h8_get_cache_idx, h8_set_cache_idx, compile,
192 set_simcache_size): Delete.
193 (init_pointers): Delete calls to h8_get_cache_idx_buf,
194 h8_set_cache_idx_buf, and set_simcache_size.
195 (step_once): Replace call to h8_get_cache_idx with decode. Delete
196 case 0 handling and call to compile.
197 (sim_write): Delete call to h8_set_cache_idx.
198 (sim_info): Delete call to h8_get_compiles & sim_cache_size.
199 (sim_load): Delete calls to h8_get_cache_idx_buf & h8_set_cache_idx_buf.
200 * sim-main.h (sim_state): Delete sim_cache_size, sim_cache, cache_idx,
201 cache_top, and compiles.
202
dfb856ba
MF
2032021-01-04 Mike Frysinger <vapier@gentoo.org>
204
205 * configure: Regenerate.
206
5c887dd5
JB
2072017-09-06 John Baldwin <jhb@FreeBSD.org>
208
209 * configure: Regenerate.
210
ce39bd38
MF
2112016-01-10 Mike Frysinger <vapier@gentoo.org>
212
213 * config.in, configure: Regenerate.
214
35656e95
MF
2152016-01-10 Mike Frysinger <vapier@gentoo.org>
216
217 * configure: Regenerate.
218
16f7876d
MF
2192016-01-10 Mike Frysinger <vapier@gentoo.org>
220
221 * configure: Regenerate.
222
e19418e0
MF
2232016-01-10 Mike Frysinger <vapier@gentoo.org>
224
225 * configure: Regenerate.
226
22be3fbe
MF
2272016-01-10 Mike Frysinger <vapier@gentoo.org>
228
229 * configure: Regenerate.
230
0dc73ef7
MF
2312016-01-10 Mike Frysinger <vapier@gentoo.org>
232
233 * configure: Regenerate.
234
347fe5bb
MF
2352016-01-10 Mike Frysinger <vapier@gentoo.org>
236
237 * configure: Regenerate.
238
99d8e879
MF
2392016-01-10 Mike Frysinger <vapier@gentoo.org>
240
241 * configure: Regenerate.
242
936df756
MF
2432016-01-09 Mike Frysinger <vapier@gentoo.org>
244
245 * config.in, configure: Regenerate.
246
2e3d4f4d
MF
2472016-01-06 Mike Frysinger <vapier@gentoo.org>
248
249 * compile.c (sim_open): Mark argv const.
250 (sim_create_inferior): Mark argv and env const.
251
9bbf6f91
MF
2522016-01-04 Mike Frysinger <vapier@gentoo.org>
253
254 * configure: Regenerate.
255
77cf2ef5
MF
2562016-01-03 Mike Frysinger <vapier@gentoo.org>
257
258 * compile.c (sim_open): Update sim_parse_args comment.
259
0cb8d851
MF
2602016-01-03 Mike Frysinger <vapier@gentoo.org>
261
262 * config.in, configure: Regenerate.
263
1ac72f06
MF
2642016-01-02 Mike Frysinger <vapier@gentoo.org>
265
266 * configure.ac (SIM_AC_OPTION_ENDIAN): Change BIG_ENDIAN to BIG.
267 * configure: Regenerate.
268
cec99e6b
MF
2692015-12-30 Mike Frysinger <vapier@gentoo.org>
270
271 * compile.c (sim_state_initialize): Delete.
272 (sim_open): Replace sim_state_initialize call with SBR_REGNUM
273 assignment.
274
2a2757ac
MF
2752015-12-30 Mike Frysinger <vapier@gentoo.org>
276
277 * compile.c (h8300_reg_store): Delete sd. Change init_pointers to
278 use CPU_STATE (cpu). Change h8_set_pc to cpu->pc. Return -1 and
279 drop the printf if the default case. Change all the set func calls
280 to use cpu->regs[rn] instead.
281 (h8300_reg_store): Delete sd. Change init_pointers to
282 use CPU_STATE (cpu). Change h8_get_pc to cpu->pc. Return -1 and
283 drop the printf if the default case. Change all the get func calls
284 to use cpu->regs[rn] instead. Add ZERO_REGNUM case. Return 2 and
285 4 instead of -1 at the end.
286
4ca9d09e
MF
2872015-12-30 Mike Frysinger <vapier@gentoo.org>
288
289 * compile.c (lvalue): Change sim_engine_set_run_state calls to
290 sim_engine_halt. Declare local cpu.
291 (fetch_1): Likewise.
292 (store_1): Likewise.
293 (sim_resume): Rename to ...
294 (step_once): ... this. Declare init1, poll_count, reason, and
295 sigrc variables. Delete step checking. Change
296 sim_engine_set_run_state calls to sim_engine_halt. Delete poll
297 logic. Change while(1) loop to while(0).
298 (sim_engine_run): New function.
299 * Makefile.in (SIM_OBJS): Add sim-resume.o.
300
5658c257
MF
3012015-12-30 Mike Frysinger <vapier@gentoo.org>
302
303 * compile.c (sim_open): Delete current_alignment and
304 current_target_byte_order assignments.
305 * configure.ac: Call SIM_AC_OPTION_ENDIAN and
306 SIM_AC_OPTION_ALIGNMENT.
307 * configure: Regenerate.
308
e1211e55
MF
3092015-12-30 Mike Frysinger <vapier@gentoo.org>
310
311 * wrapper.c (sim_store_register): Rename to ...
312 (h8300_reg_store): ... this. Declare sd.
313 (sim_fetch_register): Rename to ...
314 (h8300_reg_fetch): ... this. Declare sd.
315 (sim_open): Call CPU_REG_FETCH/CPU_REG_STORE.
316
c78dff22
MF
3172015-12-30 Mike Frysinger <vapier@gentoo.org>
318
319 * compile.c (lreg): Delete.
320 (init_pointers): Delete lreg assignments.
321
f2089a69
MF
3222015-12-30 Mike Frysinger <vapier@gentoo.org>
323
324 * inst.h: Delete file.
325 * Makefile.in (compile.o): Delete rule.
326
1b393626
MF
3272015-12-26 Mike Frysinger <vapier@gentoo.org>
328
329 * config.in, configure: Regenerate.
330
bd3fb5b8
MF
3312015-12-24 Mike Frysinger <vapier@gentoo.org>
332
333 * compile.c (H8300_OPTIONS): New enum from common/sim-options.c.
334 (h8300_option_handler): New func from common/sim-options.c.
335 (h8300_options): New options from common/sim-options.c.
336 (sim_open): Call sim_add_option_table.
337 * tconfig.h: Delete file.
338
8abe6c66
MF
3392015-12-24 Mike Frysinger <vapier@gentoo.org>
340
341 * tconfig.h (SIM_HAVE_SIMCACHE): Delete.
342
c1fc4b4d
MF
3432015-11-21 Mike Frysinger <vapier@gentoo.org>
344
345 * compile.c (sim_callback, sim_kind, myname): Delete.
346 (init_pointers, sim_store_register, sim_fetch_register, sim_info):
347 Change sim_callback->printf_filtered calls to sim_io_printf.
348 (sim_resume): Likewise. Declare sim_callback.
349 (sim_open): Delete sim_callback, sim_kind, and myname assignment.
350 (sim_load); Use sd to look up myname, sim_callback, and sim_kind.
351
797eee42
MF
3522015-11-15 Mike Frysinger <vapier@gentoo.org>
353
354 * Makefile.in (SIM_OBJS): Delete sim-reason.o and sim-stop.o.
355
8ae8f9c3
MF
3562015-11-15 Mike Frysinger <vapier@gentoo.org>
357
358 * Makefile.in (SIM_OBJS): Add sim-reason.o and sim-stop.o.
359 * compile.c (sim_stop, sim_stop_reason): Delete.
360
d2dfd242
MF
3612015-11-14 Mike Frysinger <vapier@gentoo.org>
362
363 * Makefile.in (SIM_OBJS): Delete sim-load.o.
364
6e4f085c
MF
3652015-11-14 Mike Frysinger <vapier@gentoo.org>
366
367 * compile.c (sim_close): Delete.
368
5697b730
MF
3692015-11-09 Mike Frysinger <vapier@gentoo.org>
370
371 * compile.c (littleendian): Delete.
372 (init_pointers): Delete littleendian usage.
373
8d0978fb
MF
3742015-06-23 Mike Frysinger <vapier@gentoo.org>
375
376 * configure: Regenerate.
377
a3487082
MF
3782015-06-12 Mike Frysinger <vapier@gentoo.org>
379
380 * configure: Regenerate.
381
306f4178
MF
3822015-06-12 Mike Frysinger <vapier@gentoo.org>
383
384 * configure: Regenerate.
385
20bca71d
MF
3862015-04-18 Mike Frysinger <vapier@gentoo.org>
387
388 * sim-main.h (SIM_CPU): Delete.
389
7e83aa92
MF
3902015-04-18 Mike Frysinger <vapier@gentoo.org>
391
392 * sim-main.h (sim_cia): Delete.
393
034685f9
MF
3942015-04-17 Mike Frysinger <vapier@gentoo.org>
395
396 * sim-main.h (CIA_GET, CIA_SET): Delete.
397
27b97b40
MF
3982015-04-17 Mike Frysinger <vapier@gentoo.org>
399
400 * compile.c (h8300_pc_get, h8300_pc_set): New functions.
401 (sim_open): Declare new local var i. Call CPU_PC_FETCH &
402 CPU_PC_STORE for all cpus.
403 * sim-main.h (SIM_CPU): Define.
404
78e9aa70
MF
4052015-04-15 Mike Frysinger <vapier@gentoo.org>
406
407 * Makefile.in (SIM_OBJS): Delete sim-cpu.o.
408 * sim-main.h (STATE_CPU): Delete.
409
f95f4ed2
MF
4102015-04-15 Mike Frysinger <vapier@gentoo.org>
411
412 * compile.c: Include sim-options.h.
413 (sim_open): Call sim_cpu_alloc_all instead of sim_cpu_alloc.
414 * sim-main.h (struct sim_state): Change cpu to an array of pointers.
415 (STATE_CPU): Handle WITH_SMP.
416
bf12d44e
MF
4172015-04-13 Mike Frysinger <vapier@gentoo.org>
418
419 * configure: Regenerate.
420
122bbfb5
MF
4212015-04-06 Mike Frysinger <vapier@gentoo.org>
422
423 * Makefile.in (SIM_OBJS): Delete sim-engine.o.
424
1a8faa2a
MF
4252015-04-01 Mike Frysinger <vapier@gentoo.org>
426
427 * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS).
428
aadc9410
MF
4292015-03-31 Mike Frysinger <vapier@gentoo.org>
430
431 * config.in, configure: Regenerate.
432
523ba8f9
MF
4332015-03-24 Mike Frysinger <vapier@gentoo.org>
434
435 * compile.c (sim_set_callbacks, sim_size, sim_trace): Delete.
436 * tconfig.h (SIM_HAVE_PROFILE): Delete.
437
ae7d0cac
MF
4382015-03-16 Mike Frysinger <vapier@gentoo.org>
439
440 * config.in, configure: Regenerate.
441 * tconfig.in: Rename file ...
442 * tconfig.h: ... here.
443
465fb143
MF
4442015-03-14 Mike Frysinger <vapier@gentoo.org>
445
446 * Makefile.in (SIM_RUN_OBJS): Delete.
447
5cddc23a
MF
4482015-03-14 Mike Frysinger <vapier@gentoo.org>
449
450 * configure.ac (AC_CHECK_HEADERS): Delete stdlib.h & time.h.
451 * aclocal.m4, configure: Regenerate.
452
2d7bb758
JB
4532014-12-03 Joel Brobecker <brobecker@adacore.com>
454
455 * compile.c (sim_resume): Adjust calls to "stat" and "fstat"
456 callbacks by calls to "to_stat" and "to_fstat" (resp) callbacks
457 following renaming in callback.h.
458
2974be62
AM
4592014-08-19 Alan Modra <amodra@gmail.com>
460
461 * configure: Regenerate.
462
faa743bb
RM
4632014-08-15 Roland McGrath <mcgrathr@google.com>
464
465 * configure: Regenerate.
466 * config.in: Regenerate.
467
b2b255bd
MF
4682014-03-05 Mike Frysinger <vapier@gentoo.org>
469
470 * compile.c (sim_load): Add const to prog.
471
ef3e8cf7
MF
4722014-02-17 Mike Frysinger <vapier@gentoo.org>
473
474 PR gdb/16450
475 * compile.c (control_c_sim_desc): Delete.
476 (control_c): Likewise.
477 (sim_resume): Delete signal(SIGINT) handling.
478
bf3d9781
AM
4792013-09-23 Alan Modra <amodra@gmail.com>
480
481 * configure: Regenerate.
482
31e6ad7d
MF
4832013-06-03 Mike Frysinger <vapier@gentoo.org>
484
485 * aclocal.m4, configure: Regenerate.
486
5f3ef9d0
JB
4872012-06-15 Joel Brobecker <brobecker@adacore.com>
488
489 * config.in, configure: Regenerate.
490
a6ff997c
NC
4912012-05-18 Nick Clifton <nickc@redhat.com>
492
493 PR 14072
494 * compile.c: Include config.h before system header files.
495 * sim-main.h: Likewise.
496
2232061b
MF
4972012-03-24 Mike Frysinger <vapier@gentoo.org>
498
499 * aclocal.m4, config.in, configure: Regenerate.
500
db2e4d67
MF
5012011-12-03 Mike Frysinger <vapier@gentoo.org>
502
503 * aclocal.m4: New file.
504 * configure: Regenerate.
505
9c082ca8
MF
5062011-10-17 Mike Frysinger <vapier@gentoo.org>
507
508 * configure.ac: Change include to common/acinclude.m4.
509
6ffe910a
MF
5102011-10-17 Mike Frysinger <vapier@gentoo.org>
511
512 * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER
513 call. Replace common.m4 include with SIM_AC_COMMON.
514 * configure: Regenerate.
515
2419798b
MF
5162011-07-05 Mike Frysinger <vapier@gentoo.org>
517
518 * compile.c (sim_do_command): Delete.
519
dae477fe
AB
5202011-01-11 Andrew Burgess <aburgess@broadcom.com>
521
522 * compile.c (sim_store_register): Update return value to
523 match new API.
524
5558e7e6
MF
5252010-04-14 Mike Frysinger <vapier@gentoo.org>
526
527 * compile.c (sim_write): Add const to buffer arg.
528
3725885a
RW
5292010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
530
531 * configure: Regenerate.
532
3a6c31f9
YS
5332009-12-09 Yoshinori Sato <ysato@users.sourceforge.jp>
534 * compile.c(fetch_1): Fix pre-dec, pre-inc, post-dec and post-inc.
535 Index registers not masked memory areas.
536 Only simply increment or decrement.
537 * compile.c(store_1): Ditto.
538
d6416cdc
RW
5392009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
540
81ecdfbb
RW
541 * config.in: Regenerate.
542 * configure: Likewise.
543
d6416cdc
RW
544 * configure: Regenerate.
545
c4212d37
JS
5462008-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>
547
548 * compile.c: Add const to remove warning.
549
b5bd9624
HPN
5502008-07-11 Hans-Peter Nilsson <hp@axis.com>
551
552 * configure: Regenerate to track ../common/common.m4 changes.
553 * config.in: Ditto.
554
6efef468 5552008-06-06 Vladimir Prus <vladimir@codesourcery.com>
72f4393d
L
556 Daniel Jacobowitz <dan@codesourcery.com>
557 Joseph Myers <joseph@codesourcery.com>
6efef468
JM
558
559 * configure: Regenerate.
560
917c78f9
DJ
5612007-07-03 Yoshinori Sato <ysato@users.sourceforge.jp>
562
563 * compile.c (sim_resume): Fix the last byte of ARGV for
564 SYS_CMDLINE.
565
edc5d9ec
HPN
5662006-12-21 Hans-Peter Nilsson <hp@axis.com>
567
568 * acconfig.h: Remove.
569 * config.in: Regenerate.
570
b86015ea
YS
5712006-07-13 Yoshinori Sato <ysato@users.sourceforge.jp>
572
573 * compile.c (OBITOP): Bit address mask low three bit.
574 * compile.c (decode): Fix warning.
575
e85e3205
RE
5762006-06-13 Richard Earnshaw <rearnsha@arm.com>
577
578 * configure: Regenerated.
579
2f0122dc
DJ
5802006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
581
582 * configure: Regenerated.
583
20e95c23
DJ
5842006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
585
586 * configure: Regenerated.
587
2b193c4a
MK
5882005-03-23 Mark Kettenis <kettenis@gnu.org>
589
590 * configure: Regenerate.
591
35695fd6
AC
5922005-01-14 Andrew Cagney <cagney@gnu.org>
593
594 * configure.ac: Sinclude aclocal.m4 before common.m4. Add
595 explicit call to AC_CONFIG_HEADER.
596 * configure: Regenerate.
597
f0569246
AC
5982005-01-12 Andrew Cagney <cagney@gnu.org>
599
600 * configure.ac: Update to use ../common/common.m4.
601 * configure: Re-generate.
602
38f48d72
AC
6032005-01-11 Andrew Cagney <cagney@localhost.localdomain>
604
605 * configure: Regenerated to track ../common/aclocal.m4 changes.
606
b7026657
AC
6072005-01-07 Andrew Cagney <cagney@gnu.org>
608
609 * configure.ac: Rename configure.in, require autoconf 2.59.
610 * configure: Re-generate.
611
379832de
HPN
6122004-12-08 Hans-Peter Nilsson <hp@axis.com>
613
614 * configure: Regenerate for ../common/aclocal.m4 update.
615
e4d3c499
AO
6162004-06-28 Alexandre Oliva <aoliva@redhat.com>
617
e073c474
AO
618 2003-07-23 Richard Sandiford <rsandifo@redhat.com>
619 * compile.c (sim_resume): Make sure that dst.reg refers to the
620 right register byte in mova/sz.l @(dd,RnL),ERn.
621 2003-07-21 Richard Sandiford <rsandifo@redhat.com>
622 * compile.c (sim_resume): Zero-extend immediate to muls, mulsu,
623 mulxs, divs and divxs.
624
e4d3c499
AO
625 * compile.c (sim_load): Update sd->memory_size.
626
d6fd015d 6272004-06-10 Michael Snyder <msnyder@redhat.com>
3973a7d3 628
d6fd015d
MS
629 Patch submitted by Nitin Yewale <NitinY@KPITCummins.com>.
630 * compile.c (sim_resume): Corrected ANDC operation on EXR for H8S.
631
3d29fdb4
MS
6322004-01-05 Michael Snyder <msnyder@redhat.com>
633
634 * compile.c (sim_load): Don't pass a type to bfd_openr.
635
f5d3df96
MS
6362003-12-16 Michael Snyder <msnyder@redhat.com>
637
638 Patch submitted by Anil Paranjape <AnilP1@KPITCummins.com>
639 * sim-main.h (H8300H_MSIZE): Increase from 18 bits to 24 bits.
640
454d0511
DD
6412003-12-11 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
642
72f4393d 643 * compile.c (set_h8300h): Initialize globals to zero.
454d0511 644
29b52f93
KH
6452003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
646
647 * compile.c (h8300_normal_mode): New.
648 (SP): Handle normal mode.
649 (bitfrom): Use normal mode flag to return suitable value.
650 (lvalue): Use normal mode flag to return command line location.
651 (decode): Decode instruction correctly for normal mode.
652 (init_pointers): Initialise memory correctly for normal mode.
653 (sim_resume): Handle cases for normal mode using h8300_normal_mode
654 flag.
655 (sim_store_register): Handle 2 byte PC for normal mode.
656 (sim_fetch_register): Handle 2 byte PC for normal mode.
657 (set_h8300h): Set normal mode flag as per architechture.
658 (sim_load): Allocate 64K for normal mode instead of bigger memory.
659
f408565c
MS
6602003-07-18 Michael Snyder <msnyder@redhat.com>
661
662 * compile.c (decode): Enhancements for mova.
663 Initialize cst, reg, and rdisp inside the loop, for each
664 new instruction. Defer correction of the disp2 values until
665 later, and then adjust them by the size of the first operand,
666 rather than the size of the instruction.
667 (sim_resume): For mova, adjust the size of the second operand
668 according to the type of the first operand (INDEXB vs. INDEXW).
669 In cases where there is only one operand, the other two must
670 both be composed on the fly.
671
e22fef83
MS
6722003-07-22 Michael Snyder <msnyder@redhat.com>
673
674 * compile.c (sim_resume): Revert 6-24 change, it does not
675 work with gdb breakpoints.
676
0f42aa71
MS
6772003-07-17 Michael Snyder <msnyder@redhat.com>
678
55acb21b
MS
679 * compile.c (sim_resume): Handle shll reg, reg and shlr reg, reg.
680 (decode): IMM16 is always zero-extended.
0f42aa71 681
f0861129
MS
6822003-06-24 Michael Snyder <msnyder@redhat.com>
683
684 * sim-main.h (SIM_WIFSTOPPED, SIM_WSTOPSIG): Define.
685 * compile.c (sim_resume): Use the above to return stop signal.
686
9f70f8ec
MS
6872003-06-18 Michael Snyder <msnyder@redhat.com>
688
689 * compile.c: Replace "Hitachi" with "Renesas".
690 (decode): Distinguish AV_H8S from AV_H8H.
691 (sim_resume): H8SX can use any register for TAS.
692 (decode): Add support for VECIND.
693 (sim_resume): Implement rte/l and rts/l.
694 (GETSR): New macro (actually old macro reincarnated).
695 (decode): Add handling for IMM2.
696 (sim_resume): Drop extra block around jmp, jsr, rts.
697 Add handling for trapa and rte.
698 For divxu.b, change 0xffff mask to 0xff.
699 (set_h8300h): Add bfd_mach_h8300sxn machine.
700
18ad32b5
MS
7012003-06-18 Corinna Vinschen <vinschen@redhat.com>
702
703 * sim-main.h (enum h8_regnum): Turn around order of MACH, MACL
704 and SBR, VBR.
705
173b1c98
MS
7062003-06-05 Michael Snyder <msnyder@redhat.com>
707
708 * compile.c (sim_fetch_register): Handle SBR, VBR, MACH, MACL.
709 (sim_store_register): Ditto.
710
e8c1a4e7
MS
7112003-06-04 Michael Snyder <msnyder@redhat.com>
712
713 * compile.c (sim_info): Fix typo in output.
714
173b1c98 715 * compile.c (set_h8300h): Replace 'flag' arguments
27ebfdf4
MS
716 with a bfd_machine argument, and decode it inline.
717 Check for bfd_mach_h8300hn and bfd_mach_h8300sn.
718
dc5c3759
MS
7192003-06-03 Michael Snyder <msnyder@redhat.com>
720
e8c1a4e7
MS
721 * compile.c: Add h8300sx insns and addressing modes.
722 * sim-main.h: Replaces h8300/inst.h.
723 * Makefile.in: Tweak to bring in some sim/common stuff.
dc5c3759 724
b7f97e9c
MS
7252003-04-13 Michael Snyder <msnyder@redhat.com>
726
727 * compile.c (sim_resume): Implement 'daa' and 'das' instructions.
728
d1360fb0
V
7292003-03-20 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
730
72f4393d 731 * compile.c (cmdline_location): Added function to
d1360fb0
V
732 return the location of 8-bit (256 locations) where the
733 Command Line arguments would be stored.
72f4393d 734 (decode): Added a TRAP to 0xcc for Commandline
d1360fb0
V
735 processing using pseudo opcode O_SYS_CMDLINE.
736 (sim_resume): Added handling of O_SYS_CMDLINE Trap.
72f4393d 737 (sim_create_inferior): Setting a pointer to
d1360fb0
V
738 Commandline Args array.
739 * inst.h: Added a new variable ptr_command_line for
740 storing pointer to Commandline array.
741
bf174226
V
7422003-03-14 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
743
744 * compile.c (decode): Added code for some more magic traps.
745 * compile.c (sim_resume): Added support for File I/O system
746 calls through callback to host_system.
747 System calls provided support for :
748 open, read, write, lseek, close, stat, fstat
749 Only basic support for stat and fstat.
750
6b4a8935
AC
7512003-02-27 Andrew Cagney <cagney@redhat.com>
752
753 * compile.c (sim_open, sim_create_inferior): Rename _bfd to bfd.
754
ec38ce99
KH
7552003-02-05 Kazu Hirata <kazu@cs.umass.edu>
756
757 * compile.c (init_pointers): Abort if wreg never gets initialized.
758 (sim_resume): Fix the handling of exts.w and extu.w.
759
ad4cda16
KH
7602003-01-31 Kazu Hirata <kazu@cs.umass.edu>
761
762 * compile.c (sim_resume): Fix the handling of bxor.
763
a4f27e3e
MS
7642003-01-16 Michael Snyder <msnyder@redhat.com>
765
766 * compile.c: Change K&R function definitions to ISO.
767 (fetch): Make static, and eliminate unused parameter 'n'.
768
d0fe2f7e
KH
7692002-12-26 Kazu Hirata <kazu@cs.umass.edu>
770
771 * compile.c: Fix formatting.
772 * inst.h: Likewise.
773
a64bfde3
AV
7742002-07-29 Andrey Volkov <avolkov@transas.com>
775
776 * compile.c: Include "gdb/sim-h8300.h"
777 * Makefile.in: Add dependences on "inst.h",
778 "gdb/callback.h", "gdb/remote-sim.h" and "gdb/sim-h8300.h".
779
c8cca39f
AC
7802002-06-16 Andrew Cagney <ac131313@redhat.com>
781
782 * configure: Regenerated to track ../common/aclocal.m4 changes.
783
3c25f8c7
AC
7842002-06-08 Andrew Cagney <cagney@redhat.com>
785
786 * compile.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
787
d1335144
KH
7882002-05-19 Kazu Hirata <kazu@cs.umass.edu>
789
790 * compile.c: Fix formatting.
791
c3f4437e
KH
7922002-05-18 Kazu Hirata <kazu@cs.umass.edu>
793
794 * compile.c: Fix formatting.
795
6147b1f6
AV
7962002-05-17 Andrey Volkov (avolkov@transas.com)
797
798 * compile.c: Add absented opcodes: LDC, STC, EEPMOV, TAS.
72f4393d 799
fc974602
AV
8002002-05-17 Andrey Volkov (avolkov@transas.com)
801
802 * compile.c: Add support of EXR register
803 * inst.h: Ditto.
72f4393d 804
a8cdafbd
AV
8052002-05-17 Andrey Volkov (avolkov@transas.com)
806
807 * compile.c: Made h8300s as new target, not h8300h alias.
808 * inst.h: Ditto.
72f4393d 809
f6225c96
AV
8102002-05-17 Andrey Volkov (avolkov@transas.com)
811
72f4393d 812 * compile.c: Add additional CCR flags (I,UI,H,U)
f6225c96 813
3b02cf92
AV
8142002-05-17 Andrey Volkov (avolkov@transas.com)
815
72f4393d 816 * compile.c: Change literal regnumbers to REGNUMS.
3b02cf92
AV
817 Fix instruction and cycles counting
818
de9b1892
KH
8192001-12-20 Kazu Hirata <kazu@hxi.com>
820
821 * compile.c: Fix formatting.
822
2ea716f6
KH
8232001-12-20 Kazu Hirata <kazu@hxi.com>
824
825 * compile.c: Fix comment typos.
826
6d028502
KH
8272000-08-10 Kazu Hirata <kazu@hxi.com>
828
829 * compile.c (decode): Clean up the code.
830
0a17cd59
AC
8312000-06-15 Kazu Hirata <kazu@hxi.com>
832
833 * compile.c (decode): Distinguish inc/dec.[wl] and adds/subs
834 correctly.
835
97ee9e5a
FCE
8362000-06-20 Frank Ch. Eigler <fche@redhat.com>
837
838 * compile.c: Don't include "wait.h".
839 (sim_resume): Use local SIM_WIFEXITED and SIM_WIFSIGNALED macros
840 instead of WIF* from host.
841
98ecb0a7
FCE
8422000-06-13 Frank Ch. Eigler <fche@redhat.com>
843
844 * compile.c, writecode.c: Correct typo.
845
0ef9643e
JL
8462000-06-13 Kazu Hirata <kazu@hxi.com>
847
848 * compile.c: Fix formatting.
849
eb2d80b4
AC
850Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
851
852 * configure: Regenerated to track ../common/aclocal.m4 changes.
853
d4f3574e
SS
854Thu Sep 2 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
855
856 * configure: Regenerated to track ../common/aclocal.m4 changes.
857
cd0fc7c3
SS
8581999-05-08 Felix Lee <flee@cygnus.com>
859
860 * configure: Regenerated to track ../common/aclocal.m4 changes.
72f4393d 861
7a292a7a
SS
8621999-04-02 Keith Seitz <keiths@cygnus.com>
863
864 * compile.c (POLL_QUIT_INTERVAL): Define. Used to tweak the
865 frequency at which the poll_quit callback is used.
866 (sim_resume): Use POLL_QUIT_INTERVAL instead of hard-coded value.
867
c906108c
SS
868Tue Apr 28 18:33:31 1998 Geoffrey Noer <noer@cygnus.com>
869
72f4393d 870 * configure: Regenerated to track ../common/aclocal.m4 changes.
c906108c
SS
871
872Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche>
873
874 * configure: Regenerated to track ../common/aclocal.m4 changes.
875 * config.in: Ditto.
876
877Sun Apr 26 15:20:14 1998 Tom Tromey <tromey@cygnus.com>
878
879 * acconfig.h: New file.
880 * configure.in: Reverted change of Apr 24; use sinclude again.
881
882Fri Apr 24 14:16:40 1998 Tom Tromey <tromey@creche>
883
884 * configure: Regenerated to track ../common/aclocal.m4 changes.
885 * config.in: Ditto.
886
887Fri Apr 24 11:19:46 1998 Tom Tromey <tromey@cygnus.com>
888
889 * configure.in: Don't call sinclude.
890
891Sat Apr 4 20:36:25 1998 Andrew Cagney <cagney@b1.cygnus.com>
892
893 * configure: Regenerated to track ../common/aclocal.m4 changes.
894
895Fri Mar 27 16:15:52 1998 Andrew Cagney <cagney@b1.cygnus.com>
896
897 * configure: Regenerated to track ../common/aclocal.m4 changes.
898
899Wed Mar 25 12:35:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
900
901 * configure: Regenerated to track ../common/aclocal.m4 changes.
902
903Wed Mar 18 12:38:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
904
905 * configure: Regenerated to track ../common/aclocal.m4 changes.
906
907Tue Feb 17 12:42:18 1998 Andrew Cagney <cagney@b1.cygnus.com>
908
909 * compile.c (sim_store_register, sim_fetch_register): Pass in
910 length parameter. Return -1.
911
912Sun Feb 1 16:47:51 1998 Andrew Cagney <cagney@b1.cygnus.com>
913
914 * configure: Regenerated to track ../common/aclocal.m4 changes.
915
916Sat Jan 31 18:15:41 1998 Andrew Cagney <cagney@b1.cygnus.com>
917
918 * configure: Regenerated to track ../common/aclocal.m4 changes.
919
920Mon Jan 19 22:26:29 1998 Doug Evans <devans@seba>
921
922 * configure: Regenerated to track ../common/aclocal.m4 changes.
923
924Mon Dec 15 23:17:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
925
926 * configure: Regenerated to track ../common/aclocal.m4 changes.
927 * config.in: Ditto.
928
929Thu Dec 4 09:21:05 1997 Doug Evans <devans@canuck.cygnus.com>
930
931 * configure: Regenerated to track ../common/aclocal.m4 changes.
932
933Tue Nov 11 16:52:07 1997 Angela Marie Thomas (angela@cygnus.com)
934
935 * compile.c: #include stdio.h for definition of NULL on
936 some platforms.
937
938Wed Oct 22 14:43:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
939
940 * compile.c (sim_load): Pass lma_p and sim_write args to
941 sim_load_file.
942
943Fri Oct 3 09:28:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
944
945 * configure: Regenerated to track ../common/aclocal.m4 changes.
946
947Wed Sep 24 17:38:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
948
949 * configure: Regenerated to track ../common/aclocal.m4 changes.
950
951Tue Sep 23 11:04:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
952
953 * configure: Regenerated to track ../common/aclocal.m4 changes.
954
955Mon Sep 22 11:46:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
956
957 * configure: Regenerated to track ../common/aclocal.m4 changes.
958
959Fri Sep 19 17:45:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
960
961 * configure: Regenerated to track ../common/aclocal.m4 changes.
962
963Wed Sep 17 12:00:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
964
965 * Makefile.in (compile.o): Depend on config.h in local directory.
966
967Mon Sep 15 17:36:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
968
969 * configure: Regenerated to track ../common/aclocal.m4 changes.
970
971Tue Sep 9 22:17:26 1997 Felix Lee <flee@cygnus.com>
972
973 * inst.h (sim_state): rename to h8300_sim_state, to avoid conflict
974 with sim/common.
975 * configure.in: check for sys/param.h
976 * compile.c: #ifdef HAVE_SYS_PARAM_H.
977 #define SIGTRAP for wingdb.
978 (sim_resume): poll keyboard at least once per call.
979 (sim_resume): use host_callback instead of printf for syscall
980 output.
981
982Thu Sep 4 17:21:23 1997 Doug Evans <dje@seba>
983
984 * configure: Regenerated to track ../common/aclocal.m4 changes.
985
986Wed Aug 27 18:13:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
987
988 * configure: Regenerated to track ../common/aclocal.m4 changes.
989 * config.in: Ditto.
990
991Tue Aug 26 10:38:43 1997 Andrew Cagney <cagney@b1.cygnus.com>
992
993 * compile.c (sim_kill): Delete.
994 (sim_create_inferior): Add ABFD argument.
995 (sim_load): Move setting of PC from here.
996 (sim_create_inferior): To here.
997 (sim_open, sim_load, set_h8300h): Add fixme explaining why much of
998 the sim_load code should be moved to sim_open.
999
1000Mon Aug 25 17:50:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
1001
1002 * configure: Regenerated to track ../common/aclocal.m4 changes.
1003 * config.in: Ditto.
1004
1005Mon Aug 25 15:47:41 1997 Andrew Cagney <cagney@b1.cygnus.com>
1006
1007 * compile.c (sim_open): Add ABFD argument.
1008
1009Tue May 20 10:16:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
1010
1011 * compile.c (sim_open): Add callback argument.
1012 (sim_set_callbacks): Delete SIM_DESC argument.
1013
1014Wed Apr 30 10:22:29 1997 Doug Evans <dje@canuck.cygnus.com>
1015
1016 * compile.c (sim_load): Call bfd_get_mach instead of examining
1017 bfd fields directly.
1018 * tconfig.in (SIM_PRE_LOAD): Delete, no longer used.
1019
1020Thu Apr 24 00:39:51 1997 Doug Evans <dje@canuck.cygnus.com>
1021
1022 * configure: Regenerated to track ../common/aclocal.m4 changes.
1023
1024Fri Apr 18 14:30:09 1997 Andrew Cagney <cagney@b1.cygnus.com>
1025
1026 * compile.c (sim_resume): Use poll_quit callback.
1027 (sim_stop): New function.
1028
1029Thu Apr 17 03:06:39 1997 Doug Evans <dje@canuck.cygnus.com>
1030
1031 * Makefile.in (SIM_OBJS): Add sim-load.o.
1032 * compile.c (sim_kind, myname): New static locals.
1033 (sim_open): Set sim_kind, myname.
1034 (sim_load): Return SIM_RC. New arg abfd. Update test for h8300h.
1035 Call sim_load_file to load file into simulator. Set start address
1036 from bfd.
1037 (sim_create_inferior): Return SIM_RC. Delete arg start_address.
1038
1039Mon Apr 7 15:45:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1040
1041 * configure: Regenerated to track ../common/aclocal.m4 changes.
1042 * config.in: Ditto.
1043
1044Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
1045
1046 * compile.c (sim_open): New arg `kind'.
1047
1048 * configure: Regenerated to track ../common/aclocal.m4 changes.
1049
1050Wed Apr 2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1051
1052 * configure: Regenerated to track ../common/aclocal.m4 changes.
1053
1054Wed Mar 19 01:14:00 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1055
1056 * configure: Regenerated to track ../common/aclocal.m4 changes.
1057
1058Mon Mar 17 15:10:07 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1059
1060 * configure: Re-generate.
1061
1062Fri Mar 14 10:34:11 1997 Michael Meissner <meissner@cygnus.com>
1063
1064 * configure: Regenerate to track ../common/aclocal.m4 changes.
1065
1066Thu Mar 13 12:48:05 1997 Doug Evans <dje@canuck.cygnus.com>
1067
1068 * compile.c (sim_open): New SIM_DESC result. Argument is now in
1069 argv form.
1070 (other sim_*): New SIM_DESC argument.
1071
1072Tue Feb 4 13:36:29 1997 Doug Evans <dje@canuck.cygnus.com>
1073
1074 * Makefile.in (@COMMON_MAKEFILE_FRAG): Use
1075 COMMON_{PRE,POST}_CONFIG_FRAG instead.
1076 * configure.in: sinclude ../common/aclocal.m4.
1077 * configure: Regenerated.
1078
1079Thu Jan 23 11:46:23 1997 Stu Grossman (grossman@critters.cygnus.com)
1080
1081 * configure configure.in Makefile.in: Update to new configure
1082 scheme which is more compatible with WinGDB builds.
1083 * configure.in: Improve comment on how to run autoconf.
1084 * configure: Re-run autoconf to get new ../common/aclocal.m4.
1085 * Makefile.in: Use autoconf substitution to install common
1086 makefile fragment.
1087
1088Wed Nov 20 01:39:12 1996 Doug Evans <dje@canuck.cygnus.com>
1089
1090 * Makefile.in: Delete stuff moved to ../common/Make-common.in.
1091 (SIM_OBJS): Define.
1092 * configure.in: Simplify using macros in ../common/aclocal.m4.
1093 * configure: Regenerated.
1094 * inst.h (enum sim_state): Define.
1095 (cpu_state_type): New member `state'. Set it whenever `exception'
1096 is set.
1097 * compile.c (sim_callback): New global.
1098 (sim_set_simcache_size): Renamed from sim_csize.
1099 (sim_resume, case O_SLEEP): Add right way to decode r0 but #if 0 out
1100 'cus it can't work. Change main loop exit test to use cpu.state.
1101 (sim_trace): New function.
1102 (sim_stop_reason): Add right way to set results, but #if 0 out.
1103 (sim_size): New function.
1104 (sim_info): Redirect calls to printf_filtered through callback.
1105 (sim_set_callbacks): Record callback.
1106 * run.c: Deleted, using one in ../common now.
1107 * tconfig.in: New file.
1108
1109Thu Oct 3 16:13:18 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1110
1111 * Makefile.in (mostlyclean): Don't remove config.log here.
1112
1113Fri Aug 9 22:59:11 1996 Jeffrey A Law (law@cygnus.com)
1114
1115 * compile.c (sim_resume): rts, sleep, bpt and nop have
1116 no associated "size".
1117
1118Tue Jul 9 22:15:39 1996 Jeffrey A Law (law@cygnus.com)
1119
1120 * compile.c (sim_resume): Fix all rotate-by-2-bits insns.
1121
1122Tue Jul 2 23:08:45 1996 Jeffrey A Law (law@cygnus.com)
1123
1124 * run.c (main): Don't "load" sections which don't have
1125 SEC_LOAD set.
1126 * compile.c (sim_resume, case "O_NOT"): Use ONOT instead
1127 of OSHIFTS.
1128 (ONOT): Define.
1129 (sim_resume, shift/rotate cases): Add support for shift/rotate
1130 by two bits.
1131 (OSHIFTS): Corresponding changes.
1132
1133Tue Jul 2 01:37:27 1996 Jeffrey A Law (law@cygnus.com)
1134
1135 * compile.c (sim_resume): Handle "ldm.l" and "stm.l".
1136
1137Wed Jun 26 08:58:53 1996 Jeffrey A Law (law@cygnus.com)
1138
1139 * compile.c (h8300smode): Declare.
1140
1141Wed Jun 26 12:20:56 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1142
72f4393d
L
1143 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
1144 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
1145 (docdir): Removed.
1146 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
1147 (AC_PROG_INSTALL): Added.
1148 * configure: Rebuilt.
c906108c
SS
1149
1150Tue Jun 18 16:31:10 1996 Jeffrey A. Law <law@rtl.cygnus.com>
1151
1152 * compile.c (sim_load): Treat the H8/S like the H8/300H for now.
1153 * run.c (main): Treat the H8/S like the H8/300H for now.
72f4393d 1154
c906108c
SS
1155Fri May 24 10:35:25 1996 Jeffrey A Law (law@cygnus.com)
1156
1157 * compile.c (SEXTCHAR): Clear upper bits when sign
1158 bit is clear.
1159
1160Wed May 22 22:23:37 1996 Jeffrey A Law (law@cygnus.com)
1161
1162 * compile.c (sim_resume): Correctly handle divu.
1163
1164Tue May 7 02:13:05 1996 Jeffrey A Law (law@cygnus.com)
1165
1166 * compile.c (sim_resume): Never allow the PC to have an
1167 odd value.
1168
1169Fri Apr 12 16:50:37 1996 Jeffrey A Law (law@cygnus.com)
1170
1171 * inst.h: Expand on comments regarding H8300H_MSIZE. Note
1172 separate memory is allocate for the 8-bit area.
1173 (struct cpu_state_type): Add new "eightbit' field.
1174 * compile.c (GET_MEMORY_L): Handle access into the 8-bit
1175 area.
1176 (GET_MEMORY_W, GET_MEMORY_B): Likewise.
1177 (SET_MEMORY_L, SET_MEMORY_W, SET_MEMORY_B): Likewise.
1178 (init_pointers): Initialize space for the 8-bit area.
1179 (sim_write): Handle writing into the 8-bit area.
1180 (sim_read): Handle reading from the 8-bit area.
1181 (sim_load): Reallocate space for the 8-bit area.
1182
1183 * compile.c (sim_load): Re-allocate memory for the simulator
1184 here.
1185
1186Fri Apr 12 09:39:56 1996 Jeffrey A Law (law@cygnus.com)
1187
1188 * compile.c (sim_resume): Fix and simplify overflow and carry
1189 handling for 32bit ALU insns.
1190
1191Mon Apr 8 23:58:49 1996 Jeffrey A Law (law@cygnus.com)
1192
1193 * compile.c (sim_resume): Fix overflow checks for ALU insns.
1194
1195Fri Apr 5 17:20:59 1996 Jeffrey A Law (law@cygnus.com)
1196
1197 * compile.c (decode): Use "bit" to hold L_3 immediates instead
1198 of holding them in "abs". Handle ABS8MEM memory references aka
1199 8-bit area. Replace ABSMOV references with ABS8MEM.
1200
1201Wed Mar 13 17:43:56 1996 Jeffrey A Law (law@cygnus.com)
1202
1203 * compile.c (fetch): Handle accesses to the exception/function
1204 vectors.
1205
1206Mon Mar 11 09:53:25 1996 Doug Evans <dje@charmed.cygnus.com>
1207
1208 * compile.c: #include "wait.h".
1209 (sim_resume, sleep insn): Check program exit status in r0.
1210 (sim_resume, shift insns): Fix setting of overflow flag for shal.
1211 * run.c: #include <signal.h>.
1212 (main): Abort if program got SIGILL.
1213 Print error message if argument is invalid.
1214 (usage): Improve text.
1215
1216Wed Feb 21 12:15:00 1996 Ian Lance Taylor <ian@cygnus.com>
1217
1218 * configure: Regenerate with autoconf 2.7.
1219
1220Thu Jan 4 11:52:53 1996 Doug Evans <dje@canuck.cygnus.com>
1221
1222 * inst.h (MPOWER,MSIZE): Deleted.
1223 (H8300{,H}_MSIZE): Define.
1224 * compile.c (memory_size): New static global.
1225 (init_pointers): Set memory size from one of H8300{,H}_MSIZE.
1226 (sim_write,sim_read): Use memory_size.
1227
1228Fri Oct 13 15:03:19 1995 steve chamberlain <sac@slash.cygnus.com>
1229
1230 * compile.c (sim_set_callbacks): New.
1231
1232Tue Oct 10 11:11:26 1995 Fred Fish <fnf@cygnus.com>
1233
1234 * Makefile.in (BISON): Remove macro.
1235
1236Wed Sep 20 13:35:02 1995 Ian Lance Taylor <ian@cygnus.com>
1237
1238 * Makefile.in (maintainer-clean): New synonym for realclean.
1239
1240Fri Sep 8 12:18:53 1995 Ian Lance Taylor <ian@cygnus.com>
1241
1242 * Makefile.in (install): Don't install in $(tooldir).
1243
1244 * configure.in: Call AC_CONFIG_HEADER. Don't try to use
1245 bfd/hosts/*.h file or bfd/config/*.mh file. Call AC_PROG_CC and
1246 AC_PROG_RANLIB. Substitute in values for CFLAGS, HDEFINES and AR.
1247 Call AC_CHECK_HEADERS for stdlib.h and time.h. Touch stamp.h if
1248 creating config.h.
1249 * configure: Rebuild.
1250 * config.in: New file, created by autoheader.
1251 * Makefile.in (AR): Define as @AR@.
1252 (CC): New variable, defined as @CC@.
1253 (CFLAGS): Define as @CFLAGS@.
1254 (RANLIB): Define as @RANLIB@.
1255 (HDEFINES, TDEFINES): New variables.
1256 (@host_makefile_frag@): Remove.
1257 (compile.o, run.o): Depend upon config.h.
1258 (mostlyclean): Make the same as clean, not distclean.
1259 (clean): Remove config.log.
1260 (distclean): Remove config.h and stamp-h.
1261 (Makefile): Don't depend upon @frags@. Just rebuild Makefile when
1262 invoking config.status.
1263 (config.h, stamp-h): New targets.
1264 * compile.c: Include "config.h". Don't include <sys/times.h>.
1265 Include <time.h> and <stdlib.h> if they exist. Don't include
1266 "sysdep.h".
1267 (get_now): Remove unused local b.
1268 * run.c: Include "config.h". Include <stdlib.h> if it exists.
1269 Don't include "sysdep.h".
1270 * writecode.c: Don't include "bfd.h" or "sysdep.h". Include
1271 <stdio.h>.
1272
1273Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
1274
1275 * Update all FSF addresses except those in COPYING* files.
1276
1277Wed Jul 5 14:32:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1278
1279 * Makefile.in (clean): Remove run.
1280 (distclean): Remove Makefile.
1281
1282 * h8300.mt: Removed.
1283
1284 * Makefile.in, configure.in: converted to autoconf.
1285 * configure: New file, generated with autconf 2.4.
1286
1287Fri Jun 30 16:50:24 1995 Stan Shebs <shebs@andros.cygnus.com>
1288
1289 * compile.c (sim_do_command): New function.
1290
1291Tue Jun 20 16:18:13 1995 Steve Chamberlain <sac@slash.cygnus.com>
1292
1293 * compile.c (get_now): Don't do if win32.
1294 (sim_resume): Poll in win32 too.
1295
1296Wed May 24 16:31:38 1995 Jim Wilson <wilson@chestnut.cygnus.com>
1297
1298 * configure.in: Fix typo in last change.
1299
1300Mon Mar 27 10:32:34 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1301
1302 * run.c: parse arguments with getopt().
1303
1304Tue Feb 28 17:30:08 1995 Ian Lance Taylor <ian@cygnus.com>
1305
1306 * configure.in: Use ../../bfd/hosts/std-host.h if specific
1307 host unavailable.
1308
1309Sun Jan 22 12:35:43 1995 Steve Chamberlain <sac@splat>
1310
1311 * compile.c (sim_resume): Initialize cpu.mask.
1312
1313Thu Sep 8 16:53:00 1994 Steve Chamberlain (sac@jonny.cygnus.com)
1314
1315 * inst.h (MPOWER): Bump simulated memory size to 2^18 bytes.
1316
1317Wed May 18 13:47:58 1994 Doug Evans (dje@canuck.cygnus.com)
1318
1319 * compile.c: #include "bfd.h".
1320 (sim_*): Set result type to void where there isn't one.
1321 (sim_resume, default case): Set cpu.exception to SIGILL.
1322 (sim_trace): Delete.
1323 (sim_set_pc): Delete.
1324 (sim_info): Delete printf_fn arg, all callers changed.
1325 Call printf_filtered.
1326 (set_h8300h): New arg `flag', all callers changed.
1327 (sim_close): New function.
1328 (sim_load): New function.
1329 (sim_create_inferior): Renamed from sim_set_args, all callers changed.
1330 * run.c: #include <varargs.h>, "remote-sim.h".
1331 (printf_filtered): New function.
1332
1333Fri May 13 18:32:27 1994 Doug Evans (dje@canuck.cygnus.com)
1334
1335 * compile.c (decode): Fix typo (16 bit branches).
1336 (*): Some white space clean up.
1337
1338Fri May 6 13:44:01 1994 Steve Chamberlain (sac@jonny.cygnus.com)
1339
1340 * compile.c (decode): Compile 16bit branches properly.
1341
1342Sat Dec 11 16:32:36 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1343
1344 * compile.c: Tidy up formatting. (sim_resume): Add orc, xorc,
1345 andc. Poll for interrupts.
1346
1347Thu Oct 28 19:29:34 1993 Doug Evans (dje@canuck.cygnus.com)
1348
1349 * compile.c: #include "ansidecl.h" for remote-sim.h.
1350
1351Tue Oct 26 09:43:36 1993 Doug Evans (dje@canuck.cygnus.com)
1352
1353 * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb
1354 * compile.c: #include "remote-sim.h".
1355 (sim_resume): New arg siggnal.
1356 (sim_write): Use SIM_ADDR for type of arg addr.
1357 Always return a value.
1358 (sim_read): Ditto.
1359 (sim_store_register): Result is type int.
1360 (sim_fetch_register): Ditto.
1361 (sim_stop_reason): Renamed from sim_stop_signal.
1362 (sim_set_pc): Use SIM_ADDR for type of arg pc.
1363 (sim_info): int result, new arg printf_fn.
1364 (sim_kill): int result.
1365 (sim_open): int result, new arg name.
1366 * run.c (main): Use sim_set_pc to set pc.
1367 Update call to sim_info.
1368
1369Sat Oct 23 15:01:18 1993 Doug Evans (dje@canuck.cygnus.com)
1370
1371 * compile.c (sim_stop_signal): Result is now enum sim_stop.
1372
1373Fri Oct 15 23:49:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1374
1375 * compile.c (sim_kill, sim_open, sim_set_args): New functions.
1376
1377Thu Oct 7 16:24:10 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
1378
1379 * compile.c (sim_set_pc): Write to the pc direcly.
1380 (sim_store_register): Now value is passed by reference. (sim_read,
1381 sim_write): Return number of bytes copied.
1382
1383Tue Aug 17 07:16:15 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
1384
1385 * compile.c (mop): New function to do multiplies.
1386
1387Fri Jul 16 13:53:53 1993 Doug Evans (dje@canuck.cygnus.com)
1388
1389 * compile.c (sim_resume): Add support for nop insn.
1390
1391Thu Jul 15 09:59:01 1993 Doug Evans (dje@canuck.cygnus.com)
1392
1393 * compile.c: Reset HMODE back to zero (accidently set it to 1).
1394
1395 * run.c (main): If h8/300h binary detected, call set_h8300h.
1396 * compile.c (sim_resume): Fix O_NEG insn.
1397
1398Fri Jul 9 14:36:48 1993 Doug Evans (dje@canuck.cygnus.com)
1399
1400 * run.c (main): Add -h flag to enable h8/300h emulation.
1401 * compile.c: Rename Hmode to HMODE (consistency with gdb).
1402 (set_h8300h): New function.
1403 (sim_resume): Add support for extu,exts insns.
1404 (sim_resume): Fix logical right shifting.
1405 (sim_resume, label alu32): Fix setting of carry flag.
72f4393d 1406
c906108c
SS
1407Sun Jul 4 00:35:41 1993 Doug Evans (dje@canuck.cygnus.com)
1408
1409 * compile.c (sim_csize): Initialize cpu.cache.
1410
1411Fri Jul 2 17:42:59 1993 Doug Evans (dje@canuck.cygnus.com)
1412
1413 * Makefile.in: Add -I../../bfd to pick up bfd.h.
1414
1415Thu Jun 24 13:40:12 1993 Doug Evans (dje@canuck.cygnus.com)
1416
1417 * run.c (main): Fix parsing of args.
1418
1419 * compile.c (sim_resume): Fix shll insn.
1420
1421Tue Jun 8 14:16:46 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
1422
1423 * compile.c: New file, supports H8/300H.
1424 * p1,p3, gencode.c, state.h, writecode.c All dead and obsolete.
1425
1426Tue Jun 1 11:14:59 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1427
1428 * run.c (main): Add -v to print info.
1429 * p3.c (sim_info): New function.
1430
1431Mon Mar 15 15:48:31 1993 Ian Lance Taylor (ian@cygnus.com)
1432
1433 * h8300.mt (DO_INSTALL): Renamed from INSTALL.
1434
1435Wed Mar 3 15:06:53 1993 Steve Chamberlain (sac@poseidon.cygnus.com)
1436
1437 * Makefile.in: Don't use cb or indent
1438 * p1.c, state.h, writecode.c: lint
1439
1440Mon Feb 1 16:44:58 1993 John Gilmore (gnu@cygnus.com)
1441
1442 * Makefile.in: Make SunOS halfdone VPATH work.
1443 * p1.c: Lint picked up by HP native compiler.
1444
1445Mon Jan 4 12:32:35 1993 Steve Chamberlain (sac@wahini.cygnus.com)
1446
1447 * p1.c (sim_resume): when running on dos, any character typed to
1448 the keyboard will cause a simulated exception.
1449
1450Sun Jan 3 14:15:07 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1451
1452 * p1.c, p3.c, run.c, writecode.c: all used h8/300 opcodes in and
1453 running
1454
1455Tue Dec 22 13:56:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
1456
72f4393d 1457 * new