diff options
| author | Doug Evans <dje@google.com> | 2013-07-24 21:59:30 +0000 |
|---|---|---|
| committer | Doug Evans <dje@google.com> | 2013-07-24 21:59:30 +0000 |
| commit | 7b79b135b2faa8accc1343840fc3e60fdc7d931b (patch) | |
| tree | c08462db45d94992605ef302d3826dfc25498a68 | |
| parent | 25f9533e5145c7d1f41649536b710e12f3a1fcd9 (diff) | |
| download | ppe42-binutils-7b79b135b2faa8accc1343840fc3e60fdc7d931b.tar.gz ppe42-binutils-7b79b135b2faa8accc1343840fc3e60fdc7d931b.zip | |
* boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
"--" to switch.
| -rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
| -rw-r--r-- | gdb/testsuite/boards/native-stdio-gdbserver.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e35711b1a7..1df1669f2e 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-07-24 Doug Evans <dje@google.com> + + * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass + "--" to switch. + 2013-07-24 Yao Qi <yao@codesourcery.com> * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on diff --git a/gdb/testsuite/boards/native-stdio-gdbserver.exp b/gdb/testsuite/boards/native-stdio-gdbserver.exp index 65183bad0f..3b99909527 100644 --- a/gdb/testsuite/boards/native-stdio-gdbserver.exp +++ b/gdb/testsuite/boards/native-stdio-gdbserver.exp @@ -60,7 +60,7 @@ proc ${board}_build_remote_cmd { cmd } { for { set i 1 } { $i < $len } { incr i } { set elm [lindex $cmd $i] - switch $elm { + switch -- $elm { --multi { set args "$args $elm" } |

