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