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