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]

gcc and absolute jumps/calls


Hello,

Is there an argument I can pass to gcc so it produces code that contains
only absolute (preferably far) jumps, instead of relative? Is there a
flag with which I can tell gcc to generate relative jumps in
implementing loops, or other activity that goes on inside a function,
but always produce absolute jumps or calls to other functions ?

Thanks,
Kristis




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