| Differences between
and this patch
- ChangeLog +9 lines
Lines 1-3 ChangeLog_sec1
1
2009-07-07  Norbert Leser  <norbert.leser@nokia.com>
2
3
        Reviewed by NOBODY (OOPS!).
4
5
        Exclude Symbian platform from define of
6
        WTF_PLATFORM_MIDDLE_ENDIAN
7
8
        * JavaScriptCore/wtf/Platform.h:
9
1
2009-07-03  Jan Michael Alonzo  <jmalonzo@webkit.org>
10
2009-07-03  Jan Michael Alonzo  <jmalonzo@webkit.org>
2
11
3
        Reviewed by Xan Lopez and Gustavo Noronha.
12
        Reviewed by Xan Lopez and Gustavo Noronha.
- JavaScriptCore/wtf/Platform.h -1 / +1 lines
Lines 221-227 JavaScriptCore/wtf/Platform.h_sec1
221
#define WTF_PLATFORM_ARM 1
221
#define WTF_PLATFORM_ARM 1
222
#if defined(__ARMEB__)
222
#if defined(__ARMEB__)
223
#define WTF_PLATFORM_BIG_ENDIAN 1
223
#define WTF_PLATFORM_BIG_ENDIAN 1
224
#elif !defined(__ARM_EABI__) && !defined(__ARMEB__) && !defined(__VFP_FP__)
224
#elif !defined(__ARM_EABI__) && !defined(__ARMEB__) && !defined(__VFP_FP__) && !PLATFORM(SYMBIAN)
225
#define WTF_PLATFORM_MIDDLE_ENDIAN 1
225
#define WTF_PLATFORM_MIDDLE_ENDIAN 1
226
#endif
226
#endif
227
#if !defined(__ARM_EABI__)
227
#if !defined(__ARM_EABI__)

Return to Bug 27059