aboutsummaryrefslogtreecommitdiff
path: root/sim
AgeCommit message (Expand)AuthorFilesLines
1997-08-28Make igen available when v850 is being build.Andrew Cagney3-0/+9
1997-08-28Add --target=BFDTARGET and --architecture=MACHINE options.Andrew Cagney4-3/+71
1997-08-27Fix doco on enable-sim-inline.Andrew Cagney15-3/+94
1997-08-27Add MSBIT* and LSBIT* macro's to sim-bits.hAndrew Cagney7-1/+1214
1997-08-27New file - generic implementation of sim_load for hardware onlyAndrew Cagney1-0/+53
1997-08-27Add ABFD argument to sim_create_inferior. Document.Andrew Cagney31-310/+553
1997-08-27 * idecode_expression.h (ALU_END): From Charles Lefurgy - ExtractAndrew Cagney2-3/+13
1997-08-27Save a copy of argv, not just a pointer.Andrew Cagney3-18/+54
1997-08-26Make building of w65 simulator conditional on --enable-sim.Andrew Cagney3-2/+15
1997-08-26Flush defunct sim_kill.Andrew Cagney24-92/+48
1997-08-25Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney37-487/+3319
1997-08-22Updated with respect to the HDD-tool-0611 document.Nick Clifton2-58/+82
1997-08-20Added N step divide routines, courtesy of Sugimoto at NEC.Nick Clifton2-218/+338
1997-08-20Fixed interpretation of SR bit in list18 structures.Nick Clifton2-640/+1943
1997-08-18Add suport for v850e and v850eqNick Clifton1-0/+61
1997-08-18Add support for V850eq variant opcodes.Nick Clifton1-0/+14
1997-08-14Add comment.David Edelsohn1-1/+8
1997-08-14 * callback.c (os_poll_quit): Make static.David Edelsohn2-3/+41
1997-08-14Tidied up sanitization.Nick Clifton2-4/+45
1997-08-14Added support for v850e and v850eq instructions.Nick Clifton2-1/+55
1997-08-09 * sim-calls.c (sim_store_register): Allow accumulatorsMark Alexander2-2/+7
1997-07-29Add test for "mtsa"Andrew Cagney3-0/+16
1997-07-28Handle overflow from signed divide by -1.Andrew Cagney1-5/+24
1997-07-28More checks for pdivuwAndrew Cagney2-0/+18
1997-07-25gencode.c: Two arg MADD should not assign result to /bin/bash.Gavin Romig-Koch2-1/+7
1997-07-25 * configure.in (sparc*-*-*): Don't build erc32.David Edelsohn1-0/+3
1997-07-22Keep sim-watch.[ch].David Edelsohn1-0/+2
1997-07-22Don't always keep igen, it's currently only kept if d30v or tic80.David Edelsohn1-1/+0
1997-07-22 * sim-n-core.h (sim_core_write_unaligned_N): Add missing breakDavid Edelsohn1-0/+5
1997-07-15Configure r5900 testsuite sub-directory.Andrew Cagney2-1/+38
1997-07-15Similistic configure/build scripts for tx59 simulator tests.Andrew Cagney5-0/+1182
1997-07-15Generic tests for 5900.Andrew Cagney2-0/+40
1997-07-14Standard simulator tests.Andrew Cagney4-0/+65
1997-07-11Tests for mips r5900 instructionsAndrew Cagney56-0/+892
1997-07-11Fix a number of problems in the r5900 specific p* (parallel) instructions.Andrew Cagney3-90/+177
1997-07-03Sync powerpc simulator with public version. Enable FPSCR and stringAndrew Cagney1-1/+1
1997-07-02 * gencode.c (build_instruction): Handle "pext5" according toJeff Law2-1/+4
1997-07-02 * gencode.c (build_instruction): Handle "ppac5" according toJeff Law2-1/+6
1997-07-02 * interp.c (sim_engine_run): Reset the ZERO register to zeroJeff Law2-23/+40
1997-07-02 * gencode.c (FEATURE_WARNINGS): Remove FEATURE_WARN_ZERO.Jeff Law2-3/+20
1997-06-27Add test for dbt/rtd instructionsAndrew Cagney1-0/+38
1997-06-24 * interp.c (sim_resume): Clear State.exited.Jeff Law1-0/+1
1997-06-12 * simops.c: Fix thinko in last change.Jeff Law2-1/+5
1997-06-10 * simops.c: "call" stores the callee saved registers into theJeff Law2-53/+55
1997-06-10 * simops.c: Fix return address computation for "call" instructions.Jeff Law2-2/+10
1997-06-06Open in binary mode when available.Andrew Cagney1-0/+8
1997-06-06Clean up formatting of instruction traces.Andrew Cagney1-0/+33
1997-06-05Verify magic number of simulator struct.Andrew Cagney1-0/+4
1997-06-04Initialize the sim-engine module.Andrew Cagney1-0/+12
1997-06-03o Fixes to repeated watchpointsAndrew Cagney3-110/+228