This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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: more


On Wed, 2002-11-06 at 11:37, Adam Megacz wrote:
> 
> Why do you need weak symbols to make .jcr work?

You don't need weak symbols to make .jcr work for gcj, but this breaks
gcc/g++.

libgcc contains a reference to a symbol in libgcj
(_Jv_RegisterClasses).  All gcc/g++ programs would require it if it
weren't weak.
 
AG



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