From 5bfd6c6dceaf516db8f3fefef77f4dfb206ef10b Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Sat, 2 Jun 2007 19:04:38 +0000 Subject: [PATCH] We need to read all symbols --- ksym_mod.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ksym_mod.c b/ksym_mod.c index b7b1d23..547422c 100644 --- a/ksym_mod.c +++ b/ksym_mod.c @@ -207,10 +207,6 @@ extern int InitMsyms() if ( p == NULL ) continue; - /* Only read symbols of type t, T, W, A, ?; see nm(1) */ - if ( strchr("tTWA?", *(p+1)) == NULL ) - continue; - if ( buf[strlen(buf)-1] == '\n' ) buf[strlen(buf)-1] = '\0'; /* overlong lines will be ignored above */