Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 666236 Details for
Bug 703538
>dev-lang/spidermonkey-45.0.2 broken on ia64
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
dev-lang/spidermonkey:68 Add JIT ia64 atomics
spidermonkey-68.12.0-jit-ia64-atomics.patch (text/plain), 769 bytes, created by
Émeric Maschino
on 2020-10-17 15:01:51 UTC
(
hide
)
Description:
dev-lang/spidermonkey:68 Add JIT ia64 atomics
Filename:
MIME Type:
Creator:
Émeric Maschino
Created:
2020-10-17 15:01:51 UTC
Size:
769 bytes
patch
obsolete
>diff --git a/js/src/jit/AtomicOperations.h b/js/src/jit/AtomicOperations.h >index 0486cba..0f45ac8 100644 >--- a/js/src/jit/AtomicOperations.h >+++ b/js/src/jit/AtomicOperations.h >@@ -391,7 +391,8 @@ inline bool AtomicOperations::isLockfreeJS(int32_t size) { > #elif defined(__ppc__) || defined(__PPC__) || defined(__sparc__) || \ > defined(__ppc64__) || defined(__PPC64__) || defined(__ppc64le__) || \ > defined(__PPC64LE__) || defined(__alpha__) || defined(__hppa__) || \ >- defined(__sh__) || defined(__s390__) || defined(__s390x__) >+ defined(__ia64__) || defined(__sh__) || defined(__s390__) || \ >+ defined(__s390x__) > # include "jit/shared/AtomicOperations-feeling-lucky.h" > #else > # error "No AtomicOperations support provided for this platform"
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 703538
:
601860
|
603428
|
604118
| 666236 |
666239