diff options
author | Doug Evans <dje@google.com> | 2012-09-10 17:48:11 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2012-09-10 17:48:11 +0000 |
commit | 09be558e1074c285df631d3d8fa680135b4bd284 (patch) | |
tree | 8751b6f72bb35a05aebfb6c49585930c6e1326ac /gdb | |
parent | 5b4f6e25c3d9e1d51c35ca0d5000ea0b32b26a81 (diff) | |
download | gdb-09be558e1074c285df631d3d8fa680135b4bd284.zip gdb-09be558e1074c285df631d3d8fa680135b4bd284.tar.gz gdb-09be558e1074c285df631d3d8fa680135b4bd284.tar.bz2 |
* boards/fission.exp: Explicitly mark "board" as not remote.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/boards/fission.exp | 5 |
2 files changed, 9 insertions, 0 deletions
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 <dje@google.com> + + * boards/fission.exp: Explicitly mark "board" as not remote. + 2012-09-10 Keith Seitz <keiths@redhat.com> 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 |