diff options
| author | matt <matt@NetBSD.org> | 2003-11-14 19:10:00 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2003-11-14 19:10:00 +0000 |
| commit | 4e90dd053f30c64cee63e891a0cb36bed9601ca8 (patch) | |
| tree | 787fcb5c090d8a5d4cc83b0180a1a69d502e2b96 /gnu | |
| parent | 8056b67d49521432e5bf92c5ab6acf83d4c140e9 (diff) | |
Add kcore and netbsd thread support.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/dist/gdb/gdb/config/alpha/nbsd.mh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/dist/gdb/gdb/config/alpha/nbsd.mh b/gnu/dist/gdb/gdb/config/alpha/nbsd.mh index 52754a3065d..0640402fdb0 100644 --- a/gnu/dist/gdb/gdb/config/alpha/nbsd.mh +++ b/gnu/dist/gdb/gdb/config/alpha/nbsd.mh @@ -1,4 +1,5 @@ # Host: Alpha running NetBSD NAT_CLIBS= -NATDEPFILES= infptrace.o inftarg.o fork-child.o alphabsd-nat.o +NATDEPFILES= infptrace.o inftarg.o fork-child.o alphabsd-nat.o \ + kcore-nbsd.o nbsd-thread.o NAT_FILE= nm-nbsd.h |
