Age | Commit message (Expand) | Author | Files | Lines |
2002-07-18 | 2002-07-18 Michal Ludvig <mludvig@suse.cz> | Michal Ludvig | 1 | -1/+1 |
2002-06-14 | + * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename | Andrew Cagney | 3 | -6/+6 |
2002-06-05 | * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm | Andrew Cagney | 11 | -12/+12 |
2002-05-31 | * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c, | Jason Thorpe | 11 | -74/+27 |
2002-05-22 | * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and | Jason Thorpe | 7 | -9/+43 |
2002-05-11 | * config/i386/nbsd.mh (NATDEPFILES): Use line continuations. | Jason Thorpe | 2 | -2/+4 |
2002-05-04 | * MAINTAINERS: Mark a29k as deleted. | Andrew Cagney | 3 | -7/+0 |
2002-04-26 | 2002-04-24 David S. Miller <davem@redhat.com> | David S. Miller | 1 | -2/+2 |
2002-04-22 | * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore | Andrew Cagney | 1 | -0/+1 |
2002-04-22 | 2002-04-21 David S. Miller <davem@redhat.com> | David S. Miller | 1 | -13/+5 |
2002-04-21 | * frame.c (find_saved_register): Delete #ifdef | Andrew Cagney | 1 | -3/+2 |
2002-04-21 | 2002-04-20 David S. Miller <davem@redhat.com> | David S. Miller | 2 | -2/+2 |
2002-04-06 | * h8500-tdep.c (h8500_write_fp): Delete function. | Andrew Cagney | 1 | -2/+0 |
2002-03-13 | What was I thinking.... | David O'Brien | 2 | -38/+38 |
2002-03-01 | 2002-03-01 David O'Brien <obrien@FreeBSD.org> | David O'Brien | 4 | -0/+149 |
2002-02-25 | Fix PR gdb/287. From wiz at danbala. Then->than and typos. | Andrew Cagney | 1 | -1/+1 |
2002-02-24 | s/Linux/.../ | Andrew Cagney | 4 | -11/+15 |
2002-02-14 | 2002-02-14 Daniel Jacobowitz <drow@mvista.com> | Daniel Jacobowitz | 3 | -4/+7 |
2002-01-29 | Eliminate TARGET_BYTE_ORDER. | Andrew Cagney | 1 | -2/+0 |
2002-01-20 | Assume TARGET_BYTE_ORDER_SELECTABLE{,_P} is always true. | Andrew Cagney | 2 | -2/+0 |
2002-01-20 | Eliminate IEEE_FLOAT. | Andrew Cagney | 1 | -3/+0 |
2002-01-20 | Eliminate MALLOC_INCOMPATIBLE. | Andrew Cagney | 3 | -34/+4 |
2002-01-20 | Zap empty host lynx header files. | Andrew Cagney | 2 | -24/+0 |
2002-01-20 | Zap empty or unused xm-*.h files. | Andrew Cagney | 4 | -8/+0 |
2002-01-18 | Remove XDEPFILES from GDB. | Andrew Cagney | 6 | -6/+0 |
2002-01-09 | 2002-01-03 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 2 | -2/+4 |
2002-01-08 | 2002-01-07 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -1/+1 |
2002-01-05 | s/BIG_ENDIAN/BFD_ENDIAN_BIG/ | Andrew Cagney | 1 | -1/+1 |
2001-12-02 | Delete HOST_BYTE_ORDER. | Andrew Cagney | 2 | -25/+0 |
2001-11-17 | * Makefile.in: Add mips-linux-nat.c, mips-linux-tdep.c, | Daniel Jacobowitz | 1 | -1/+1 |
2001-10-14 | * config/nm-linux.h (struct objfile): Remove forward declaration. | Mark Kettenis | 1 | -3/+10 |
2001-10-02 | Split SVR4/SunOS solib support. | Kevin Buettner | 2 | -2/+2 |
2001-09-08 | * config/arm/xm-linux.h, config/ia64/xm-linux.h, | Mark Kettenis | 1 | -3/+0 |
2001-07-23 | * configure.in (AC_CHECK_FUNCS): Add setpggrp. | Mark Kettenis | 2 | -5/+0 |
2001-07-12 | * config/arm/xm-linux.h, config/i386/xm-linux.h, | Mark Kettenis | 1 | -2/+1 |
2001-06-17 | Solaris native is only multi-arch partial. | Andrew Cagney | 1 | -1/+1 |
2001-05-15 | Redefine ptid_t to be a struct rather than an int. | Kevin Buettner | 1 | -6/+0 |
2001-05-04 | Phase 1 of the ptid_t changes. | Kevin Buettner | 2 | -6/+7 |
2001-03-24 | * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Down grade to | Andrew Cagney | 1 | -1/+1 |
2001-03-21 | * target.h (enum target_signal): Move definition from here. | Andrew Cagney | 1 | -1/+1 |
2001-03-20 | Change SOFTWARE_SINGLE_STEP_P into SOFTWARE_SINGLE_STEP_P(). | Andrew Cagney | 1 | -1/+1 |
2001-03-14 | Include regcache.h | Andrew Cagney | 6 | -0/+12 |
2001-03-10 | Cleanup solib-svr4.c by moving legacy code out to its own file. | Kevin Buettner | 6 | -7/+7 |
2001-03-06 | Update/correct copyright notices. | Kevin Buettner | 18 | -18/+25 |
2001-02-27 | * config/sparc/sp64linux.mt: New file. | Andrew Cagney | 2 | -0/+40 |
2001-02-06 | 2001-02-06 Michael Snyder <msnyder@makita.cygnus.com> | Michael Snyder | 1 | -1/+4 |
2001-01-22 | * ns32k-tdep.c: #include "frame.h" | J.T. Conklin | 3 | -3/+3 |
2000-11-09 | * config/i386/nbsd.mh: Remove solib.o, solib-svr4.o from NATDEPFILES. | J.T. Conklin | 3 | -3/+3 |
2000-10-27 | Corrected spelling errors in comments. | David Anderson | 1 | -1/+1 |
2000-10-24 | Reorganize solib.c. | Kevin Buettner | 5 | -5/+5 |