restore some old code to punt symbols which are BSF_LOCAL (needed for Solaris,

should be correct for anything else.)
This commit is contained in:
Mark Eichin 1992-07-01 22:52:47 +00:00
parent c73e3fe40c
commit a0d48c83a3

View File

@ -668,14 +668,12 @@ funcsymbol( symp )
if (!symp->section)
return FALSE;
#if 0
if (!aflag && (symp->flags&BSF_LOCAL)) {
#if defined(DEBUG)
fprintf (stderr, "%s(%d): %s: not a function\n", __FILE__, __LINE__, symp->name);
#endif
return FALSE;
}
#endif /* 0 */
/*
* can't have any `funny' characters in name,
* where `funny' includes `.', .o file names