~ubuntu-branches/ubuntu/precise/eglibc/precise-201308281639

« back to all changes in this revision

Viewing changes to sysdeps/powerpc/powerpc64/power4/memcmp.S

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-02-08 01:58:09 UTC
  • mfrom: (1.5.3) (288.1.12 precise)
  • Revision ID: package-import@ubuntu.com-20120208015809-ulscst7uteq3e22z
Tags: 2.15~pre6-0ubuntu10
Merge from Debian (r5151, 2.13-26).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Optimized strcmp implementation for PowerPC64.
2
 
   Copyright (C) 2003, 2006 Free Software Foundation, Inc.
 
2
   Copyright (C) 2003, 2006, 2011 Free Software Foundation, Inc.
3
3
   This file is part of the GNU C Library.
4
4
 
5
5
   The GNU C Library is free software; you can redistribute it and/or
33
33
#define rSTR2   r4      /* second string arg */
34
34
#define rN      r5      /* max string length */
35
35
/* Note:  The Bounded pointer support in this code is broken.  This code
36
 
   was inherited from PPC32 and and that support was never completed.  
 
36
   was inherited from PPC32 and that support was never completed.
37
37
   Current PPC gcc does not support -fbounds-check or -fbounded-pointers.  */
38
38
#define rWORD1  r6      /* current word in s1 */
39
39
#define rWORD2  r7      /* current word in s2 */