Index: gdb/testsuite/config/sim.exp |
diff --git a/gdb/testsuite/config/sim.exp b/gdb/testsuite/config/sim.exp |
index 332aff8184d072b2edf15b2255bf99cca6bc31bb..8123a081476ad0881faefc062bb1912d893bb41f 100644 |
--- a/gdb/testsuite/config/sim.exp |
+++ b/gdb/testsuite/config/sim.exp |
@@ -1,6 +1,5 @@ |
# Test Framework Driver for GDB driving a builtin simulator |
-# Copyright 1994, 1997-1998, 2004, 2007-2012 Free Software Foundation, |
-# Inc. |
+# Copyright 1994-2013 Free Software Foundation, Inc. |
# |
# This program is free software; you can redistribute it and/or modify |
# it under the terms of the GNU General Public License as published by |
@@ -24,7 +23,7 @@ load_lib gdb.exp |
proc gdb_target_sim { } { |
global gdb_prompt |
- set target_sim_options "[board_info target gdb,target_sim_options]"; |
+ set target_sim_options "[board_info target gdb,target_sim_options]" |
send_gdb "target sim $target_sim_options\n" |
set timeout 60 |