| Index: gdb/testsuite/gdb.base/mips_pro.exp
|
| diff --git a/gdb/testsuite/gdb.base/mips_pro.exp b/gdb/testsuite/gdb.base/mips_pro.exp
|
| index e12ecae711ad025d26827046756958525544e159..a7b8290fb90e0cb37f1b9def40ed01fe420a32aa 100644
|
| --- a/gdb/testsuite/gdb.base/mips_pro.exp
|
| +++ b/gdb/testsuite/gdb.base/mips_pro.exp
|
| @@ -14,10 +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/>.
|
|
|
| -if $tracelevel then {
|
| - strace $tracelevel
|
| -}
|
| -
|
|
|
| set testfile mips_pro
|
| set srcfile ${testfile}.c
|
| @@ -25,7 +21,7 @@ set binfile ${objdir}/${subdir}/${testfile}
|
|
|
| # Create and source the file that provides information about the compiler
|
| # used to compile the test case.
|
| -if [get_compiler_info ${binfile}] {
|
| +if [get_compiler_info] {
|
| return -1;
|
| }
|
|
|
|
|