Brr, even very local symbols must sometimes be in the symbol tables.

XXX- should rename these symbols for public consumption.
This commit is contained in:
pk 1994-02-08 10:20:57 +00:00
parent 5580321195
commit f1ffa7a2c4
1 changed files with 2 additions and 3 deletions

View File

@ -514,11 +514,10 @@ object_headers *headers;
|| S_IS_EXTERNAL(symbolP)
#endif /* TC_I960 */
|| (S_GET_NAME(symbolP)[0] != '\001' &&
(flagseen['L'] || ! S_LOCAL_NAME(symbolP)
(flagseen['L'] || ! S_LOCAL_NAME(symbolP))
#ifdef PIC
|| flagseen['k'] && symbolP->sy_forceout
|| (flagseen['k'] && symbolP->sy_forceout)
#endif
)
)
)
#ifdef PIC