From: Doug Evans Date: Mon, 10 Sep 2012 17:48:11 +0000 (+0000) Subject: * boards/fission.exp: Explicitly mark "board" as not remote. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=09be558e1074c285df631d3d8fa680135b4bd284;p=binutils-gdb.git * boards/fission.exp: Explicitly mark "board" as not remote. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index cdf4ad1d241..b33b6fabc26 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 f51243ba5d5..a003b8d5de7 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