]> git.pld-linux.org Git - packages/dietlibc.git/commitdiff
- strcoll is alias for strcmp on sparc, too
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 14 Jun 2007 10:16:57 +0000 (10:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dietlibc-strcoll.patch -> 1.1

dietlibc-strcoll.patch [new file with mode: 0644]

diff --git a/dietlibc-strcoll.patch b/dietlibc-strcoll.patch
new file mode 100644 (file)
index 0000000..6c52c49
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN dietlibc-0.30.org/sparc/strcmp.S dietlibc-0.30/sparc/strcmp.S
+--- dietlibc-0.30.org/sparc/strcmp.S   2003-09-04 03:50:50.000000000 +0200
++++ dietlibc-0.30/sparc/strcmp.S       2007-06-14 12:16:41.325010165 +0200
+@@ -11,6 +11,8 @@
+ .text
+ .globl strcmp
++.weak strcoll
++strcoll:
+ strcmp:
+       clr %o4
+ .Lloop:
This page took 0.148249 seconds and 4 git commands to generate.