* Makefile.am (STRIP_PROG): Change from strip.new to strip-new.
[binutils-gdb.git] / sim /
1997-07-29 Andrew CagneyAdd test for "mtsa"
1997-07-28 Andrew CagneyHandle overflow from signed divide by -1.
1997-07-28 Andrew CagneyMore checks for pdivuw
1997-07-25 Gavin Romig-Kochgencode.c: Two arg MADD should not assign result to...
1997-07-25 David Edelsohn * configure.in (sparc*-*-*): Don't build erc32.
1997-07-22 David EdelsohnKeep sim-watch.[ch].
1997-07-22 David EdelsohnDon't always keep igen, it's currently only kept if...
1997-07-22 David Edelsohn * sim-n-core.h (sim_core_write_unaligned_N): Add missi...
1997-07-15 Andrew CagneyConfigure r5900 testsuite sub-directory.
1997-07-15 Andrew CagneySimilistic configure/build scripts for tx59 simulator...
1997-07-15 Andrew CagneyGeneric tests for 5900.
1997-07-14 Andrew CagneyStandard simulator tests.
1997-07-11 Andrew CagneyTests for mips r5900 instructions
1997-07-11 Andrew CagneyFix a number of problems in the r5900 specific p* ...
1997-07-03 Andrew CagneySync powerpc simulator with public version. Enable...
1997-07-02 Jeff Law * gencode.c (build_instruction): Handle "pext5...
1997-07-02 Jeff Law * gencode.c (build_instruction): Handle "ppac5...
1997-07-02 Jeff Law * interp.c (sim_engine_run): Reset the ZERO...
1997-07-02 Jeff Law * gencode.c (FEATURE_WARNINGS): Remove FEATURE_...
1997-06-27 Andrew CagneyAdd test for dbt/rtd instructions
1997-06-24 Jeff Law * interp.c (sim_resume): Clear State.exited.
1997-06-12 Jeff Law * simops.c: Fix thinko in last change.
1997-06-10 Jeff Law * simops.c: "call" stores the callee saved...
1997-06-10 Jeff Law * simops.c: Fix return address computation...
1997-06-06 Andrew CagneyOpen in binary mode when available.
1997-06-06 Andrew CagneyClean up formatting of instruction traces.
1997-06-05 Andrew CagneyVerify magic number of simulator struct.
1997-06-04 Andrew CagneyInitialize the sim-engine module.
1997-06-03 Andrew Cagneyo Fixes to repeated watchpoints
1997-06-02 Andrew Cagneyo Fix padd insn
1997-05-30 Andrew CagneyAdd assembler information to igen input files.
1997-05-29 Andrew CagneyFix subu immed - was incorrectly using unsigned.
1997-05-29 Andrew CagneyAdd a simple dissasembler to igen
1997-05-27 Andrew CagneyFix watching PC for 64bit (mips) target.
1997-05-27 Andrew CagneyExtend xor-endian and per-cpu support in core module.
1997-05-23 Andrew CagneyPreliminary suport for xor-endian suport in core module.
1997-05-23 Andrew CagneyIncorrect test for zero-r0 code gen.
1997-05-23 Andrew CagneyEnumerate longjmp's return type.
1997-05-22 Gavin Romig-Kochifdef out uses of simSTOP, simSTEP and simBE when DEBUG...
1997-05-22 Gavin Romig-KochChange longjmp param/setjmp return value used for simul...
1997-05-22 Jeff Law * interp.c (sim_resume): Add missing case in...
1997-05-21 Andrew CagneyWatchpoint interface.
1997-05-20 Jeff Law * interp.c: Replace all references to load_mem...
1997-05-20 Andrew CagneyPart II of adding callback argument to sim_open()....
1997-05-20 Andrew CagneyDepreciate sim_set_callbacks() function. Set simulator...
1997-05-19 Michael MeissnerMake getpid, kill supported system calls
1997-05-19 Jeff Law * interp.c (dispatch): Make this an inline...
1997-05-19 Andrew CagneyGraft sim/common event and other code onto the mips...
1997-05-19 Andrew CagneyUpdate.
1997-05-19 Andrew CagneyMake simulator event-queue manager a bit more signal...
1997-05-19 Andrew Cagneyo Implement generic halt/restart/abort module.
1997-05-19 Andrew CagneyPacify gcc.
1997-05-18 Jeff Law * interp.c (load_mem_big): Remove function...
1997-05-17 Michael MeissnerTreat infinities like normal numbers for purposes of...
1997-05-16 Jeff Law * callback.c (os_close): Mark the descriptor...
1997-05-16 Jeff Law * interp.c (load_mem): If we get a load from...
1997-05-16 Andrew Cagneyo Make tic80 insn file more `cache ready'
1997-05-15 Andrew CagneyRemove some of the flake from the c80 floating point.
1997-05-15 Andrew CagneyMore floating point operations.
1997-05-15 Andrew CagneyFix double conversion problem.
1997-05-15 Andrew CagneyPassify gcc's warnings.
1997-05-14 Michael MeissnerMake columns line up for fpu operation tracing
1997-05-13 Michael MeissnerMake sure r0 == 0; Return EINVAL for system calls that...
1997-05-13 Andrew CagneyRemove ANNULed cycle - was confusing gdb.
1997-05-12 Michael MeissnerFix ld/st tracing
1997-05-12 Andrew CagneyClear cntrl-c after handling it.
1997-05-12 Andrew Cagneyc80 simulator fixes.
1997-05-12 Andrew CagneyMatch commands like `(gdb) sim a b c' against options...
1997-05-12 Michael MeissnerFix endian problems with ld.d/st.d
1997-05-11 Michael MeissnerFix shift/lmo insns; Subu does arithmetic unsigned
1997-05-10 Michael MeissnerAnd short immediate instructions use unsigned immediate...
1997-05-09 Michael MeissnerFix xor in simulator
1997-05-09 Michael MeissnerMake cmp produce the correct results
1997-05-09 Andrew CagneyUpdate CIA as well as NIA when a 64bit insn is encountered.
1997-05-08 Michael MeissnerReally fix the bbo/bbz instructions.
1997-05-08 Michael Meissnerreverse bit number for bbo/bbz instructions.
1997-05-08 Michael MeissnerFix non-anulled calls so that return address is correct
1997-05-08 Michael MeissnerChange output format slightly
1997-05-08 Michael MeissnerChange output format slightly
1997-05-08 Michael MeissnerBump SIZE_DECIMAL to 13
1997-05-08 Andrew CagneyAdd function sim_args_command() which takes a `(gdb...
1997-05-07 Andrew Cagneyo Clean-up tic80 fp tracing
1997-05-06 David Edelsohn * sim-profile.c (profile_uninstall): Likewise.
1997-05-06 David Edelsohn * sim-trace.c (trace_uninstall): Don't close a file...
1997-05-06 Andrew CagneyOnly zap the igen directory once.
1997-05-06 David EdelsohnMakefile.orig, README.orig deleted.
1997-05-06 David EdelsohnKeep igen.
1997-05-06 David EdelsohnKeep sim-config.c, sim-fpu.[ch].
1997-05-06 Jeff Law * mn10300_sim.h: Fix ordering of bits in the...
1997-05-06 Michael MeissnerRemove extra : from nop, sink{1,2} tracing
1997-05-06 Michael MeissnerAdd semantic tracing to the tic80
1997-05-06 Jeff Law * interp.c: Improve hashing routine to avoid...
1997-05-06 David EdelsohnKeep sim-utils.h.
1997-05-06 Michael MeissnerFix typo; pass trace_line request as arg; pass common...
1997-05-06 Michael MeissnerEnable --trace-linenum support
1997-05-06 Jeff Law * mn10300_sim.h (struct _state): Add space...
1997-05-05 Michael MeissnerFix problems -Wall found
1997-05-05 Michael MeissnerAdd printf attribute support
1997-05-05 Andrew CagneyStart of implementation of a distributed (between proce...
1997-05-05 Andrew CagneyAdd flakey floating-point support to the TI c80 simulator.
next