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:
parent
5580321195
commit
f1ffa7a2c4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue