[commit] boards/fission.exp: Explicitly mark "board" as not remote.

dje@google.com dje@google.com
Mon Sep 10 17:50:00 GMT 2012


Hi.

fyi, I committed this.
Some of the gdbserver tests were failing because dejagnu
was trying to rsh to host "fission".

2012-09-10  Doug Evans  <dje@google.com>

	* boards/fission.exp: Explicitly mark "board" as not remote.

Index: boards/fission.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/boards/fission.exp,v
retrieving revision 1.1
diff -u -p -r1.1 fission.exp
--- boards/fission.exp	6 Sep 2012 20:39:48 -0000	1.1
+++ boards/fission.exp	10 Sep 2012 17:46:39 -0000
@@ -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



More information about the Gdb-patches mailing list