Skip to content
Snippets Groups Projects
Commit 8c96bcb4 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

rts/linker/MachO: Account for internal GOT references in GOT construction

Previously we failed to give GOT slots to symbols which were referred to
by GOT relocations in the same module. This lead to #25577.

Fix this by explicitly traversing relocation lists and maintaining a
`needs_got` flag for each symbol.

Fixes #25577.
parent 2275b642
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment