As the title suggest I need gcc to generate call instructions to absolute 64 addresses. (it always uses relative 32 addressing for obvious reasons)
I also need it to happen only for specific functions.
An attribute or something would be handy, but i’m unable to find any.
I’ve already found the large addressing mode (with -mcmodel=large
), but it modifies every call.