Menu

#37 Listing 15-10

open
nobody
None
2017-08-16
2017-08-16
Anonymous
No

Originally created by: yeah-boi

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).

Discussion


Log in to post a comment.