Module Name:    src
Committed By:   skrll
Date:           Sat Oct 22 14:38:07 UTC 2016

Modified Files:
        src/external/gpl3/gdb/dist/gdb/config/arm: nbsdelf.mh
        src/external/gpl3/gdb/dist/gdb/config/pa: nbsd.mt

Log Message:
No need for corelow.o here now as it is in COMMON_OBS


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gdb/dist/gdb/config/pa/nbsd.mt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh
diff -u src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh:1.3 src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh:1.4
--- src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh:1.3	Mon Feb  6 10:46:35 2012
+++ src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh	Sat Oct 22 14:38:07 2016
@@ -1,3 +1,3 @@
 # Host: NetBSD/arm
-NATDEPFILES= fork-child.o inf-ptrace.o corelow.o nbsd-nat.o armnbsd-nat.o \
+NATDEPFILES= fork-child.o inf-ptrace.o nbsd-nat.o armnbsd-nat.o \
 	bsd-kvm.o nbsd-thread.o

Index: src/external/gpl3/gdb/dist/gdb/config/pa/nbsd.mt
diff -u src/external/gpl3/gdb/dist/gdb/config/pa/nbsd.mt:1.1 src/external/gpl3/gdb/dist/gdb/config/pa/nbsd.mt:1.2
--- src/external/gpl3/gdb/dist/gdb/config/pa/nbsd.mt:1.1	Sun Sep 25 16:30:26 2011
+++ src/external/gpl3/gdb/dist/gdb/config/pa/nbsd.mt	Sat Oct 22 14:38:07 2016
@@ -1,2 +1,2 @@
 # Target: NetBSD/hppa
-TDEPFILES= hppa-tdep.o hppabsd-tdep.o hppanbsd-tdep.o corelow.o solib.o solib-svr4.o
+TDEPFILES= hppa-tdep.o hppabsd-tdep.o hppanbsd-tdep.o solib.o solib-svr4.o

Reply via email to