From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q3Xxs-0004wM-V0 for garchives@archives.gentoo.org; Sat, 26 Mar 2011 18:11:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD4FA1C04E; Sat, 26 Mar 2011 18:11:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7D6B11C04E for ; Sat, 26 Mar 2011 18:11:49 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0E711B4123 for ; Sat, 26 Mar 2011 18:11:48 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 559) id 7E5DA20054; Sat, 26 Mar 2011 18:11:47 +0000 (UTC) From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo commit in src/patchsets/glibc/2.13: 6019_all_alpha-glibc-2.13-longjmp-chk.patch README.history X-VCS-Repository: gentoo X-VCS-Files: 6019_all_alpha-glibc-2.13-longjmp-chk.patch README.history X-VCS-Directories: src/patchsets/glibc/2.13 X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Message-Id: <20110326181147.7E5DA20054@flycatcher.gentoo.org> Date: Sat, 26 Mar 2011 18:11:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: c63cb39db29371156af4e535b14f3310 vapier 11/03/26 18:11:47 Modified: README.history Added: 6019_all_alpha-glibc-2.13-longjmp-chk.patch Log: fix alpha longjmp_chk Revision Changes Path 1.14 src/patchsets/glibc/2.13/README.history file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.= 13/README.history?rev=3D1.14&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.= 13/README.history?rev=3D1.14&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.= 13/README.history?r1=3D1.13&r2=3D1.14 Index: README.history =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.13/README.history,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- README.history 11 Mar 2011 08:32:51 -0000 1.13 +++ README.history 26 Mar 2011 18:11:47 -0000 1.14 @@ -1,3 +1,6 @@ +5 [pending] + + 6019_all_alpha-glibc-2.13-longjmp-chk.patch + 4 11.03.2011 + 1502_all_hppa-glibc-2.13-F_GET-SETPIPE_SZ.patch =20 1.1 src/patchsets/glibc/2.13/6019_all_alpha-glibc-2.13-l= ongjmp-chk.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.= 13/6019_all_alpha-glibc-2.13-longjmp-chk.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.= 13/6019_all_alpha-glibc-2.13-longjmp-chk.patch?rev=3D1.1&content-type=3Dt= ext/plain Index: 6019_all_alpha-glibc-2.13-longjmp-chk.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D From: Aurelien Jarno Date: Sat, 19 Mar 2011 13:29:29 +0100 To: libc-ports@sourceware.org Subject: [PATCH][alpha] Fix ____longjmp_chk ____longjmp_chk is broken on alpha due to a wrong register used for a comparison. The patch below fixes that and with it the following testsuite errors: - tst-longjmp_chk.out, Error 1 - tst-chk2.out, Error 127 - tst-chk3.out, Error 127 - tst-chk5.out, Error 127 - tst-chk6.out, Error 127 - tst-lfschk2.out, Error 127 - tst-lfschk3.out, Error 127 - tst-lfschk5.out, Error 127 - tst-lfschk6.out, Error 127 2011-03-20 Aurelien Jarno * sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S(____longjmp_chk): Fix wrong register in stack pointer comparison. diff --git a/sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S b/sysdeps/un= ix/sysv/linux/alpha/____longjmp_chk.S index 5194ed8..e0e7106 100644 --- ports/sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S +++ ports/sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S @@ -58,7 +58,7 @@ ____longjmp_chk: PTR_DEMANGLE2(s3, t1) PTR_DEMANGLE2(fp, t1) #endif - cmpule t0, sp, t1 + cmpule s3, sp, t1 bne t1, .Lfail =20 .align 4