This is the mail archive of the ecos-discuss@sourceware.org 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: Regarding Linker Script


On Tue, Mar 25, 2008 at 03:47:49PM +0530, Dileep Kumar wrote:
> Hi All,
> 
> In a liker script file what is the meaning of   this line
> 
> .fini ALIGN (0x4) : { . = .; *(.fini) } > ram
> 
> What is the function of ALIGN here ? Is it reserves some memory to the section
> .fini ?
> 
> Also what is the meaning of    .  =  .  ?

http://sourceware.org/binutils/docs-2.16/ld/Scripts.html#Scripts

        Andrew

-- 
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]