This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: What is .jcr and .gnu.linkonce.s*?


Joel,

Don't know about .jcr, but:

.gnu.linkonce.s.*   -- small data sections that should go to .sdata
.gnu.linkonce.sb.*  --  -"- .sbss
.gnu.linkonce.s2.*  --  -"- .sdata2
.gnu.linkonce.sb2.* --  -"- .sbss2 (never generated by gcc, I think)

BR,
Sergei.

Joel Sherrill <joel.sherrill@OARcorp.com> writes:
> And more importantly where do they go in the linker
> script?  how to treat them at init?  Are they modifiable
> or read-only?
> 
> gcc 3.1 is producing sections we haven't seen before
> and causing link errors. :(
> 
> Thanks.
> 
> -- 
> Joel Sherrill, Ph.D.             Director of Research & Development
> joel@OARcorp.com                 On-Line Applications Research
> Ask me about RTEMS: a free RTOS  Huntsville AL 35805
>    Support Available             (256) 722-9985


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