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 Allow i386 binary debugging on am...



details:   https://anonhg.NetBSD.org/src/rev/801b170e50a1
branches:  trunk
changeset: 334928:801b170e50a1
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Dec 15 13:43:24 2014 +0000

description:
Allow i386 binary debugging on amd64 hosts.

diffstat:

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

diffs (15 lines):

diff -r 65d6098d44c8 -r 801b170e50a1 external/gpl3/gdb/dist/gdb/configure.tgt
--- a/external/gpl3/gdb/dist/gdb/configure.tgt  Mon Dec 15 13:29:42 2014 +0000
+++ b/external/gpl3/gdb/dist/gdb/configure.tgt  Mon Dec 15 13:43:24 2014 +0000
@@ -686,8 +686,9 @@
         ;;
 x86_64-*-netbsd* | x86_64-*-knetbsd*-gnu)
        # Target: NetBSD/amd64
-       gdb_target_obs="amd64-tdep.o amd64nbsd-tdep.o i386-tdep.o i387-tdep.o \
-                       nbsd-tdep.o solib-svr4.o"
+       gdb_target_obs="amd64-tdep.o amd64nbsd-tdep.o i386-tdep.o \
+                       i386bsd-tdep.o i386nbsd-tdep.o \
+                       i387-tdep.o nbsd-tdep.o solib-svr4.o"
        ;;
 x86_64-*-openbsd*)
        # Target: OpenBSD/amd64



Home | Main Index | Thread Index | Old Index