]> git.pld-linux.org Git - packages/cpuburn.git/blob - cpuburn-vars.patch
- fix build on 64bit
[packages/cpuburn.git] / cpuburn-vars.patch
1 --- cpuburn-1.4a.orig/burnK7.S
2 +++ cpuburn-1.4a/burnK7.S
3 @@ -74,6 +74,7 @@ int_exit:
4         push    %eax
5         int     $0x80
6  #endif
7 +.data                          # Data allocation
8  .align 32,0
9         .fill 64
10  half:  .long 0x7fffffff,0
11 --- cpuburn-1.4a.orig/burnP5.S
12 +++ cpuburn-1.4a/burnP5.S
13 @@ -77,6 +77,7 @@ crunch:
14  #else
15         int     $0x80
16  #endif
17 +.data                          # Data allocation
18  .align 32,0
19  half:  .long 0xffffffff,0x3fdfffff
20  one:   .long 0xffffffff,0x3fefffff
21 --- cpuburn-1.4a.orig/burnP6.S
22 +++ cpuburn-1.4a/burnP6.S
23 @@ -69,6 +69,7 @@ int_exit:                     # error abort
24         push    %eax            # *BSD syscall
25         int     $0x80
26  #endif
27 +.data                          # Data allocation
28  .align 32,0
29  half:  .long 0x7fffffff,0
30  e:     .long 0xffffffff,0x3fdfffff
31 --- cpuburn-1.4a.orig/burnK6.S
32 +++ cpuburn-1.4a/burnK6.S
33 @@ -68,6 +68,7 @@ int_exit:
34         push    %eax
35         int     $0x80
36  #endif
37 +.data                          # Data allocation
38  .align 32,0
39  half:  .long 0x7fffffff,0
40  e:     .long 0xffffffff,0x3fdfffff
This page took 0.03875 seconds and 3 git commands to generate.