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