aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * simops.c (v850_rotl): New function.Nick Clifton2013-01-281-0/+50
* Commit gdb and sim support for v850e2 and v850e2v3 on behalf ofKevin Buettner2012-03-291-1/+715
* * simops (OP_10007E0): Update errno handling as most trapsKevin Buettner2011-03-211-3/+81
* sim: punt zfree()Mike Frysinger2011-02-141-8/+8
* * simops.c (OP_1C007E0): Compensate for 64 bit hosts.DJ Delorie2008-02-061-7/+9
* Index: ChangeLogDJ Delorie2008-02-061-82/+151
* * simops.c: Include <sys/types.h>.Mark Kettenis2004-01-181-0/+2
* * simops.c (OP_40): Delete. Move code to...Nick Clifton2003-04-061-44/+0
* 2002-11-30 Andrew Cagney <cagney@redhat.com>Andrew Cagney2002-11-301-19/+19
* Fix handling of v850e bit-twiddle instructions.Jim Wilson2002-09-301-2/+2
* Fix bug in support for trap instruction.Jim Wilson2002-09-271-1/+1
* Makefile.in: Add gen-zero-r0 option.Nick Clifton2002-08-291-1/+1
* * simops.c (trace_result): Fix printf formatting.Andrew Cagney2002-06-171-1/+2
* Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1999-04-161-0/+2733
* Initial creation of sourceware repositoryStan Shebs1999-04-161-2778/+0
* Clean up tracing for Bcond & jmp insns.Andrew Cagney1997-09-191-240/+0
* Fix cmov immed.Andrew Cagney1997-09-191-17/+1
* Fix cmov insn.Andrew Cagney1997-09-191-16/+1
* Clean up more tracing.Andrew Cagney1997-09-171-35/+0
* Fix tracing for: "ctret", "bsw", "hsw"Andrew Cagney1997-09-171-103/+3
* Smooth some of ALU tracing's rough edges.Andrew Cagney1997-09-161-232/+127
* Use trace_one_insn in trace functions. Buffer up trace data so thatAndrew Cagney1997-09-161-163/+123
* Restrict ldsr (load system register) to modifying just non-reserved PSW bits.Andrew Cagney1997-09-161-35/+0
* * simops.c (Multiply64): Don't store into register zero.Jim Wilson1997-09-161-2/+5
* Fix sanitization for v850 V v850e V v850eqAndrew Cagney1997-09-151-413/+198
* For v850eq start up with US bit set.Andrew Cagney1997-09-151-313/+117
* Have trace_input, trace_output use sim-trace for IO.Andrew Cagney1997-09-101-47/+57
* Add multi-sim support to v850/v850e/v850eq simulators.Andrew Cagney1997-09-081-103/+110
* Replace memory model with one from sim/common directory.Andrew Cagney1997-09-041-25/+115
* Pacify gcc-current -Wall.Andrew Cagney1997-09-031-0/+4
* Add real SIM_DESC arg to v850 simulator.Andrew Cagney1997-09-031-26/+34
* Compile from UNIX to cygwin32.Andrew Cagney1997-09-011-1/+64
* Updated with respect to the HDD-tool-0611 document.Nick Clifton1997-08-221-58/+64
* Added N step divide routines, courtesy of Sugimoto at NEC.Nick Clifton1997-08-201-218/+335
* Fixed interpretation of SR bit in list18 structures.Nick Clifton1997-08-201-640/+1931
* Cleanups to compile under FreeBSDAndrew Cagney1997-04-171-10/+17
* Deal with kill encoding the signal via the exit status.Michael Meissner1996-12-311-3/+6
* Allow exit to work normally under gdbMichael Meissner1996-12-271-102/+112
* Fix linux build problem.Gavin Romig-Koch1996-10-311-0/+1
* * simops.c (OP_10007E0): Handle SYS_times and SYS_gettimeofday.Jeff Law1996-10-301-0/+22
* * simops.c (OP_10007E0): Handle SYS_time.Jeff Law1996-10-301-0/+3
* * simops.c: Include <sys/stat.h>.Jeff Law1996-10-291-18/+13
* * simops.c (OP_500): Mask off low bit in displacementJeff Law1996-10-241-2/+2
* * simops.c (OP_500): Fix displacement handling for sld.w.Jeff Law1996-10-241-2/+2
* * simops.c (trace_input): Remove all references to SEXT7.Jeff Law1996-10-241-10/+10
* * Makefile.in: Get rid of srcroot. Set all INSTALL macros viaStu Grossman1996-10-241-32/+46
* * gencode.c (write_opcodes): Output hex values for opcode maskStu Grossman1996-09-281-0/+8
* * simops.c (trace_input): Fix thinko.Jeff Law1996-09-271-7/+7
* Print line # and function name or filename if they exist for each PC.Michael Meissner1996-09-121-3/+64
* Add tracing support; Fix some problems with hardwired sizesMichael Meissner1996-09-111-97/+594