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.
12 lines
383 B
Text
12 lines
383 B
Text
--- gdb/config/sparc/fbsd.mh.orig Tue Mar 12 19:20:24 2002
|
|
+++ gdb/config/sparc/fbsd.mh Tue Jan 20 08:28:50 2004
|
|
@@ -23,3 +23,9 @@
|
|
corelow.o fork-child.o infptrace.o inftarg.o \
|
|
solib.o solib-svr4.o solib-legacy.o
|
|
NAT_FILE= nm-fbsd.h
|
|
+
|
|
+# kgdb support
|
|
+NATDEPFILES+= kvm-fbsd.o freebsd-uthread.o
|
|
+NAT_CLIBS= -lkvm
|
|
+# /proc support
|
|
+NATDEPFILES+= fbsd-proc.o # sparc-linux-nat.o
|