Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 472628 Details for
Bug 581024
dev-qt/qtscript-5.6.0 fails to link with LTO -> 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]
patch
fix-cti_vm_throw.patch (text/plain), 795 bytes, created by
Petross404(Petros S)
on 2017-05-14 20:39:47 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Petross404(Petros S)
Created:
2017-05-14 20:39:47 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 581024
:
431790
|
431792
|
431794
| 472628