We need to read all symbols

This commit is contained in:
Joey Schulze 2007-06-02 19:04:38 +00:00
parent 640b1ba8e0
commit 5bfd6c6dce

View File

@ -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 */