WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
[patch]
patches to run on OpenBSD/sparc64
webkit-sparc64-patches (text/plain), 1.67 KB, created by
Landry Breuil
on 2010-01-08 08:06:05 PST
(
hide
)
Description:
patches to run on OpenBSD/sparc64
Filename:
MIME Type:
Creator:
Landry Breuil
Created:
2010-01-08 08:06:05 PST
Size:
1.67 KB
patch
obsolete
>$OpenBSD$ >--- WebCore/platform/text/AtomicString.cpp.orig Thu Jan 7 18:44:45 2010 >+++ WebCore/platform/text/AtomicString.cpp Thu Jan 7 18:44:58 2010 >@@ -105,7 +105,7 @@ static inline bool equal(StringImpl* string, const UCh > > // FIXME: perhaps we should have a more abstract macro that indicates when > // going 4 bytes at a time is unsafe >-#if CPU(ARM) || CPU(SH4) >+#if CPU(ARM) || CPU(SH4) || CPU(SPARC64) > const UChar* stringCharacters = string->characters(); > for (unsigned i = 0; i != length; ++i) { > if (*stringCharacters++ != *characters++) >$OpenBSD$ >--- WebCore/platform/text/StringHash.h.orig Thu Jan 7 18:44:20 2010 >+++ WebCore/platform/text/StringHash.h Thu Jan 7 18:44:40 2010 >@@ -54,7 +54,7 @@ namespace WebCore { > > // FIXME: perhaps we should have a more abstract macro that indicates when > // going 4 bytes at a time is unsafe >-#if CPU(ARM) || CPU(SH4) >+#if CPU(ARM) || CPU(SH4) || CPU(SPARC64) > const UChar* aChars = a->characters(); > const UChar* bChars = b->characters(); > for (unsigned i = 0; i != aLength; ++i) { >$OpenBSD: patch-JavaScriptCore_wtf_Platform_h,v 1.1 2009/10/14 11:17:58 landry Exp $ >--- JavaScriptCore/wtf/Platform.h.orig Tue Jan 5 17:07:27 2010 >+++ JavaScriptCore/wtf/Platform.h Tue Jan 5 23:03:33 2010 >@@ -804,7 +804,7 @@ > #endif > > #if !defined(WTF_USE_JSVALUE64) && !defined(WTF_USE_JSVALUE32) && !defined(WTF_USE_JSVALUE32_64) >-#if (CPU(X86_64) && (OS(UNIX) || OS(WINDOWS))) || CPU(IA64) || CPU(ALPHA) >+#if (CPU(X86_64) && (OS(UNIX) || OS(WINDOWS))) || CPU(IA64) || CPU(ALPHA) || CPU(SPARC64) > #define WTF_USE_JSVALUE64 1 > #elif CPU(ARM) || CPU(PPC64) > #define WTF_USE_JSVALUE32 1
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
|
Formatted Diff
|
Diff
Attachments on
bug 19775
:
21963
|
22105
|
22185
| 46136 |
62571