Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/toolchain/gdb/config/arm Back out part of previous; ...



details:   https://anonhg.NetBSD.org/src/rev/1245c497d5fb
branches:  trunk
changeset: 517827:1245c497d5fb
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Nov 20 02:41:14 2001 +0000

description:
Back out part of previous; needs more thought as to what to do
wrt. 26 vs 32 bit for kcore.

diffstat:

 gnu/dist/toolchain/gdb/config/arm/nbsd.mh |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (11 lines):

diff -r b4054b464171 -r 1245c497d5fb gnu/dist/toolchain/gdb/config/arm/nbsd.mh
--- a/gnu/dist/toolchain/gdb/config/arm/nbsd.mh Tue Nov 20 02:37:29 2001 +0000
+++ b/gnu/dist/toolchain/gdb/config/arm/nbsd.mh Tue Nov 20 02:41:14 2001 +0000
@@ -1,6 +1,5 @@
 # Host ARM running NetBSD
 XDEPFILES= ser-tcp.o
-NAT_CLIBS= -lkvm
-NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o armnbsd-nat.o kcore-nbsd.o
+NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o armnbsd-nat.o
 XM_FILE=xm-nbsd.h
 NAT_FILE=nm-nbsd.h



Home | Main Index | Thread Index | Old Index