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/vax add a missing file



details:   https://anonhg.NetBSD.org/src/rev/8a0595920058
branches:  trunk
changeset: 450013:8a0595920058
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Apr 02 14:17:36 2019 +0000

description:
add a missing file

diffstat:

 external/gpl3/gdb/dist/gdb/config/vax/nbsdelf.mh |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (10 lines):

diff -r 4d9f055ca932 -r 8a0595920058 external/gpl3/gdb/dist/gdb/config/vax/nbsdelf.mh
--- a/external/gpl3/gdb/dist/gdb/config/vax/nbsdelf.mh  Tue Apr 02 11:43:50 2019 +0000
+++ b/external/gpl3/gdb/dist/gdb/config/vax/nbsdelf.mh  Tue Apr 02 14:17:36 2019 +0000
@@ -1,4 +1,5 @@
 # Host: NetBSD/vax ELF
-NATDEPFILES= fork-child.o inf-ptrace.o nbsd-nat.o vax-bsd-nat.o bsd-kvm.o
+NATDEPFILES= fork-child.o inf-ptrace.o nbsd-nat.o vax-bsd-nat.o bsd-kvm.o \
+       vax-nbsd-tdep.o
 
 LOADLIBES= -lkvm



Home | Main Index | Thread Index | Old Index