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