]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/powerpc/powerpc32/power6/memset.S
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / sysdeps / powerpc / powerpc32 / power6 / memset.S
index 445fa44b1acf66a5c7232525c190d84ec4563ced..fa03846f2163fc03769ec4286509075c5da528d8 100644 (file)
@@ -1,5 +1,5 @@
 /* Optimized 32-bit memset implementation for POWER6.
-   Copyright (C) 1997-2014 Free Software Foundation, Inc.
+   Copyright (C) 1997-2015 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -228,7 +228,7 @@ L(nzCacheAligned128):
        ori     r1,r1,0
         stw     rCHR,60(rMEMP3)
        blt     cr6,L(cacheAligned1)
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
        lfd     0,-128(rMEMP)
 #endif
        b       L(nzCacheAligned256)
@@ -236,7 +236,7 @@ L(nzCacheAligned128):
 L(nzCacheAligned256):
        cmplwi  cr1,rLEN,256
        addi    rMEMP3,rMEMP,64
-#ifdef NOT_IN_libc
+#if !IS_IN (libc)
 /* When we are not in libc we should use only GPRs to avoid the FPU lock
    interrupt.  */
        stw     rCHR,0(rMEMP)