Fix multiplication, ldxc1, and floating point conversion. See ChangeLog.
[binutils-gdb.git] / sim /
1996-09-20 Ian Lance TaylorFix multiplication, ldxc1, and floating point conversio...
1996-09-20 Michael MeissnerMake sure cmp{,eq,u}i use correct casts
1996-09-19 Ian Lance Taylor * interp.c (CHECKHILO): Don't set HIACCESS, LOACCESS...
1996-09-19 Ian Lance Taylor * gencode.c (process_instructions): Correct shift...
1996-09-19 Ian Lance Taylor * gencode.c (process_instructions): Correct handling...
1996-09-19 Michael MeissnerFix tracing info
1996-09-19 Michael MeissnerMake sure there is a trailing space after the instruction
1996-09-19 Michael MeissnerProvide macros that can be overriden for the width...
1996-09-19 Michael MeissnerAdd dependencies on lib{bfd,iberity}.a
1996-09-18 Michael MeissnerRename sim_bfd -> exec_bfd for gdb compatibility
1996-09-18 Michael MeissnerMake exit/stop return correct exit value; Add line...
1996-09-17 Jackie Smith CashionTue Sep 17 11:04:50 1996 James G. Smith <jsmith@cygnu...
1996-09-16 Jackie Smith CashionMon Sep 16 11:38:16 1996 James G. Smith <jsmith@cygnu...
1996-09-15 Michael MeissnerFix brf0{t,f}.s <label> -> instruction not to execute...
1996-09-14 Ian Lance Taylor * Makefile.in (CC_FOR_BUILD): New variable.
1996-09-14 Michael MeissnerFor unknown traps, print contents of registers and...
1996-09-12 Mark Alexander * simops.c (OP_5F00): Fix problems with system calls.
1996-09-12 Michael MeissnerCorrect trap tracing information
1996-09-12 Michael MeissnerPrint line # and function name or filename if they...
1996-09-12 Michael MeissnerStore bfd pointer in a global variable
1996-09-11 Michael Meissnerfix typo
1996-09-11 Michael MeissnerAdd tracing support; Fix some problems with hardwired...
1996-09-10 Jeff Law * interp.c (hash): Make this an inline function
1996-09-09 Michael MeissnerAddi needs to set the carry
1996-09-09 Michael MeissnerFix ld2w tracing
1996-09-09 Michael MeissnerCorrect tracing of cpfg
1996-09-09 Michael MeissnerMake ex{f,t}* tests agree with book
1996-09-09 Michael MeissnerFix accumulator shifts
1996-09-08 Stu Grossman * erc32.c (port_init): Disable this for __GO32__...
1996-09-08 Ian Lance Taylor * configure.in: Do build erc32 for DOS and Windows...
1996-09-07 Martin HuntFri Sep 6 17:56:17 1996 Martin M. Hunt <hunt@pizza...
1996-09-05 Stu Grossman * Makefile.in erc32/Makefile.in: Don't set srcroot...
1996-09-04 Ian Lance Taylor * configure.in: Only build the MIPS simulator if we...
1996-09-04 Michael MeissnerSecond pass at canadian cross
1996-09-04 Michael MeissnerFirst cut at dealing with canadian crosses; make -t...
1996-09-04 Michael MeissnerMore debug support; Enable -t/-v to work correctly...
1996-09-04 Michael MeissnerEnhance debug support
1996-09-04 Mark Alexander * simops.c: Include correct syscall.h for d10v, not...
1996-09-03 Jeff Law * gencode.c: Fix various indention & style...
1996-09-03 Michael MeissnerPortability fixes; re-add printf/putchar traps
1996-09-03 Jeff LawFix typpppo
1996-09-03 Jeff Law * interp.c: OP should be an array of 32bit...
1996-08-31 Jeff LawOpps. Forgot to commit this a few days ago.
1996-08-30 Jeff Law * simops.c: Fix "not1" and "set1".
1996-08-30 Jeff Law * simops.c: Don't forget to initialize temp for
1996-08-30 Jeff Law * interp.c: Remove various debugging printfs.
1996-08-30 Jeff Law * simops.c: Fix satadd, satsub boundary case...
1996-08-30 Jeff Law * interp.c (hash): Fix.
1996-08-30 Jeff Law * interp.c (do_format_4): Get operands correctl...
1996-08-30 Jeff Law * v850_sim.h: The V850 doesn't have split I...
1996-08-30 Jeff Law * v850_sim.h (struct _state): Remove "psw"...
1996-08-30 Jeff Law * simops.c: Handle "satadd", "satsub", "satsubi...
1996-08-30 Jeff Law * interp.c (do_format_5): Get operands correctl...
1996-08-30 Jeff Law * simops.c: Fix minor typos. Handle "cmp"...
1996-08-30 Jeff Law * interp.c (do_format_3): Get operands correctl...
1996-08-30 Jeff Law * simops.c: Add condition code handling to...
1996-08-30 Jeff Law * Makefile.in: Fix typo.
1996-08-29 Jeff Law * interp.c (hash): Update to be more accurate.
1996-08-29 Jeff Law * simops.c: Add shift support.
1996-08-29 Jeff LawFix typos in multiply and divide code.
1996-08-29 Jeff Law * simops.c: Add multiply & divide support....
1996-08-29 Jeff Law * simops.c: Add logicals, mov, movhi, movea...
1996-08-29 Jeff Law * ChangeLog, Makefile.in, configure, configure...
1996-08-29 Jeff Law * configure.in (v850-*-*): Added V850 simulator.
1996-08-29 Martin HuntWed Aug 28 17:33:19 1996 Martin M. Hunt <hunt@pizza...
1996-08-28 Martin HuntNew file.
1996-08-27 Martin HuntMon Aug 26 18:30:28 1996 Martin M. Hunt <hunt@pizza...
1996-08-22 Ian Lance Taylor * Makefile.in (gencode): Depend upon gencode.o, getopt...
1996-08-19 Michael MeissnerFixes from Andrew
1996-08-18 Angela Marie Thomasremoved NOTES from Things-to-keep since it's a dead...
1996-08-13 Michael MeissnerImprove -t options support to list all of the configura...
1996-08-12 Michael MeissnerTest whether /dev/zero works before attemping to us it
1996-08-12 Martin Huntfix for D10V.
1996-08-08 Michael MeissnerIf HAVE_TERMOS_STRUCTURE is not defined, make sure...
1996-08-07 Michael MeissnerAllow simulator to build on other machines than x86
1996-08-06 Michael Meissner7/30 release from Andrew
1996-08-03 Martin HuntFri Aug 2 17:44:24 1996 Martin M. Hunt <hunt@pizza...
1996-08-02 Martin HuntThu Aug 1 17:05:24 1996 Martin M. Hunt <hunt@pizza...
1996-08-02 Martin HuntThu Aug 1 17:08:41 1996 Martin M. Hunt <hunt@pizza...
1996-07-23 Michael MeissnerNew simulator changes from Andrew
1996-07-18 Stu Grossman * gencode.c (process_instructions): Generate word64...
1996-07-10 Jeff Law * compile.c (sim_resume): Fix all rotate-by...
1996-07-05 Jeff LawNo longer need to sanitize away h8s stuff.
1996-07-04 Stu Grossman * erc32.c (mec_reset mec_read mec_write memory_read...
1996-07-03 Jeff Law * run.c (main): Don't "load" sections which...
1996-07-02 Jeff Law * compile.c (sim_resume): Handle "ldm.l" and...
1996-06-26 Michael MeissnerMake simulator build again on SunOS and HP/US systems
1996-06-26 Jackie Smith CashionAdded.
1996-06-26 Jackie Smith CashionKeep the mips directory.
1996-06-26 Jason Molenda * Makefile.in (bindir, libdir, datadir, mandir...
1996-06-26 Jason Molenda * Makefile.in (bindir, libdir, datadir, mandir...
1996-06-26 Jason Molenda * Makefile.in (bindir, libdir, datadir, mandir...
1996-06-26 Jason Molenda * Makefile.in (bindir, libdir, datadir, mandir...
1996-06-24 Ian Lance Taylor * configure.in: Call AC_PROG_CC before running configu...
1996-06-24 Ian Lance Taylor * configure.in: Only configure erc32 if using gcc.
1996-06-18 Jeff Law * compile.c (sim_load): Treat the H8/S like...
1996-06-05 Michael MeissnerLatest changes from Andrew
1996-06-05 Jackie Smith CashionWed Jun 5 08:28:13 1996 James G. Smith <jsmith@cygnu...
1996-06-04 Michael MeissnerBuild psim on ppc SVR4, Solaris, and Elf targets.
1996-06-03 Michael MeissnerAbort if we find the program has an .interp section
next