Age | Commit message (Expand) | Author | Files | Lines |
2013-03-31 | sim: frv/m32r: back out hard failure when dv-sockser is not available | Mike Frysinger | 9 | -42/+34 |
2013-03-26 | sim: rewrite SIM_AC_OPTION_HARDWARE a bit to simplify things | Mike Frysinger | 23 | -354/+448 |
2013-03-23 | 2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com> | Joel Sherrill | 5 | -29/+34 |
2013-03-23 | 2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com> | Joel Sherrill | 12 | -8/+590 |
2013-03-23 | 2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com> | Joel Sherrill | 5 | -3/+175 |
2013-03-23 | 2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com> | Joel Sherrill | 5 | -6/+60 |
2013-03-23 | 2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com> | Joel Sherrill | 2 | -2/+23 |
2013-03-15 | gdb: | Steve Ellcey | 12 | -11/+25 |
2013-03-14 | Fix erc32 simulator out-of-tree build failure. | Joel Brobecker | 2 | -1/+6 |
2013-01-28 | * simops.c (v850_rotl): New function. | Nick Clifton | 6 | -0/+278 |
2013-01-17 | Remove debug output | Anthony Green | 2 | -1/+4 |
2013-01-16 | * rx.c (decode_opcode): Handle RXO_satr. | Nick Clifton | 2 | -0/+20 |
2013-01-10 | * interp.c (sim_open): Add support for bfd_arch_v850_rh850 | Nick Clifton | 4 | -16/+121 |
2013-01-08 | * mem.c (MDBL): Correct value. | Nick Clifton | 2 | -2/+7 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 539 | -585/+542 |
2012-12-20 | Revert GPL version change in sim/bfin/aclocal.m4 | Joel Brobecker | 2 | -1/+7 |
2012-12-20 | Revert GPL version change in linux-fixed-code.s. | Joel Brobecker | 2 | -1/+6 |
2012-12-19 | Update sim's COPYING files. | Joel Brobecker | 4 | -580/+1256 |
2012-12-19 | [sim] Update old contact info in GPL license notices | Joel Brobecker | 256 | -523/+264 |
2012-12-19 | Update sim copyright headers from GPLv2-or-later to GPLv3-or-later. | Joel Brobecker | 169 | -170/+174 |
2012-11-20 | Fix sim build when configured with --enable-plugins | H.J. Lu | 31 | -27/+225583 |
2012-11-05 | * MAINTAINERS: Update my email address. | Stephane Carrez | 2 | -1/+5 |
2012-10-03 | 2012-10-04 Chao-ying Fu <fu@mips.com> | Steve Ellcey | 2 | -0/+16 |
2012-09-24 | Forgot to include ChangeLog in last checkin. | Steve Ellcey | 1 | -0/+6 |
2012-09-24 | 2012-09-24 Steve Ellcey <sellcey@mips.com> | Steve Ellcey | 3 | -3/+11 |
2012-09-13 | * v850.igen (W,WWWW): Correct computation of register number. | Nick Clifton | 2 | -14/+19 |
2012-09-08 | Adjust for branch target encoding change | Anthony Green | 2 | -10/+15 |
2012-09-04 | 2012-09-03 Joel Sherrill <joel.sherrill@oarcorp.com> | Joel Sherrill | 3 | -4/+7 |
2012-09-03 | PR sim/14540 | Nick Clifton | 2 | -1/+7 |
2012-08-30 | sim: cr16: update syscall list | Mike Frysinger | 3 | -25/+34 |
2012-08-30 | sim: cr16: improve trap handling | Mike Frysinger | 4 | -2/+31 |
2012-08-30 | sim: cr16: add sim_complete_command stub | Mike Frysinger | 2 | -0/+9 |
2012-08-16 | oops - acxidentally omitted from previous delta. | Nick Clifton | 1 | -0/+10 |
2012-08-16 | * end.c: Include config.h before system header files. | Nick Clifton | 7 | -0/+7 |
2012-08-01 | * wrapper.c (libiberty.h): Include. | Kevin Buettner | 2 | -6/+14 |
2012-08-01 | sim: bfin: set bfrom alias field to correct size | Mike Frysinger | 2 | -10/+17 |
2012-08-01 | sim: bfin: update return value in bfin_reg_{fetch,store} | Mike Frysinger | 2 | -4/+10 |
2012-06-19 | include "config.h" instead of BFD's sysdep.h in d10v/interp.c | Joel Brobecker | 2 | -1/+19 |
2012-06-17 | sim: cr16: include config.h rather than sysdep.h from bfd | Mike Frysinger | 2 | -1/+8 |
2012-06-17 | sim: moxie: fix build by including config.h first | Mike Frysinger | 2 | -0/+6 |
2012-06-17 | * interp.c: Include config.h first. Do not include sysdep.h. | Hans-Peter Nilsson | 2 | -1/+5 |
2012-06-15 | sim/erc32/sys.h: Include "config.h". | Joel Brobecker | 2 | -0/+5 |
2012-06-15 | Define PACKAGE macro in all sims' config.h. | Joel Brobecker | 82 | -10/+543 |
2012-06-13 | * wrapper.c (sim_create_inferior): Treat WMMX2 binaries as iWMMXt | Nick Clifton | 2 | -0/+6 |
2012-06-06 | Move config.h to start of includes. | Michael Eager | 1 | -1/+1 |
2012-06-06 | Add #include "config.h". | Michael Eager | 2 | -0/+5 |
2012-05-24 | 2012-05-24 Pedro Alves <palves@redhat.com> | Pedro Alves | 4 | -3/+11 |
2012-05-24 | gdb/ | Pedro Alves | 21 | -51/+111 |
2012-05-24 | gdb/ | Pedro Alves | 3 | -2/+8 |
2012-05-20 | PR 14072 | Hans-Peter Nilsson | 2 | -0/+6 |