From 6568c1a39a29316caf7658f01955c0790639cef0 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 3 Jan 2011 23:40:22 +0100 Subject: libc-glibc: remove 2.3.6 This is an obsolete version which is no longer used by any sample (the only user, the ia64 sample, has been removed). It also makes the code path a bit complex, with twists just to accomodate that version. Removing the version will make those twists go away, and will ease commonalisation of glibc and eglibc in the future (hopefully!). Signed-off-by: "Yann E. MORIN" --- patches/glibc/2.3.6/160-sh-memset.patch | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 patches/glibc/2.3.6/160-sh-memset.patch (limited to 'patches/glibc/2.3.6/160-sh-memset.patch') diff --git a/patches/glibc/2.3.6/160-sh-memset.patch b/patches/glibc/2.3.6/160-sh-memset.patch deleted file mode 100644 index 1ccc1e18..00000000 --- a/patches/glibc/2.3.6/160-sh-memset.patch +++ /dev/null @@ -1,30 +0,0 @@ -From: - http://sources.redhat.com/ml/libc-alpha/2005-07/msg00051.html - http://sources.redhat.com/ml/crossgcc/2005-10/msg00035.html - -Message-ID: <434576E1.6020305@sscd.de> -Date: Thu, 06 Oct 2005 21:11:29 +0200 -From: Alexander Sieb -To: crossgcc at sourceware dot org -Subject: Crosstool sh4-linux-gcc-4.0.2-glibc-2.3.5 patches - -On sh[34]-linux, memset function does not work if 2nd argument is negative -and 3rd argument is greater than 12. -for example, memset(ptr, "\xda", 20) sets 0xff instead of 0xda. - -Attached patch fixes this problem. - - * sysdeps/sh/memset.S (memset): Correct 2nd argument handling. - ---- glibc-2.3.5.old/sysdeps/sh/memset.S 29 Apr 2003 22:47:18 -0000 1.4 -+++ glibc-2.3.5/sysdeps/sh/memset.S 23 Jul 2005 08:37:21 -0000 -@@ -28,6 +28,7 @@ ENTRY(memset) - bt.s L_byte_loop_init - mov r4,r7 - -+ extu.b r5,r5 - swap.b r5,r1 - or r1,r5 - swap.w r5,r1 - -Signed-off-by: Robert P. J. Day -- cgit v1.2.3