c987560802
```sh git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" | while read template; do for p in ${template%/template}/patches/*; do sed -i ' \,^[+-][+-][+-] /dev/null,b /^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b s,^[*][*][*] ,&a/, /^--- /{ s,\(^--- \)\(./\)*,\1a/, s,[.][Oo][Rr][Ii][Gg]\([ /]\),\1, s/[.][Oo][Rr][Ii][Gg]$// s/[.]patched[.]\([^.]\)/.\1/ h } /^+++ -/{ g s/^--- a/+++ b/ b } s,\(^+++ \)\(./\)*,\1b/, ' "$p" done sed -i '/^patch_args=/d' $template done ```
40 lines
771 B
Diff
40 lines
771 B
Diff
--- a/burnK7.S
|
|
+++ b/burnK7.S
|
|
@@ -74,6 +74,7 @@ int_exit:
|
|
push %eax
|
|
int $0x80
|
|
#endif
|
|
+.data # Data allocation
|
|
.align 32,0
|
|
.fill 64
|
|
half: .long 0x7fffffff,0
|
|
--- a/burnP5.S
|
|
+++ b/burnP5.S
|
|
@@ -77,6 +77,7 @@ crunch:
|
|
#else
|
|
int $0x80
|
|
#endif
|
|
+.data # Data allocation
|
|
.align 32,0
|
|
half: .long 0xffffffff,0x3fdfffff
|
|
one: .long 0xffffffff,0x3fefffff
|
|
--- a/burnP6.S
|
|
+++ b/burnP6.S
|
|
@@ -69,6 +69,7 @@ int_exit: # error abort
|
|
push %eax # *BSD syscall
|
|
int $0x80
|
|
#endif
|
|
+.data # Data allocation
|
|
.align 32,0
|
|
half: .long 0x7fffffff,0
|
|
e: .long 0xffffffff,0x3fdfffff
|
|
--- a/burnK6.S
|
|
+++ b/burnK6.S
|
|
@@ -68,6 +68,7 @@ int_exit:
|
|
push %eax
|
|
int $0x80
|
|
#endif
|
|
+.data # Data allocation
|
|
.align 32,0
|
|
half: .long 0x7fffffff,0
|
|
e: .long 0xffffffff,0x3fdfffff
|