Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/gzip/files: gzip-1.4-asmv.patch
Date: Wed, 31 Dec 2014 19:44:45
Message-Id: 20141231194440.133B9E966@oystercatcher.gentoo.org
1 ottxor 14/12/31 19:44:40
2
3 Added: gzip-1.4-asmv.patch
4 Log:
5 added prefix support (bug #534032)
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C2000586)
8
9 Revision Changes Path
10 1.1 app-arch/gzip/files/gzip-1.4-asmv.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gzip/files/gzip-1.4-asmv.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gzip/files/gzip-1.4-asmv.patch?rev=1.1&content-type=text/plain
14
15 Index: gzip-1.4-asmv.patch
16 ===================================================================
17 http://bugs.gentoo.org/show_bug.cgi?id=302773
18
19 --- tailor.h.old 2010-01-29 11:13:02.000000000 +0000
20 +++ tailor.h 2010-01-29 13:18:15.000000000 +0000
21 @@ -69,9 +69,6 @@
22 # include <io.h>
23 # define OS_CODE 0x00
24 # define SET_BINARY_MODE(fd) setmode(fd, O_BINARY)
25 -# if !defined(NO_ASM) && !defined(ASMV)
26 -# define ASMV
27 -# endif
28 #else
29 # define near
30 #endif
31 @@ -182,7 +179,6 @@
32 # define PATH_SEP2 ':'
33 # define STDC_HEADERS
34 # define OS_CODE 0x01
35 -# define ASMV
36 # ifdef __GNUC__
37 # define HAVE_DIRENT_H
38 # define HAVE_FCNTL_H
39 @@ -201,7 +197,6 @@
40 #endif
41
42 #if defined(ATARI) || defined(atarist)
43 -# define ASMV
44 # define OS_CODE 0x05
45 # ifdef TOSFS
46 # define PATH_SEP2 '\\'