Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 359730 Details for
Bug 483504
aircrack-ng-9999 build failure due to PIC unfriendly ASM
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
try-2.patch
try-2.patch (text/plain), 911 bytes, created by
Sergei Trofimovich (RETIRED)
on 2013-09-29 09:44:38 UTC
(
hide
)
Description:
try-2.patch
Filename:
MIME Type:
Creator:
Sergei Trofimovich (RETIRED)
Created:
2013-09-29 09:44:38 UTC
Size:
911 bytes
patch
obsolete
>diff --git a/src/aircrack-ptw-lib.c b/src/aircrack-ptw-lib.c >index 89a42fc..56f4d86 100644 >--- a/src/aircrack-ptw-lib.c >+++ b/src/aircrack-ptw-lib.c >@@ -176,8 +178,8 @@ static int rc4test_amd64_sse2(uint8_t *key, int keylen, uint8_t *iv, uint8_t *ke > // key = keybuf > "lea "keybuf", %q3 \n\t" > // load xmm registers >- "movdqa (x0123), %%xmm0 \n\t" >- "movdqa (x4444), %%xmm1 \n\t" >+ "movdqa %q9, %%xmm0 \n\t" >+ "movdqa %q10, %%xmm1 \n\t" > // clear some registers > "xorq %q0, %q0 \n\t" // idx > "xorq %q1, %q1 \n\t" // i >@@ -257,7 +259,7 @@ static int rc4test_amd64_sse2(uint8_t *key, int keylen, uint8_t *iv, uint8_t *ke > : "=&r"(idx), "=&r"(i), "=&r"(j), > "+r"(key), "+r"(keylen), "+r"(iv), "+r"(keystream), > "=&r"(scratch1), "=&r"(scratch2) >- : >+ : "m"(x0123[0]), "m"(x4444[0]) > : "xmm0", "xmm1" > ); > #undef state
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 483504
:
357770
|
357778
| 359730