683026dd08
where Ada support has been added. Most of these changes are not part of the official sources yet. The source used in this port is a snapshot of AdaCore's CVS repository.
11 lines
362 B
Text
11 lines
362 B
Text
$NetBSD: patch-aj,v 1.1 2005/11/13 14:16:05 shannonjr Exp $
|
|
|
|
--- gdb/config/i386/nbsdelf.mh.orig 2004-10-20 17:13:02.000000000 -0600
|
|
+++ gdb/config/i386/nbsdelf.mh
|
|
@@ -1,5 +1,5 @@
|
|
# Host: NetBSD/i386 ELF
|
|
-NATDEPFILES= fork-child.o inf-ptrace.o \
|
|
+NATDEPFILES= fork-child.o nbsd-nat.o inf-ptrace.o \
|
|
i386bsd-nat.o i386nbsd-nat.o bsd-kvm.o
|
|
NAT_FILE= solib.h
|
|
|