-
Notifications
You must be signed in to change notification settings - Fork 213
Open
Description
I'm confused about the use of wrt ..plt
in Listing 15-10.
Why state that sofun
should use a PLT entry in the assembly code? Isn't it the static linkers job to determine what symbols should be bound dynamically (and therefore use GOT/PLT)?
If wrt ..plt
is omitted, the same code is generated (in particular GOT/PLT is still used for sofun
).
Metadata
Metadata
Assignees
Labels
No labels