Laurențiu Dascălu <dascalu.laurentziu@xxxxxxxxx> writes: > How can I disable near relative calls optimization? When calling a > function, instead of a relative call(generate 0xe8 instruction) I want > an absolute call. I think you would have to edit the gcc source code, somewhere around the "call" insn in gcc/config/i386/i386.md. Ian