What is .jcr and .gnu.linkonce.s*?

Sergei Organov osv@javad.ru
Tue May 7 06:20:00 GMT 2002


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



More information about the Binutils mailing list