This is the mail archive of the java-patches@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]

Re: Patch: java class registration via .jcr section, take 3


On Wed, Aug 08, 2001 at 04:38:08PM -0700, Anthony Green wrote:
> Richard wrote:
> > Ok with changes:
> 
> Thanks!  Fixed and committed.

Shouldn't the crtstuff.c changes be moved into jcrtbegin.o and jcrtend.o
which would be added only for Java programs?
It is pretty strange if every C, C++ or Fortran program will now have .jcr
section and will look up the _Jv_RegisterClasses symbol to find out that it
is not a Java program.

	Jakub


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