This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
gcc and absolute jumps/calls
- From: Kristis Makris <kristis dot makris at asu dot edu>
- To: gcc-help at gcc dot gnu dot org
- Date: 31 Aug 2003 16:19:21 -0700
- Subject: 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