diff options
Diffstat (limited to 'sysdeps/ia64/memcmp.S')
-rw-r--r-- | sysdeps/ia64/memcmp.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/ia64/memcmp.S b/sysdeps/ia64/memcmp.S index 2eed49a2ee..fcc66d06a1 100644 --- a/sysdeps/ia64/memcmp.S +++ b/sysdeps/ia64/memcmp.S @@ -1,6 +1,6 @@ /* Optimized version of the standard memcmp() function. This file is part of the GNU C Library. - Copyright (C) 2000, 2001, 2004 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2004, 2011 Free Software Foundation, Inc. Contributed by Dan Pop <Dan.Pop@cern.ch>. The GNU C Library is free software; you can redistribute it and/or @@ -25,7 +25,7 @@ in1: src (aka s2) in2: byte count - In this form, it assumes little endian mode. For big endian mode, the + In this form, it assumes little endian mode. For big endian mode, the two shifts in .l2 must be inverted: shl tmp1[0] = r[1 + MEMLAT], sh1 // tmp1 = w0 << sh1 |