This is the mail archive of the binutils@sourceware.org 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]

.jcr section is not preserved in shared version of libgcj library


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42658

it is critical when linking libgcj library hence it uses .jcr section to 
initialize java class CTORs

how can we workaround this phenomenon??

$ nm -sn cyggcj-11.dll |grep JCR
6c9487d0 d ___JCR_END__
6c9487d0 d ___JCR_LIST__


$ nm -sn ../gcj-dbtool-static  |grep JCR
00ffd668 d ___JCR_LIST__
010021c4 d ___JCR_END__ 




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