Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/gdb6/gdb/config/i386 Add support for 32bit (i386) b...
details: https://anonhg.NetBSD.org/src/rev/b52e5b3d6aa9
branches: trunk
changeset: 760023:b52e5b3d6aa9
user: njoly <njoly%NetBSD.org@localhost>
date: Fri Dec 24 14:46:02 2010 +0000
description:
Add support for 32bit (i386) binaries on amd64.
diffstat:
gnu/dist/gdb6/gdb/config/i386/nbsd64.mt | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (9 lines):
diff -r 75b78be81cc4 -r b52e5b3d6aa9 gnu/dist/gdb6/gdb/config/i386/nbsd64.mt
--- a/gnu/dist/gdb6/gdb/config/i386/nbsd64.mt Fri Dec 24 13:38:57 2010 +0000
+++ b/gnu/dist/gdb6/gdb/config/i386/nbsd64.mt Fri Dec 24 14:46:02 2010 +0000
@@ -1,3 +1,4 @@
# Target: NetBSD/amd64
-TDEPFILES= amd64-tdep.o amd64nbsd-tdep.o i386-tdep.o i387-tdep.o nbsd-tdep.o \
+TDEPFILES= amd64-tdep.o amd64nbsd-tdep.o i386-tdep.o i387-tdep.o \
+ i386bsd-tdep.o i386nbsd-tdep.o nbsd-tdep.o \
corelow.o solib.o solib-svr4.o
Home |
Main Index |
Thread Index |
Old Index