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 add missing files for 32 bit debu...



details:   https://anonhg.NetBSD.org/src/rev/5d75bf1e39c7
branches:  trunk
changeset: 461298:5d75bf1e39c7
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Nov 22 01:49:20 2019 +0000

description:
add missing files for 32 bit debugging on 64 bit host.

diffstat:

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

diffs (13 lines):

diff -r f452726bf36e -r 5d75bf1e39c7 external/gpl3/gdb/dist/gdb/configure.tgt
--- a/external/gpl3/gdb/dist/gdb/configure.tgt  Fri Nov 22 01:48:50 2019 +0000
+++ b/external/gpl3/gdb/dist/gdb/configure.tgt  Fri Nov 22 01:49:20 2019 +0000
@@ -771,7 +771,8 @@
         ;;
 x86_64-*-netbsd* | x86_64-*-knetbsd*-gnu)
        # Target: NetBSD/amd64
-       gdb_target_obs="amd64-nbsd-tdep.o ${i386_tobjs}"
+       gdb_target_obs="amd64-nbsd-tdep.o ${i386_tobjs} \
+                       i386-bsd-tdep.o i386-nbsd-tdep.o"
        ;;
 x86_64-*-openbsd*)
        # Target: OpenBSD/amd64



Home | Main Index | Thread Index | Old Index