Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 472626 Details for
Bug 581022
dev-qt/qtscript - error: undefined reference to 'cti_vm_throw'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix-cti_vm_throw.patch
fix-cti_vm_throw.patch (text/plain), 795 bytes, created by
Petross404(Petros S)
on 2017-05-14 20:35:49 UTC
(
hide
)
Description:
fix-cti_vm_throw.patch
Filename:
MIME Type:
Creator:
Petross404(Petros S)
Created:
2017-05-14 20:35:49 UTC
Size:
795 bytes
patch
obsolete
>--- org/src/3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.h 2016-09-17 23:55:14.000000000 +0300 >+++ new/src/3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.h 2017-05-14 23:26:14.656165331 +0300 >@@ -316,7 +316,7 @@ > EncodedJSValue JIT_STUB cti_op_to_primitive(STUB_ARGS_DECLARATION); > EncodedJSValue JIT_STUB cti_op_typeof(STUB_ARGS_DECLARATION); > EncodedJSValue JIT_STUB cti_op_urshift(STUB_ARGS_DECLARATION); >- EncodedJSValue JIT_STUB cti_vm_throw(STUB_ARGS_DECLARATION); >+ __attribute__((used)) EncodedJSValue JIT_STUB cti_vm_throw(STUB_ARGS_DECLARATION); > EncodedJSValue JIT_STUB cti_to_object(STUB_ARGS_DECLARATION); > JSObject* JIT_STUB cti_op_construct_JSConstruct(STUB_ARGS_DECLARATION); > JSObject* JIT_STUB cti_op_new_array(STUB_ARGS_DECLARATION);
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 581022
:
431780
|
431782
|
470642
| 472626