You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2020. It is now read-only.
Basically it seems that for certain symbols the IRIX ld will happily allow them to be undefined during the linking stage - but those same symbols are currently flagged as missing by binutils ld.
Somewhere inside binutils it's not correctly noticing the "don't error if this is missing" flag I've previously seen somewhere.
_rld_new_interface, glNewList.
Basically it seems that for certain symbols the IRIX
ldwill happily allow them to be undefined during the linking stage - but those same symbols are currently flagged as missing by binutilsld.Somewhere inside binutils it's not correctly noticing the "don't error if this is missing" flag I've previously seen somewhere.
To be checked.