This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: assemble_external on .class files
- To: Mark Klein <mklein@dis.com>
- Subject: Re: assemble_external on .class files
- From: Jeffrey A Law <law@upchuck.cygnus.com>
- Date: Sun, 23 May 1999 20:21:39 -0600
- cc: egcs@egcs.cygnus.com, java-discuss@sourceware.cygnus.com
- Reply-To: law@cygnus.com
In message <4.1.19990523114346.00c77100@garfield.dis.com>you write:
> >Thanks ... brute force method it is! Just when I was starting to see the
> >_trees_ through the forest. :-)
>
> On further thought ... what will this do to other platforms requiring
> assemble_external? While this fix may work for PA-RISC, might it cause
> other problems elsewhere?
I do not believe so -- first most systems don't require importing symbols.
Second, we're already importing symbols which are never referenced on those
few systems that need imports.
jeff