Gentoo Archives: gentoo-commits

From: "Panagiotis Christopoulos (pchrist)" <pchrist@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-scheme/ikarus/files: ikarus-0.0.3-ikarus-enter.patch ikarus-0.0.3-cpu_has_sse2.patch
Date: Sat, 31 May 2008 21:18:06
Message-Id: E1K2YSe-0000mu-3w@stork.gentoo.org
1 pchrist 08/05/31 21:18:00
2
3 Added: ikarus-0.0.3-ikarus-enter.patch
4 ikarus-0.0.3-cpu_has_sse2.patch
5 Log:
6 Initial Commit of dev-scheme/ikarus. Ebuild first written by Marijn Schouten <hkBst@g.o> and updated by me. Moved from the overlay to the main tree.
7 (Portage version: 2.1.5.2)
8
9 Revision Changes Path
10 1.1 dev-scheme/ikarus/files/ikarus-0.0.3-ikarus-enter.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/ikarus/files/ikarus-0.0.3-ikarus-enter.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/ikarus/files/ikarus-0.0.3-ikarus-enter.patch?rev=1.1&content-type=text/plain
14
15 Index: ikarus-0.0.3-ikarus-enter.patch
16 ===================================================================
17 --- src/ikarus-enter.S 2008-01-29 04:44:17.000000000 +0000
18 +++ /tmp/ikarus-enter.S 2008-05-31 18:28:09.000000000 +0000
19 @@ -13,7 +13,9 @@
20 # You should have received a copy of the GNU General Public License
21 # along with this program. If not, see <http://www.gnu.org/licenses/>.
22
23 -
24 +#if defined(__linux__) && defined(__ELF__)
25 +.section .note.GNU-stack,"",%progbits
26 +#endif
27
28 .text
29 .globl ik_asm_enter
30
31
32
33 1.1 dev-scheme/ikarus/files/ikarus-0.0.3-cpu_has_sse2.patch
34
35 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/ikarus/files/ikarus-0.0.3-cpu_has_sse2.patch?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/ikarus/files/ikarus-0.0.3-cpu_has_sse2.patch?rev=1.1&content-type=text/plain
37
38 Index: ikarus-0.0.3-cpu_has_sse2.patch
39 ===================================================================
40 --- src/cpu_has_sse2.S 2008-01-29 04:44:10.000000000 +0000
41 +++ /tmp/cpu_has_sse2.S 2008-05-31 18:29:00.000000000 +0000
42 @@ -13,6 +13,9 @@
43 # You should have received a copy of the GNU General Public License
44 # along with this program. If not, see <http://www.gnu.org/licenses/>.
45
46 +#if defined(__linux__) && defined(__ELF__)
47 +.section .note.GNU-stack,"",%progbits
48 +#endif
49
50 .text
51 .globl cpu_has_sse2
52
53
54
55 --
56 gentoo-commits@l.g.o mailing list