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