Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 132975 Details for
Bug 185104
dev-libs/openssl-0.9.8e-r1 fails to build with -O0 - eng_padlock.c:445: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ASM fix for openssl-0.9.8e
openssl-0.9.8e-x86-padlock.patch (text/plain), 548 bytes, created by
Matt Michalowski
on 2007-10-09 06:10:12 UTC
(
hide
)
Description:
ASM fix for openssl-0.9.8e
Filename:
MIME Type:
Creator:
Matt Michalowski
Created:
2007-10-09 06:10:12 UTC
Size:
548 bytes
patch
obsolete
>diff -Naur openssl-0.9.8e-orig/crypto/engine/eng_padlock.c openssl-0.9.8e/crypto/engine/eng_padlock.c >--- openssl-0.9.8e-orig/crypto/engine/eng_padlock.c 2006-10-20 06:56:31.000000000 +1000 >+++ openssl-0.9.8e/crypto/engine/eng_padlock.c 2007-10-09 11:48:53.194785554 +1000 >@@ -436,7 +436,7 @@ > rep_xcrypt "\n" \ > " popl %%ebx" \ > : "=a"(iv), "=c"(cnt), "=D"(out), "=S"(inp) \ >- : "0"(cdata), "1"(cnt), "2"(out), "3"(inp), "m"(*cdata) \ >+ : "0"(cdata), "1"(cnt), "2"(out), "3"(inp) \ > : "edx", "cc", "memory"); \ > return iv; \ > }
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 Raw
Actions:
View
Attachments on
bug 185104
:
124695
| 132975