From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H . J . Lu" To: Andreas Jaeger Cc: Jakub Jelinek , binutils@sources.redhat.com, drepper@redhat.com Subject: Re: [PATCH] Support -z combreloc in binutils Date: Thu, 16 Aug 2001 00:17:00 -0000 Message-id: <20010816001753.A6020@lucon.org> References: <20010815173030.K510@sunsite.ms.mff.cuni.cz> X-SW-Source: 2001-08/msg00330.html On Thu, Aug 16, 2001 at 08:56:16AM +0200, Andreas Jaeger wrote: > > Shouldn't combreloc be the default - at least on glibc platforms? > After changing the dynamic linker to cache the last value used for > relocation, this option would speed up relocations at system start up. > I prefer to do it in the gcc driver, just like how we handle ld.so. In this way, we have fewer linkers on a given arch/format. H.J.