RESOLVED FIXED Bug 27059
Exclude Symbian platform from define of MIDDLE_ENDIAN
https://bugs.webkit.org/show_bug.cgi?id=27059
Summary Exclude Symbian platform from define of MIDDLE_ENDIAN
Norbert Leser
Reported 2009-07-07 19:18:11 PDT
Created attachment 32418 [details] Code patch for Platform.h The proposed patch adds !PLATFORM(SYMBIAN) tpo prevent it from entering the conditional code block that defines WTF_PLATFORM_MIDDLE_ENDIAN=1.
Attachments
Code patch for Platform.h (1.04 KB, patch)
2009-07-07 19:18 PDT, Norbert Leser
eric: review-
Update of patch file for bug #27059 (1.33 KB, patch)
2009-08-05 15:00 PDT, Norbert Leser
no flags
2nd update of patch file for bug #27059 (1.36 KB, patch)
2009-08-06 10:32 PDT, Norbert Leser
no flags
3rd update of patch file for bug #27059 (1.35 KB, patch)
2009-08-06 11:58 PDT, Norbert Leser
abarth: commit-queue+
Eric Seidel (no email)
Comment 1 2009-07-10 23:17:06 PDT
Comment on attachment 32418 [details] Code patch for Platform.h Why? PLATFORM(SYMBIAN) seems the wrong level of define to be using here.
Norbert Leser
Comment 2 2009-08-05 15:00:06 PDT
Created attachment 34180 [details] Update of patch file for bug #27059 I updated the patch according to the review comment. Instead of adding a !SYMBIAN condition to the already hard to decipher negative conditional clause within the ARM block, I added the proper __ARM_EABI__ flag to the SYMBIAN case. In addition, I cleaned up the condition of the else branch in the ARM block (removed redundant condition check).
Darin Adler
Comment 3 2009-08-05 16:45:11 PDT
Comment on attachment 34180 [details] Update of patch file for bug #27059 Seems unfortunate to define something that begins with two underscores, since that's supposed to be reserved for the environment, not the library.
Norbert Leser
Comment 4 2009-08-06 10:32:09 PDT
Created attachment 34212 [details] 2nd update of patch file for bug #27059 I agree with Darin'd comment of trying to avoid redefining variables with beginning double underscores in the library code. How about this updated patch: Since on Symbian, we detect the __EABI__ variable but not __ARM_EABI__, I simply added that flag to the respective (negative) conditional statements. It's only in 2 places and I assume it is safe for any other platforms that may or may not have this flag set.
Norbert Leser
Comment 5 2009-08-06 11:58:35 PDT
Created attachment 34216 [details] 3rd update of patch file for bug #27059 Fixed a typo (superfluous spaces) - otherwise same as patch platform_h_bug_27059_3.txt
Adam Barth
Comment 6 2009-08-06 21:11:09 PDT
Comment on attachment 34216 [details] 3rd update of patch file for bug #27059 Clearing review flag on attachment: 34216 Committing to http://svn.webkit.org/repository/webkit/trunk ... M JavaScriptCore/ChangeLog M JavaScriptCore/wtf/Platform.h Committed r46881 M JavaScriptCore/wtf/Platform.h M JavaScriptCore/ChangeLog r46881 = 5dc259f3deb7d16009ef6a9c9d0573db54f74cc4 (trunk) No changes between current HEAD and refs/remotes/trunk Resetting to the latest refs/remotes/trunk http://trac.webkit.org/changeset/46881
Adam Barth
Comment 7 2009-08-06 21:11:14 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.