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]

Re: How to check if .data section is loaded properly in LMA


Hi Ian,

> Normally when you do this kind of thing, your startup code needs to copy
> the data from the LMA to the VMA.  See the last part of

I have already written the code to copy the data from LMA to VMA. Problem
here is that LMA itself does not have the initialized values. It contains
the global varibles but all of them have the value 0. I am not sure if the
LMA is corrupted or if it is properly loaded.

Please guide me if anything can be checked for the above.

Chandru
-- 
View this message in context: http://old.nabble.com/How-to-check-if-.data-section-is-loaded-properly-in-LMA-tp32801216p32808536.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]