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] |
Hi,
Actually I don't have a good understanding about those memory SECTIONs stated in the *.ldi files.
what are the exact meaning for SECTION_rom_vectors, SECTION_text, SECTION_fini, SECTION_rodata, etc.?
Where can I find the detailed information about those SECTIONs?
> SECTIONS > { > SECTIONS_BEGIN > SECTION_rom_vectors (rom, 0x2800000, LMA_EQ_VMA) > SECTION_text (rom, ALIGN (0x1), LMA_EQ_VMA) > SECTION_fini (rom, ALIGN (0x4), LMA_EQ_VMA) > SECTION_rodata (rom, ALIGN (0x4), LMA_EQ_VMA) > SECTION_rodata1 (rom, ALIGN (0x4), LMA_EQ_VMA) > SECTION_fixup (rom, ALIGN (0x4), LMA_EQ_VMA) > SECTION_gcc_except_table (rom, ALIGN (0x4), LMA_EQ_VMA) > SECTION_fixed_vectors (ram, 0x20, LMA_EQ_VMA) > SECTION_data (ram, 0x30000, FOLLOWING (.gcc_except_table))
Jifl -- eCosCentric http://www.eCosCentric.com/ The eCos and RedBoot experts Visit us at Embedded World 2004, NÃrnberg, Germany, 17-19 Feb, Stand 12-449 --["No sense being pessimistic, it wouldn't work anyway"]-- Opinions==mine
-- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |