This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: more
- From: Anthony Green <green at redhat dot com>
- To: Adam Megacz <adam at megacz dot com>
- Cc: java at gcc dot gnu dot org
- Date: 06 Nov 2002 12:08:08 -0800
- Subject: Re: more
- References: <863cqe4hhi.fsf@nowhere.com>
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