Enable accidentally commented out code.
authorDoug Evans <dje@google.com>
Mon, 17 Dec 2012 19:40:24 +0000 (19:40 +0000)
committerDoug Evans <dje@google.com>
Mon, 17 Dec 2012 19:40:24 +0000 (19:40 +0000)
gdb/testsuite/gdb.multi/multi-arch.exp

index d00f37d..e170fa5 100644 (file)
@@ -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.