Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-05-11 | import gdb-1999-05-10 | Stan Shebs | 2 | -184/+318 | |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 13 | -0/+10755 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 14 | -10666/+0 | |
1999-02-01 | Remove v850e sanitization | Nick Clifton | 1 | -28/+0 | |
1998-11-25 | Fix --enable-build-warnings=-Werror failures. | Andrew Cagney | 2 | -26/+38 | |
v850/simops.c, d10v/simops.c, v850/Makefile.in, d10v/Makefile.in: Include targ-vals.h instead of syscall.h. Replace SYS_* with TARGET_SYS_*. Add dependency. z8k/support.c: Include <errno.h> v850/simops.c: Replace long with portable signed32. mips/interp.c: Make sim_monitor global - needed by sky. | |||||
1998-04-26 | * configure: Regenerated to track ../common/aclocal.m4 changes. | Tom Tromey | 5 | -130/+158 | |
* config.in: Ditto. * acconfig.h: New file. * configure.in: Reverted change of Apr 24; use sinclude again. | |||||
1998-04-24 | * configure: Regenerated to track ../common/aclocal.m4 changes. | Tom Tromey | 3 | -62/+1913 | |
* config.in: Ditto. * configure.in: Don't call sinclude. | |||||
1998-03-10 | Delete function sim_stop. | Andrew Cagney | 1 | -0/+4 | |
1998-02-28 | Add generic sim-info.c:sim_info() function using module mechanism. | Andrew Cagney | 2 | -21/+33 | |
Clean up compile probs in mips/vr5400. | |||||
1998-02-17 | For sim_fetch_register / sim_store_register: Add LENGTH parameter, | Andrew Cagney | 1 | -0/+14 | |
return actual size of register, 0 if not applicable, -1 of legacy implementation. | |||||
1998-02-03 | Add sim-main.h to v850e_files for sanitization. | Jason Molenda | 1 | -1/+1 | |
1998-01-31 | Add config support for the size of the target address and OF cell. | Andrew Cagney | 1 | -0/+4 | |
1998-01-31 | igen: Fix SMP simulator generator support. | Andrew Cagney | 1 | -0/+5 | |
Use the bfd-processor name in the sim-engine switch. Add nr_cpus argument to sim_engine_run. tic80, v850, d30v, mips, common: Update mips: Fill in bfd-processor field of model records so that they match ../bfd/archures. | |||||
1998-01-20 | * aclocal.m4: Recognize --enable-maintainer-mode. | Doug Evans | 2 | -54/+135 | |
*/configure: Regenerated. | |||||
1997-12-12 | Renamed v850eq -> v850ea | Nick Clifton | 1 | -31/+10 | |
1997-12-05 | Reverrt breakpoint back to its old value. | Nick Clifton | 1 | -0/+4 | |
1997-12-05 | Reverrt BREAK value back to its old value | Nick Clifton | 1 | -1/+1 | |
1997-12-04 | Regenerate configure files. | Doug Evans | 1 | -0/+4 | |
1997-12-04 | Fixed sanitization, | Nick Clifton | 2 | -209/+88 | |
Changed pattern for break insn. | |||||
1997-11-25 | Strip ChangeLog of v850e information | Andrew Cagney | 1 | -1/+1 | |
1997-11-18 | * Makefile.in (SIM_OBJS): Use $(SIM_NEW_COMMON_OBJS). | Doug Evans | 1 | -0/+9 | |
1997-10-28 | Add support for 16 byte quantities to sim-endian macro H2T. | Andrew Cagney | 1 | -0/+8 | |
Add model-filter field to option, include, model anf function igen records | |||||
1997-09-26 | * sim-main.h: delete null override of SIM_ENGINE_HALT_HOOK and | Felix Lee | 1 | -0/+16 | |
SIM_ENGINE_RESTART_HOOK. | |||||
1997-09-25 | Add/use SIM_AC_OPTION_BITSIZE. | Andrew Cagney | 1 | -0/+1 | |
1997-09-25 | * config/v850/tm-v850.h (BREAKPOINT): Use 1 word DIVH insn with | Andrew Cagney | 1 | -0/+4 | |
RRRRR=0 for simulator breakpoint. Previous breakpoint insn was two words. | |||||
1997-09-23 | Remove need to update <targ>/Makefile.in when adding optional options | Andrew Cagney | 2 | -58/+155 | |
to <targ>/configure.in. Simplify logic used to select target [default] endianness. | |||||
1997-09-22 | Enable --alignment option, stop sim-options.c hardwiring the alignment. | Andrew Cagney | 3 | -3/+4 | |
1997-09-22 | Simplify logic behind the generic configuration option --enable-sim-alignment. | Andrew Cagney | 3 | -21/+40 | |
1997-09-22 | Add support for --enable-sim-alignment to simulator common aclocal.m4 | Andrew Cagney | 3 | -42/+83 | |
Add support for --alignment={strict,nonstrict,forced} to simulator common run-time options. For v850 use, make the default NONSTRICT_ALIGNMENT. | |||||
1997-09-20 | Removed the v850eq sanitization | Nick Clifton | 1 | -28/+1 | |
1997-09-19 | Add alignment option. | Andrew Cagney | 1 | -0/+1 | |
Add support for hardwired and default alignment to configuration. | |||||
1997-09-19 | Clean up tracing for Bcond & jmp insns. | Andrew Cagney | 4 | -369/+162 | |
Fix computation of disp16 and disp22. Clean up tracing of sld* insns. | |||||
1997-09-19 | Fix cmov immed. | Andrew Cagney | 4 | -34/+77 | |
1997-09-19 | Fix cmov insn. | Andrew Cagney | 4 | -17/+30 | |
1997-09-18 | sanitization fixes. typoes, missing fences, "start" instead of "end", etc. | Felix Lee | 1 | -8/+2 | |
1997-09-17 | Clean up more tracing. | Andrew Cagney | 5 | -211/+112 | |
FIX interrupt delivery - was zapping PSW before it had been saved. FIX interrupt return, was one instruction out. | |||||
1997-09-17 | Fix tracing for: "ctret", "bsw", "hsw" | Andrew Cagney | 4 | -144/+140 | |
Fix bugs in: "bsh", "callt", "stsr". | |||||
1997-09-16 | Smooth some of ALU tracing's rough edges. | Andrew Cagney | 5 | -277/+292 | |
Fix switch insn. | |||||
1997-09-16 | Use trace_one_insn in trace functions. Buffer up trace data so that | Andrew Cagney | 3 | -164/+133 | |
it is displayed in a single block. | |||||
1997-09-16 | Restrict ldsr (load system register) to modifying just non-reserved PSW bits. | Andrew Cagney | 5 | -59/+55 | |
For v850eq, include PSW[US] in bits that can be modified. | |||||
1997-09-16 | Add v850e version of breakpoint instruction. | Andrew Cagney | 4 | -5/+34 | |
1997-09-16 | * simops.c (Multiply64): Don't store into register zero. | Jim Wilson | 2 | -2/+11 | |
1997-09-15 | For instructions moved into v850.igen was computing (wrong) NIA when | Andrew Cagney | 4 | -14/+28 | |
this wasn't needed. | |||||
1997-09-15 | Fix sanitization for v850 V v850e V v850eq | Andrew Cagney | 5 | -429/+506 | |
1997-09-15 | For v850eq start up with US bit set. | Andrew Cagney | 6 | -333/+244 | |
Let sim_analyze_program determine the architecture. Fix various sanitizations. | |||||
1997-09-12 | Check reserved bits before executing instructions. | Andrew Cagney | 7 | -43/+144 | |
Make v850[eq] the the default simulator. Report illegal instructions. Include v850e instructions in v850eq. | |||||
1997-09-12 | Add profiling support to v850*. | Andrew Cagney | 4 | -13/+28 | |
1997-09-10 | o Wordwrap usage messages from sim-options | Andrew Cagney | 2 | -1/+8 | |
o Clarify how to use alias options o use in sim-watch (better usage message) o Don't pass something on the stack into the watch-point interrupt hander. | |||||
1997-09-10 | Have trace_input, trace_output use sim-trace for IO. | Andrew Cagney | 2 | -47/+66 | |
1997-09-08 | Add multi-sim support to v850/v850e/v850eq simulators. | Andrew Cagney | 8 | -483/+1625 | |