sim: h8300: switch to common sim-resume
[deliverable/binutils-gdb.git] / sim / h8300 / ChangeLog
CommitLineData
4ca9d09e
MF
12015-12-30 Mike Frysinger <vapier@gentoo.org>
2
3 * compile.c (lvalue): Change sim_engine_set_run_state calls to
4 sim_engine_halt. Declare local cpu.
5 (fetch_1): Likewise.
6 (store_1): Likewise.
7 (sim_resume): Rename to ...
8 (step_once): ... this. Declare init1, poll_count, reason, and
9 sigrc variables. Delete step checking. Change
10 sim_engine_set_run_state calls to sim_engine_halt. Delete poll
11 logic. Change while(1) loop to while(0).
12 (sim_engine_run): New function.
13 * Makefile.in (SIM_OBJS): Add sim-resume.o.
14
5658c257
MF
152015-12-30 Mike Frysinger <vapier@gentoo.org>
16
17 * compile.c (sim_open): Delete current_alignment and
18 current_target_byte_order assignments.
19 * configure.ac: Call SIM_AC_OPTION_ENDIAN and
20 SIM_AC_OPTION_ALIGNMENT.
21 * configure: Regenerate.
22
e1211e55
MF
232015-12-30 Mike Frysinger <vapier@gentoo.org>
24
25 * wrapper.c (sim_store_register): Rename to ...
26 (h8300_reg_store): ... this. Declare sd.
27 (sim_fetch_register): Rename to ...
28 (h8300_reg_fetch): ... this. Declare sd.
29 (sim_open): Call CPU_REG_FETCH/CPU_REG_STORE.
30
c78dff22
MF
312015-12-30 Mike Frysinger <vapier@gentoo.org>
32
33 * compile.c (lreg): Delete.
34 (init_pointers): Delete lreg assignments.
35
f2089a69
MF
362015-12-30 Mike Frysinger <vapier@gentoo.org>
37
38 * inst.h: Delete file.
39 * Makefile.in (compile.o): Delete rule.
40
1b393626
MF
412015-12-26 Mike Frysinger <vapier@gentoo.org>
42
43 * config.in, configure: Regenerate.
44
bd3fb5b8
MF
452015-12-24 Mike Frysinger <vapier@gentoo.org>
46
47 * compile.c (H8300_OPTIONS): New enum from common/sim-options.c.
48 (h8300_option_handler): New func from common/sim-options.c.
49 (h8300_options): New options from common/sim-options.c.
50 (sim_open): Call sim_add_option_table.
51 * tconfig.h: Delete file.
52
8abe6c66
MF
532015-12-24 Mike Frysinger <vapier@gentoo.org>
54
55 * tconfig.h (SIM_HAVE_SIMCACHE): Delete.
56
c1fc4b4d
MF
572015-11-21 Mike Frysinger <vapier@gentoo.org>
58
59 * compile.c (sim_callback, sim_kind, myname): Delete.
60 (init_pointers, sim_store_register, sim_fetch_register, sim_info):
61 Change sim_callback->printf_filtered calls to sim_io_printf.
62 (sim_resume): Likewise. Declare sim_callback.
63 (sim_open): Delete sim_callback, sim_kind, and myname assignment.
64 (sim_load); Use sd to look up myname, sim_callback, and sim_kind.
65
797eee42
MF
662015-11-15 Mike Frysinger <vapier@gentoo.org>
67
68 * Makefile.in (SIM_OBJS): Delete sim-reason.o and sim-stop.o.
69
8ae8f9c3
MF
702015-11-15 Mike Frysinger <vapier@gentoo.org>
71
72 * Makefile.in (SIM_OBJS): Add sim-reason.o and sim-stop.o.
73 * compile.c (sim_stop, sim_stop_reason): Delete.
74
d2dfd242
MF
752015-11-14 Mike Frysinger <vapier@gentoo.org>
76
77 * Makefile.in (SIM_OBJS): Delete sim-load.o.
78
6e4f085c
MF
792015-11-14 Mike Frysinger <vapier@gentoo.org>
80
81 * compile.c (sim_close): Delete.
82
5697b730
MF
832015-11-09 Mike Frysinger <vapier@gentoo.org>
84
85 * compile.c (littleendian): Delete.
86 (init_pointers): Delete littleendian usage.
87
8d0978fb
MF
882015-06-23 Mike Frysinger <vapier@gentoo.org>
89
90 * configure: Regenerate.
91
a3487082
MF
922015-06-12 Mike Frysinger <vapier@gentoo.org>
93
94 * configure: Regenerate.
95
306f4178
MF
962015-06-12 Mike Frysinger <vapier@gentoo.org>
97
98 * configure: Regenerate.
99
20bca71d
MF
1002015-04-18 Mike Frysinger <vapier@gentoo.org>
101
102 * sim-main.h (SIM_CPU): Delete.
103
7e83aa92
MF
1042015-04-18 Mike Frysinger <vapier@gentoo.org>
105
106 * sim-main.h (sim_cia): Delete.
107
034685f9
MF
1082015-04-17 Mike Frysinger <vapier@gentoo.org>
109
110 * sim-main.h (CIA_GET, CIA_SET): Delete.
111
27b97b40
MF
1122015-04-17 Mike Frysinger <vapier@gentoo.org>
113
114 * compile.c (h8300_pc_get, h8300_pc_set): New functions.
115 (sim_open): Declare new local var i. Call CPU_PC_FETCH &
116 CPU_PC_STORE for all cpus.
117 * sim-main.h (SIM_CPU): Define.
118
78e9aa70
MF
1192015-04-15 Mike Frysinger <vapier@gentoo.org>
120
121 * Makefile.in (SIM_OBJS): Delete sim-cpu.o.
122 * sim-main.h (STATE_CPU): Delete.
123
f95f4ed2
MF
1242015-04-15 Mike Frysinger <vapier@gentoo.org>
125
126 * compile.c: Include sim-options.h.
127 (sim_open): Call sim_cpu_alloc_all instead of sim_cpu_alloc.
128 * sim-main.h (struct sim_state): Change cpu to an array of pointers.
129 (STATE_CPU): Handle WITH_SMP.
130
bf12d44e
MF
1312015-04-13 Mike Frysinger <vapier@gentoo.org>
132
133 * configure: Regenerate.
134
122bbfb5
MF
1352015-04-06 Mike Frysinger <vapier@gentoo.org>
136
137 * Makefile.in (SIM_OBJS): Delete sim-engine.o.
138
1a8faa2a
MF
1392015-04-01 Mike Frysinger <vapier@gentoo.org>
140
141 * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS).
142
aadc9410
MF
1432015-03-31 Mike Frysinger <vapier@gentoo.org>
144
145 * config.in, configure: Regenerate.
146
523ba8f9
MF
1472015-03-24 Mike Frysinger <vapier@gentoo.org>
148
149 * compile.c (sim_set_callbacks, sim_size, sim_trace): Delete.
150 * tconfig.h (SIM_HAVE_PROFILE): Delete.
151
ae7d0cac
MF
1522015-03-16 Mike Frysinger <vapier@gentoo.org>
153
154 * config.in, configure: Regenerate.
155 * tconfig.in: Rename file ...
156 * tconfig.h: ... here.
157
465fb143
MF
1582015-03-14 Mike Frysinger <vapier@gentoo.org>
159
160 * Makefile.in (SIM_RUN_OBJS): Delete.
161
5cddc23a
MF
1622015-03-14 Mike Frysinger <vapier@gentoo.org>
163
164 * configure.ac (AC_CHECK_HEADERS): Delete stdlib.h & time.h.
165 * aclocal.m4, configure: Regenerate.
166
2d7bb758
JB
1672014-12-03 Joel Brobecker <brobecker@adacore.com>
168
169 * compile.c (sim_resume): Adjust calls to "stat" and "fstat"
170 callbacks by calls to "to_stat" and "to_fstat" (resp) callbacks
171 following renaming in callback.h.
172
2974be62
AM
1732014-08-19 Alan Modra <amodra@gmail.com>
174
175 * configure: Regenerate.
176
faa743bb
RM
1772014-08-15 Roland McGrath <mcgrathr@google.com>
178
179 * configure: Regenerate.
180 * config.in: Regenerate.
181
b2b255bd
MF
1822014-03-05 Mike Frysinger <vapier@gentoo.org>
183
184 * compile.c (sim_load): Add const to prog.
185
ef3e8cf7
MF
1862014-02-17 Mike Frysinger <vapier@gentoo.org>
187
188 PR gdb/16450
189 * compile.c (control_c_sim_desc): Delete.
190 (control_c): Likewise.
191 (sim_resume): Delete signal(SIGINT) handling.
192
bf3d9781
AM
1932013-09-23 Alan Modra <amodra@gmail.com>
194
195 * configure: Regenerate.
196
31e6ad7d
MF
1972013-06-03 Mike Frysinger <vapier@gentoo.org>
198
199 * aclocal.m4, configure: Regenerate.
200
5f3ef9d0
JB
2012012-06-15 Joel Brobecker <brobecker@adacore.com>
202
203 * config.in, configure: Regenerate.
204
a6ff997c
NC
2052012-05-18 Nick Clifton <nickc@redhat.com>
206
207 PR 14072
208 * compile.c: Include config.h before system header files.
209 * sim-main.h: Likewise.
210
2232061b
MF
2112012-03-24 Mike Frysinger <vapier@gentoo.org>
212
213 * aclocal.m4, config.in, configure: Regenerate.
214
db2e4d67
MF
2152011-12-03 Mike Frysinger <vapier@gentoo.org>
216
217 * aclocal.m4: New file.
218 * configure: Regenerate.
219
9c082ca8
MF
2202011-10-17 Mike Frysinger <vapier@gentoo.org>
221
222 * configure.ac: Change include to common/acinclude.m4.
223
6ffe910a
MF
2242011-10-17 Mike Frysinger <vapier@gentoo.org>
225
226 * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER
227 call. Replace common.m4 include with SIM_AC_COMMON.
228 * configure: Regenerate.
229
2419798b
MF
2302011-07-05 Mike Frysinger <vapier@gentoo.org>
231
232 * compile.c (sim_do_command): Delete.
233
dae477fe
AB
2342011-01-11 Andrew Burgess <aburgess@broadcom.com>
235
236 * compile.c (sim_store_register): Update return value to
237 match new API.
238
5558e7e6
MF
2392010-04-14 Mike Frysinger <vapier@gentoo.org>
240
241 * compile.c (sim_write): Add const to buffer arg.
242
3725885a
RW
2432010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
244
245 * configure: Regenerate.
246
3a6c31f9
YS
2472009-12-09 Yoshinori Sato <ysato@users.sourceforge.jp>
248 * compile.c(fetch_1): Fix pre-dec, pre-inc, post-dec and post-inc.
249 Index registers not masked memory areas.
250 Only simply increment or decrement.
251 * compile.c(store_1): Ditto.
252
d6416cdc
RW
2532009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
254
81ecdfbb
RW
255 * config.in: Regenerate.
256 * configure: Likewise.
257
d6416cdc
RW
258 * configure: Regenerate.
259
c4212d37
JS
2602008-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>
261
262 * compile.c: Add const to remove warning.
263
b5bd9624
HPN
2642008-07-11 Hans-Peter Nilsson <hp@axis.com>
265
266 * configure: Regenerate to track ../common/common.m4 changes.
267 * config.in: Ditto.
268
6efef468 2692008-06-06 Vladimir Prus <vladimir@codesourcery.com>
72f4393d
L
270 Daniel Jacobowitz <dan@codesourcery.com>
271 Joseph Myers <joseph@codesourcery.com>
6efef468
JM
272
273 * configure: Regenerate.
274
917c78f9
DJ
2752007-07-03 Yoshinori Sato <ysato@users.sourceforge.jp>
276
277 * compile.c (sim_resume): Fix the last byte of ARGV for
278 SYS_CMDLINE.
279
edc5d9ec
HPN
2802006-12-21 Hans-Peter Nilsson <hp@axis.com>
281
282 * acconfig.h: Remove.
283 * config.in: Regenerate.
284
b86015ea
YS
2852006-07-13 Yoshinori Sato <ysato@users.sourceforge.jp>
286
287 * compile.c (OBITOP): Bit address mask low three bit.
288 * compile.c (decode): Fix warning.
289
e85e3205
RE
2902006-06-13 Richard Earnshaw <rearnsha@arm.com>
291
292 * configure: Regenerated.
293
2f0122dc
DJ
2942006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
295
296 * configure: Regenerated.
297
20e95c23
DJ
2982006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
299
300 * configure: Regenerated.
301
2b193c4a
MK
3022005-03-23 Mark Kettenis <kettenis@gnu.org>
303
304 * configure: Regenerate.
305
35695fd6
AC
3062005-01-14 Andrew Cagney <cagney@gnu.org>
307
308 * configure.ac: Sinclude aclocal.m4 before common.m4. Add
309 explicit call to AC_CONFIG_HEADER.
310 * configure: Regenerate.
311
f0569246
AC
3122005-01-12 Andrew Cagney <cagney@gnu.org>
313
314 * configure.ac: Update to use ../common/common.m4.
315 * configure: Re-generate.
316
38f48d72
AC
3172005-01-11 Andrew Cagney <cagney@localhost.localdomain>
318
319 * configure: Regenerated to track ../common/aclocal.m4 changes.
320
b7026657
AC
3212005-01-07 Andrew Cagney <cagney@gnu.org>
322
323 * configure.ac: Rename configure.in, require autoconf 2.59.
324 * configure: Re-generate.
325
379832de
HPN
3262004-12-08 Hans-Peter Nilsson <hp@axis.com>
327
328 * configure: Regenerate for ../common/aclocal.m4 update.
329
e4d3c499
AO
3302004-06-28 Alexandre Oliva <aoliva@redhat.com>
331
e073c474
AO
332 2003-07-23 Richard Sandiford <rsandifo@redhat.com>
333 * compile.c (sim_resume): Make sure that dst.reg refers to the
334 right register byte in mova/sz.l @(dd,RnL),ERn.
335 2003-07-21 Richard Sandiford <rsandifo@redhat.com>
336 * compile.c (sim_resume): Zero-extend immediate to muls, mulsu,
337 mulxs, divs and divxs.
338
e4d3c499
AO
339 * compile.c (sim_load): Update sd->memory_size.
340
d6fd015d 3412004-06-10 Michael Snyder <msnyder@redhat.com>
3973a7d3 342
d6fd015d
MS
343 Patch submitted by Nitin Yewale <NitinY@KPITCummins.com>.
344 * compile.c (sim_resume): Corrected ANDC operation on EXR for H8S.
345
3d29fdb4
MS
3462004-01-05 Michael Snyder <msnyder@redhat.com>
347
348 * compile.c (sim_load): Don't pass a type to bfd_openr.
349
f5d3df96
MS
3502003-12-16 Michael Snyder <msnyder@redhat.com>
351
352 Patch submitted by Anil Paranjape <AnilP1@KPITCummins.com>
353 * sim-main.h (H8300H_MSIZE): Increase from 18 bits to 24 bits.
354
454d0511
DD
3552003-12-11 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
356
72f4393d 357 * compile.c (set_h8300h): Initialize globals to zero.
454d0511 358
29b52f93
KH
3592003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
360
361 * compile.c (h8300_normal_mode): New.
362 (SP): Handle normal mode.
363 (bitfrom): Use normal mode flag to return suitable value.
364 (lvalue): Use normal mode flag to return command line location.
365 (decode): Decode instruction correctly for normal mode.
366 (init_pointers): Initialise memory correctly for normal mode.
367 (sim_resume): Handle cases for normal mode using h8300_normal_mode
368 flag.
369 (sim_store_register): Handle 2 byte PC for normal mode.
370 (sim_fetch_register): Handle 2 byte PC for normal mode.
371 (set_h8300h): Set normal mode flag as per architechture.
372 (sim_load): Allocate 64K for normal mode instead of bigger memory.
373
f408565c
MS
3742003-07-18 Michael Snyder <msnyder@redhat.com>
375
376 * compile.c (decode): Enhancements for mova.
377 Initialize cst, reg, and rdisp inside the loop, for each
378 new instruction. Defer correction of the disp2 values until
379 later, and then adjust them by the size of the first operand,
380 rather than the size of the instruction.
381 (sim_resume): For mova, adjust the size of the second operand
382 according to the type of the first operand (INDEXB vs. INDEXW).
383 In cases where there is only one operand, the other two must
384 both be composed on the fly.
385
e22fef83
MS
3862003-07-22 Michael Snyder <msnyder@redhat.com>
387
388 * compile.c (sim_resume): Revert 6-24 change, it does not
389 work with gdb breakpoints.
390
0f42aa71
MS
3912003-07-17 Michael Snyder <msnyder@redhat.com>
392
55acb21b
MS
393 * compile.c (sim_resume): Handle shll reg, reg and shlr reg, reg.
394 (decode): IMM16 is always zero-extended.
0f42aa71 395
f0861129
MS
3962003-06-24 Michael Snyder <msnyder@redhat.com>
397
398 * sim-main.h (SIM_WIFSTOPPED, SIM_WSTOPSIG): Define.
399 * compile.c (sim_resume): Use the above to return stop signal.
400
9f70f8ec
MS
4012003-06-18 Michael Snyder <msnyder@redhat.com>
402
403 * compile.c: Replace "Hitachi" with "Renesas".
404 (decode): Distinguish AV_H8S from AV_H8H.
405 (sim_resume): H8SX can use any register for TAS.
406 (decode): Add support for VECIND.
407 (sim_resume): Implement rte/l and rts/l.
408 (GETSR): New macro (actually old macro reincarnated).
409 (decode): Add handling for IMM2.
410 (sim_resume): Drop extra block around jmp, jsr, rts.
411 Add handling for trapa and rte.
412 For divxu.b, change 0xffff mask to 0xff.
413 (set_h8300h): Add bfd_mach_h8300sxn machine.
414
18ad32b5
MS
4152003-06-18 Corinna Vinschen <vinschen@redhat.com>
416
417 * sim-main.h (enum h8_regnum): Turn around order of MACH, MACL
418 and SBR, VBR.
419
173b1c98
MS
4202003-06-05 Michael Snyder <msnyder@redhat.com>
421
422 * compile.c (sim_fetch_register): Handle SBR, VBR, MACH, MACL.
423 (sim_store_register): Ditto.
424
e8c1a4e7
MS
4252003-06-04 Michael Snyder <msnyder@redhat.com>
426
427 * compile.c (sim_info): Fix typo in output.
428
173b1c98 429 * compile.c (set_h8300h): Replace 'flag' arguments
27ebfdf4
MS
430 with a bfd_machine argument, and decode it inline.
431 Check for bfd_mach_h8300hn and bfd_mach_h8300sn.
432
dc5c3759
MS
4332003-06-03 Michael Snyder <msnyder@redhat.com>
434
e8c1a4e7
MS
435 * compile.c: Add h8300sx insns and addressing modes.
436 * sim-main.h: Replaces h8300/inst.h.
437 * Makefile.in: Tweak to bring in some sim/common stuff.
dc5c3759 438
b7f97e9c
MS
4392003-04-13 Michael Snyder <msnyder@redhat.com>
440
441 * compile.c (sim_resume): Implement 'daa' and 'das' instructions.
442
d1360fb0
V
4432003-03-20 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
444
72f4393d 445 * compile.c (cmdline_location): Added function to
d1360fb0
V
446 return the location of 8-bit (256 locations) where the
447 Command Line arguments would be stored.
72f4393d 448 (decode): Added a TRAP to 0xcc for Commandline
d1360fb0
V
449 processing using pseudo opcode O_SYS_CMDLINE.
450 (sim_resume): Added handling of O_SYS_CMDLINE Trap.
72f4393d 451 (sim_create_inferior): Setting a pointer to
d1360fb0
V
452 Commandline Args array.
453 * inst.h: Added a new variable ptr_command_line for
454 storing pointer to Commandline array.
455
bf174226
V
4562003-03-14 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
457
458 * compile.c (decode): Added code for some more magic traps.
459 * compile.c (sim_resume): Added support for File I/O system
460 calls through callback to host_system.
461 System calls provided support for :
462 open, read, write, lseek, close, stat, fstat
463 Only basic support for stat and fstat.
464
6b4a8935
AC
4652003-02-27 Andrew Cagney <cagney@redhat.com>
466
467 * compile.c (sim_open, sim_create_inferior): Rename _bfd to bfd.
468
ec38ce99
KH
4692003-02-05 Kazu Hirata <kazu@cs.umass.edu>
470
471 * compile.c (init_pointers): Abort if wreg never gets initialized.
472 (sim_resume): Fix the handling of exts.w and extu.w.
473
ad4cda16
KH
4742003-01-31 Kazu Hirata <kazu@cs.umass.edu>
475
476 * compile.c (sim_resume): Fix the handling of bxor.
477
a4f27e3e
MS
4782003-01-16 Michael Snyder <msnyder@redhat.com>
479
480 * compile.c: Change K&R function definitions to ISO.
481 (fetch): Make static, and eliminate unused parameter 'n'.
482
d0fe2f7e
KH
4832002-12-26 Kazu Hirata <kazu@cs.umass.edu>
484
485 * compile.c: Fix formatting.
486 * inst.h: Likewise.
487
a64bfde3
AV
4882002-07-29 Andrey Volkov <avolkov@transas.com>
489
490 * compile.c: Include "gdb/sim-h8300.h"
491 * Makefile.in: Add dependences on "inst.h",
492 "gdb/callback.h", "gdb/remote-sim.h" and "gdb/sim-h8300.h".
493
c8cca39f
AC
4942002-06-16 Andrew Cagney <ac131313@redhat.com>
495
496 * configure: Regenerated to track ../common/aclocal.m4 changes.
497
3c25f8c7
AC
4982002-06-08 Andrew Cagney <cagney@redhat.com>
499
500 * compile.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
501
d1335144
KH
5022002-05-19 Kazu Hirata <kazu@cs.umass.edu>
503
504 * compile.c: Fix formatting.
505
c3f4437e
KH
5062002-05-18 Kazu Hirata <kazu@cs.umass.edu>
507
508 * compile.c: Fix formatting.
509
6147b1f6
AV
5102002-05-17 Andrey Volkov (avolkov@transas.com)
511
512 * compile.c: Add absented opcodes: LDC, STC, EEPMOV, TAS.
72f4393d 513
fc974602
AV
5142002-05-17 Andrey Volkov (avolkov@transas.com)
515
516 * compile.c: Add support of EXR register
517 * inst.h: Ditto.
72f4393d 518
a8cdafbd
AV
5192002-05-17 Andrey Volkov (avolkov@transas.com)
520
521 * compile.c: Made h8300s as new target, not h8300h alias.
522 * inst.h: Ditto.
72f4393d 523
f6225c96
AV
5242002-05-17 Andrey Volkov (avolkov@transas.com)
525
72f4393d 526 * compile.c: Add additional CCR flags (I,UI,H,U)
f6225c96 527
3b02cf92
AV
5282002-05-17 Andrey Volkov (avolkov@transas.com)
529
72f4393d 530 * compile.c: Change literal regnumbers to REGNUMS.
3b02cf92
AV
531 Fix instruction and cycles counting
532
de9b1892
KH
5332001-12-20 Kazu Hirata <kazu@hxi.com>
534
535 * compile.c: Fix formatting.
536
2ea716f6
KH
5372001-12-20 Kazu Hirata <kazu@hxi.com>
538
539 * compile.c: Fix comment typos.
540
6d028502
KH
5412000-08-10 Kazu Hirata <kazu@hxi.com>
542
543 * compile.c (decode): Clean up the code.
544
0a17cd59
AC
5452000-06-15 Kazu Hirata <kazu@hxi.com>
546
547 * compile.c (decode): Distinguish inc/dec.[wl] and adds/subs
548 correctly.
549
97ee9e5a
FCE
5502000-06-20 Frank Ch. Eigler <fche@redhat.com>
551
552 * compile.c: Don't include "wait.h".
553 (sim_resume): Use local SIM_WIFEXITED and SIM_WIFSIGNALED macros
554 instead of WIF* from host.
555
98ecb0a7
FCE
5562000-06-13 Frank Ch. Eigler <fche@redhat.com>
557
558 * compile.c, writecode.c: Correct typo.
559
0ef9643e
JL
5602000-06-13 Kazu Hirata <kazu@hxi.com>
561
562 * compile.c: Fix formatting.
563
eb2d80b4
AC
564Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
565
566 * configure: Regenerated to track ../common/aclocal.m4 changes.
567
d4f3574e
SS
568Thu Sep 2 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
569
570 * configure: Regenerated to track ../common/aclocal.m4 changes.
571
cd0fc7c3
SS
5721999-05-08 Felix Lee <flee@cygnus.com>
573
574 * configure: Regenerated to track ../common/aclocal.m4 changes.
72f4393d 575
7a292a7a
SS
5761999-04-02 Keith Seitz <keiths@cygnus.com>
577
578 * compile.c (POLL_QUIT_INTERVAL): Define. Used to tweak the
579 frequency at which the poll_quit callback is used.
580 (sim_resume): Use POLL_QUIT_INTERVAL instead of hard-coded value.
581
c906108c
SS
582Tue Apr 28 18:33:31 1998 Geoffrey Noer <noer@cygnus.com>
583
72f4393d 584 * configure: Regenerated to track ../common/aclocal.m4 changes.
c906108c
SS
585
586Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche>
587
588 * configure: Regenerated to track ../common/aclocal.m4 changes.
589 * config.in: Ditto.
590
591Sun Apr 26 15:20:14 1998 Tom Tromey <tromey@cygnus.com>
592
593 * acconfig.h: New file.
594 * configure.in: Reverted change of Apr 24; use sinclude again.
595
596Fri Apr 24 14:16:40 1998 Tom Tromey <tromey@creche>
597
598 * configure: Regenerated to track ../common/aclocal.m4 changes.
599 * config.in: Ditto.
600
601Fri Apr 24 11:19:46 1998 Tom Tromey <tromey@cygnus.com>
602
603 * configure.in: Don't call sinclude.
604
605Sat Apr 4 20:36:25 1998 Andrew Cagney <cagney@b1.cygnus.com>
606
607 * configure: Regenerated to track ../common/aclocal.m4 changes.
608
609Fri Mar 27 16:15:52 1998 Andrew Cagney <cagney@b1.cygnus.com>
610
611 * configure: Regenerated to track ../common/aclocal.m4 changes.
612
613Wed Mar 25 12:35:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
614
615 * configure: Regenerated to track ../common/aclocal.m4 changes.
616
617Wed Mar 18 12:38:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
618
619 * configure: Regenerated to track ../common/aclocal.m4 changes.
620
621Tue Feb 17 12:42:18 1998 Andrew Cagney <cagney@b1.cygnus.com>
622
623 * compile.c (sim_store_register, sim_fetch_register): Pass in
624 length parameter. Return -1.
625
626Sun Feb 1 16:47:51 1998 Andrew Cagney <cagney@b1.cygnus.com>
627
628 * configure: Regenerated to track ../common/aclocal.m4 changes.
629
630Sat Jan 31 18:15:41 1998 Andrew Cagney <cagney@b1.cygnus.com>
631
632 * configure: Regenerated to track ../common/aclocal.m4 changes.
633
634Mon Jan 19 22:26:29 1998 Doug Evans <devans@seba>
635
636 * configure: Regenerated to track ../common/aclocal.m4 changes.
637
638Mon Dec 15 23:17:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
639
640 * configure: Regenerated to track ../common/aclocal.m4 changes.
641 * config.in: Ditto.
642
643Thu Dec 4 09:21:05 1997 Doug Evans <devans@canuck.cygnus.com>
644
645 * configure: Regenerated to track ../common/aclocal.m4 changes.
646
647Tue Nov 11 16:52:07 1997 Angela Marie Thomas (angela@cygnus.com)
648
649 * compile.c: #include stdio.h for definition of NULL on
650 some platforms.
651
652Wed Oct 22 14:43:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
653
654 * compile.c (sim_load): Pass lma_p and sim_write args to
655 sim_load_file.
656
657Fri Oct 3 09:28:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
658
659 * configure: Regenerated to track ../common/aclocal.m4 changes.
660
661Wed Sep 24 17:38:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
662
663 * configure: Regenerated to track ../common/aclocal.m4 changes.
664
665Tue Sep 23 11:04:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
666
667 * configure: Regenerated to track ../common/aclocal.m4 changes.
668
669Mon Sep 22 11:46:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
670
671 * configure: Regenerated to track ../common/aclocal.m4 changes.
672
673Fri Sep 19 17:45:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
674
675 * configure: Regenerated to track ../common/aclocal.m4 changes.
676
677Wed Sep 17 12:00:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
678
679 * Makefile.in (compile.o): Depend on config.h in local directory.
680
681Mon Sep 15 17:36:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
682
683 * configure: Regenerated to track ../common/aclocal.m4 changes.
684
685Tue Sep 9 22:17:26 1997 Felix Lee <flee@cygnus.com>
686
687 * inst.h (sim_state): rename to h8300_sim_state, to avoid conflict
688 with sim/common.
689 * configure.in: check for sys/param.h
690 * compile.c: #ifdef HAVE_SYS_PARAM_H.
691 #define SIGTRAP for wingdb.
692 (sim_resume): poll keyboard at least once per call.
693 (sim_resume): use host_callback instead of printf for syscall
694 output.
695
696Thu Sep 4 17:21:23 1997 Doug Evans <dje@seba>
697
698 * configure: Regenerated to track ../common/aclocal.m4 changes.
699
700Wed Aug 27 18:13:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
701
702 * configure: Regenerated to track ../common/aclocal.m4 changes.
703 * config.in: Ditto.
704
705Tue Aug 26 10:38:43 1997 Andrew Cagney <cagney@b1.cygnus.com>
706
707 * compile.c (sim_kill): Delete.
708 (sim_create_inferior): Add ABFD argument.
709 (sim_load): Move setting of PC from here.
710 (sim_create_inferior): To here.
711 (sim_open, sim_load, set_h8300h): Add fixme explaining why much of
712 the sim_load code should be moved to sim_open.
713
714Mon Aug 25 17:50:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
715
716 * configure: Regenerated to track ../common/aclocal.m4 changes.
717 * config.in: Ditto.
718
719Mon Aug 25 15:47:41 1997 Andrew Cagney <cagney@b1.cygnus.com>
720
721 * compile.c (sim_open): Add ABFD argument.
722
723Tue May 20 10:16:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
724
725 * compile.c (sim_open): Add callback argument.
726 (sim_set_callbacks): Delete SIM_DESC argument.
727
728Wed Apr 30 10:22:29 1997 Doug Evans <dje@canuck.cygnus.com>
729
730 * compile.c (sim_load): Call bfd_get_mach instead of examining
731 bfd fields directly.
732 * tconfig.in (SIM_PRE_LOAD): Delete, no longer used.
733
734Thu Apr 24 00:39:51 1997 Doug Evans <dje@canuck.cygnus.com>
735
736 * configure: Regenerated to track ../common/aclocal.m4 changes.
737
738Fri Apr 18 14:30:09 1997 Andrew Cagney <cagney@b1.cygnus.com>
739
740 * compile.c (sim_resume): Use poll_quit callback.
741 (sim_stop): New function.
742
743Thu Apr 17 03:06:39 1997 Doug Evans <dje@canuck.cygnus.com>
744
745 * Makefile.in (SIM_OBJS): Add sim-load.o.
746 * compile.c (sim_kind, myname): New static locals.
747 (sim_open): Set sim_kind, myname.
748 (sim_load): Return SIM_RC. New arg abfd. Update test for h8300h.
749 Call sim_load_file to load file into simulator. Set start address
750 from bfd.
751 (sim_create_inferior): Return SIM_RC. Delete arg start_address.
752
753Mon Apr 7 15:45:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
754
755 * configure: Regenerated to track ../common/aclocal.m4 changes.
756 * config.in: Ditto.
757
758Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
759
760 * compile.c (sim_open): New arg `kind'.
761
762 * configure: Regenerated to track ../common/aclocal.m4 changes.
763
764Wed Apr 2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
765
766 * configure: Regenerated to track ../common/aclocal.m4 changes.
767
768Wed Mar 19 01:14:00 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
769
770 * configure: Regenerated to track ../common/aclocal.m4 changes.
771
772Mon Mar 17 15:10:07 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
773
774 * configure: Re-generate.
775
776Fri Mar 14 10:34:11 1997 Michael Meissner <meissner@cygnus.com>
777
778 * configure: Regenerate to track ../common/aclocal.m4 changes.
779
780Thu Mar 13 12:48:05 1997 Doug Evans <dje@canuck.cygnus.com>
781
782 * compile.c (sim_open): New SIM_DESC result. Argument is now in
783 argv form.
784 (other sim_*): New SIM_DESC argument.
785
786Tue Feb 4 13:36:29 1997 Doug Evans <dje@canuck.cygnus.com>
787
788 * Makefile.in (@COMMON_MAKEFILE_FRAG): Use
789 COMMON_{PRE,POST}_CONFIG_FRAG instead.
790 * configure.in: sinclude ../common/aclocal.m4.
791 * configure: Regenerated.
792
793Thu Jan 23 11:46:23 1997 Stu Grossman (grossman@critters.cygnus.com)
794
795 * configure configure.in Makefile.in: Update to new configure
796 scheme which is more compatible with WinGDB builds.
797 * configure.in: Improve comment on how to run autoconf.
798 * configure: Re-run autoconf to get new ../common/aclocal.m4.
799 * Makefile.in: Use autoconf substitution to install common
800 makefile fragment.
801
802Wed Nov 20 01:39:12 1996 Doug Evans <dje@canuck.cygnus.com>
803
804 * Makefile.in: Delete stuff moved to ../common/Make-common.in.
805 (SIM_OBJS): Define.
806 * configure.in: Simplify using macros in ../common/aclocal.m4.
807 * configure: Regenerated.
808 * inst.h (enum sim_state): Define.
809 (cpu_state_type): New member `state'. Set it whenever `exception'
810 is set.
811 * compile.c (sim_callback): New global.
812 (sim_set_simcache_size): Renamed from sim_csize.
813 (sim_resume, case O_SLEEP): Add right way to decode r0 but #if 0 out
814 'cus it can't work. Change main loop exit test to use cpu.state.
815 (sim_trace): New function.
816 (sim_stop_reason): Add right way to set results, but #if 0 out.
817 (sim_size): New function.
818 (sim_info): Redirect calls to printf_filtered through callback.
819 (sim_set_callbacks): Record callback.
820 * run.c: Deleted, using one in ../common now.
821 * tconfig.in: New file.
822
823Thu Oct 3 16:13:18 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
824
825 * Makefile.in (mostlyclean): Don't remove config.log here.
826
827Fri Aug 9 22:59:11 1996 Jeffrey A Law (law@cygnus.com)
828
829 * compile.c (sim_resume): rts, sleep, bpt and nop have
830 no associated "size".
831
832Tue Jul 9 22:15:39 1996 Jeffrey A Law (law@cygnus.com)
833
834 * compile.c (sim_resume): Fix all rotate-by-2-bits insns.
835
836Tue Jul 2 23:08:45 1996 Jeffrey A Law (law@cygnus.com)
837
838 * run.c (main): Don't "load" sections which don't have
839 SEC_LOAD set.
840 * compile.c (sim_resume, case "O_NOT"): Use ONOT instead
841 of OSHIFTS.
842 (ONOT): Define.
843 (sim_resume, shift/rotate cases): Add support for shift/rotate
844 by two bits.
845 (OSHIFTS): Corresponding changes.
846
847Tue Jul 2 01:37:27 1996 Jeffrey A Law (law@cygnus.com)
848
849 * compile.c (sim_resume): Handle "ldm.l" and "stm.l".
850
851Wed Jun 26 08:58:53 1996 Jeffrey A Law (law@cygnus.com)
852
853 * compile.c (h8300smode): Declare.
854
855Wed Jun 26 12:20:56 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
856
72f4393d
L
857 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
858 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
859 (docdir): Removed.
860 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
861 (AC_PROG_INSTALL): Added.
862 * configure: Rebuilt.
c906108c
SS
863
864Tue Jun 18 16:31:10 1996 Jeffrey A. Law <law@rtl.cygnus.com>
865
866 * compile.c (sim_load): Treat the H8/S like the H8/300H for now.
867 * run.c (main): Treat the H8/S like the H8/300H for now.
72f4393d 868
c906108c
SS
869Fri May 24 10:35:25 1996 Jeffrey A Law (law@cygnus.com)
870
871 * compile.c (SEXTCHAR): Clear upper bits when sign
872 bit is clear.
873
874Wed May 22 22:23:37 1996 Jeffrey A Law (law@cygnus.com)
875
876 * compile.c (sim_resume): Correctly handle divu.
877
878Tue May 7 02:13:05 1996 Jeffrey A Law (law@cygnus.com)
879
880 * compile.c (sim_resume): Never allow the PC to have an
881 odd value.
882
883Fri Apr 12 16:50:37 1996 Jeffrey A Law (law@cygnus.com)
884
885 * inst.h: Expand on comments regarding H8300H_MSIZE. Note
886 separate memory is allocate for the 8-bit area.
887 (struct cpu_state_type): Add new "eightbit' field.
888 * compile.c (GET_MEMORY_L): Handle access into the 8-bit
889 area.
890 (GET_MEMORY_W, GET_MEMORY_B): Likewise.
891 (SET_MEMORY_L, SET_MEMORY_W, SET_MEMORY_B): Likewise.
892 (init_pointers): Initialize space for the 8-bit area.
893 (sim_write): Handle writing into the 8-bit area.
894 (sim_read): Handle reading from the 8-bit area.
895 (sim_load): Reallocate space for the 8-bit area.
896
897 * compile.c (sim_load): Re-allocate memory for the simulator
898 here.
899
900Fri Apr 12 09:39:56 1996 Jeffrey A Law (law@cygnus.com)
901
902 * compile.c (sim_resume): Fix and simplify overflow and carry
903 handling for 32bit ALU insns.
904
905Mon Apr 8 23:58:49 1996 Jeffrey A Law (law@cygnus.com)
906
907 * compile.c (sim_resume): Fix overflow checks for ALU insns.
908
909Fri Apr 5 17:20:59 1996 Jeffrey A Law (law@cygnus.com)
910
911 * compile.c (decode): Use "bit" to hold L_3 immediates instead
912 of holding them in "abs". Handle ABS8MEM memory references aka
913 8-bit area. Replace ABSMOV references with ABS8MEM.
914
915Wed Mar 13 17:43:56 1996 Jeffrey A Law (law@cygnus.com)
916
917 * compile.c (fetch): Handle accesses to the exception/function
918 vectors.
919
920Mon Mar 11 09:53:25 1996 Doug Evans <dje@charmed.cygnus.com>
921
922 * compile.c: #include "wait.h".
923 (sim_resume, sleep insn): Check program exit status in r0.
924 (sim_resume, shift insns): Fix setting of overflow flag for shal.
925 * run.c: #include <signal.h>.
926 (main): Abort if program got SIGILL.
927 Print error message if argument is invalid.
928 (usage): Improve text.
929
930Wed Feb 21 12:15:00 1996 Ian Lance Taylor <ian@cygnus.com>
931
932 * configure: Regenerate with autoconf 2.7.
933
934Thu Jan 4 11:52:53 1996 Doug Evans <dje@canuck.cygnus.com>
935
936 * inst.h (MPOWER,MSIZE): Deleted.
937 (H8300{,H}_MSIZE): Define.
938 * compile.c (memory_size): New static global.
939 (init_pointers): Set memory size from one of H8300{,H}_MSIZE.
940 (sim_write,sim_read): Use memory_size.
941
942Fri Oct 13 15:03:19 1995 steve chamberlain <sac@slash.cygnus.com>
943
944 * compile.c (sim_set_callbacks): New.
945
946Tue Oct 10 11:11:26 1995 Fred Fish <fnf@cygnus.com>
947
948 * Makefile.in (BISON): Remove macro.
949
950Wed Sep 20 13:35:02 1995 Ian Lance Taylor <ian@cygnus.com>
951
952 * Makefile.in (maintainer-clean): New synonym for realclean.
953
954Fri Sep 8 12:18:53 1995 Ian Lance Taylor <ian@cygnus.com>
955
956 * Makefile.in (install): Don't install in $(tooldir).
957
958 * configure.in: Call AC_CONFIG_HEADER. Don't try to use
959 bfd/hosts/*.h file or bfd/config/*.mh file. Call AC_PROG_CC and
960 AC_PROG_RANLIB. Substitute in values for CFLAGS, HDEFINES and AR.
961 Call AC_CHECK_HEADERS for stdlib.h and time.h. Touch stamp.h if
962 creating config.h.
963 * configure: Rebuild.
964 * config.in: New file, created by autoheader.
965 * Makefile.in (AR): Define as @AR@.
966 (CC): New variable, defined as @CC@.
967 (CFLAGS): Define as @CFLAGS@.
968 (RANLIB): Define as @RANLIB@.
969 (HDEFINES, TDEFINES): New variables.
970 (@host_makefile_frag@): Remove.
971 (compile.o, run.o): Depend upon config.h.
972 (mostlyclean): Make the same as clean, not distclean.
973 (clean): Remove config.log.
974 (distclean): Remove config.h and stamp-h.
975 (Makefile): Don't depend upon @frags@. Just rebuild Makefile when
976 invoking config.status.
977 (config.h, stamp-h): New targets.
978 * compile.c: Include "config.h". Don't include <sys/times.h>.
979 Include <time.h> and <stdlib.h> if they exist. Don't include
980 "sysdep.h".
981 (get_now): Remove unused local b.
982 * run.c: Include "config.h". Include <stdlib.h> if it exists.
983 Don't include "sysdep.h".
984 * writecode.c: Don't include "bfd.h" or "sysdep.h". Include
985 <stdio.h>.
986
987Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
988
989 * Update all FSF addresses except those in COPYING* files.
990
991Wed Jul 5 14:32:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
992
993 * Makefile.in (clean): Remove run.
994 (distclean): Remove Makefile.
995
996 * h8300.mt: Removed.
997
998 * Makefile.in, configure.in: converted to autoconf.
999 * configure: New file, generated with autconf 2.4.
1000
1001Fri Jun 30 16:50:24 1995 Stan Shebs <shebs@andros.cygnus.com>
1002
1003 * compile.c (sim_do_command): New function.
1004
1005Tue Jun 20 16:18:13 1995 Steve Chamberlain <sac@slash.cygnus.com>
1006
1007 * compile.c (get_now): Don't do if win32.
1008 (sim_resume): Poll in win32 too.
1009
1010Wed May 24 16:31:38 1995 Jim Wilson <wilson@chestnut.cygnus.com>
1011
1012 * configure.in: Fix typo in last change.
1013
1014Mon Mar 27 10:32:34 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1015
1016 * run.c: parse arguments with getopt().
1017
1018Tue Feb 28 17:30:08 1995 Ian Lance Taylor <ian@cygnus.com>
1019
1020 * configure.in: Use ../../bfd/hosts/std-host.h if specific
1021 host unavailable.
1022
1023Sun Jan 22 12:35:43 1995 Steve Chamberlain <sac@splat>
1024
1025 * compile.c (sim_resume): Initialize cpu.mask.
1026
1027Thu Sep 8 16:53:00 1994 Steve Chamberlain (sac@jonny.cygnus.com)
1028
1029 * inst.h (MPOWER): Bump simulated memory size to 2^18 bytes.
1030
1031Wed May 18 13:47:58 1994 Doug Evans (dje@canuck.cygnus.com)
1032
1033 * compile.c: #include "bfd.h".
1034 (sim_*): Set result type to void where there isn't one.
1035 (sim_resume, default case): Set cpu.exception to SIGILL.
1036 (sim_trace): Delete.
1037 (sim_set_pc): Delete.
1038 (sim_info): Delete printf_fn arg, all callers changed.
1039 Call printf_filtered.
1040 (set_h8300h): New arg `flag', all callers changed.
1041 (sim_close): New function.
1042 (sim_load): New function.
1043 (sim_create_inferior): Renamed from sim_set_args, all callers changed.
1044 * run.c: #include <varargs.h>, "remote-sim.h".
1045 (printf_filtered): New function.
1046
1047Fri May 13 18:32:27 1994 Doug Evans (dje@canuck.cygnus.com)
1048
1049 * compile.c (decode): Fix typo (16 bit branches).
1050 (*): Some white space clean up.
1051
1052Fri May 6 13:44:01 1994 Steve Chamberlain (sac@jonny.cygnus.com)
1053
1054 * compile.c (decode): Compile 16bit branches properly.
1055
1056Sat Dec 11 16:32:36 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1057
1058 * compile.c: Tidy up formatting. (sim_resume): Add orc, xorc,
1059 andc. Poll for interrupts.
1060
1061Thu Oct 28 19:29:34 1993 Doug Evans (dje@canuck.cygnus.com)
1062
1063 * compile.c: #include "ansidecl.h" for remote-sim.h.
1064
1065Tue Oct 26 09:43:36 1993 Doug Evans (dje@canuck.cygnus.com)
1066
1067 * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb
1068 * compile.c: #include "remote-sim.h".
1069 (sim_resume): New arg siggnal.
1070 (sim_write): Use SIM_ADDR for type of arg addr.
1071 Always return a value.
1072 (sim_read): Ditto.
1073 (sim_store_register): Result is type int.
1074 (sim_fetch_register): Ditto.
1075 (sim_stop_reason): Renamed from sim_stop_signal.
1076 (sim_set_pc): Use SIM_ADDR for type of arg pc.
1077 (sim_info): int result, new arg printf_fn.
1078 (sim_kill): int result.
1079 (sim_open): int result, new arg name.
1080 * run.c (main): Use sim_set_pc to set pc.
1081 Update call to sim_info.
1082
1083Sat Oct 23 15:01:18 1993 Doug Evans (dje@canuck.cygnus.com)
1084
1085 * compile.c (sim_stop_signal): Result is now enum sim_stop.
1086
1087Fri Oct 15 23:49:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1088
1089 * compile.c (sim_kill, sim_open, sim_set_args): New functions.
1090
1091Thu Oct 7 16:24:10 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
1092
1093 * compile.c (sim_set_pc): Write to the pc direcly.
1094 (sim_store_register): Now value is passed by reference. (sim_read,
1095 sim_write): Return number of bytes copied.
1096
1097Tue Aug 17 07:16:15 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
1098
1099 * compile.c (mop): New function to do multiplies.
1100
1101Fri Jul 16 13:53:53 1993 Doug Evans (dje@canuck.cygnus.com)
1102
1103 * compile.c (sim_resume): Add support for nop insn.
1104
1105Thu Jul 15 09:59:01 1993 Doug Evans (dje@canuck.cygnus.com)
1106
1107 * compile.c: Reset HMODE back to zero (accidently set it to 1).
1108
1109 * run.c (main): If h8/300h binary detected, call set_h8300h.
1110 * compile.c (sim_resume): Fix O_NEG insn.
1111
1112Fri Jul 9 14:36:48 1993 Doug Evans (dje@canuck.cygnus.com)
1113
1114 * run.c (main): Add -h flag to enable h8/300h emulation.
1115 * compile.c: Rename Hmode to HMODE (consistency with gdb).
1116 (set_h8300h): New function.
1117 (sim_resume): Add support for extu,exts insns.
1118 (sim_resume): Fix logical right shifting.
1119 (sim_resume, label alu32): Fix setting of carry flag.
72f4393d 1120
c906108c
SS
1121Sun Jul 4 00:35:41 1993 Doug Evans (dje@canuck.cygnus.com)
1122
1123 * compile.c (sim_csize): Initialize cpu.cache.
1124
1125Fri Jul 2 17:42:59 1993 Doug Evans (dje@canuck.cygnus.com)
1126
1127 * Makefile.in: Add -I../../bfd to pick up bfd.h.
1128
1129Thu Jun 24 13:40:12 1993 Doug Evans (dje@canuck.cygnus.com)
1130
1131 * run.c (main): Fix parsing of args.
1132
1133 * compile.c (sim_resume): Fix shll insn.
1134
1135Tue Jun 8 14:16:46 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
1136
1137 * compile.c: New file, supports H8/300H.
1138 * p1,p3, gencode.c, state.h, writecode.c All dead and obsolete.
1139
1140Tue Jun 1 11:14:59 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1141
1142 * run.c (main): Add -v to print info.
1143 * p3.c (sim_info): New function.
1144
1145Mon Mar 15 15:48:31 1993 Ian Lance Taylor (ian@cygnus.com)
1146
1147 * h8300.mt (DO_INSTALL): Renamed from INSTALL.
1148
1149Wed Mar 3 15:06:53 1993 Steve Chamberlain (sac@poseidon.cygnus.com)
1150
1151 * Makefile.in: Don't use cb or indent
1152 * p1.c, state.h, writecode.c: lint
1153
1154Mon Feb 1 16:44:58 1993 John Gilmore (gnu@cygnus.com)
1155
1156 * Makefile.in: Make SunOS halfdone VPATH work.
1157 * p1.c: Lint picked up by HP native compiler.
1158
1159Mon Jan 4 12:32:35 1993 Steve Chamberlain (sac@wahini.cygnus.com)
1160
1161 * p1.c (sim_resume): when running on dos, any character typed to
1162 the keyboard will cause a simulated exception.
1163
1164Sun Jan 3 14:15:07 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1165
1166 * p1.c, p3.c, run.c, writecode.c: all used h8/300 opcodes in and
1167 running
1168
1169Tue Dec 22 13:56:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
1170
72f4393d 1171 * new
c906108c 1172
This page took 1.453724 seconds and 4 git commands to generate.