| Commit message (Expand) | Author | Age | Files | Lines |
* | * Makefile.in (simops.h, table.c): Delete targets. | Andrew Cagney | 2001-12-02 | 4 | -164/+88 |
* | * Makefile.in (simops.o): Add simops.h to dependency list. | J.T. Conklin | 2001-04-15 | 2 | -1/+5 |
* | Link with libintl, needed by libopcodes. | Andrew Cagney | 2001-03-14 | 2 | -2/+6 |
* | * Makefile.in (gencode): Link with libopcodes in build tree rather | Jonathan Larmour | 2001-02-01 | 2 | -4/+7 |
* | Remove illegal instruciton pattern, since it is the same as the breakpoint | Nick Clifton | 2000-05-30 | 2 | -7/+5 |
* | Change profiling so that it is enabled by default. Re-generate everything. | Andrew Cagney | 2000-05-24 | 2 | -157/+172 |
* | * merge from internal tree | Frank Ch. Eigler | 2000-05-08 | 2 | -4/+20 |
* | * more compatibility with v850 hardware | Frank Ch. Eigler | 2000-03-25 | 2 | -0/+11 |
* | import gdb-1999-09-08 snapshot | Stan Shebs | 1999-09-09 | 2 | -168/+176 |
* | import gdb-1999-05-10 | Stan Shebs | 1999-05-11 | 2 | -184/+318 |
* | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1999-04-16 | 13 | -0/+10755 |
* | Initial creation of sourceware repository | Stan Shebs | 1999-04-16 | 14 | -10666/+0 |
* | Remove v850e sanitization | Nick Clifton | 1999-02-01 | 1 | -28/+0 |
* | Fix --enable-build-warnings=-Werror failures. | Andrew Cagney | 1998-11-25 | 2 | -26/+38 |
* | * configure: Regenerated to track ../common/aclocal.m4 changes. | Tom Tromey | 1998-04-26 | 5 | -130/+158 |
* | * configure: Regenerated to track ../common/aclocal.m4 changes. | Tom Tromey | 1998-04-24 | 3 | -62/+1913 |
* | Delete function sim_stop. | Andrew Cagney | 1998-03-10 | 1 | -0/+4 |
* | Add generic sim-info.c:sim_info() function using module mechanism. | Andrew Cagney | 1998-02-28 | 2 | -21/+33 |
* | For sim_fetch_register / sim_store_register: Add LENGTH parameter, | Andrew Cagney | 1998-02-17 | 1 | -0/+14 |
* | Add sim-main.h to v850e_files for sanitization. | Jason Molenda | 1998-02-03 | 1 | -1/+1 |
* | Add config support for the size of the target address and OF cell. | Andrew Cagney | 1998-01-31 | 1 | -0/+4 |
* | igen: Fix SMP simulator generator support. | Andrew Cagney | 1998-01-31 | 1 | -0/+5 |
* | * aclocal.m4: Recognize --enable-maintainer-mode. | Doug Evans | 1998-01-20 | 2 | -54/+135 |
* | Renamed v850eq -> v850ea | Nick Clifton | 1997-12-12 | 1 | -31/+10 |
* | Reverrt breakpoint back to its old value. | Nick Clifton | 1997-12-05 | 1 | -0/+4 |
* | Reverrt BREAK value back to its old value | Nick Clifton | 1997-12-05 | 1 | -1/+1 |
* | Regenerate configure files. | Doug Evans | 1997-12-04 | 1 | -0/+4 |
* | Fixed sanitization, | Nick Clifton | 1997-12-04 | 2 | -209/+88 |
* | Strip ChangeLog of v850e information | Andrew Cagney | 1997-11-25 | 1 | -1/+1 |
* | * Makefile.in (SIM_OBJS): Use $(SIM_NEW_COMMON_OBJS). | Doug Evans | 1997-11-18 | 1 | -0/+9 |
* | Add support for 16 byte quantities to sim-endian macro H2T. | Andrew Cagney | 1997-10-28 | 1 | -0/+8 |
* | * sim-main.h: delete null override of SIM_ENGINE_HALT_HOOK and | Felix Lee | 1997-09-26 | 1 | -0/+16 |
* | Add/use SIM_AC_OPTION_BITSIZE. | Andrew Cagney | 1997-09-25 | 1 | -0/+1 |
* | * config/v850/tm-v850.h (BREAKPOINT): Use 1 word DIVH insn with | Andrew Cagney | 1997-09-25 | 1 | -0/+4 |
* | Remove need to update <targ>/Makefile.in when adding optional options | Andrew Cagney | 1997-09-23 | 2 | -58/+155 |
* | Enable --alignment option, stop sim-options.c hardwiring the alignment. | Andrew Cagney | 1997-09-22 | 3 | -3/+4 |
* | Simplify logic behind the generic configuration option --enable-sim-alignment. | Andrew Cagney | 1997-09-22 | 3 | -21/+40 |
* | Add support for --enable-sim-alignment to simulator common aclocal.m4 | Andrew Cagney | 1997-09-22 | 3 | -42/+83 |
* | Removed the v850eq sanitization | Nick Clifton | 1997-09-20 | 1 | -28/+1 |
* | Add alignment option. | Andrew Cagney | 1997-09-19 | 1 | -0/+1 |
* | Clean up tracing for Bcond & jmp insns. | Andrew Cagney | 1997-09-19 | 4 | -369/+162 |
* | Fix cmov immed. | Andrew Cagney | 1997-09-19 | 4 | -34/+77 |
* | Fix cmov insn. | Andrew Cagney | 1997-09-19 | 4 | -17/+30 |
* | sanitization fixes. typoes, missing fences, "start" instead of "end", etc. | Felix Lee | 1997-09-18 | 1 | -8/+2 |
* | Clean up more tracing. | Andrew Cagney | 1997-09-17 | 5 | -211/+112 |
* | Fix tracing for: "ctret", "bsw", "hsw" | Andrew Cagney | 1997-09-17 | 4 | -144/+140 |
* | Smooth some of ALU tracing's rough edges. | Andrew Cagney | 1997-09-16 | 5 | -277/+292 |
* | Use trace_one_insn in trace functions. Buffer up trace data so that | Andrew Cagney | 1997-09-16 | 3 | -164/+133 |
* | Restrict ldsr (load system register) to modifying just non-reserved PSW bits. | Andrew Cagney | 1997-09-16 | 5 | -59/+55 |
* | Add v850e version of breakpoint instruction. | Andrew Cagney | 1997-09-16 | 4 | -5/+34 |