This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos 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: Linker script question? where is the fixed_vectors section?ARM


Gary D. Thomas wrote:
The fixed_vectors, along with any static data, will be stored in the
ROM image just after the end of the TEXT segment.  If you look at any
ROM startup code, you'll see that it has to move this data from the
actual ROM space to the appropriate place in RAM before the system
can begin.
Not quite right. It doesn't have the LOAD attribute, so the space is reserved in the linker's memory map, but nothing actually appears in the ROM image.

Jifl
--
eCosCentric http://www.eCosCentric.com/ <info@eCosCentric.com>
--[ "You can complain because roses have thorns, or you ]--
--[ can rejoice because thorns have roses." -Lincoln ]-- Opinions==mine


--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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