From mboxrd@z Thu Jan 1 00:00:00 1970 From: ralf@uni-koblenz.de To: Ian Lance Taylor , kk@ddeorg.soft.net Cc: gas2@cygnus.com, bfd@cygnus.com Subject: Re: Problems with the GNU linker.... Date: Sat, 09 Jan 1999 16:31:00 -0000 Message-id: <19990110011359.D3254@uni-koblenz.de> References: <199901051117.QAA11458@bombay.ddeorg.soft.net> <199901051340.IAA01663@subrogation.cygnus.com> <199901051340.IAA01663@subrogation.cygnus.com> X-SW-Source: 1999/msg00005.html On Tue, Jan 05, 1999 at 08:40:55AM -0500, Ian Lance Taylor wrote: > The GNU linker does not fully support shared libraries on MIPS ELF > platforms. It seems to work well enough for MIPS GNU/Linux; I don't > know the details, and I don't know if all the patches have been > integrated into the mainline sources. I've got patches which fix the handling of .reginfo sections in binutils 2.9.1, the handling of %hi, %HI and %lo and a few bfd coredumps for Linux/MIPS. The two open bugs are symbol versioning which as I understand elf32-mips.c will require rewriting the .got handling. Right now the attempt to use symbol versioning on MIPS will result in core dumps and large amounts of assertion failures. The other open bug is that ld emits a couple of apparently bogus warnings about symbols changing their types when linking dynamic programs. Ralf