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