Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/nettle/files: nettle-2.0-binutils-2.22.patch
Date: Sun, 01 Jan 2012 16:13:58
Message-Id: 20120101161342.8C3632004C@flycatcher.gentoo.org
1 slyfox 12/01/01 16:13:42
2
3 Added: nettle-2.0-binutils-2.22.patch
4 Log:
5 Fix build failure against binutils-2.22 by jdhore (bug #396659). Dropped blockers on nonexistent dev-libs/lsh.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-libs/nettle/files/nettle-2.0-binutils-2.22.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/files/nettle-2.0-binutils-2.22.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/files/nettle-2.0-binutils-2.22.patch?rev=1.1&content-type=text/plain
14
15 Index: nettle-2.0-binutils-2.22.patch
16 ===================================================================
17 https://bugs.gentoo.org/396659
18
19 Fix build failure againsn binutils-2.22.
20 Picked from upstream.
21 --- nettle-2.0/x86/md5-compress.asm 2009-06-08 21:27:11.000000000 +0300
22 +++ nettle-2.1/x86/md5-compress.asm 2010-07-25 22:30:14.000000000 +0300
23 @@ -88,7 +88,7 @@
24 movl 12(TMP), SD
25
26 C Pointer to source data.
27 - C Note that if analigned, we suffer unaligned accesses
28 + C Note that if unaligned, we suffer unaligned accesses
29 movl 24(%esp), INPUT
30
31 ROUND(<F1>, SA, SB, SC, SD, REF( 0), $0xd76aa478, 7)
32 @@ -171,4 +171,4 @@
33 popl %ebp
34 popl %ebx
35 ret
36 -EPILOGUE(_nettle_sha1_compress)
37 +EPILOGUE(_nettle_md5_compress)