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 missed one rename



details:   https://anonhg.NetBSD.org/src/rev/51062d57be7a
branches:  trunk
changeset: 828145:51062d57be7a
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Nov 29 22:40:18 2017 +0000

description:
missed one rename

diffstat:

 external/gpl3/gdb/dist/gdb/configure.tgt |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 451fbd86a90a -r 51062d57be7a external/gpl3/gdb/dist/gdb/configure.tgt
--- a/external/gpl3/gdb/dist/gdb/configure.tgt  Wed Nov 29 22:39:59 2017 +0000
+++ b/external/gpl3/gdb/dist/gdb/configure.tgt  Wed Nov 29 22:40:18 2017 +0000
@@ -116,7 +116,7 @@
        ;;
 arm*-*-netbsd* | arm*-*-knetbsd*-gnu)
        # Target: NetBSD/arm
-       gdb_target_obs="arm.o arm-get-next-pcs.o arm-tdep.o armbsd-tdep.o \
+       gdb_target_obs="arm.o arm-get-next-pcs.o arm-tdep.o arm-bsd-tdep.o \
                        arm-nbsd-tdep.o nbsd-tdep.o solib-svr4.o"
        ;;
 arm*-*-openbsd*)



Home | Main Index | Thread Index | Old Index