Module Name: src
Committed By: skrll
Date: Mon Dec 15 13:43:24 UTC 2014
Modified Files:
src/external/gpl3/gdb/dist/gdb: configure.tgt
Log Message:
Allow i386 binary debugging on amd64 hosts.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gdb/dist/gdb/configure.tgt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gdb/dist/gdb/configure.tgt
diff -u src/external/gpl3/gdb/dist/gdb/configure.tgt:1.7 src/external/gpl3/gdb/dist/gdb/configure.tgt:1.8
--- src/external/gpl3/gdb/dist/gdb/configure.tgt:1.7 Sun Aug 10 05:57:30 2014
+++ src/external/gpl3/gdb/dist/gdb/configure.tgt Mon Dec 15 13:43:24 2014
@@ -686,8 +686,9 @@ x86_64-*-mingw* | x86_64-*-cygwin*)
;;
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