]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/d10v/ChangeLog
Wed Sep 10 22:30:24 1997 Martin M. Hunt <hunt@cygnus.com>
[thirdparty/binutils-gdb.git] / sim / d10v / ChangeLog
1 Wed Sep 10 22:30:24 1997 Martin M. Hunt <hunt@cygnus.com>
2
3 * interp.c (sim_resume): Increment PC at end of rep
4 loop.
5
6 * simops.c (OP_4201): Fix rachi instruction.
7
8 Thu Sep 4 17:21:23 1997 Doug Evans <dje@seba>
9
10 * configure: Regenerated to track ../common/aclocal.m4 changes.
11
12 Wed Aug 27 18:13:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
13
14 * configure: Regenerated to track ../common/aclocal.m4 changes.
15 * config.in: Ditto.
16
17 Tue Aug 26 10:37:49 1997 Andrew Cagney <cagney@b1.cygnus.com>
18
19 * interp.c (sim_kill): Delete.
20 (sim_create_inferior): Add ABFD argument.
21 (sim_load): Move setting of PC from here.
22 (sim_create_inferior): To here.
23 (start_address): Delete variable.
24
25 Mon Aug 25 17:50:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
26
27 * configure: Regenerated to track ../common/aclocal.m4 changes.
28 * config.in: Ditto.
29
30 Mon Aug 25 15:39:29 1997 Andrew Cagney <cagney@b1.cygnus.com>
31
32 * interp.c (sim_open): Add ABFD argument.
33
34 Tue May 20 10:14:45 1997 Andrew Cagney <cagney@b1.cygnus.com>
35
36 * interp.c (sim_open): Add callback argument.
37 (sim_set_callbacks): Remove SIM_DESC argument.
38
39 Thu Apr 24 00:39:51 1997 Doug Evans <dje@canuck.cygnus.com>
40
41 * configure: Regenerated to track ../common/aclocal.m4 changes.
42
43 Tue Apr 22 10:29:23 1997 Doug Evans <dje@canuck.cygnus.com>
44
45 * interp.c (sim_open): Undo patch to add -E support.
46
47 Fri Apr 18 13:39:01 1997 Andrew Cagney <cagney@b1.cygnus.com>
48
49 * interp.c (sim_stop): New function.
50
51 Thu Apr 17 02:42:00 1997 Doug Evans <dje@canuck.cygnus.com>
52
53 * Makefile.in (SIM_OBJS): Add sim-load.o.
54 * d10v_sim.h (exec_bfd): Rename to prog_bfd.
55 * interp.c: #include bfd.h.
56 (myname, sim_kind, start_address): New static locals.
57 (prog_bfd_was_opened_p, prog_bfd): New static locals.
58 (decode_pc): Update to use prog_bfd.
59 (sim_open): Set sim_kind, myname. Ignore -E arg.
60 (sim_close): Close prog_bfd if simulator opened it.
61 (sim_create_inferior): Return SIM_RC. Delete arg start_address.
62 (sim_load): Return SIM_RC. New arg abfd. Set start address from bfd.
63 Call sim_load_file to load file into simulator.
64 * simops.c (trace_input_func): exec_bfd renamed to prog_bfd.
65
66 Wed Apr 16 16:12:03 1997 Andrew Cagney <cagney@b1.cygnus.com>
67
68 * simops.c (OP_5F00): Only provide system calls SYS_execv,
69 SYS_wait, SYS_wait, SYS_utime, SYS_time if defined by the host.
70
71 Mon Apr 7 15:45:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
72
73 * configure: Regenerated to track ../common/aclocal.m4 changes.
74 * config.in: Ditto.
75
76 Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
77
78 * interp.c (sim_open): New arg `kind'.
79
80 * configure: Regenerated to track ../common/aclocal.m4 changes.
81
82 Wed Apr 2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
83
84 * configure: Regenerated to track ../common/aclocal.m4 changes.
85
86 Mon Mar 17 15:10:07 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
87
88 * configure: Re-generate.
89
90 Fri Mar 14 10:34:11 1997 Michael Meissner <meissner@cygnus.com>
91
92 * configure: Regenerate to track ../common/aclocal.m4 changes.
93
94 * simops.c (OP_5F00): Remove old traps 1-3. Make trap 15 the same
95 as trap 0, which will be deprecated. Only set errno, if an error
96 in fact was returned.
97
98 Thu Mar 13 12:41:20 1997 Doug Evans <dje@canuck.cygnus.com>
99
100 * interp.c: Delete redundant prototypes of sim_foo fns.
101 (sim_open): New SIM_DESC result. Argument is now in argv form.
102 (other sim_*): New SIM_DESC argument.
103
104 Thu Mar 13 10:29:04 1997 Michael Meissner <meissner@cygnus.com>
105
106 * simops.c (trace_{input,output}_func): Call flush_stdout from the
107 callback functions.
108 (OP_5F00): Ditto.
109 (OP_6{4,6,C,A}01): Test for post decrement on the stack pointer.
110 (OP_{1200,1000000,201,5FE0,1003,17001002}): Fix problems in
111 setting the carry bit after an add or a subtract.
112
113 Wed Feb 12 16:04:15 1997 Michael Meissner <meissner@cygnus.com>
114
115 * simops.c (OP_{1403,15002A02,3{0,4}0{0,1}}): Only use the bottom
116 40 bits of accumulators. Sign/zero extend as appropriate.
117
118 Tue Feb 4 13:33:30 1997 Doug Evans <dje@canuck.cygnus.com>
119
120 * Makefile.in (@COMMON_MAKEFILE_FRAG): Use
121 COMMON_{PRE,POST}_CONFIG_FRAG instead.
122 * configure.in: sinclude ../common/aclocal.m4.
123 * configure: Regenerated.
124
125 Thu Jan 23 11:46:23 1997 Stu Grossman (grossman@critters.cygnus.com)
126
127 * configure configure.in Makefile.in: Update to new configure
128 scheme which is more compatible with WinGDB builds.
129 * configure.in: Improve comment on how to run autoconf.
130 * configure: Re-run autoconf to get new ../common/aclocal.m4.
131 * Makefile.in: Use autoconf substitution to install common
132 makefile fragment.
133
134 Fri Dec 27 22:54:05 1996 Angela Marie Thomas (angela@cygnus.com)
135
136 * gencode.c: patch to not #include "d10v_sim.h" which
137 unecessarily includes bfd.h and causes wingdb configure
138 to fail.
139
140 Mon Dec 16 13:39:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
141
142 * interp.c (xfer_mem): Change unified memory to 0x0.
143
144 Thu Nov 28 20:42:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
145
146 * simops.c (OP_3E01): Fix tracing information.
147 (OP_300{0,1}): Do not propigate sign.
148
149 Mon Nov 25 19:47:40 1996 Doug Evans <dje@canuck.cygnus.com>
150
151 * config.in (WORDS_BIGENDIAN): Add.
152 * configure: Regenerated.
153 * d10v_sim.h: #include "config.h"
154
155 Sat Nov 23 09:34:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
156
157 * gencode.c (write_opcodes): Eliminate warnings when generated
158 table.c is compiled.
159
160 Wed Nov 20 19:41:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
161
162 * interp.c (sim_open): Cast result of calloc, and make sure NULL
163 was not returned.
164 (dmem_addr): If address is illegal or in I/O space, signal a bus
165 error.
166 (pc_addr): Signal bus error, not illegal instruction for bogus
167 pc.
168
169 Wed Nov 20 01:23:03 1996 Doug Evans <dje@canuck.cygnus.com>
170
171 * Makefile.in: Delete all stuff moved to ../common/Make-common.in.
172 (SIM_OBJS,SIM_EXTRA_CFLAGS,SIM_EXTRA_CLEAN): Define.
173 * configure.in: Simplify using macros in ../common/aclocal.m4.
174 Call AC_CHECK_HEADERS(unistd.h).
175 * configure: Regenerated.
176 * config.in: New file.
177 * interp.c: #include "callback.h".
178 * simops.c: #include "config.h". #include <unistd.h> if present.
179
180 Fri Nov 8 16:19:55 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
181
182 * d10v-sim.h (simops): Add flag is_long.
183 (State): Add pc_changed. Instructions which update the PC should
184 use the JMP macro which sets this.
185 (JMP): New macro. Sets the PC and the pc_changed flag.
186
187 * gencode.c (write_opcodes): Add is_long field.
188
189 * interp.c (lookup_hash): If we blindly apply a short opcode's mask
190 to a long opcode we could get a false match. Check the opcode size.
191 (hash): Add a size field to the hash table.
192 (sim_open): Initialize size field in hash table.
193 (sim_resume): Change to logic for setting the PC. Used to increment the
194 PC if it had not been changed. This didn't allow single-instruction loops.
195 Now checks the flag State.pc_changed. Also now stops when ^C is received.
196 (dmem_addr): Fix translation of data segments to unified memory.
197 (sim_ctrl_c): New function. When ^C is received, set stop_simulator flag.
198
199 * simops.c: Changed all branch and jump instructions to use new JMP macro.
200 (OP_20000000): Corrected trace information to show this is a ldi.l, not
201 a ldi.s instruction.
202
203 Thu Oct 31 19:13:55 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
204
205 * interp.c (sim_fetch_register, sim_store_register): Fix bug where
206 updating the accumulators was overwriting other parts of the global
207 State variable.
208
209 Wed Oct 30 17:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
210
211 * interp.c (bfd.h) Don't include it here any more.
212 (text{,_start,_end}): Move here from simops.c and make extern.
213 (decode_pc): New function to return the PC as an address that the
214 debugger can use.
215 (dmem_addr): Print decoded PC in error message.
216 (pc_addr): Ditto.
217
218 * simops.c (bfd.h) Don't include it here any more.
219 (text{,_start,_end}): Move to simops.c.
220 (trace_input_func): Move decoding of PC, and looking up .text
221 start to decode_pc.
222
223 * d10v_sim.h (bfd.h): Include it here.
224 (text{,_start,_end}): Add external declarations.
225 (exec_bfd): Ditto.
226 (decode_pc): Ditto.
227
228 Tue Oct 29 12:13:52 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
229
230 * interp.c (sim_size): Now allocates unified memory for imap segments
231 0,1,2, and 127. Initializes imap0 and imap1 to 0x1000. Initializes dmap to 0.
232 (sim_write): Just call xfer_mem().
233 (sim_read): Just call xfer_mem().
234 (xfer_mem): New function. Does appropriate memory mapping and copies bytes.
235 (dmem_addr): New function. Reads dmap register and translates data
236 addresses to local addresses.
237 (pc_addr): New function. Reads imap register and computes local address
238 corresponding to contents of the PC.
239 (sim_resume): Change to use pc_addr().
240 (sim_create_inferior): Change reinitialization code. Also reinitializes
241 imap[01] and dmap.
242 (sim_fetch_register): Add fake registers 32,33,34 for imap0, imap1, and dmap.
243 (sim_store_register): Add fake registers 32,33,34 for imap0, imap1, and dmap.
244
245 * simops.c (MEMPTR): Redefine to use dmem_addr().
246 (OP_5F00): Replace references to STate.imem with dmem_addr().
247
248 * d10v-sim.h (State): Remove mem_min and mem_max. Add umem[128].
249 (RB,SW,RW,SLW,RLW): Redefine to use dmem_addr().
250 (IMAP0,IMAP1,DMAP,SET_IMAP,SET_IMAP1,SET_DMAP): Define.
251
252 Tue Oct 22 15:22:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
253
254 * d10v_sim.h (_ins_type): Reorganize, so that we can provide
255 better statistics, like not counting NOPS as parallel
256 instructions, and printing total cycles.
257 (ins_type_counters): Make unsigned long.
258 (left_nops,right_nops): Fold into ins_type_counters.
259
260 * simops.c (trace_input_func): Print new instruction types.
261 Handle OP_R2R3 as input types.
262 (OP_{38000000,7000}): Correctly sign extend bytes.
263 (OP_5E00): Don't count NOPs as parallel instructions.
264 (OP_460B): Remove unused variable.
265 (OP_5F00): Ditto.
266
267 * interp.c (ins_type_counters): Make unsigned long.
268 (left_nops,right_nops): Delete.
269 (most functions): Add prototypes.
270 (INLINE): If GCC and optimize define as __inline__.
271 ({,lookup_}hash,get_operands): Declare as INLINE.
272 (do_parallel): Count conditional operations.
273 (add_commas): New function, to add commas every 3 digits.
274 (sim_size): Call add_commas to print numbers.
275 (sim_{open,resume}): Delete unused variables.
276 (sim_info): Provide better statistics.
277 (sim_read): Add int return type.
278
279 Mon Oct 21 16:16:26 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
280
281 * interp.c (sim_resume): Change the way single-stepping and exceptions
282 are handled so single-stepping works again.
283
284 Thu Oct 17 12:24:16 1996 Michael Meissner <meissner@tiktok.cygnus.com>
285
286 * endian.c: Optimize simulated loads/stores on x86, AIX, and big
287 endian hosts.
288
289 * configure.in (--enable-sim-bswap): New switch to enable using
290 the BSWAP instruction on x86's.
291 * configure: Regenerate.
292
293 * Makefile.in ({SWAP,CONFIG}_CFLAGS): Add --enable-sim-bswap
294 support.
295
296 Wed Oct 16 13:50:06 1996 Michael Meissner <meissner@tiktok.cygnus.com>
297
298 * endian.c: New file. Move endian functions here from interp.c.
299 Optimize code, and make it work as either inline functions or as a
300 separate file.
301
302 * interp.c: Move endian functions from here to endian.c.
303
304 * Makefile.in (INCLUDE): Add endian.c.
305 (run,libsim.a): Add dependency on endian.o.
306 (endian.o): Add dependency.
307
308 * d10v_sim.h (read/write support): Always go through the machine
309 independent endian functions. If compiling with GCC and
310 optimizing, include endian.c so the endian functions are inlined.
311
312 * simops.c (OP_5F00): Correct tracing of accumulators.
313
314 Tue Oct 15 10:57:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
315
316 * simops.c (OP_5F00): Add support for getpid, kill system calls.
317
318 * interp.c (do_{2_short,parallel}): If an exception is raised,
319 don't execute the second instruction.
320
321 Sat Oct 12 22:17:43 1996 Michael Meissner <meissner@tiktok.cygnus.com>
322
323 * simops.c (OP_{31000000,6601,6201,6200}): Store address in a
324 temporary in case the register is overriden when loading.
325 (OP_6200): Output type is OP_DREG for tracing.
326
327 Fri Oct 4 23:46:18 1996 Michael Meissner <meissner@tiktok.cygnus.com>
328
329 * d10v_sim.h (struct _state): Add mem_{min,max} fields.
330
331 * interp.c (sim_size): Initialize mem_{min,max} fields.
332 (sim_write): Update mem_{min,max} fields.
333 (sim_resume): If PC is not in the minimum/maximum memory range,
334 abort.
335 (sim_create_inferior): Preserve mem_{min,max} fields.
336
337 Fri Sep 27 13:11:58 1996 Mark Alexander <marka@cygnus.com>
338
339 * simops.c (OP_5F00): Add support for time() system call.
340
341 Wed Sep 25 16:31:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
342
343 * simops.c (OP_{6E01,6A01,6E1F,6A00}): Print both words being
344 stored if tracing.
345 (OP_5F00,trace_{in,out}put_func): Add finer grain tracing for
346 system calls.
347
348 Mon Sep 23 17:55:30 1996 Michael Meissner <meissner@tiktok.cygnus.com>
349
350 * simops.c (op_types): Add OP_{CONSTANT8,R2,R3}.
351 (trace_input_func): Add support for OP_{CONSTANT8,R2,R3}.
352 (OP_{4900,24800000,4800,4A00,4B00,4D00,4C00}): Add OP_R2 and OP_R3
353 to call/subroutine returns to trace the first two arguments and
354 the return value. For small jumps, use CONSTANT8, not CONSTANT16.
355
356 Fri Sep 20 15:36:45 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
357
358 * interp.c (sim_create_inferior): Reinitialize State every time
359 sim_create_inferior() is called.
360
361 Thu Sep 19 21:38:20 1996 Michael Meissner <meissner@wogglebug.ziplink.net>
362
363 * simops.c (OP_{401,2000000,601,3000000,23000000}): Get sign right
364 on comparisons.
365 (OP_401): Fix tracing information.
366
367 Thu Sep 19 10:30:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
368
369 * simops.c (SIZE_{PC,LINE_NUMBER}): New default sizes for output.
370 (trace_input_func): Use them.
371 (trace_input_func): Make sure there is a trailing space after the
372 instruction.
373 (OP_6200): Fix tracing info.
374
375 * Makefile.in (run): Add dependencies on libbfd.a and
376 libiberity.a.
377
378 Wed Sep 18 09:13:25 1996 Michael Meissner <meissner@tiktok.cygnus.com>
379
380 * d10v_sim.h (DEBUG_INSTRUCTION): New debug value to include line
381 numbers and function names in debug trace.
382 (DEBUG): If not defined, set to DEBUG_TRACE, DEBUG_VALUES, and
383 DEBUG_LINE_NUMBER.
384 (SIG_D10V_{STOP,EXIT}): Values to represent the stop instruction
385 and exit system call trap being executed.
386
387 * interp.c (sim_stop_reason): Set exit code correctly for stop
388 instruction and exit system call trap.
389
390 * configure.in (--enable-sim-cflags): Remove trace case.
391 (--enable-sim-debug): New switch to set the debug values.
392 * configure: Regenerate.
393
394 * simops.c (trace_{input,output}_func): Rename from
395 trace_{input,output}.
396 (trace_{input,output}): Call trace_{input,output}_func if
397 d10v_debug is non-zero.
398 (SIZE_INSTRUCTION): Cut down to 8.
399 (SIZE_OPERANDS): Cut down to 18.
400 (SIZE_LOCATION): New value for size of line number, function name
401 field.
402 (init_text_p,text{,_start,_end}): New static variables for
403 printing line number and function name.
404 (exec_bfd): New external that run.c sets.
405 (trace_input_func): Print line number and function name if
406 available and if desired.
407 (OP_4E09): Don't print out DBT message.
408 (OP_5FE0): Set exception field to SIG_D10V_STOP.
409 (OP_5F00): Set exception field to SIG_D10V_EXIT.
410
411 Sat Sep 14 22:18:43 1996 Michael Meissner <meissner@tiktok.cygnus.com>
412
413 * interp.c (do_2_short): If the instruction encodes jump->ins,
414 don't do the second instruction if the jump succeeds.
415
416 Fri Sep 13 22:35:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
417
418 * simops.c (OP_5F00): Use unknown traps to print all GPRs,
419 accumulators, PC, and F0/F1/C flags.
420
421 Thu Sep 12 12:50:11 1996 Mark Alexander <marka@cygnus.com>
422
423 * simops.c (OP_5F00): Fix problems with system calls.
424
425 Thu Sep 12 12:19:28 1996 Michael Meissner <meissner@tiktok.cygnus.com>
426
427 * simops.c (OP_5F00): Correct tracing information for trap.
428
429 Wed Sep 11 18:55:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
430
431 * Makefile.in (CSEARCH): Correctly find opcodes directory.
432
433 Mon Sep 9 13:27:26 1996 Michael Meissner <meissner@tiktok.cygnus.com>
434
435 * simops.c (trace_output): Properly align accumulator output.
436 (OP_3{0,2,4}00): Properly parenthesize test expression. Add error
437 if shift count is too high.
438 (OP_4E{00,02,04,20,22,40,42}): Make tests agree with book.
439 (OP_4E09): Make cpfg properly trace the input flags.
440 (op_types): Add OP_FLAG_OUTPUT.
441 (trace_{input,output}): Support OP_FLAG_OUTPUT.
442 (OP_31000000): This ld2w varient is a 16-bit memory reference, not
443 an 8-bit memory reference instruction for tracing purposes.
444 (OP_201): Addi needs to set the carry.
445
446 Fri Sep 6 17:56:17 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
447
448 * simops.c (OP_2600, OP_2601): Changed min and max comparisons
449 to use signed register values.
450
451 Wed Sep 4 11:35:17 1996 Michael Meissner <meissner@tiktok.cygnus.com>
452
453 * d10v_sim.h (DEBUG_*): Add bit flags for controlling debug
454 output.
455 (_ins_type): New enumeration to specify which container an
456 instruction is in, and whether it is part of a parallel operation.
457 (_state): Add ins_type field.
458 ({,u}int{8,16,32,64}): Use limits.h to size the appropriate types.
459 (ins_type_counters): Counters for the various instruction types.
460 ({left,right}_nops): Counters for the number of nops in each
461 container.
462 (d10v_debug): New variable to indicate whether debugging is turned
463 on.
464
465 * simops.c: (all functions): Change all #ifdef DEBUG code so that
466 the input and output values can be traced, along with the
467 instruction type. Make the -t option enable tracing.
468 (all functions): Change printf calls to use the printf_filtered
469 function in the callback table.
470
471 * interp.c (_leftright): New enumeration to say whether 2 short
472 instructions are done left first or right first.
473 (do_{long,2_short,parallel}): Indicate in the machine state which
474 type of instruction this is. Count each of the types of
475 instructions executed.
476 (sim_size): Only print the memory sizes if DEBUG_MEMSIZE debug
477 flag is set.
478 (sim_resume): Pass left/right indication to do_2_short.
479 (all functions): Change printf calls to use the printf_filtered
480 function in the callback table.
481 (sim_trace): Turn on debug flag if DEBUG was defined, and call
482 sim_resume.
483 (sim_info): Print out statistics on instructions.
484 (sim_{trace,create_inferior}): Eliminate extraneous output unless
485 debugging.
486 (sim_open): If args == -t and DEBUG was defined, set d10v_debug.
487 Only initialize the hash table the first time sim_open is called.
488
489 * Makefile.in: Make objects depend on d10v_sim.h.
490 ({,SIM_}CFLAGS): Include configure dependent switches. Setting
491 CFLAGS does not override host/target defines or SIM_CFLAGS.
492 (CC_FOR_BUILD,gencode): Use CC_FOR_BUILD to compile gencode.
493 (run): By default, the math library is not needed to be linked
494 in.
495 ({BFD,LIBIBERTY}_LIB): Define as variables so they can be
496 overridden.
497 (VPATH): Don't set to anything but @srcdir@ to work with non-GNU
498 makes.
499 ({run,callback}.o): Provide explicit paths to their appropriate
500 source directories.
501 (gencode{,.o},d10v-opc.o): Split compilation into creating object
502 and linking. Instead of linking in libopcodes.a, just compile
503 d10v-opc.o directly to handle canadian cross.
504 (CSEARCH): Add opcodes directory.
505
506 * configure.in (--enable-sim-cflags): New switch to allow user to
507 set the defaults.
508 (CC_FOR_BUILD): Deal with canadian crosses.
509 * configure: Regenerate.
510
511 Wed Sep 04 04:45:34 1996 Mark Alexander <marka@cygnus.com>
512
513 * simops.c: Include correct syscall.h for d10v, not host's.
514 Fix #ifdef SYS_stat.
515
516 Tue Sep 3 14:00:04 1996 Michael Meissner <meissner@tiktok.cygnus.com>
517
518 * simops.c (OP_5F00): Wrap all SYS_xxx traps with #ifdef.
519 Add trap 2 to be printf and trap 3 to be putchar.
520
521 Wed Aug 28 21:42:34 1996 Mark Alexander <marka@cygnus.com>
522
523 * Makefile.in, d10v_sim.h, interp.c, simops.c: Add support
524 for low-level system calls.
525
526 Wed Aug 28 17:33:19 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
527
528 * Makefile.in, d10v_sim.h, interp.c: Fix byte-order problems.
529
530 Mon Aug 26 18:30:28 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
531
532 * d10v_sim.h (SEXT32): Added.
533 * interp.c: Commented out printfs.
534 * simops.c: Fixed error in sb and st2w.
535
536 Thu Aug 15 13:30:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
537
538 * Makefile.in, d10v_sim.h, interp.c, simops.c: Added remaining
539 DSP instructions. Added modulo addressing.
540
541 Sun Aug 11 12:57:15 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
542
543 * Makefile.in, d10v_sim.h, interp.c, simops.c: Snapshot.
544
545 Fri Aug 2 17:44:24 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
546
547 * d10v_sim.h, simops.c: Snapshot.
548
549 Thu Aug 1 17:05:24 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
550
551 * ChangeLog, Makefile.in, configure, configure.in, d10v_sim.h,
552 gencode.c, interp.c, simops.c: Created.
553