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]

Load-time relocation of Code


Hi,


I am working on a TriCore/ T-Kernel based environment and I need to perform
load time relocation. Currently, the environment does not support
relocation, but supports Position independent code. What I want to achieve
is, loading an application in any desired address space, although at Link
time, an address space may have been allocated.

How do I go about this? Is it enough if I change all section addresses,
symbol table entries and got entries?

I would be grateful if you can guide me on this. Thanks!

Cheers,
RV
-- 
View this message in context: http://www.nabble.com/Load-time-relocation-of-Code-tp22736473p22736473.html
Sent from the gcc - Help mailing list archive at Nabble.com.


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