X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.mi%2Fmi-console.exp;h=83deff5ceb904af55e0a576ddc3c48345cf8a2ec;hb=9357e02197c5162d8c5c17cb400d9650f85f4282;hp=70d9342c74d4cc5b76802054e73eeb5e02208570;hpb=e1ac3328737bc34a23dbfff92b416a9d9306329a;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/gdb.mi/mi-console.exp b/gdb/testsuite/gdb.mi/mi-console.exp index 70d9342c74..83deff5ceb 100644 --- a/gdb/testsuite/gdb.mi/mi-console.exp +++ b/gdb/testsuite/gdb.mi/mi-console.exp @@ -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 . -# 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 }