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