From 4e3f5ae6b70f3a54ac13549534662115c2c22528 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Mon, 17 Dec 2012 19:40:24 +0000 Subject: [PATCH] Enable accidentally commented out code. --- gdb/testsuite/gdb.multi/multi-arch.exp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gdb/testsuite/gdb.multi/multi-arch.exp b/gdb/testsuite/gdb.multi/multi-arch.exp index d00f37d..e170fa5 100644 --- a/gdb/testsuite/gdb.multi/multi-arch.exp +++ b/gdb/testsuite/gdb.multi/multi-arch.exp @@ -25,9 +25,9 @@ if [target_info exists use_gdb_stub] { # The 64-bit compile may succeed for i386-linux, but gdb won't be able # to load the file. -#if [istarget "i?86-*linux*"] { -# return -#} +if [istarget "i?86-*linux*"] { + return +} # Can't use standard_testfile, we want executables with specialized # names. -- 2.7.4