This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

m68k-pic-*


Hello,

Do you know of a patch that would make GCC-3.0 generate PIC code
with base-register relative data access for the m68k ? Like:
char x;
void main()
{
  x = 0;
}
would produce:
   clr.b x(%a5)
I know there are similar patches for the uCLinux and the PalmOS
devel environment, but not for gcc-3.0
I am not able to make the patch myself, so If you know someone that
can do it please help..

---
Clem Vasseur <nitrogen@nrj.com>
Icarus Productions <http://icarus.ticalc.org>



------
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]