[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r3713 - glibc-package/branches/eglibc-2.10/debian/patches/alpha



Author: aurel32
Date: 2009-07-27 16:21:36 +0000 (Mon, 27 Jul 2009)
New Revision: 3713

Modified:
   glibc-package/branches/eglibc-2.10/debian/patches/alpha/submitted-asm-memchr.diff
Log:
Fix alpha/submitted-asm-memchr.diff after the move to ports


Modified: glibc-package/branches/eglibc-2.10/debian/patches/alpha/submitted-asm-memchr.diff
===================================================================
--- glibc-package/branches/eglibc-2.10/debian/patches/alpha/submitted-asm-memchr.diff	2009-07-27 16:18:50 UTC (rev 3712)
+++ glibc-package/branches/eglibc-2.10/debian/patches/alpha/submitted-asm-memchr.diff	2009-07-27 16:21:36 UTC (rev 3713)
@@ -3,8 +3,8 @@
         * sysdeps/alpha/memchr.S: Use prefetch load.
         * sysdeps/alpha/alphaev6/memchr.S: Likewise.
 
---- a/sysdeps/alpha/alphaev6/memchr.S
-+++ b/sysdeps/alpha/alphaev6/memchr.S
+--- a/ports/sysdeps/alpha/alphaev6/memchr.S
++++ b/ports/sysdeps/alpha/alphaev6/memchr.S
 @@ -127,7 +127,7 @@ $first_quad:
          cmpbge  $31, $1, $2	# E :
          bne     $2, $found_it	# U :
@@ -65,8 +65,8 @@
  	nop			# E :
  	bne	$18, $last_quad	# U :
  
---- a/sysdeps/alpha/memchr.S
-+++ b/sysdeps/alpha/memchr.S
+--- a/ports/sysdeps/alpha/memchr.S
++++ b/ports/sysdeps/alpha/memchr.S
 @@ -119,7 +119,7 @@ $first_quad:
  
  	# At least one byte left to process.


Reply to: