This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: --enable-shared doesn't work on Sun-3
- To: law at cygnus dot com, toon at moene dot indiv dot nluug dot nl
- Subject: Re: --enable-shared doesn't work on Sun-3
- From: Kate Hedstrom <kate at ahab dot Rutgers dot EDU>
- Date: Mon, 10 Aug 1998 15:51:51 -0400 (EDT)
- Cc: egcs-bugs at cygnus dot com
Thanks for all the replies!
> > > The problem is gas, not egcs.
>
> > 1. The S[t]un assembler recognises the jbsr aap,a1 construct as
> > special and generate the right stuff for PIC - then we can't
> > do nothing here, although Kate could try to use the original
> > Sun assembler.
Actually, I have needed gas for years now, because Sun's assembler
will not compile certain things in libg++. This was true at least the
last time I checked, which I admit was some time ago. I'm willing to
try again without gas and I'll let you know what happens.
Kate