<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[160648] trunk/Source</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/160648">160648</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2013-12-16 10:10:58 -0800 (Mon, 16 Dec 2013)</dd>
</dl>

<h3>Log Message</h3>
<pre>Delete RVCT related code parts.
https://bugs.webkit.org/show_bug.cgi?id=125626

Patch by Peter Szanka &lt;h868064@stud.u-szeged.hu&gt; on 2013-12-16
Reviewed by Darin Adler.

Source/JavaScriptCore:

* assembler/ARMAssembler.cpp:
* assembler/ARMAssembler.h:
(JSC::ARMAssembler::cacheFlush):
* assembler/MacroAssemblerARM.cpp:
(JSC::isVFPPresent):
* jit/JITStubsARM.h:
* jit/JITStubsARMv7.h:

Source/WebKit/blackberry:

* WebKitSupport/AboutData.cpp:
(BlackBerry::WebKit::configPage):

Source/WTF:

* wtf/Assertions.h:
* wtf/Compiler.h:
* wtf/FastMalloc.h:
* wtf/Platform.h:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceJavaScriptCoreChangeLog">trunk/Source/JavaScriptCore/ChangeLog</a></li>
<li><a href="#trunkSourceJavaScriptCoreassemblerARMAssemblercpp">trunk/Source/JavaScriptCore/assembler/ARMAssembler.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCoreassemblerARMAssemblerh">trunk/Source/JavaScriptCore/assembler/ARMAssembler.h</a></li>
<li><a href="#trunkSourceJavaScriptCoreassemblerMacroAssemblerARMcpp">trunk/Source/JavaScriptCore/assembler/MacroAssemblerARM.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCorejitJITStubsARMh">trunk/Source/JavaScriptCore/jit/JITStubsARM.h</a></li>
<li><a href="#trunkSourceJavaScriptCorejitJITStubsARMv7h">trunk/Source/JavaScriptCore/jit/JITStubsARMv7.h</a></li>
<li><a href="#trunkSourceWTFChangeLog">trunk/Source/WTF/ChangeLog</a></li>
<li><a href="#trunkSourceWTFwtfAssertionsh">trunk/Source/WTF/wtf/Assertions.h</a></li>
<li><a href="#trunkSourceWTFwtfCompilerh">trunk/Source/WTF/wtf/Compiler.h</a></li>
<li><a href="#trunkSourceWTFwtfFastMalloch">trunk/Source/WTF/wtf/FastMalloc.h</a></li>
<li><a href="#trunkSourceWTFwtfPlatformh">trunk/Source/WTF/wtf/Platform.h</a></li>
<li><a href="#trunkSourceWebKitblackberryChangeLog">trunk/Source/WebKit/blackberry/ChangeLog</a></li>
<li><a href="#trunkSourceWebKitblackberryWebKitSupportAboutDatacpp">trunk/Source/WebKit/blackberry/WebKitSupport/AboutData.cpp</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceJavaScriptCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/ChangeLog (160647 => 160648)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/ChangeLog        2013-12-16 18:04:13 UTC (rev 160647)
+++ trunk/Source/JavaScriptCore/ChangeLog        2013-12-16 18:10:58 UTC (rev 160648)
</span><span class="lines">@@ -1,3 +1,18 @@
</span><ins>+2013-12-16  Peter Szanka  &lt;h868064@stud.u-szeged.hu&gt;
+
+        Delete RVCT related code parts.
+        https://bugs.webkit.org/show_bug.cgi?id=125626
+
+        Reviewed by Darin Adler.
+
+        * assembler/ARMAssembler.cpp:
+        * assembler/ARMAssembler.h:
+        (JSC::ARMAssembler::cacheFlush):
+        * assembler/MacroAssemblerARM.cpp:
+        (JSC::isVFPPresent):
+        * jit/JITStubsARM.h:
+        * jit/JITStubsARMv7.h:
+
</ins><span class="cx"> 2013-12-15  Ryosuke Niwa  &lt;rniwa@webkit.org&gt;
</span><span class="cx"> 
</span><span class="cx">         REGRESSION: 2x regression on Dromaeo DOM query tests
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreassemblerARMAssemblercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/assembler/ARMAssembler.cpp (160647 => 160648)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/assembler/ARMAssembler.cpp        2013-12-16 18:04:13 UTC (rev 160647)
+++ trunk/Source/JavaScriptCore/assembler/ARMAssembler.cpp        2013-12-16 18:10:58 UTC (rev 160648)
</span><span class="lines">@@ -420,23 +420,6 @@
</span><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-#if OS(LINUX) &amp;&amp; COMPILER(RVCT)
-
-__asm void ARMAssembler::cacheFlush(void* code, size_t size)
-{
-    ARM
-    push {r7}
-    add r1, r1, r0
-    mov r7, #0xf0000
-    add r7, r7, #0x2
-    mov r2, #0x0
-    svc #0x0
-    pop {r7}
-    bx lr
-}
-
-#endif
-
</del><span class="cx"> } // namespace JSC
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(ASSEMBLER) &amp;&amp; CPU(ARM_TRADITIONAL)
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreassemblerARMAssemblerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/assembler/ARMAssembler.h (160647 => 160648)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/assembler/ARMAssembler.h        2013-12-16 18:04:13 UTC (rev 160647)
+++ trunk/Source/JavaScriptCore/assembler/ARMAssembler.h        2013-12-16 18:10:58 UTC (rev 160648)
</span><span class="lines">@@ -1100,9 +1100,6 @@
</span><span class="cx">         }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-#if OS(LINUX) &amp;&amp; COMPILER(RVCT)
-        static __asm void cacheFlush(void* code, size_t);
-#else
</del><span class="cx">         static void cacheFlush(void* code, size_t size)
</span><span class="cx">         {
</span><span class="cx"> #if OS(LINUX) &amp;&amp; COMPILER(GCC)
</span><span class="lines">@@ -1133,7 +1130,6 @@
</span><span class="cx"> #error &quot;The cacheFlush support is missing on this platform.&quot;
</span><span class="cx"> #endif
</span><span class="cx">         }
</span><del>-#endif
</del><span class="cx"> 
</span><span class="cx">     private:
</span><span class="cx">         static ARMWord RM(int reg)
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreassemblerMacroAssemblerARMcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/assembler/MacroAssemblerARM.cpp (160647 => 160648)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/assembler/MacroAssemblerARM.cpp        2013-12-16 18:04:13 UTC (rev 160647)
+++ trunk/Source/JavaScriptCore/assembler/MacroAssemblerARM.cpp        2013-12-16 18:10:58 UTC (rev 160648)
</span><span class="lines">@@ -62,7 +62,7 @@
</span><span class="cx">     }
</span><span class="cx"> #endif // OS(LINUX)
</span><span class="cx"> 
</span><del>-#if (COMPILER(RVCT) &amp;&amp; defined(__TARGET_FPU_VFP)) || (COMPILER(GCC) &amp;&amp; defined(__VFP_FP__))
</del><ins>+#if (COMPILER(GCC) &amp;&amp; defined(__VFP_FP__))
</ins><span class="cx">     return true;
</span><span class="cx"> #else
</span><span class="cx">     return false;
</span></span></pre></div>
<a id="trunkSourceJavaScriptCorejitJITStubsARMh"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/jit/JITStubsARM.h (160647 => 160648)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/jit/JITStubsARM.h        2013-12-16 18:04:13 UTC (rev 160647)
+++ trunk/Source/JavaScriptCore/jit/JITStubsARM.h        2013-12-16 18:10:58 UTC (rev 160648)
</span><span class="lines">@@ -297,13 +297,6 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // COMPILER(GCC)
</span><span class="cx"> 
</span><del>-#if COMPILER(RVCT)
-
-/* Include the generated file */
-#include &quot;GeneratedJITStubs_RVCT.h&quot;
-
-#endif // COMPILER(RVCT)
-
</del><span class="cx"> } // namespace JSC
</span><span class="cx"> 
</span><span class="cx"> #endif // JITStubsARM_h
</span></span></pre></div>
<a id="trunkSourceJavaScriptCorejitJITStubsARMv7h"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/jit/JITStubsARMv7.h (160647 => 160648)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/jit/JITStubsARMv7.h        2013-12-16 18:04:13 UTC (rev 160647)
+++ trunk/Source/JavaScriptCore/jit/JITStubsARMv7.h        2013-12-16 18:10:58 UTC (rev 160648)
</span><span class="lines">@@ -346,13 +346,6 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // COMPILER(GCC)
</span><span class="cx"> 
</span><del>-#if COMPILER(RVCT)
-
-/* Include the generated file */
-#include &quot;GeneratedJITStubs_RVCT.h&quot;
-
-#endif // COMPILER(RVCT)
-
</del><span class="cx"> } // namespace JSC
</span><span class="cx"> 
</span><span class="cx"> #endif // JITStubsARMv7_h
</span></span></pre></div>
<a id="trunkSourceWTFChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/ChangeLog (160647 => 160648)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/ChangeLog        2013-12-16 18:04:13 UTC (rev 160647)
+++ trunk/Source/WTF/ChangeLog        2013-12-16 18:10:58 UTC (rev 160648)
</span><span class="lines">@@ -1,3 +1,15 @@
</span><ins>+2013-12-16  Peter Szanka  &lt;h868064@stud.u-szeged.hu&gt;
+
+        Delete RVCT related code parts.
+        https://bugs.webkit.org/show_bug.cgi?id=125626
+
+        Reviewed by Darin Adler.
+
+        * wtf/Assertions.h:
+        * wtf/Compiler.h:
+        * wtf/FastMalloc.h:
+        * wtf/Platform.h:
+
</ins><span class="cx"> 2013-12-13  Brent Fulgham  &lt;bfulgham@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [Win] Remove Pre-VS2013 support code.
</span></span></pre></div>
<a id="trunkSourceWTFwtfAssertionsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/Assertions.h (160647 => 160648)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/Assertions.h        2013-12-16 18:04:13 UTC (rev 160647)
+++ trunk/Source/WTF/wtf/Assertions.h        2013-12-16 18:10:58 UTC (rev 160648)
</span><span class="lines">@@ -223,13 +223,7 @@
</span><span class="cx"> #define ASSERT_NOT_REACHED() ((void)0)
</span><span class="cx"> #define NO_RETURN_DUE_TO_ASSERT
</span><span class="cx"> 
</span><del>-#if COMPILER(RVCT)
-template&lt;typename T&gt;
-inline void assertUnused(T&amp; x) { (void)x; }
-#define ASSERT_UNUSED(variable, assertion) (assertUnused(variable))
-#else
</del><span class="cx"> #define ASSERT_UNUSED(variable, assertion) ((void)variable)
</span><del>-#endif
</del><span class="cx"> 
</span><span class="cx"> #ifdef ADDRESS_SANITIZER
</span><span class="cx"> #define ASSERT_WITH_SECURITY_IMPLICATION(assertion) \
</span><span class="lines">@@ -299,13 +293,7 @@
</span><span class="cx"> /* ASSERT_WITH_MESSAGE_UNUSED */
</span><span class="cx"> 
</span><span class="cx"> #if ASSERT_MSG_DISABLED
</span><del>-#if COMPILER(RVCT)
-template&lt;typename T&gt;
-inline void assertWithMessageUnused(T&amp; x) { (void)x; }
-#define ASSERT_WITH_MESSAGE_UNUSED(variable, assertion, ...) (assertWithMessageUnused(variable))
-#else
</del><span class="cx"> #define ASSERT_WITH_MESSAGE_UNUSED(variable, assertion, ...) ((void)variable)
</span><del>-#endif
</del><span class="cx"> #else
</span><span class="cx"> #define ASSERT_WITH_MESSAGE_UNUSED(variable, assertion, ...) do \
</span><span class="cx">     if (!(assertion)) { \
</span></span></pre></div>
<a id="trunkSourceWTFwtfCompilerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/Compiler.h (160647 => 160648)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/Compiler.h        2013-12-16 18:04:13 UTC (rev 160647)
+++ trunk/Source/WTF/wtf/Compiler.h        2013-12-16 18:10:58 UTC (rev 160648)
</span><span class="lines">@@ -105,15 +105,6 @@
</span><span class="cx"> 
</span><span class="cx"> #endif /* defined(_MSC_VER) */
</span><span class="cx"> 
</span><del>-/* COMPILER(RVCT) - ARM RealView Compilation Tools */
-#if defined(__CC_ARM) || defined(__ARMCC__)
-#define WTF_COMPILER_RVCT 1
-#define RVCT_VERSION_AT_LEAST(major, minor, patch, build) (__ARMCC_VERSION &gt;= (major * 100000 + minor * 10000 + patch * 1000 + build))
-#else
-/* Define this for !RVCT compilers, just so we can write things like RVCT_VERSION_AT_LEAST(3, 0, 0, 0). */
-#define RVCT_VERSION_AT_LEAST(major, minor, patch, build) 0
-#endif
-
</del><span class="cx"> /* COMPILER(GCCE) - GNU Compiler Collection for Embedded */
</span><span class="cx"> #if defined(__GCCE__)
</span><span class="cx"> #define WTF_COMPILER_GCCE 1
</span><span class="lines">@@ -123,7 +114,7 @@
</span><span class="cx"> 
</span><span class="cx"> /* COMPILER(GCC) - GNU Compiler Collection */
</span><span class="cx"> /* --gnu option of the RVCT compiler also defines __GNUC__ */
</span><del>-#if defined(__GNUC__) &amp;&amp; !COMPILER(RVCT)
</del><ins>+#if defined(__GNUC__)
</ins><span class="cx"> #define WTF_COMPILER_GCC 1
</span><span class="cx"> #define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
</span><span class="cx"> #define GCC_VERSION_AT_LEAST(major, minor, patch) (GCC_VERSION &gt;= (major * 10000 + minor * 100 + patch))
</span><span class="lines">@@ -219,7 +210,7 @@
</span><span class="cx"> #ifndef ALWAYS_INLINE
</span><span class="cx"> #if COMPILER(GCC) &amp;&amp; defined(NDEBUG) &amp;&amp; !COMPILER(MINGW)
</span><span class="cx"> #define ALWAYS_INLINE inline __attribute__((__always_inline__))
</span><del>-#elif (COMPILER(MSVC) || COMPILER(RVCT)) &amp;&amp; defined(NDEBUG)
</del><ins>+#elif COMPILER(MSVC) &amp;&amp; defined(NDEBUG)
</ins><span class="cx"> #define ALWAYS_INLINE __forceinline
</span><span class="cx"> #else
</span><span class="cx"> #define ALWAYS_INLINE inline
</span><span class="lines">@@ -232,8 +223,6 @@
</span><span class="cx"> #ifndef NEVER_INLINE
</span><span class="cx"> #if COMPILER(GCC)
</span><span class="cx"> #define NEVER_INLINE __attribute__((__noinline__))
</span><del>-#elif COMPILER(RVCT)
-#define NEVER_INLINE __declspec(noinline)
</del><span class="cx"> #else
</span><span class="cx"> #define NEVER_INLINE
</span><span class="cx"> #endif
</span><span class="lines">@@ -243,7 +232,7 @@
</span><span class="cx"> /* UNLIKELY */
</span><span class="cx"> 
</span><span class="cx"> #ifndef UNLIKELY
</span><del>-#if COMPILER(GCC) || (COMPILER(RVCT) &amp;&amp; defined(__GNUC__))
</del><ins>+#if COMPILER(GCC)
</ins><span class="cx"> #define UNLIKELY(x) __builtin_expect(!!(x), 0)
</span><span class="cx"> #else
</span><span class="cx"> #define UNLIKELY(x) (x)
</span><span class="lines">@@ -254,7 +243,7 @@
</span><span class="cx"> /* LIKELY */
</span><span class="cx"> 
</span><span class="cx"> #ifndef LIKELY
</span><del>-#if COMPILER(GCC) || (COMPILER(RVCT) &amp;&amp; defined(__GNUC__))
</del><ins>+#if COMPILER(GCC)
</ins><span class="cx"> #define LIKELY(x) __builtin_expect(!!(x), 1)
</span><span class="cx"> #else
</span><span class="cx"> #define LIKELY(x) (x)
</span><span class="lines">@@ -268,7 +257,7 @@
</span><span class="cx"> #ifndef NO_RETURN
</span><span class="cx"> #if COMPILER(GCC)
</span><span class="cx"> #define NO_RETURN __attribute((__noreturn__))
</span><del>-#elif COMPILER(MSVC) || COMPILER(RVCT)
</del><ins>+#elif COMPILER(MSVC)
</ins><span class="cx"> #define NO_RETURN __declspec(noreturn)
</span><span class="cx"> #else
</span><span class="cx"> #define NO_RETURN
</span><span class="lines">@@ -342,11 +331,7 @@
</span><span class="cx"> 
</span><span class="cx"> /* UNUSED_PARAM */
</span><span class="cx"> 
</span><del>-#if COMPILER(RVCT)
-template&lt;typename T&gt;
-inline void unusedParam(T&amp; x) { (void)x; }
-#define UNUSED_PARAM(variable) unusedParam(variable)
-#elif COMPILER(MSVC)
</del><ins>+#if COMPILER(MSVC)
</ins><span class="cx"> #define UNUSED_PARAM(variable) (void)&amp;variable
</span><span class="cx"> #else
</span><span class="cx"> #define UNUSED_PARAM(variable) (void)variable
</span></span></pre></div>
<a id="trunkSourceWTFwtfFastMalloch"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/FastMalloc.h (160647 => 160648)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/FastMalloc.h        2013-12-16 18:04:13 UTC (rev 160647)
+++ trunk/Source/WTF/wtf/FastMalloc.h        2013-12-16 18:10:58 UTC (rev 160648)
</span><span class="lines">@@ -242,7 +242,7 @@
</span><span class="cx"> #define WTF_PRIVATE_INLINE __private_extern__ inline __attribute__((always_inline))
</span><span class="cx"> #elif COMPILER(GCC)
</span><span class="cx"> #define WTF_PRIVATE_INLINE inline __attribute__((always_inline))
</span><del>-#elif COMPILER(MSVC) || COMPILER(RVCT)
</del><ins>+#elif COMPILER(MSVC)
</ins><span class="cx"> #define WTF_PRIVATE_INLINE __forceinline
</span><span class="cx"> #else
</span><span class="cx"> #define WTF_PRIVATE_INLINE inline
</span></span></pre></div>
<a id="trunkSourceWTFwtfPlatformh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/Platform.h (160647 => 160648)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/Platform.h        2013-12-16 18:04:13 UTC (rev 160647)
+++ trunk/Source/WTF/wtf/Platform.h        2013-12-16 18:10:58 UTC (rev 160648)
</span><span class="lines">@@ -169,7 +169,7 @@
</span><span class="cx"> #define WTF_CPU_ARM_HARDFP 1
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-#if defined(__ARMEB__) || (COMPILER(RVCT) &amp;&amp; defined(__BIG_ENDIAN))
</del><ins>+#if defined(__ARMEB__)
</ins><span class="cx"> #define WTF_CPU_BIG_ENDIAN 1
</span><span class="cx"> 
</span><span class="cx"> #elif !defined(__ARM_EABI__) \
</span><span class="lines">@@ -569,7 +569,7 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> #if !defined(HAVE_VASPRINTF)
</span><del>-#if !COMPILER(MSVC) &amp;&amp; !COMPILER(RVCT) &amp;&amp; !COMPILER(MINGW) &amp;&amp; !(COMPILER(GCC) &amp;&amp; OS(QNX))
</del><ins>+#if !COMPILER(MSVC) &amp;&amp; !COMPILER(MINGW) &amp;&amp; !(COMPILER(GCC) &amp;&amp; OS(QNX))
</ins><span class="cx"> #define HAVE_VASPRINTF 1
</span><span class="cx"> #endif
</span><span class="cx"> #endif
</span><span class="lines">@@ -820,7 +820,7 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> /* Configure the interpreter */
</span><del>-#if COMPILER(GCC) || (COMPILER(RVCT) &amp;&amp; defined(__GNUC__))
</del><ins>+#if COMPILER(GCC)
</ins><span class="cx"> #define HAVE_COMPUTED_GOTO 1
</span><span class="cx"> #endif
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKitblackberryChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/blackberry/ChangeLog (160647 => 160648)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/blackberry/ChangeLog        2013-12-16 18:04:13 UTC (rev 160647)
+++ trunk/Source/WebKit/blackberry/ChangeLog        2013-12-16 18:10:58 UTC (rev 160648)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2013-12-16  Peter Szanka  &lt;h868064@stud.u-szeged.hu&gt;
+
+        Delete RVCT related code parts.
+        https://bugs.webkit.org/show_bug.cgi?id=125626
+
+        Reviewed by Darin Adler.
+
+        * WebKitSupport/AboutData.cpp:
+        (BlackBerry::WebKit::configPage):
+
</ins><span class="cx"> 2013-12-11  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Web Inspector: Push More Inspector Required Classes Down into JavaScriptCore
</span></span></pre></div>
<a id="trunkSourceWebKitblackberryWebKitSupportAboutDatacpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/blackberry/WebKitSupport/AboutData.cpp (160647 => 160648)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/blackberry/WebKitSupport/AboutData.cpp        2013-12-16 18:04:13 UTC (rev 160647)
+++ trunk/Source/WebKit/blackberry/WebKitSupport/AboutData.cpp        2013-12-16 18:10:58 UTC (rev 160648)
</span><span class="lines">@@ -76,12 +76,6 @@
</span><span class="cx">     builder.append(&quot;&lt;tr&gt;&lt;td&gt;_MSC_VER&lt;/td&gt;&lt;td&gt;&quot; + String::number(_MSC_VER) + &quot;&lt;/td&gt;&lt;/tr&gt;&quot;);
</span><span class="cx">     builder.append(&quot;&lt;tr&gt;&lt;td&gt;_MSC_FULL_VER&lt;/td&gt;&lt;td&gt;&quot; + String::number(_MSC_FULL_VER) + &quot;&lt;/td&gt;&lt;/tr&gt;&quot;);
</span><span class="cx">     builder.append(&quot;&lt;tr&gt;&lt;td&gt;_MSC_BUILD&lt;/td&gt;&lt;td&gt;&quot; + String::number(_MSC_BUILD) + &quot;&lt;/td&gt;&lt;/tr&gt;&quot;);
</span><del>-#elif COMPILER(RVCT)
-    builder.appendLiteral(&quot;&lt;tr&gt;&lt;td&gt;ARM RealView Compiler Toolkit&lt;/td&gt;&lt;td&gt;RVCT&lt;/td&gt;&lt;/tr&gt;&quot;);
-    builder.append(&quot;&lt;tr&gt;&lt;td&gt;__ARMCC_VERSION&lt;/td&gt;&lt;td&gt;&quot; + String::number(__ARMCC_VERSION) + &quot;&lt;/td&gt;&lt;/tr&gt;&quot;);
-#if COMPILER(RVCT4GNU)
-    builder.appendLiteral(&quot;&lt;tr&gt;&lt;td&gt;RVCT 4+ in --gnu mode&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&quot;);
-#endif
</del><span class="cx"> #elif COMPILER(GCC)
</span><span class="cx">     builder.append(&quot;&lt;tr&gt;&lt;td&gt;GCC&lt;/td&gt;&lt;td&gt;&quot; + String::number(__GNUC__) + &quot;.&quot; + String::number(__GNUC_MINOR__) + &quot;.&quot; + String::number(__GNUC_PATCHLEVEL__) + &quot;&lt;/td&gt;&lt;/tr&gt;&quot;);
</span><span class="cx"> #endif
</span></span></pre>
</div>
</div>

</body>
</html>