This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Forcing far calls on x86


> I don't think there is any gcc option for this in 32-bit mode.
>
> In 64-bit mode you can use -mcmodel=large.
Nope, I'm using 32-bit mode. I've looked a bit as well, but can't find
anything useful. Looks like I'm stuck using function pointers or
something (they do appear to use the FF /2 opcode).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]