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