From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Oliva To: Philip Blundell Cc: Mark Mitchell , binutils@sources.redhat.com, gcc@gcc.gnu.org Subject: Re: Wrong dynamic-linker used on Solaris 7/x86 Date: Sun, 20 May 2001 12:52:00 -0000 Message-id: References: <20010520102530Z.mitchell@codesourcery.com> X-SW-Source: 2001-05/msg00963.html On May 20, 2001, Philip Blundell wrote: > You might do better to create a new linker emulation, have it > override the contents of the .interp section, and make that the > default for Solaris. That way the hackery is localised inside ld, > rather than involving BFD itself. I like this. It's the least pervasive change of all proposed so far. Here's the patch that implements it. Tested on GNU/Linux-x-Solaris/x86. Ok to install?