This is the mail archive of the crossgcc@sourceware.org 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]
Other format: [Raw text]

Global Offset Table usage on powerpc ?


I try to use -fPIC -ffixed-r14 to use Global Offset Table on a powerpc target (MPC8247), but i don't know how GOT works ;-(
I would like to compile a tiny boot and application that run in Flash area (Read-Only).
I think to lock stack in Data cache, and use internals DPRAMs of MPC8247 (4KB x 2) for .sdata, .sdata2, .data, .bss and .sbss sections.
Does anyone have a good web link or simple example about GOT usage (initialization, relocation, ...) with a powerpc ?
Thanks,

Sebastien.



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


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