diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2004-05-13 04:28:38 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-05-13 04:28:38 +0000 |
| commit | b6267d7a4b10e4fa51ae0240b39a73b9302db924 (patch) | |
| tree | aa2f1fbdfd373ad82fbcf3698efc705cafcd3e34 /devel/gdb6/files/patch-config_sparc_tm-fbsd.h | |
| parent | Revert previous commit now that it has been tagged for 4.10-RELEASE. (diff) | |
Update to the 2004-05-11 snapshot.
Also enable kgdb and thread support!
This is missing IA64 support, and the AMD64 kgdb support is hokey and needs
a few more bits filled in.
Diffstat (limited to 'devel/gdb6/files/patch-config_sparc_tm-fbsd.h')
| -rw-r--r-- | devel/gdb6/files/patch-config_sparc_tm-fbsd.h | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/devel/gdb6/files/patch-config_sparc_tm-fbsd.h b/devel/gdb6/files/patch-config_sparc_tm-fbsd.h index 4e15435b3505..ccca90492338 100644 --- a/devel/gdb6/files/patch-config_sparc_tm-fbsd.h +++ b/devel/gdb6/files/patch-config_sparc_tm-fbsd.h @@ -1,17 +1,12 @@ ---- gdb/config/sparc/tm-fbsd.h.orig Fri Mar 1 18:35:24 2002 -+++ gdb/config/sparc/tm-fbsd.h Thu Oct 17 06:01:10 2002 -@@ -22,13 +22,7 @@ - #define TM_FBSD_H +--- gdb/config/sparc/tm-fbsd.h.orig Sat Jan 24 20:06:31 2004 ++++ gdb/config/sparc/tm-fbsd.h Sat Jan 24 20:07:02 2004 +@@ -24,4 +24,9 @@ - #define SVR4_SHARED_LIBS -+#include "sparc/tm-sp64.h" /* sets GDB_MULTI_ARCH */ - #include "solib.h" /* Support for shared libraries. */ --#include "sparc/tm-sp64.h" -- --/* Number of traps that happen between exec'ing the shell to run an -- inferior, and when we finally get to the inferior code. The -- default is right for FreeBSD. */ -- --#undef START_INFERIOR_TRAPS_EXPECTED + #define GDB_MULTI_ARCH GDB_MULTI_ARCH_TM - #endif /* TM_FBSD_H */ ++#if 0 ++#define SVR4_SHARED_LIBS ++#include "sparc/tm-sp64.h" /* sets GDB_MULTI_ARCH */ ++#endif ++ + #endif /* tm-fbsd.h */ |
