PR gdb/8704
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / mips_pro.exp
index 391757be357a6a171f8efdf33059b2a298744b51..47b2e0ef4f9b9ae029b304c6300670c32f068f1e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1997, 1999, 2000, 2001, 2003, 2007, 2008
+# Copyright 1997, 1999, 2000, 2001, 2003, 2007, 2008, 2009
 # Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
@@ -14,9 +14,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
-
 if $tracelevel then {
        strace $tracelevel
 }
@@ -38,7 +35,8 @@ if [get_compiler_info ${binfile}] {
 # This test must be compiled with -O2 if using gcc.
 
 if { [test_compiler_info gcc-*-*] } then {
-    if  { [gdb_compile "${srcdir}/$subdir/${srcfile}" "${binfile}" executable {debug additional_flags=-O2}] != "" } {
+    if  { [gdb_compile "${srcdir}/$subdir/${srcfile}" "${binfile}" \
+           executable {debug additional_flags=-O2 additional_flags=-fno-inline}] != "" } {
      untested mips_pro.exp
      return -1
     }
This page took 0.031085 seconds and 4 git commands to generate.