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

« 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: 2011-10-04 17:48:26 UTC
  • mfrom: (216.1.23 oneiric)
  • Revision ID: package-import@ubuntu.com-20111004174826-2cyb9ewn3ucymlsx
Tags: 2.13-20ubuntu5
libc6-dev: Don't break the current {gnat,gcj}-4.4-base versons. LP: #853688.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Optimized strcmp implementation for PowerPC64.
2
 
   Copyright (C) 2003, 2006, 2011 Free Software Foundation, Inc.
 
2
   Copyright (C) 2003, 2006 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 that support was never completed.
 
36
   was inherited from PPC32 and 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 */