Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 315983 Details for
Bug 421009
x11-libs/qt-script-4.8.2 fails to compile with ABI=x32
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Enable JIT on x32
jit-x32.patch (text/plain), 1.05 KB, created by
Davide Pesavento (RETIRED)
on 2012-06-22 17:01:25 UTC
(
hide
)
Description:
Enable JIT on x32
Filename:
MIME Type:
Creator:
Davide Pesavento (RETIRED)
Created:
2012-06-22 17:01:25 UTC
Size:
1.05 KB
patch
obsolete
>diff -urN qt-everywhere-opensource-src-4.8.2.orig/src/3rdparty/javascriptcore/JavaScriptCore/jit/JIT.h qt-everywhere-opensource-src-4.8.2/src/3rdparty/javascriptcore/JavaScriptCore/jit/JIT.h >--- qt-everywhere-opensource-src-4.8.2.orig/src/3rdparty/javascriptcore/JavaScriptCore/jit/JIT.h 2012-06-22 18:54:06.985134012 +0200 >+++ qt-everywhere-opensource-src-4.8.2/src/3rdparty/javascriptcore/JavaScriptCore/jit/JIT.h 2012-06-22 18:57:20.764711433 +0200 >@@ -436,7 +436,7 @@ > void emitSub32Constant(unsigned dst, unsigned op, int32_t constant, ResultType opType); > void emitBinaryDoubleOp(OpcodeID, unsigned dst, unsigned op1, unsigned op2, OperandTypes, JumpList& notInt32Op1, JumpList& notInt32Op2, bool op1IsInRegisters = true, bool op2IsInRegisters = true); > >-#if CPU(X86) >+#if CPU(X86) || (CPU(X86_64) && defined(__ILP32__)) > // These architecture specific value are used to enable patching - see comment on op_put_by_id. > static const int patchOffsetPutByIdStructure = 7; > static const int patchOffsetPutByIdExternalLoad = 13;
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 421009
:
315219
|
315311
| 315983