Age | Commit message (Expand) | Author | Files | Lines |
1998-07-01 | * mn10300_sim.h (FETCH24): Define. | Jeff Law | 1 | -0/+7 |
1998-06-30 | * mn10300_sim.h: Include bfd.h | Jeff Law | 3 | -10/+57 |
1998-06-25 | Thu Jun 25 10:12:03 1998 Joyce Janczyn <janczyn@cygnus.com> | Joyce Janczyn | 1 | -0/+12 |
1998-06-19 | Fri Jun 19 11:59:26 1998 Joyce Janczyn <janczyn@cygnus.com> | Joyce Janczyn | 2 | -1/+6 |
1998-06-18 | Thu June 18 14:37:14 1998 Joyce Janczyn <janczyn@cygnus.com> | Joyce Janczyn | 2 | -3/+19 |
1998-06-18 | * simops.c (syscall): Handle change in opcode # for syscall. | Jeff Law | 1 | -1/+1 |
1998-06-16 | Tue June 16 09:36:21 1998 Joyce Janczyn <janczyn@cygnus.com> | Joyce Janczyn | 1 | -0/+4 |
1998-06-14 | Updates to dv-mn103iop.c, dv-mn103ser.c and inter.c | Joyce Janczyn | 1 | -0/+5 |
1998-06-12 | Fri June 12 16:24:00 1998 Joyce Janczyn <janczyn@cygnus.com> | Joyce Janczyn | 1 | -0/+6 |
1998-06-12 | Add dv-mn103iop. | Joyce Janczyn | 1 | -1/+1 |
1998-06-12 | New file for handling mn1030002 io ports. | Joyce Janczyn | 1 | -0/+514 |
1998-06-12 | Add dv-mn103iop.c to list of files to sanitize out. | Joyce Janczyn | 1 | -1/+1 |
1998-06-10 | Wed June 10 14:34:00 1998 Joyce Janczyn <janczyn@cygnus.com> | Joyce Janczyn | 2 | -2/+12 |
1998-06-08 | Support for timers for mn103002. Still needs more testing/debugging. | Joyce Janczyn | 1 | -0/+823 |
1998-06-08 | Add dv-mn103tim.c and dv-mn103ser.c | Joyce Janczyn | 1 | -1/+1 |
1998-06-08 | Add timer and serial devices (mn103tim and mn103ser), support | Joyce Janczyn | 1 | -0/+22 |
1998-06-08 | Skeleton file for mn1030002 serial device implementation. | Joyce Janczyn | 1 | -0/+413 |
1998-06-08 | Fix typo. | Joyce Janczyn | 1 | -3/+0 |
1998-06-08 | Fix interrupt settings for mn103002, not mn10300 implementation. | Joyce Janczyn | 1 | -74/+60 |
1998-06-08 | * interp.c: (mn10300_option_handler): New function parses arguments | Joyce Janczyn | 1 | -114/+156 |
1998-06-08 | Add new devices: mn103tim and mn103ser. | Joyce Janczyn | 2 | -155/+213 |
1998-05-25 | Split out hw-event code. Clean up interface. Update all users. | Andrew Cagney | 2 | -2/+7 |
1998-05-22 | Only enable H/W on some mips targets. | Andrew Cagney | 2 | -1/+5 |
1998-05-22 | Back out of hw-main _callback -> _descriptor changes | Andrew Cagney | 3 | -18/+12 |
1998-05-21 | Fix sign extension on 32 bit add/sub instructions. | Andrew Cagney | 3 | -56/+82 |
1998-04-29 | Tue Apr 28 18:28:58 1998 Geoffrey Noer <noer@cygnus.com> | Geoffrey Noer | 1 | -0/+4 |
1998-04-26 | * configure: Regenerated to track ../common/aclocal.m4 changes. | Tom Tromey | 5 | -130/+158 |
1998-04-24 | * configure: Regenerated to track ../common/aclocal.m4 changes. | Tom Tromey | 3 | -52/+1827 |
1998-04-21 | Add sim-main.c to things to keep. | Jason Molenda | 1 | -0/+1 |
1998-04-14 | * mn10300_sim.h: Declare all functions in op_utils.c using INLINE_SIM_MAIN. | Andrew Cagney | 1 | -0/+4 |
1998-04-14 | o Use new `!<field>' and `=<field>' operators in spec of | Andrew Cagney | 3 | -5/+25 |
1998-04-04 | Cleanup INLINE support for simulators using common framework. | Andrew Cagney | 2 | -49/+67 |
1998-03-27 | Add sanitize-am30 markers. Keep details of AM30 implementation of | Andrew Cagney | 5 | -35/+95 |
1998-03-26 | * dv-mn103cpu.c (deliver_mn103cpu_interrupt): Stop loss of succeeding | Andrew Cagney | 2 | -2/+14 |
1998-03-26 | * Makefile.in (tmp-igen): Prefix all usage of move-if-change | Stu Grossman | 1 | -0/+6 |
1998-03-26 | * configure.in: Make --enable-sim-common the default. | Andrew Cagney | 3 | -4/+12 |
1998-03-25 | * mn10300.igen (cmp imm8,An): Do not sign extend imm8 value. | Joyce Janczyn | 2 | -1/+5 |
1998-03-25 | * simops.c (OP_F0FD): Initialise variable 'sp' for rti instruction. | Joyce Janczyn | 2 | -0/+5 |
1998-03-25 | * dv-mn103int.c (decode_group): A group register every 4 bytes not 8. | Andrew Cagney | 1 | -0/+7 |
1998-03-25 | * interp.c (sim_open): Tidy up device creation. | Andrew Cagney | 3 | -48/+89 |
1998-03-25 | * interp.c (sim_open): Create second 1mb memory region at 0x40000000. | Andrew Cagney | 7 | -197/+1433 |
1998-03-25 | * mn10300_sim.h (EXTRACT_PSW_LM, INSERT_PSW_LM, PSW_IE, PSW_LM): Define. | Andrew Cagney | 1 | -0/+6 |
1998-03-25 | Re-do --enable-sim-hardware so that each simulator can specify the devices | Andrew Cagney | 1 | -0/+4 |
1998-03-25 | Pacify GCC. | Andrew Cagney | 6 | -51/+72 |
1998-03-24 | Add new files: mn10300.igen, mn10300.dc, sim-main.h, op_utils.c | Joyce Janczyn | 1 | -0/+4 |
1998-03-24 | Port mn10300 simulator to build with the common simulator framework | Joyce Janczyn | 1 | -0/+41 |
1998-03-24 | Add code to support building mn10300 simulator with the common simulator | Joyce Janczyn | 1 | -79/+398 |
1998-03-24 | Add support for building simulator based on common simulator framework. | Joyce Janczyn | 1 | -5/+110 |
1998-03-24 | Add ability to configure mn10300 built with common simulator code base. | Joyce Janczyn | 2 | -50/+551 |
1998-03-24 | New {load/store}_{byte/half/word} macros for simulator built with | Joyce Janczyn | 1 | -5/+209 |