This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] powerpc: Fix strncat ifunc selection
- From: Carlos Eduardo Seo <cseo at linux dot vnet dot ibm dot com>
- To: Rajalakshmi Srinivasaraghavan <raji at linux dot vnet dot ibm dot com>
- Cc: <libc-alpha at sourceware dot org>
- Date: Wed, 03 May 2017 10:36:51 -0300
- Subject: Re: [PATCH] powerpc: Fix strncat ifunc selection
- Authentication-results: sourceware.org; auth=none
- References: <1493804963-6046-1-git-send-email-raji@linux.vnet.ibm.com>
On 5/3/17, 6:49 AM, "Rajalakshmi Srinivasaraghavan" <libc-alpha-owner@sourceware.org on behalf of raji@linux.vnet.ibm.com> wrote:
Correct hwcap usage in strncat introduced by commit
249dcdb71b79e4c488a46c9027e0014c0bc27044.
Tested on power7 and power8 systems.
OK.