Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gdb/dist/gdb/config No need for corelow.o here...



details:   https://anonhg.NetBSD.org/src/rev/ef80f990b5b2
branches:  trunk
changeset: 818665:ef80f990b5b2
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Oct 22 14:38:07 2016 +0000

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

diffstat:

 external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh |  2 +-
 external/gpl3/gdb/dist/gdb/config/pa/nbsd.mt     |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 7d9944687b07 -r ef80f990b5b2 external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh
--- a/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh  Sat Oct 22 14:13:39 2016 +0000
+++ b/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh  Sat Oct 22 14:38:07 2016 +0000
@@ -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
diff -r 7d9944687b07 -r ef80f990b5b2 external/gpl3/gdb/dist/gdb/config/pa/nbsd.mt
--- a/external/gpl3/gdb/dist/gdb/config/pa/nbsd.mt      Sat Oct 22 14:13:39 2016 +0000
+++ b/external/gpl3/gdb/dist/gdb/config/pa/nbsd.mt      Sat Oct 22 14:38:07 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index