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
According to the ELF spec, sh_info is supposed to be set to the total number of local-bound symbols + 1. However, the current implementation sets this to the total number of all symbols + 1. This causes issues with the ld linker, as any global symbols will not be discoverable.
The text was updated successfully, but these errors were encountered:
According to the ELF spec, sh_info is supposed to be set to the total number of local-bound symbols + 1. However, the current implementation sets this to the total number of all symbols + 1. This causes issues with the
ld
linker, as any global symbols will not be discoverable.The text was updated successfully, but these errors were encountered: