This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / sim / mn10300 / ChangeLog
CommitLineData
d4f3574e
SS
1Thu Sep 2 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
2
3 * configure: Regenerated to track ../common/aclocal.m4 changes.
4
adf40b2e
JM
5Tue Jul 13 13:26:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
6
7 * interp.c: Clarify error message reporting an unknown board.
8
cd0fc7c3
SS
91999-05-08 Felix Lee <flee@cygnus.com>
10
11 * configure: Regenerated to track ../common/aclocal.m4 changes.
12
7a292a7a
SS
131999-04-16 Frank Ch. Eigler <fche@cygnus.com>
14
15 * interp.c (program_interrupt): Detect undesired recursion using
16 static flag. Set NMIRC register's SYSEF flag during
17 --board=stdeval1 mode.
18 * dv-mn103-int.c (write_icr): Add backdoor address to allow CPU to
19 set SYSEF flag.
20
211999-04-02 Keith Seitz <keiths@cygnus.com>
22
23 * Makefile.in (SIM_EXTRA_CFLAGS): Define a POLL_QUIT_INTERVAL
24 for use in the simulator so that the poll_quit callback is
25 not called too often.
26
27Tue Mar 9 21:26:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
28
29 * dv-mn103int.c (mn103int_ioctl): Return something.
30 * dv-mn103tim.c (write_tm6md): GCC suggested parentheses around &&
31 within ||.
32
33Tue Feb 16 23:57:17 1999 Jeffrey A Law (law@cygnus.com)
34
35 * mn10300.igen (retf): Fix return address computation and store
36 the new pc value into nia.
37
c906108c
SS
381998-12-29 Frank Ch. Eigler <fche@cygnus.com>
39
40 * Makefile.in (WITH_COMMON_OBJS): Build also dv-sockser.o.
41 * interp.c (sim_open): Add stub mn103002 cache control memory regions.
42 Set OPERATING_ENVIRONMENT on "stdeval1" board.
43 (mn10300_core_signal): New function to intercept memory errors.
44 (program_interrupt): New function to dispatch to exception vector
45 (mn10300_exception_*): New functions to snapshot pre/post exception
46 state.
47 * sim-main.h (SIM_CORE_SIGNAL): Define hook - call mn10300_core_signal.
48 (SIM_ENGINE_HALT_HOOK): Do nothing.
49 (SIM_CPU_EXCEPTION*): Define hooks to call mn10300_cpu_exception*().
50 (_sim_cpu): Add exc_* fields to store register value snapshots.
51 * dv-mn103ser.c (*): Support dv-sockser backend for UART I/O.
52 Various endianness and warning fixes.
53 * mn10300.igen (illegal): Call program_interrupt on error.
54 (break): Call program_interrupt on breakpoint
55
56 Several changes from <janczyn@cygnus.com> and <cagney@cygnus.com>
57 merged in:
58 * dv-mn103int.c (mn103int_ioctl): New function for NMI
59 generation. (mn103int_finish): Install it as ioctl handler.
60 * dv-mn103tim.c: Support timer 6 specially. Endianness fixes.
61
c2d11a7d
JM
62Wed Oct 14 12:11:05 1998 Jeffrey A Law (law@cygnus.com)
63
64 * am33.igen: Allow autoincrement stores using the same register
65 for source and destination operands.
66
67Mon Aug 31 10:19:55 1998 Jeffrey A Law (law@cygnus.com)
68
69 * am33.igen: Reverse HI/LO outputs of 4 operand "mul" and "mulu".
70
c906108c
SS
71Fri Aug 28 14:40:49 1998 Joyce Janczyn <janczyn@cygnus.com>
72
73 * interp.c (sim_open): Check for invalid --board option, fix
74 indentation, allocate memory for mem control and DMA regs.
75
76Wed Aug 26 09:29:38 1998 Joyce Janczyn <janczyn@cygnus.com>
77
78 * mn10300.igen (div,divu): Fix divide instructions so divide by 0
79 behaves like the hardware.
80
81Mon Aug 24 11:50:09 1998 Joyce Janczyn <janczyn@cygnus.com>
82
83 * sim-main.h (SIM_HANDLES_LMA): Define SIM_HANDLES_LMA.
84
c2d11a7d
JM
85Wed Aug 12 12:36:07 1998 Jeffrey A Law (law@cygnus.com)
86
87 * am33.igen: Handle case where first DSP operation modifies a
88 register used in the second DSP operation correctly.
89
90Tue Jul 28 10:10:25 1998 Jeffrey A Law (law@cygnus.com)
91
92 * am33.igen: Detect cases where two operands must not match for
93 DSP instructions too.
94
95Mon Jul 27 12:04:17 1998 Jeffrey A Law (law@cygnus.com)
96
97 * am33.igen: Detect cases where two operands must not match in
98 non-DSP instructions.
99
c906108c
SS
100Fri Jul 24 18:15:21 1998 Joyce Janczyn <janczyn@cygnus.com>
101
102 * op_utils.c (do_syscall): Rewrite to use common/syscall.c.
103 (syscall_read_mem, syscall_write_mem): New functions for syscall
104 callbacks.
105 * mn10300_sim.h: Add prototypes for syscall_read_mem and
106 syscall_write_mem.
107 * mn10300.igen: Change C++ style comments to C style comments.
108 Check for divide by zero in div and divu ops.
109
c2d11a7d
JM
110Fri Jul 24 12:49:28 1998 Jeffrey A Law (law@cygnus.com)
111
112 * am33.igen (translate_xreg): New function. Use it as needed.
113
114Thu Jul 23 10:05:28 1998 Jeffrey A Law (law@cygnus.com)
115
116 * am33.igen: Add some missing instructions.
117
118 * am33.igen: Autoincrement loads/store fixes.
119
120Tue Jul 21 09:48:14 1998 Jeffrey A Law (law@cygnus.com)
121
122 * am33.igen: Add mov_lCC DSP instructions.
123
124 * am33.igen: Add most am33 DSP instructions.
125
c906108c
SS
126Thu Jul 9 10:06:55 1998 Jeffrey A Law (law@cygnus.com)
127
128 * mn10300.igen: Fix Z bit for addc and subc instructions.
129 Minor fixes in multiply/divide patterns.
130
c2d11a7d
JM
131 * am33.igen: Add missing mul[u] imm32,Rn. Fix condition code
132 handling for many instructions. Fix sign extension for some
133 24bit immediates.
134
135 * am33.igen: Fix Z bit for remaining addc/subc instructions.
136 Do not sign extend immediate for mov imm,XRn.
137 More random mul, mac & div fixes.
138 Remove some unused variables.
139 Sign extend 24bit displacement in memory addresses.
140
141 * am33.igen: Fix Z bit for addc Rm,Rn and subc Rm,Rn. Various
142 fixes to 2 register multiply, divide and mac instructions. Set
143 Z,N correctly for sat16. Sign extend 24 bit immediate for add,
144 and sub instructions.
145
146 * am33.igen: Add remaining non-DSP instructions.
147
148Wed Jul 8 16:29:12 1998 Jeffrey A Law (law@cygnus.com)
149
150 * am33.igen (translate_rreg): New function. Use it as appropriate.
151
152 * am33.igen: More am33 instructions. Fix "div".
153
154Mon Jul 6 15:39:22 1998 Jeffrey A Law (law@cygnus.com)
155
156 * mn10300.igen: Add am33 support.
157
158 * Makefile.in: Use multi-sim to support both a mn10300 and am33
159 simulator.
160
161 * am33.igen: Add many more am33 instructions.
c906108c
SS
162
163Wed Jul 1 17:07:09 1998 Jeffrey A Law (law@cygnus.com)
164
165 * mn10300_sim.h (FETCH24): Define.
166
c2d11a7d
JM
167 * mn10300_sim.h: Add defines for some registers found on the AM33.
168 * am33.igen: New file with some am33 support.
c906108c
SS
169
170Tue Jun 30 11:23:20 1998 Jeffrey A Law (law@cygnus.com)
171
172 * mn10300_sim.h: Include bfd.h
173 (struct state): Add more room for processor specific registers.
c2d11a7d 174 (REG_E0): Define.
c906108c
SS
175
176Thu Jun 25 10:12:03 1998 Joyce Janczyn <janczyn@cygnus.com>
177
178 * dv-mn103tim.c: Include sim-assert.h
179 * dv-mn103ser.c (do_polling_event): Check for incoming data on
180 serial line and schedule next polling event.
181 (read_status_reg): schedule events to check for incoming data on
182 serial line and issue interrupt if necessary.
183
184Fri Jun 19 16:47:27 1998 Joyce Janczyn <janczyn@cygnus.com>
185
186 * interp.c (sim_open): hook up serial 1 and 2 ports properly (typo).
187
188Fri Jun 19 11:59:26 1998 Joyce Janczyn <janczyn@cygnus.com>
189
190 * interp.c (board): Rename am32 to stdeval1 as this is the name
191 consistently used to refer to the mn1030002 board.
192
193Thu June 18 14:37:14 1998 Joyce Janczyn <janczyn@cygnus.com>
194 * interp.c (sim_open): Fix typo in address of EXTMD register
195 (0x34000280, not 0x3400280).
196
197Wed Jun 17 18:00:18 1998 Jeffrey A Law (law@cygnus.com)
198
199 * simops.c (syscall): Handle change in opcode # for syscall.
200 * mn10300.igen (syscall): Likewise.
201
202Tue June 16 09:36:21 1998 Joyce Janczyn <janczyn@cygnus.com>
203 * dv-mn103int.c (mn103int_finish): Regular interrupts (not NMI or
204 reset) are not enabled on reset.
205
206Sun June 14 17:04:00 1998 Joyce Janczyn <janczyn@cygnus.com>
207 * dv-mn103iop.c (write_*_reg): Check for attempt to write r/o
208 register bits.
209 * dv-mn103ser.c: Fill in methods for reading and writing to serial
210 device registers.
211 * interp.c (sim_open): Make the serial device a polling device.
212
213Fri June 12 16:24:00 1998 Joyce Janczyn <janczyn@cygnus.com>
214 * dv-mn103iop.c: New file for handling am32 io ports.
215 * configure.in: Add mn103iop to hw_device list.
216 * configure: Re-generate.
217 * interp.c (sim_open): Create io port device.
218
219Wed June 10 14:34:00 1998 Joyce Janczyn <janczyn@cygnus.com>
220 * dv-mn103int.c (external_group): Use enumerated types to access
221 correct group addresses.
222 * dv-mn103tim.c (do_counter_event): Underflow of cascaded timer
223 triggers an interrupt on the higher-numbered timer's port.
224
225Mon June 8 13:30:00 1998 Joyce Janczyn <janczyn@cygnus.com>
226 * interp.c: (mn10300_option_handler): New function parses arguments
227 using sim-options.
228 * (board): Add --board option for specifying am32.
229 * (sim_open): Create new timer and serial devices and control
230 configuration of other am32 devices via board option.
231 * dv-mn103tim.c, dv-mn103ser.c: New files for timers and serial devices.
232 * dv-mn103cpu.c: Fix typos in opening comments.
233 * dv-mn103int.c: Adjust interrupt controller settings for am32 instead of am30.
234 * configure.in: Add mn103tim and mn103ser to hw_device list.
235 * configure: Re-generate.
236
237Mon May 25 20:50:35 1998 Andrew Cagney <cagney@b1.cygnus.com>
238
239 * dv-mn103int.c, dv-mn103cpu.c: Rename *_callback to *_method.
240
241 * dv-mn103cpu.c, dv-mn103int.c: Include hw-main.h and
242 sim-main.h. Declare a struct hw_descriptor instead of struct
243 hw_device_descriptor.
244
245Mon May 25 17:33:33 1998 Andrew Cagney <cagney@b1.cygnus.com>
246
247 * dv-mn103cpu.c (struct mn103cpu): Change type of pending_handler
248 to struct hw_event.
249
250Fri May 22 12:17:41 1998 Andrew Cagney <cagney@b1.cygnus.com>
251
252 * configure.in (SIM_AC_OPTION_HARDWARE): Add argument "yes".
253
254Wed May 6 13:29:06 1998 Andrew Cagney <cagney@b1.cygnus.com>
255
256 * interp.c (sim_open): Create a polling PAL device.
257
258Fri May 1 16:39:15 1998 Andrew Cagney <cagney@b1.cygnus.com>
259
260 * dv-mn103int.c (mn103int_port_event):
261 (mn103int_port_event):
262 (mn103int_io_read_buffer):
263 (mn103int_io_write_buffer):
264
265 * dv-mn103cpu.c (deliver_mn103cpu_interrupt): Drop CPU/CIA args.
266 (mn103cpu_port_event): Ditto.
267 (mn103cpu_io_read_buffer): Ditto.
268 (mn103cpu_io_write_buffer): Ditto.
269
270Tue Apr 28 18:33:31 1998 Geoffrey Noer <noer@cygnus.com>
271
272 * configure: Regenerated to track ../common/aclocal.m4 changes.
273
274Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche>
275
276 * configure: Regenerated to track ../common/aclocal.m4 changes.
277 * config.in: Ditto.
278
279Sun Apr 26 15:19:55 1998 Tom Tromey <tromey@cygnus.com>
280
281 * acconfig.h: New file.
282 * configure.in: Reverted change of Apr 24; use sinclude again.
283
284Fri Apr 24 14:16:40 1998 Tom Tromey <tromey@creche>
285
286 * configure: Regenerated to track ../common/aclocal.m4 changes.
287 * config.in: Ditto.
288
289Fri Apr 24 11:19:07 1998 Tom Tromey <tromey@cygnus.com>
290
291 * configure.in: Don't call sinclude.
292
293Tue Apr 14 10:03:02 1998 Andrew Cagney <cagney@b1.cygnus.com>
294
295 * mn10300_sim.h: Declare all functions in op_utils.c using
296 INLINE_SIM_MAIN.
297 * op_utils.c: Ditto.
298 * sim-main.c: New file. Include op_utils.c.
299
300 * mn10300.igen (mov, cmp): Use new igen operators `!' and `=' to
301 differentiate between MOV/CMP immediate/register instructions.
302
303 * configure.in (SIM_AC_OPTION_INLINE): Add and enable.
304 * configure: Regenerate.
305
306Sat Apr 4 20:36:25 1998 Andrew Cagney <cagney@b1.cygnus.com>
307
308 * configure: Regenerated to track ../common/aclocal.m4 changes.
309
310Fri Mar 27 16:15:52 1998 Andrew Cagney <cagney@b1.cygnus.com>
311
312 * interp.c (hw): Delete variable, moved to SIM_DESC.
313 (sim_open): Delete calls to hw_tree_create, hw_tree_finish.
314 Handled by sim-module.
315 (sim_open): Do not anotate tree with trace properties, handled by
316 sim-hw.c
317 (sim_open): Call sim_hw_parse instead of hw_tree_parse.
318
319 * configure: Regenerated to track ../common/aclocal.m4 changes.
320
321Thu Mar 26 20:46:18 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
322
323 * dv-mn103cpu.c (deliver_mn103cpu_interrupt): Save the entire PC
324 on the stack when delivering interrupts (not just the lower
325 half)...
326 * mn10300.igen (mov (Di,Am),Dn): Fix decode. Registers were
327 specified in the wrong order.
328
329Fri Mar 27 00:56:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
330
331 * dv-mn103cpu.c (deliver_mn103cpu_interrupt): Stop loss of
332 succeeding interrupts, clear pending_handler when the handler
333 isn't re-scheduled.
334
335Thu Mar 26 10:11:01 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
336
337 * Makefile.in (tmp-igen): Prefix all usage of move-if-change
338 script with $(SHELL) to make NT native builds happy.
339 * configure: Regenerate because of change to ../common/aclocal.m4.
340
341Thu Mar 26 11:22:31 1998 Andrew Cagney <cagney@b1.cygnus.com>
342
343 * configure.in: Make --enable-sim-common the default.
344 * configure: Re-generate.
345
346 * sim-main.h (CIA_GET, CIA_SET): Save/restore current instruction
347 address into Sate.regs[REG_PC] instead of common struct.
348
349Wed Mar 25 17:42:00 1998 Joyce Janczyn <janczyn@cygnus.com>
350
351 * mn10300.igen (cmp imm8,An): Do not sign extend imm8 value.
352
353Wed Mar 25 12:08:00 1998 Joyce Janczyn <janczyn@cygnus.com>
354
355 * simops.c (OP_F0FD): Initialise variable 'sp'.
356
357Thu Mar 26 00:21:32 1998 Andrew Cagney <cagney@b1.cygnus.com>
358
359 * dv-mn103int.c (decode_group): A group register every 4 bytes not
360 8.
361 (write_icr): Rewrite equation updating request field.
362 (read_iagr): Fix check that interrupt is still pending.
363
364Wed Mar 25 16:14:50 1998 Andrew Cagney <cagney@b1.cygnus.com>
365
366 * interp.c (sim_open): Tidy up device creation.
367
368 * dv-mn103int.c (mn103int_port_event): Drive NMI with non-zero
369 value.
370 (mn103int_io_read_buffer): Convert absolute address to register
371 block offsets.
372 (read_icr, write_icr): Convert block offset into group offset.
373
374Wed Mar 25 15:08:49 1998 Andrew Cagney <cagney@b1.cygnus.com>
375
376 * interp.c (sim_open): Create second 1mb memory region at
377 0x40000000.
378 (sim_open): Create a device tree.
379 (sim-hw.h): Include.
380 (do_interrupt): Delete, needs to use dv-mn103cpu.c
381
382 * dv-mn103int.c, dv-mn103cpu.c: New files.
383
384Wed Mar 25 08:47:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
385
386 * mn10300_sim.h (EXTRACT_PSW_LM, INSERT_PSW_LM, PSW_IE, PSW_LM):
387 Define.
388 (SP): Define.
389
390Wed Mar 25 12:35:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
391
392 * configure: Regenerated to track ../common/aclocal.m4 changes.
393
394Wed Mar 25 10:24:48 1998 Andrew Cagney <cagney@b1.cygnus.com>
395
396 * interp.c (sim-options.h): Include.
397 (sim_kind, myname): Declare when not using common framework.
398
399 * mn10300_sim.h (do_syscall, generic*): Provide prototypes for
400 functions found in op_utils.c
401
402 * mn10300.igen (add): Discard unused variables.
403
404 * configure, config.in: Re-generate with autoconf 2.12.1.
405
406Tue Mar 24 15:27:00 1998 Joyce Janczyn <janczyn@cygnus.com>
407
408 Add support for --enable-sim-common option.
409 * Makefile.in (WITHOUT_COMMON_OBJS): Files included if
410 ! --enable-sim-common
411 (WITH_COMMON_OBJS): Files included if --enable-sim-common.
412 (MN10300_OBJS,MN10300_INTERP_DEP): New variables.
413 (SIM_OBJS): Rewrite.
414 ({WITHOUT,WITH}_COMMON_RUN_OBJS,SIM_RUN_OBJS): New variables.
415 (SIM_EXTRA_CFLAGS): New variable.
416 (clean-extra): Clean up igen files.
417 (../igen/igen,clean-igen,tmp-igen): New rules.
418 * configure.in: Add support for common framework via
419 --enable-sim-common.
420 * configure: Regenerate.
421 * interp.c: #include sim-main if WITH_COMMON, not mn10300_sim.h.
422 (hash,dispatch,sim_size): Don't compile if ! WITH_COMMON.
423 (init_system,sim_write,compare_simops): Likewise.
424 (sim_set_profile,sim_set_profile_size): Likewise.
425 (sim_stop,sim_resume,sim_trace,sim_info): Likewise.
426 (sim_set_callbacks,sim_stop_reason,sim_read,sim_load): Likewise.
427 (enum interrupt_type): New enum.
428 (interrupt_names): New global.
429 (do_interrupt): New function.
430 (sim_open): Define differently if WITH_COMMON.
431 (sim_close,sim_create_inferior,sim_do_command): Likewise.
432 * mn10300_sim.h ({load,store}_{byte,half,word}): Define versions
433 for WITH_COMMON.
434 * mn10300.igen: New file.
435 * mn10300.dc: New file.
436 * op_utils.c: New file.
437 * sim-main.h: New file.
438
439Wed Mar 18 12:38:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
440
441 * configure: Regenerated to track ../common/aclocal.m4 changes.
442
443Fri Feb 27 18:36:04 1998 Jeffrey A Law (law@cygnus.com)
444
445 * simops.c (inc): Fix typo.
446
447Wed Feb 25 01:59:29 1998 Jeffrey A Law (law@cygnus.com)
448
449 * simops.c (signed multiply instructions): Cast input operands to
450 signed32 before casting them to signed64 so that the sign bit
451 is propagated properly.
452
453Mon Feb 23 20:23:19 1998 Mark Alexander <marka@cygnus.com>
454
455 * Makefile.in: Last change was bad. Define NL_TARGET
456 so that targ-vals.h will be used instead of syscall.h.
457 * simops.c: Use targ-vals.h instead of syscall.h.
458 (OP_F020): Disable unsupported system calls.
459
460Mon Feb 23 09:44:38 1998 Mark Alexander <marka@cygnus.com>
461
462 * Makefile.in: Get header files from libgloss/mn10300/sys.
463
464Sun Feb 22 16:02:24 1998 Jeffrey A Law (law@cygnus.com)
465
466 * simops.c: Include sim-types.h.
467
468Wed Feb 18 13:07:08 1998 Jeffrey A Law (law@cygnus.com)
469
470 * simops.c (multiply instructions): Cast input operands to a
471 signed64/unsigned64 type as appropriate.
472
473Tue Feb 17 12:47:16 1998 Andrew Cagney <cagney@b1.cygnus.com>
474
475 * interp.c (sim_store_register, sim_fetch_register): Pass in
476 length parameter. Return -1.
477
478Sun Feb 1 16:47:51 1998 Andrew Cagney <cagney@b1.cygnus.com>
479
480 * configure: Regenerated to track ../common/aclocal.m4 changes.
481
482Sat Jan 31 18:15:41 1998 Andrew Cagney <cagney@b1.cygnus.com>
483
484 * configure: Regenerated to track ../common/aclocal.m4 changes.
485
486Mon Jan 19 22:26:29 1998 Doug Evans <devans@seba>
487
488 * configure: Regenerated to track ../common/aclocal.m4 changes.
489
490Mon Dec 15 23:17:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
491
492 * configure: Regenerated to track ../common/aclocal.m4 changes.
493 * config.in: Ditto.
494
495Thu Dec 4 09:21:05 1997 Doug Evans <devans@canuck.cygnus.com>
496
497 * configure: Regenerated to track ../common/aclocal.m4 changes.
498
499Tue Nov 11 10:38:52 1997 Jeffrey A Law (law@cygnus.com)
500
501 * simops.c (call:16 call:32): Stack adjustment is determined solely
502 by the imm8 field.
503
504Wed Oct 22 14:43:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
505
506 * interp.c (sim_load): Pass lma_p and sim_write args to
507 sim_load_file.
508
509Tue Oct 21 10:12:03 1997 Jeffrey A Law (law@cygnus.com)
510
511 * simops.c: Correctly handle register restores for "ret" and "retf"
512 instructions.
513
514Fri Oct 3 09:28:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
515
516 * configure: Regenerated to track ../common/aclocal.m4 changes.
517
518Wed Sep 24 17:38:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
519
520 * configure: Regenerated to track ../common/aclocal.m4 changes.
521
522Tue Sep 23 11:04:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
523
524 * configure: Regenerated to track ../common/aclocal.m4 changes.
525
526Mon Sep 22 11:46:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
527
528 * configure: Regenerated to track ../common/aclocal.m4 changes.
529
530Fri Sep 19 17:45:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
531
532 * configure: Regenerated to track ../common/aclocal.m4 changes.
533
534Mon Sep 15 17:36:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
535
536 * configure: Regenerated to track ../common/aclocal.m4 changes.
537
538Thu Sep 4 17:21:23 1997 Doug Evans <dje@seba>
539
540 * configure: Regenerated to track ../common/aclocal.m4 changes.
541
542Wed Aug 27 18:13:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
543
544 * configure: Regenerated to track ../common/aclocal.m4 changes.
545 * config.in: Ditto.
546
547Tue Aug 26 10:41:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
548
549 * interp.c (sim_kill): Delete.
550 (sim_create_inferior): Add ABFD argument.
551 (sim_load): Move setting of PC from here.
552 (sim_create_inferior): To here.
553
554Mon Aug 25 17:50:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
555
556 * configure: Regenerated to track ../common/aclocal.m4 changes.
557 * config.in: Ditto.
558
559Mon Aug 25 16:14:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
560
561 * interp.c (sim_open): Add ABFD argument.
562
563Tue Jun 24 13:46:20 1997 Jeffrey A Law (law@cygnus.com)
564
565 * interp.c (sim_resume): Clear State.exited.
566 (sim_stop_reason): If State.exited is nonzero, then indicate that
567 the simulator exited instead of stopped.
568 * mn10300_sim.h (struct _state): Add exited field.
569 * simops.c (syscall): Set State.exited for SYS_exit.
570
571Wed Jun 11 22:07:56 1997 Jeffrey A Law (law@cygnus.com)
572
573 * simops.c: Fix thinko in last change.
574
575Tue Jun 10 12:31:32 1997 Jeffrey A Law (law@cygnus.com)
576
577 * simops.c: "call" stores the callee saved registers into the
578 stack! Update the stack pointer properly when done with
579 register saves.
580
581 * simops.c: Fix return address computation for "call" instructions.
582
583Thu May 22 01:43:11 1997 Jeffrey A Law (law@cygnus.com)
584
585 * interp.c (sim_open): Fix typo.
586
587Wed May 21 23:27:58 1997 Jeffrey A Law (law@cygnus.com)
588
589 * interp.c (sim_resume): Add missing case in big switch
590 statement (for extb instruction).
591
592Tue May 20 17:51:30 1997 Jeffrey A Law (law@cygnus.com)
593
594 * interp.c: Replace all references to load_mem and store_mem
595 with references to load_byte, load_half, load_3_byte, load_word
596 and store_byte, store_half, store_3_byte, store_word.
597 (INLINE): Delete definition.
598 (load_mem_big): Likewise.
599 (max_mem): Make it global.
600 (dispatch): Make this function inline.
601 (load_mem, store_mem): Delete functions.
602 * mn10300_sim.h (INLINE): Define.
603 (RLW): Delete unused definition.
604 (load_mem, store_mem): Delete declarations.
605 (load_mem_big): New definition.
606 (load_byte, load_half, load_3_byte, load_word): New functions.
607 (store_byte, store_half, store_3_byte, store_word): New functions.
608 * simops.c: Replace all references to load_mem and store_mem
609 with references to load_byte, load_half, load_3_byte, load_word
610 and store_byte, store_half, store_3_byte, store_word.
611
612Tue May 20 10:21:51 1997 Andrew Cagney <cagney@b1.cygnus.com>
613
614 * interp.c (sim_open): Add callback to arguments.
615 (sim_set_callbacks): Delete SIM_DESC argument.
616
617Mon May 19 13:54:22 1997 Jeffrey A Law (law@cygnus.com)
618
619 * interp.c (dispatch): Make this an inline function.
620
621 * simops.c (syscall): Use callback->write regardless of
622 what file descriptor we're writing too.
623
624Sun May 18 16:46:31 1997 Jeffrey A Law (law@cygnus.com)
625
626 * interp.c (load_mem_big): Remove function. It's now a macro
627 defined elsewhere.
628 (compare_simops): New function.
629 (sim_open): Sort the Simops table before inserting entries
630 into the hash table.
631 * mn10300_sim.h: Remove unused #defines.
632 (load_mem_big): Define.
633
634Fri May 16 16:36:17 1997 Jeffrey A Law (law@cygnus.com)
635
636 * interp.c (load_mem): If we get a load from an out of range
637 address, abort.
638 (store_mem): Likewise for stores.
639 (max_mem): New variable.
640
641Tue May 6 13:24:36 1997 Jeffrey A Law (law@cygnus.com)
642
643 * mn10300_sim.h: Fix ordering of bits in the PSW.
644
645 * interp.c: Improve hashing routine to avoid long list
646 traversals for common instructions. Add HASH_STAT support.
647 Rewrite opcode dispatch code using a big switch instead of
648 cascaded if/else statements. Avoid useless calls to load_mem.
649
650Mon May 5 18:07:48 1997 Jeffrey A Law (law@cygnus.com)
651
652 * mn10300_sim.h (struct _state): Add space for mdrq register.
653 (REG_MDRQ): Define.
654 * simops.c: Don't abort for trap. Add support for the extended
655 instructions, "getx", "putx", "mulq", "mulqu", "sat16", "sat24",
656 and "bsch".
657
658Thu Apr 24 00:39:51 1997 Doug Evans <dje@canuck.cygnus.com>
659
660 * configure: Regenerated to track ../common/aclocal.m4 changes.
661
662Fri Apr 18 14:04:04 1997 Andrew Cagney <cagney@b1.cygnus.com>
663
664 * interp.c (sim_stop): Add stub function.
665
666Thu Apr 17 03:26:59 1997 Doug Evans <dje@canuck.cygnus.com>
667
668 * Makefile.in (SIM_OBJS): Add sim-load.o.
669 * interp.c (sim_kind, myname): New static locals.
670 (sim_open): Set sim_kind, myname. Ignore -E arg.
671 (sim_load): Return SIM_RC. New arg abfd. Call sim_load_file to
672 load file into simulator. Set start address from bfd.
673 (sim_create_inferior): Return SIM_RC. Delete arg start_address.
674
675Wed Apr 16 19:30:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
676
677 * simops.c (OP_F020): SYS_execv, SYS_time, SYS_times, SYS_utime
678 only include if implemented by host.
679 (OP_F020): Typecast arg passed to time function;
680
681Mon Apr 7 23:57:49 1997 Jeffrey A Law (law@cygnus.com)
682
683 * simops.c (syscall): Handle new mn10300 calling conventions.
684
685Mon Apr 7 15:45:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
686
687 * configure: Regenerated to track ../common/aclocal.m4 changes.
688 * config.in: Ditto.
689
690Fri Apr 4 20:02:37 1997 Ian Lance Taylor <ian@cygnus.com>
691
692 * Makefile.in: Change mn10300-opc.o to m10300-opc.o, to match
693 corresponding change in opcodes directory.
694
695Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
696
697 * interp.c (sim_open): New arg `kind'.
698
699 * configure: Regenerated to track ../common/aclocal.m4 changes.
700
701Wed Apr 2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
702
703 * configure: Regenerated to track ../common/aclocal.m4 changes.
704
705Thu Mar 20 11:58:02 1997 Jeffrey A Law (law@cygnus.com)
706
707 * simops.c: Fix register extraction for a two "movbu" variants.
708 Somewhat simplify "sub" instructions.
709 Correctly sign extend operands for "mul". Put the correct
710 half of the result in MDR for "mul" and "mulu".
711 Implement remaining instructions.
712 Tweak opcode for "syscall".
713
714Tue Mar 18 14:21:21 1997 Jeffrey A Law (law@cygnus.com)
715
716 * simops.c: Do syscall emulation in "syscall" instruction. Add
717 dummy "trap" instruction.
718
719Wed Mar 19 01:14:00 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
720
721 * configure: Regenerated to track ../common/aclocal.m4 changes.
722
723Mon Mar 17 15:10:07 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
724
725 * configure: Re-generate.
726
727Fri Mar 14 10:34:11 1997 Michael Meissner <meissner@cygnus.com>
728
729 * configure: Regenerate to track ../common/aclocal.m4 changes.
730
731Thu Mar 13 12:54:45 1997 Doug Evans <dje@canuck.cygnus.com>
732
733 * interp.c (sim_open): New SIM_DESC result. Argument is now
734 in argv form.
735 (other sim_*): New SIM_DESC argument.
736
737Wed Mar 12 15:04:00 1997 Jeffrey A Law (law@cygnus.com)
738
739 * simops.c: Fix carry bit computation for "add" instructions.
740
741 * simops.c: Fix typos in bset insns. Fix arguments to store_mem
742 for bset imm8,(d8,an) and bclr imm8,(d8,an).
743
744Wed Mar 5 15:00:10 1997 Jeffrey A Law (law@cygnus.com)
745
746 * simops.c: Fix register references when computing Z and N bits
747 for lsr imm8,dn.
748
749Tue Feb 4 13:33:30 1997 Doug Evans <dje@canuck.cygnus.com>
750
751 * Makefile.in (@COMMON_MAKEFILE_FRAG): Use
752 COMMON_{PRE,POST}_CONFIG_FRAG instead.
753 * configure.in: sinclude ../common/aclocal.m4.
754 * configure: Regenerated.
755
756Fri Jan 24 10:47:25 1997 Jeffrey A Law (law@cygnus.com)
757
758 * interp.c (init_system): Allocate 2^19 bytes of space for the
759 simulator.
760
761Thu Jan 23 11:46:23 1997 Stu Grossman (grossman@critters.cygnus.com)
762
763 * configure configure.in Makefile.in: Update to new configure
764 scheme which is more compatible with WinGDB builds.
765 * configure.in: Improve comment on how to run autoconf.
766 * configure: Re-run autoconf to get new ../common/aclocal.m4.
767 * Makefile.in: Use autoconf substitution to install common
768 makefile fragment.
769
770Tue Jan 21 15:03:04 1997 Jeffrey A Law (law@cygnus.com)
771
772 * simops.c: Undo last change to "rol" and "ror", original code
773 was correct!
774
775Thu Jan 16 11:28:14 1997 Jeffrey A Law (law@cygnus.com)
776
777 * simops.c: Fix "rol" and "ror".
778
779Wed Jan 15 06:45:58 1997 Jeffrey A Law (law@cygnus.com)
780
781 * simops.c: Fix typo in last change.
782
783Mon Jan 13 13:22:35 1997 Jeffrey A Law (law@cygnus.com)
784
785 * simops.c: Use REG macros in few places not using them yet.
786
787Mon Jan 6 16:21:19 1997 Jeffrey A Law (law@cygnus.com)
788
789 * mn10300_sim.h (struct _state): Fix number of registers!
790
791Tue Dec 31 16:20:41 1996 Jeffrey A Law (law@cygnus.com)
792
793 * mn10300_sim.h (struct _state): Put all registers into a single
794 array to make gdb implementation easier.
795 (REG_*): Add definitions for all registers in the state array.
796 (SEXT32, SEXT40, SEXT44, SEXT60): Remove unused macros.
797 * simops.c: Related changes.
798
799Wed Dec 18 10:10:45 1996 Jeffrey A Law (law@cygnus.com)
800
801 * interp.c (sim_resume): Handle 0xff as a single byte insn.
802
803 * simops.c: Fix overflow computation for "add" and "inc"
804 instructions.
805
806Mon Dec 16 10:03:52 1996 Jeffrey A Law (law@cygnus.com)
807
808 * simops.c: Handle "break" instruction.
809
810 * simops.c: Fix restoring the PC for "ret" and "retf" instructions.
811
812Wed Dec 11 09:53:10 1996 Jeffrey A Law (law@cygnus.com)
813
814 * gencode.c (write_opcodes): Also write out the format of the
815 opcode.
816 * mn10300_sim.h (simops): Add "format" field.
817 * interp.c (sim_resume): Deal with endianness issues here.
818
819Tue Dec 10 15:05:37 1996 Jeffrey A Law (law@cygnus.com)
820
821 * simops.c (REG0_4): Define.
822 Use REG0_4 for indexed loads/stores.
823
824Sat Dec 7 09:50:28 1996 Jeffrey A Law (law@cygnus.com)
825
826 * simops.c (REG0_16): Fix typo.
827
828Fri Dec 6 14:13:34 1996 Jeffrey A Law (law@cygnus.com)
829
830 * simops.c: Call abort for any instruction that's not currently
831 simulated.
832
833 * simops.c: Define accessor macros to extract register
834 values from instructions. Use them consistently.
835
836 * interp.c: Delete unused global variable "OP".
837 (sim_resume): Remove unused variable "opcode".
838 * simops.c: Fix some uninitialized variable problems, add
839 parens to fix various -Wall warnings.
840
841 * gencode.c (write_header): Add "insn" and "extension" arguments
842 to the OP_* declarations.
843 (write_template): Similarly for function templates.
844 * interp.c (insn, extension): Remove global variables. Instead
845 pass them as arguments to the OP_* functions.
846 * mn10300_sim.h: Remove decls for "insn" and "extension".
847 * simops.c (OP_*): Accept "insn" and "extension" as arguments
848 instead of using globals.
849
850Thu Dec 5 22:26:31 1996 Jeffrey A Law (law@cygnus.com)
851
852 * simops.c: Fix typos in "mov am,(d16,an)" and "mov am,(d32,an)"
853
854 * simops.c: Fix thinkos in last change to "inc dn".
855
856Wed Dec 4 10:57:53 1996 Jeffrey A Law (law@cygnus.com)
857
858 * simops.c: "add imm,sp" does not effect the condition codes.
859 "inc dn" does effect the condition codes.
860
861Tue Dec 3 17:37:45 1996 Jeffrey A Law (law@cygnus.com)
862
863 * simops.c: Treat both operands as signed values for
864 "div" instruction.
865
866 * simops.c: Fix simulation of division instructions.
867 Fix typos/thinkos in several "cmp" and "sub" instructions.
868
869Mon Dec 2 12:31:40 1996 Jeffrey A Law (law@cygnus.com)
870
871 * simops.c: Fix carry bit handling in "sub" and "cmp"
872 instructions.
873
874 * simops.c: Fix "mov imm8,an" and "mov imm16,dn".
875
876Sun Dec 1 16:05:42 1996 Jeffrey A Law (law@cygnus.com)
877
878 * simops.c: Fix overflow computation for many instructions.
879
880 * simops.c: Fix "mov dm, an", "movbu dm, (an)", and "movhu dm, (an)".
881
882 * simops.c: Fix "mov am, dn".
883
884 * simops.c: Fix more bugs in "add imm,an" and
885 "add imm,dn".
886
887Wed Nov 27 09:20:42 1996 Jeffrey A Law (law@cygnus.com)
888
889 * simops.c: Fix bugs in "movm" and "add imm,an".
890
891 * simops.c: Don't lose the upper 24 bits of the return
892 pointer in "call" and "calls" instructions. Rough cut
893 at emulated system calls.
894
895 * simops.c: Implement the remaining 5, 6 and 7 byte instructions.
896
897 * simops.c: Implement remaining 4 byte instructions.
898
899 * simops.c: Implement remaining 3 byte instructions.
900
901 * simops.c: Implement remaining 2 byte instructions. Call
902 abort for instructions we're not implementing now.
903
904Tue Nov 26 15:43:41 1996 Jeffrey A Law (law@cygnus.com)
905
906 * simops.c: Implement lots of random instructions.
907
908 * simops.c: Implement "movm" and "bCC" insns.
909
910 * mn10300_sim.h (_state): Add another register (MDR).
911 (REG_MDR): Define.
912 * simops.c: Implement "cmp", "calls", "rets", "jmp" and
913 a few additional random insns.
914
915 * mn10300_sim.h (PSW_*): Define for CC status tracking.
916 (REG_D0, REG_A0, REG_SP): Define.
917 * simops.c: Implement "add", "addc" and a few other random
918 instructions.
919
920 * gencode.c, interp.c: Snapshot current simulator code.
921
922Mon Nov 25 12:46:38 1996 Jeffrey A Law (law@cygnus.com)
923
924 * Makefile.in, config.in, configure, configure.in: New files.
925 * gencode.c, interp.c, mn10300_sim.h, simops.c: New files.
926
This page took 0.073733 seconds and 4 git commands to generate.