summaryrefslogtreecommitdiff
path: root/packages/glibc/glibc-2.5
diff options
context:
space:
mode:
authorLeon Woestenberg <leon.woestenberg@gmail.com>2007-05-03 18:11:16 +0000
committerLeon Woestenberg <leon.woestenberg@gmail.com>2007-05-03 18:11:16 +0000
commit422e14bbbd341bcb0ae72b262ad83211c9a2f0ac (patch)
tree6700c10805bacbd96f9130b33b231266e42e2392 /packages/glibc/glibc-2.5
parent780ae1ea07156841f69a9c6dad8f58efa7e1cef4 (diff)
glibc: Remove armeb strlen workaround. We now have the GCC PR16350 patch, take 3 in GCC.
Diffstat (limited to 'packages/glibc/glibc-2.5')
-rw-r--r--packages/glibc/glibc-2.5/armeb-strlen.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/glibc/glibc-2.5/armeb-strlen.patch b/packages/glibc/glibc-2.5/armeb-strlen.patch
deleted file mode 100644
index 69a2e59d30..0000000000
--- a/packages/glibc/glibc-2.5/armeb-strlen.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- /tmp/strlen.S 2007-05-01 18:32:48.000000000 +0200
-+++ glibc-2.5/ports/sysdeps/arm/strlen.S 2007-05-01 18:33:29.665251000 +0200
-@@ -24,6 +24,8 @@
- * exit: r0 = len
- */
-
-+#define __ARMEB__
-+
- ENTRY(strlen)
- bic r1, r0, $3 @ addr of word containing first byte
- ldr r2, [r1], $4 @ get the first word