Age | Commit message (Expand) | Author | Files | Lines |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 5 | -6/+5 |
2012-12-19 | Update sim's COPYING files. | Joel Brobecker | 2 | -290/+628 |
2012-12-19 | [sim] Update old contact info in GPL license notices | Joel Brobecker | 26 | -52/+26 |
2012-12-19 | Update sim copyright headers from GPLv2-or-later to GPLv3-or-later. | Joel Brobecker | 27 | -27/+27 |
2012-11-20 | Fix sim build when configured with --enable-plugins | H.J. Lu | 1 | -1/+8960 |
2012-09-03 | PR sim/14540 | Nick Clifton | 2 | -1/+7 |
2012-08-01 | * wrapper.c (libiberty.h): Include. | Kevin Buettner | 2 | -6/+14 |
2012-06-15 | Define PACKAGE macro in all sims' config.h. | Joel Brobecker | 3 | -0/+19 |
2012-06-13 | * wrapper.c (sim_create_inferior): Treat WMMX2 binaries as iWMMXt | Nick Clifton | 2 | -0/+6 |
2012-05-24 | gdb/ | Pedro Alves | 2 | -3/+9 |
2012-05-19 | PR 14072 | Nick Clifton | 2 | -0/+6 |
2012-03-24 | [PATCH] sim: make sure to include strsignal prototype | Mike Frysinger | 4 | -126/+225 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 5 | -10/+6 |
2011-12-03 | sim: generate build dependencies on the fly | Mike Frysinger | 3 | -0/+319 |
2011-10-18 | sim: rename common/aclocal.m4 to common/acinclude.m4 | Mike Frysinger | 2 | -1/+5 |
2011-10-18 | sim: move from common.m4 to SIM_AC_COMMON | Mike Frysinger | 3 | -367/+360 |
2011-07-01 | PR sim/12737 | Nick Clifton | 2 | -8/+19 |
2011-04-16 | sim: add sim_complete_command stubs for non-common-using ports | Mike Frysinger | 2 | -0/+10 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 5 | -6/+9 |
2010-05-26 | 2010-05-26 Ozkan Sezer <sezeroz@gmail.com> | Ozkan Sezer | 3 | -4/+11 |
2010-04-14 | sim: constify sim_write source buffer (part 2) | Mike Frysinger | 2 | -1/+5 |
2010-01-09 | Sync Libtool from GCC. | Ralf Wildenhues | 2 | -1/+5 |
2010-01-01 | Update copyright notices to add year 2010. | Joel Brobecker | 5 | -5/+5 |
2009-11-24 | * common/aclocal.m4: Add include of ../../config/zlib.m4. | Joel Brobecker | 1 | -2/+24 |
2009-08-22 | Regenerate tree using Autoconf 2.64 and Automake 1.11. | Ralf Wildenhues | 3 | -3882/+3245 |
2009-08-22 | Fixup readline and sim including of override.m4 | Ralf Wildenhues | 2 | -10/+89 |
2009-01-14 | Update the copyright notice of some of the files I missed | Joel Brobecker | 5 | -5/+5 |
2008-11-26 | 2008-11-24 Joel Sherrill <joel.sherrill@oarcorp.com> | Joel Sherrill | 3 | -0/+8 |
2008-07-11 | * configure: Regenerate to track ../common/common.m4 changes. | Hans-Peter Nilsson | 3 | -0/+292 |
2008-06-07 | sim: | Joseph Myers | 3 | -3/+185 |
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 5 | -5/+6 |
2007-08-24 | Switch the license of all files explicitly copyright the FSF | Joel Brobecker | 5 | -34/+28 |
2007-02-27 | * armos.c (SWIflen): Do not treate file descriptor zero as | Mark Mitchell | 2 | -1/+6 |
2007-02-15 | * armemu.c (handle_v6_insn): Fix typo in sign extension test of the sext and ... | Nick Clifton | 2 | -1/+6 |
2007-02-08 | Reported by timeless@gmail.com: | Daniel Jacobowitz | 2 | -1/+6 |
2007-01-09 | Copyright updates for 2007. | Daniel Jacobowitz | 5 | -5/+5 |
2006-12-21 | * acconfig.h: Remove. | Hans-Peter Nilsson | 3 | -138/+7 |
2006-06-13 | * common/aclocal.m4: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR. | Richard Earnshaw | 2 | -2/+7 |
2006-06-05 | common/ | Daniel Jacobowitz | 2 | -2/+88 |
2006-05-31 | Configury changes: update src repository (binutils, gdb, and rda) to use | Daniel Jacobowitz | 2 | -2797/+17 |
2006-03-07 | 2006-03-07 Paul Brook <paul@codesourcery.com> | Paul Brook | 2 | -2/+6 |
2006-02-02 | * armos.c (ARMul_OSHandleSWI): Handle the RedBoot system | Daniel Jacobowitz | 2 | -3/+25 |
2005-11-28 | * remote-sim.c (gdbsim_wait): Pass target signal numbers to | Mark Mitchell | 2 | -11/+11 |
2005-11-17 | 2005-11-16 Shaun Jackman <sjackman@gmail.com> | Daniel Jacobowitz | 2 | -13/+104 |
2005-09-19 | 2005-09-19 Paul Brook <paul@codesourcery.com> | Paul Brook | 7 | -125/+202 |
2005-05-24 | (handle_v6_thumb_insn): New function. | Nick Clifton | 2 | -15/+78 |
2005-05-12 | Update the address of the FSF organization | Nick Clifton | 33 | -34/+45 |
2005-04-25 | * armemu.c (handle_v6_insn): New function - emulate a few of the v6 instructi... | Nick Clifton | 5 | -1/+314 |
2005-04-18 | (WMAC, WMADD): Move casts from the LHS of an assignment operator to the RHS. | Nick Clifton | 2 | -12/+19 |
2005-03-30 | 2005-03-30 Paul Brook <paul@codesourcery.com> | Paul Brook | 1 | -0/+8 |