From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H . J . Lu" To: Mark Mitchell Cc: aoliva@redhat.com, philb@gnu.org, binutils@sources.redhat.com, gcc@gcc.gnu.org Subject: Re: Wrong dynamic-linker used on Solaris 7/x86 Date: Mon, 21 May 2001 09:04:00 -0000 Message-id: <20010521090421.A16961@lucon.org> References: <20010520164437.B30458@lucon.org> <20010520212243W.mitchell@codesourcery.com> X-SW-Source: 2001-05/msg00998.html On Sun, May 20, 2001 at 09:22:43PM -0700, Mark Mitchell wrote: > >>>>> "H" == H J Lu writes: > > H> Personally, I don't like it. When we moved Linux from a.out to > H> ELF, I didn't write an ELF linker script for Linux. To me, > H> there should be only one ELF linker for ia32. I prefer to pass > H> -dynamic-linker to ld. > > What if someone wants to use the linker directly by itself? As a binutils developer, I will not take any bug reports where ld is called directly to generate executables/DSO. I will tell him/her that DON'T DO IT. H.J.