summaryrefslogtreecommitdiff
path: root/sim
Commit message (Expand)AuthorAgeFilesLines
* January 23rd mergeMichael Meissner1997-01-2718-2761/+6983
* * ../common/aclocal.m4 (COMMON_MAKEFILE_FRAG): Quote a couple of $'s inStu Grossman1997-01-248-16/+16
* * aclocal.m4 (COMMON_MAKEFILE_FRAG): Quote a couple of $'s inStu Grossman1997-01-242-2/+7
* * interp.c (init_system): Allocate 2^19 bytes of space for theJeff Law1997-01-241-0/+5
* * configure: Remove targ-vals.def when doing distclean. (ChangeStu Grossman1997-01-248-8/+8
* * (distclean): Remove targ-vals.def.Stu Grossman1997-01-242-1/+2
* * configure: Remove Make-common.in from dependencies. (Actually inStu Grossman1997-01-248-8/+8
* * aclocal.m4: Remove Make-common.in from dependencies.Stu Grossman1997-01-242-1/+3
* * configure configure.in Makefile.in: Update to new configureStu Grossman1997-01-2332-1269/+10379
* * aclocal.m4 (SIM_AC_COMMON): Move contents of Make-common.inStu Grossman1997-01-232-0/+328
* * configure configure.in: Don't configure common anymore. FilesStu Grossman1997-01-233-87/+256
* * simops.c: Undo last change to "rol" and "ror", original codeJeff Law1997-01-212-2/+7
* Multiply ops sign extend, not zero extendMichael Meissner1997-01-201-0/+11
* * simops.c: Fix "rol" and "ror".Jeff Law1997-01-162-2/+10
* * simops.c: Fix typo in last change.Jeff Law1997-01-151-1/+1
* * simops.c: Use REG macros in few places not using them yet.Jeff Law1997-01-132-5/+9
* * configure: Enable the mn10200 simulator.Jeff Law1997-01-132-0/+6
* For NEC 4300 project, fix last remaining host/target endianness problemJim Wilson1997-01-081-1/+1
* * mn10300_sim.h (struct _state): Fix number of registers!Jeff Law1997-01-061-0/+4
* * interp.c (sim_monitor): Make output to stdout visible inMark Alexander1997-01-031-0/+5
* * mn10300_sim.h (struct _state): Put all registers into a singleJeff Law1996-12-313-53/+51
* Deal with kill encoding the signal via the exit status.Michael Meissner1996-12-312-3/+11
* * support.h: Undo previous change to SIGTRAPMark Alexander1996-12-312-2/+7
* * interp.c (store_word, load_word): New static functions.Ian Lance Taylor1996-12-302-1/+152
* * interp.c: Fix byte-swapping code throughout to work onMark Alexander1996-12-292-9/+20
* * support.h: Make definitions of SIGTRAP and SIGQUIT consistentMark Alexander1996-12-292-2/+7
* * gencode.c (build_instruction): Work around MSVC++ code gen bugMark Alexander1996-12-282-1/+11
* Allow exit to work normally under gdbMichael Meissner1996-12-272-102/+148
* add flush_cache PMON routineAngela Marie Thomas1996-12-252-0/+12
* * support.h: Use _WIN32 instead of __WIN32__. Also add defs forStu Grossman1996-12-202-2/+9
* * gencode.c (build_instruction) [MUL]: Cast operands to word64, toIan Lance Taylor1996-12-192-1/+14
* * interp.c (sim_resume): Handle 0xff as a single byte insn.Jeff Law1996-12-182-12/+19
* Getting there ...David Edelsohn1996-12-172-0/+35
* * simops.c: Handle "break" instruction.Jeff Law1996-12-162-0/+12
* Link with SIM_EXTRA_LIBS, not just EXTRA_LIBS, which is never set.Rob Savoye1996-12-161-3/+12
* * gencode.c (MIPS16_DECODE): SWRASP is I8, not RI.Ian Lance Taylor1996-12-162-10/+19
* Mon Dec 16 13:39:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt1996-12-161-0/+9
* * gencode.c (build_mips16_operands): Fix base PC value for PCIan Lance Taylor1996-12-163-119/+95
* * simops.c: Fix restoring the PC for "ret" and "retf" instructions.Jeff Law1996-12-162-4/+23
* For NEC 4100/4300 project: Add little endian support and misc cleanups.Jim Wilson1996-12-111-1/+1
* * gencode.c (write_opcodes): Also write out the format of theJeff Law1996-12-111-3/+4
* * simops.c (REG0_4): Define.Jeff Law1996-12-102-8/+14
* For NEC 4100/4300 projectJim Wilson1996-12-103-69/+145
* New revision from AndrewMichael Meissner1996-12-108-377/+3635
* * callback.c: #include <stdlib.h>David Edelsohn1996-12-092-0/+459
* * simops.c (REG0_16): Fix typo.Jeff Law1996-12-072-1/+5
* Add missing semicolons in last change.Jeff Law1996-12-071-13/+13
* * simops.c: Call abort for any instruction that's not currentlyJeff Law1996-12-062-0/+16
* * simops.c: Define accessor macros to extract registerJeff Law1996-12-062-368/+329
* * interp.c: Delete unused global variable "OP".Jeff Law1996-12-063-31/+30