diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-06-14 17:15:33 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-06-14 17:15:33 -0700 |
commit | 1dc242356a0726159841219c8293d31b9c9d08d1 (patch) | |
tree | 66e511c528bf0ad0a2fa5344c477a013f005f159 /sysdeps/powerpc/powerpc64/power7/strncmp.S | |
parent | 158db1226717c77f30ee2245e164f2e1f7721637 (diff) | |
download | glibc-1dc242356a0726159841219c8293d31b9c9d08d1.tar.gz glibc-1dc242356a0726159841219c8293d31b9c9d08d1.tar.xz glibc-1dc242356a0726159841219c8293d31b9c9d08d1.zip |
Fix whitespaces.
Diffstat (limited to 'sysdeps/powerpc/powerpc64/power7/strncmp.S')
-rw-r--r-- | sysdeps/powerpc/powerpc64/power7/strncmp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/powerpc/powerpc64/power7/strncmp.S b/sysdeps/powerpc/powerpc64/power7/strncmp.S index e32920e219..34f1e52df9 100644 --- a/sysdeps/powerpc/powerpc64/power7/strncmp.S +++ b/sysdeps/powerpc/powerpc64/power7/strncmp.S @@ -36,7 +36,7 @@ EALIGN (BP_SYM(strncmp),4,0) #define rSTR2 r4 /* second string arg */ #define rN r5 /* max string length */ /* Note: The Bounded pointer support in this code is broken. This code - was inherited from PPC32 and and that support was never completed. + was inherited from PPC32 and and that support was never completed. Current PPC gcc does not support -fbounds-check or -fbounded-pointers. */ #define rWORD1 r6 /* current word in s1 */ #define rWORD2 r7 /* current word in s2 */ |