1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/devel/gdb66/files/patch-config_sparc_tm-fbsd.h
David E. O'Brien b6267d7a4b 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.
2004-05-13 04:28:38 +00:00

13 lines
303 B
C

--- 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 GDB_MULTI_ARCH GDB_MULTI_ARCH_TM
+#if 0
+#define SVR4_SHARED_LIBS
+#include "sparc/tm-sp64.h" /* sets GDB_MULTI_ARCH */
+#endif
+
#endif /* tm-fbsd.h */