This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 4/9] powerpc: refactor strchr, strchrnul, and strrchr IFUNC.


Wainer dos Santos Moschetta <wainersm@linux.vnet.ibm.com> writes:

> diff --git a/sysdeps/powerpc/powerpc64/power7/strchrnul.S b/sysdeps/powerpc/powerpc64/power7/strchrnul.S
> index 99aa157..8a87aea 100644
> --- a/sysdeps/powerpc/powerpc64/power7/strchrnul.S
> +++ b/sysdeps/powerpc/powerpc64/power7/strchrnul.S
> @@ -19,9 +19,12 @@
>
>  #include <sysdep.h>
>
> +#ifndef STRCHRNUL
> +# def STRCHRNUL __strchrnul

Oops.  There is a typo here.
I'll fix it before pushing it.

-- 
Tulio Magno


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]