This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

Generating absolute jumps.


Hi!
I am trying to use gcc2.95.1 to compile for m68k platform,
but due to some of my platform's restrictions, it can't handle relative
jumps
(Actually it can, but I'll have a lot of stuff to fix in libc, kernel
binary loader, etc (I use hacked uClinux))
Can anybody tell me how to make compiler always use absolute jumps?
Now I have problems with division ("/" , and divsi), but I beleive there
are a lot of other stuff in libgcc
which uses relative jumps.
Do i need to edit my m68k.md machine description to be sure it will
never generate relative jumps?

With respect, Alexander Komarov.


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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