gdb/testsuite:
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.mi / mi-console.exp
index 70d9342c74d4cc5b76802054e73eeb5e02208570..83deff5ceb904af55e0a576ddc3c48345cf8a2ec 100644 (file)
@@ -1,5 +1,4 @@
-# Copyright 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2008
-# Free Software Foundation, Inc.
+# Copyright 1999-2003, 2005, 2007-2012 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
@@ -14,9 +13,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gdb@prep.ai.mit.edu
-
 #
 # Test essential Machine interface (MI) operations
 #
@@ -43,7 +39,7 @@ if [mi_gdb_start separate-inferior-tty] {
 set testfile "mi-console"
 set srcfile ${testfile}.c
 set binfile ${objdir}/${subdir}/${testfile}
-if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug additional_flags=-DFAKEARGV}] != "" } {
+if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
      untested mi-console.exp
      return -1
 }
This page took 0.038367 seconds and 4 git commands to generate.