From 09be558e1074c285df631d3d8fa680135b4bd284 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Mon, 10 Sep 2012 17:48:11 +0000 Subject: [PATCH] * boards/fission.exp: Explicitly mark "board" as not remote. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/boards/fission.exp | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index cdf4ad1..b33b6fa 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-09-10 Doug Evans + + * boards/fission.exp: Explicitly mark "board" as not remote. + 2012-09-10 Keith Seitz PR gdb/13483 diff --git a/gdb/testsuite/boards/fission.exp b/gdb/testsuite/boards/fission.exp index f51243b..a003b8d 100644 --- a/gdb/testsuite/boards/fission.exp +++ b/gdb/testsuite/boards/fission.exp @@ -28,3 +28,8 @@ set_board_info compiler "[find_gcc]" # This requires a relatively recent version of gcc (>4.7) and gold # for the linker. set_board_info debug_flags "-gdwarf-4 -gsplit-dwarf -Wl,--gdb-index" + +# This is needed otherwise dejagnu tries to rsh to host "fission". Blech. +# Double blech: set_board_info only sets the value if not already set. +unset_board_info isremote +set_board_info isremote 0 -- 2.7.4