[project @ 2000-03-01 12:31:22 by sewardj]
[ghc-hetmet.git] / ghc / interpreter / object.c
index 11f8976..df5be20 100644 (file)
@@ -631,7 +631,9 @@ static int ocGetNames_ELF ( ObjectCode* oc, int verb )
                        ad, oc->objFileName, nm );
             if (!addSymbol ( oc, nm, ad )) return FALSE;
          }
+#if 0
         else fprintf(stderr, "skipping `%s'\n", strtab + stab[j].st_name );
+#endif
       }
    }