[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#585051: (no subject)



On Sat, Jun 12, 2010 at 03:45:45PM +0200, Matthias Klose wrote:
> On 12.06.2010 15:19, André Wöbbeking wrote:
>> I can confirm this also for C++ programs. It's an interaction of eglibc 2.11 and
>> gold. eglibc 2.10 and gold work together and  eglibc 2.11 without gold also
>> works.
>
> no, it's not 2.11, but 2.11 glibc built --with-multi-arch.  Would the 

I confirm.

> glibc maintainers consider to disable this configure option?  2.11 
> doesn't contain any optimized functions, only 2.12 starts providing these 
> for some architectures.

That's wrong, it does contain some optimized functions (otherwise you
won't have seen this bug). Here is the list:
- strcasestr
- strcpy
- rawmemchr
- strncmp
- strrchr
- stpncpy
- strncpy
- strpbrk
- strspn
- stpncpy
- strlen
- strstr
- strcspn
- strchr
- rindex
- stpcpy
- strcasestr
- rawmemchr
- strcmp
- stpcpy 


Moreover we can also backport the optimized functions that have been
added in 2.12, but the current goal is to move 2.11 to squeeze, so it
will be for later.

All that said, I don't plan to disable --with-multi-arch.

-- 
Aurelien Jarno	                        GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net


Reply to: