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: solib: URL patch


On 13 Aug 2003, Tom Tromey wrote:
> Too bad there's no way to hook into ld.so's symbol lookup and replace
> it with our own...

Yes indeed.  That is the crux of the problem I think, that gcj has relied
on ELF (ld.so) linking semantics since day one, which are inadequate to
completely implement loading of classes in native code.

Extending ld.so isn't out of the question for GNU-ish systems, but there
are far too many important proprietary targets (Windows) to make it
worthwhile.

Jeff


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