diff options
Diffstat (limited to 'ghc/interpreter/object.c')
-rw-r--r-- | ghc/interpreter/object.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ghc/interpreter/object.c b/ghc/interpreter/object.c index 11f8976722..df5be207e9 100644 --- a/ghc/interpreter/object.c +++ b/ghc/interpreter/object.c @@ -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 } } |