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