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 2/7] [PowerPC64] Remove duplicate define in stpncpy-power8.S



On 25/10/2017 05:36, Alan Modra wrote:
> USE_AS_STPNCPY is defined by sysdeps/powerpc/powerpc64/power8/stpncpy.S,
> included by this file.
> 
> 	* sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: Don't define
> 	USE_AS_STPNCPY.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>

> 
> diff --git a/sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S b/sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S
> index 9663659..9c71bb0 100644
> --- a/sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S
> +++ b/sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S
> @@ -18,8 +18,6 @@
>  
>  #include <sysdep.h>
>  
> -#define USE_AS_STPNCPY
> -
>  #define STPNCPY __stpncpy_power8
>  
>  #undef libc_hidden_builtin_def
> 


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