From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: Mark Klein Cc: egcs@egcs.cygnus.com, java-discuss@sourceware.cygnus.com Subject: Re: assemble_external on .class files Date: Sun, 23 May 1999 19:27:00 -0000 Message-id: <12355.927512499@upchuck.cygnus.com> References: <4.1.19990523114346.00c77100@garfield.dis.com> X-SW-Source: 1999-05/msg00649.html 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: Mark Klein Cc: egcs@egcs.cygnus.com, java-discuss@sourceware.cygnus.com Subject: Re: assemble_external on .class files Date: Mon, 31 May 1999 21:36:00 -0000 Message-ID: <12355.927512499@upchuck.cygnus.com> References: <4.1.19990523114346.00c77100@garfield.dis.com> X-SW-Source: 1999-05n/msg00650.html Message-ID: <19990531213600.FnuI66sBELEpfrja4TGukjhWTMMBzG7Mi-WmlgweLLc@z> 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