Age | Commit message (Expand) | Author | Files | Lines |
1999-04-26 | import gdb-19990422 snapshot | Stan Shebs | 1 | -2/+6 |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+3252 |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -3252/+0 |
1999-01-27 | 1999-01-26 Jason Molenda (jsm@bugshack.cygnus.com) | Jason Molenda | 1 | -868/+1032 |
1998-02-13 | Implement separate user (SPU) and interrupt (SPI) stack pointers. | Andrew Cagney | 1 | -0/+2 |
1998-02-11 | Don't abort() when system call is unknown. | Andrew Cagney | 1 | -1/+1 |
1998-02-11 | Ensure zero-hardwired bits in DPSW remain zero. | Andrew Cagney | 1 | -3/+35 |
1998-01-23 | First round of d10v ABI changes | Michael Meissner | 1 | -68/+68 |
1997-12-08 | For "trap", IBT and RIE exceptions, mask all PSW.SM. NB: Stepping | Andrew Cagney | 1 | -77/+79 |
1997-12-04 | Add DM (bit 4) to PSW. See 7-1 for more info. | Andrew Cagney | 1 | -0/+2 |
1997-12-03 | * d10v_sim.h (SEXT56): Define. | Andrew Cagney | 1 | -6/+10 |
1997-12-02 | For "msbu", subtract unsigned product from ACC, | Andrew Cagney | 1 | -4/+8 |
1997-12-02 | For "mulxu", store unsigned product in ACC. | Andrew Cagney | 1 | -3/+6 |
1997-12-02 | For MACU add unsigned multiply to accumulator. | Andrew Cagney | 1 | -4/+8 |
1997-12-02 | For sub2w, compute carry according to negated addition rules. | Andrew Cagney | 1 | -2/+3 |
1997-12-01 | Rework sim/common/sim-alu.h to differentiate between direcct | Andrew Cagney | 1 | -11/+16 |
1997-10-13 | * simops.c (OP_6A01): Change OP_POSTDEC to OP_POSTINC and move | Fred Fish | 1 | -8/+8 |
1997-10-11 | * simops.c (OP_6401): postdecrement on r15 is OK, remove exception. | Fred Fish | 1 | -15/+3 |
1997-04-17 | Cleanups to compile under FreeBSD | Andrew Cagney | 1 | -40/+24 |
1997-03-13 | Fix problems in setting the carry bit | Michael Meissner | 1 | -31/+22 |
1997-03-13 | Fix os_printf_filtered; Flush stdout after calling printf_filtered | Michael Meissner | 1 | -24/+58 |
1996-10-30 | Fix -t option to work with memory mapping; Print PC in some error messages | Michael Meissner | 1 | -22/+1 |
1996-10-29 | Tue Oct 29 12:13:52 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1 | -16/+54 |
1996-10-16 | Fix tracing of accumulators | Michael Meissner | 1 | -2/+2 |
1996-10-15 | Better error messages when a program stops due to signal; support d10v getpid... | Michael Meissner | 1 | -0/+145 |
1996-10-13 | Fix ld2w r2,@r2 so that r3 loads the proper value | Michael Meissner | 1 | -13/+93 |
1996-09-25 | Fix tracing for st2w | Michael Meissner | 1 | -12/+41 |
1996-09-20 | Make sure cmp{,eq,u}i use correct casts | Michael Meissner | 1 | -5/+5 |
1996-09-19 | Fix tracing info | Michael Meissner | 1 | -1/+1 |
1996-09-19 | Make sure there is a trailing space after the instruction | Michael Meissner | 1 | -2/+2 |
1996-09-19 | Provide macros that can be overriden for the width of the PC & line number fi... | Michael Meissner | 1 | -6/+21 |
1996-09-18 | Rename sim_bfd -> exec_bfd for gdb compatibility | Michael Meissner | 1 | -6/+6 |
1996-09-18 | Make exit/stop return correct exit value; Add line number tracing. | Michael Meissner | 1 | -19/+94 |
1996-09-14 | For unknown traps, print contents of registers and continue execution | Michael Meissner | 1 | -0/+31 |
1996-09-12 | * simops.c (OP_5F00): Fix problems with system calls. | Mark Alexander | 1 | -40/+17 |
1996-09-12 | Correct trap tracing information | Michael Meissner | 1 | -1/+1 |
1996-09-09 | Addi needs to set the carry | Michael Meissner | 1 | -0/+5 |
1996-09-09 | Fix ld2w tracing | Michael Meissner | 1 | -1/+1 |
1996-09-09 | Correct tracing of cpfg | Michael Meissner | 1 | -2/+6 |
1996-09-09 | Make ex{f,t}* tests agree with book | Michael Meissner | 1 | -8/+8 |
1996-09-09 | Fix accumulator shifts | Michael Meissner | 1 | -5/+25 |
1996-09-07 | Fri Sep 6 17:56:17 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1 | -2/+2 |
1996-09-04 | More debug support; Enable -t/-v to work correctly; Add --enable-sim-cflags c... | Michael Meissner | 1 | -133/+165 |
1996-09-04 | Enhance debug support | Michael Meissner | 1 | -467/+679 |
1996-09-04 | * simops.c: Include correct syscall.h for d10v, not host's. | Mark Alexander | 1 | -4/+4 |
1996-09-03 | Portability fixes; re-add printf/putchar traps | Michael Meissner | 1 | -16/+192 |
1996-08-28 | New file. | Martin Hunt | 1 | -4/+15 |
1996-08-27 | Mon Aug 26 18:30:28 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1 | -82/+268 |
1996-08-03 | Fri Aug 2 17:44:24 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1 | -68/+357 |
1996-08-02 | Thu Aug 1 17:05:24 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1 | -0/+1728 |