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 support for powerpc64-netbsd.
details: https://anonhg.NetBSD.org/src/rev/5c33e6d745b6
branches: trunk
changeset: 770698:5c33e6d745b6
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Oct 29 23:42:45 2011 +0000
description:
add support for powerpc64-netbsd.
fix support for sh*-netbsd.
diffstat:
external/gpl3/gdb/dist/gdb/configure.tgt | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r d84130accc27 -r 5c33e6d745b6 external/gpl3/gdb/dist/gdb/configure.tgt
--- a/external/gpl3/gdb/dist/gdb/configure.tgt Sat Oct 29 21:18:28 2011 +0000
+++ b/external/gpl3/gdb/dist/gdb/configure.tgt Sat Oct 29 23:42:45 2011 +0000
@@ -395,10 +395,11 @@
gdb_target_obs="mt-tdep.o"
;;
-powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu)
+powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu | powerpc64-*-netbsd*)
# Target: NetBSD/powerpc
- gdb_target_obs="rs6000-tdep.o ppc-sysv-tdep.o ppcnbsd-tdep.o \
- corelow.o solib.o solib-svr4.o"
+ gdb_target_obs="rs6000-tdep.o ppcnbsd-tdep.o ppc-sysv-tdep.o \
+ solib.o solib-svr4.o solib-spu.o spu-multiarch.o \
+ corelow.o symfile-mem.o nbsd-tdep.o"
gdb_sim=../sim/ppc/libsim.a
;;
powerpc-*-openbsd*)
@@ -459,7 +460,8 @@
;;
sh*-*-netbsdelf* | sh*-*-knetbsd*-gnu)
# Target: NetBSD/sh
- gdb_target_obs="sh-tdep.o shnbsd-tdep.o corelow.o solib.o solib-svr4.o"
+ gdb_target_obs="sh-tdep.o sh64-tdep.o shnbsd-tdep.o \
+ nbsd-tdep.o corelow.o solib.o solib-svr4.o"
gdb_sim=../sim/sh/libsim.a
;;
sh*-*-openbsd*)
Home |
Main Index |
Thread Index |
Old Index