X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.base%2Fso-indr-cl.exp;h=5764d03a86594069b1f68e454a372fc69704f646;hb=bf9e4d0c1f88710c2a389bf4b1bdf1d0d83fa7f4;hp=df2bd3574a415d0e36e213c540cf5e6607094c07;hpb=9b254dd1ce46c19dde1dde5b8d1e22e862dfacce;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/gdb.base/so-indr-cl.exp b/gdb/testsuite/gdb.base/so-indr-cl.exp index df2bd3574a..5764d03a86 100644 --- a/gdb/testsuite/gdb.base/so-indr-cl.exp +++ b/gdb/testsuite/gdb.base/so-indr-cl.exp @@ -1,5 +1,4 @@ -# Copyright 1997, 1998, 1999, 2000, 2007, 2008 -# Free Software Foundation, Inc. +# Copyright 1997-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 @@ -14,15 +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 - -if $tracelevel then { - strace $tracelevel - } - -set prms_id 0 -set bug_id 0 # are we on a target board if ![isnative] then { @@ -42,7 +32,7 @@ set testfile "so-indr-cl" set srcfile ${testfile}.c set binfile ${objdir}/${subdir}/${testfile} -if [get_compiler_info ${binfile}] { +if [get_compiler_info] { return -1 }