Linus Torvalds writes: (Summary)
And that one shouldn't have any relocagtion issues, because all the
offsets are relative.
offsets are relative.
We want to use that one for the entry stub anyway, can't we just standardize on that one for all our assembly?
standardize on that one for all our assembly?
If the *compiler* uses the out-of-line version, that's a separate thing. But for our asm cases, let's just make it all be the inline case, ok?
case, ok?
It also should simplify the whole target generation.
offsets are relative.
We want to use that one for the entry stub anyway, can't we just standardize on that one for all our assembly?
standardize on that one for all our assembly?
If the *compiler* uses the out-of-line version, that's a separate thing. But for our asm cases, let's just make it all be the inline case, ok?
case, ok?
It also should simplify the whole target generation.