This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: RFC: Java class registration (w/crtstuff change)
- To: green at peach dot cygnus dot co dot uk
- Subject: Re: RFC: Java class registration (w/crtstuff change)
- From: Richard Henderson <rth at redhat dot com>
- Date: Mon, 30 Jul 2001 14:50:11 -0700
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- References: <200107300508.BAA30929@peach.cygnus.co.uk>
On Mon, Jul 30, 2001 at 01:08:44AM -0400, green@peach.cygnus.co.uk wrote:
> (This patch needs more testing on different platforms, but I'm curious
> to hear thoughts, especially w.r.t. crtstuff change - thanks).
The existing crtstuff is disgusting. I don't want any new
code mirroring how things are currently done there.
Therefore: define a JCR_SECTION in defaults.h and use
named_section to switch sections.
> + if (_Jv_RegisterClasses)
> + _Jv_RegisterClasses(__JCR_LIST__);
Probably want to do this before constructors are called.
r~