Bug 15093 - Better defines for ARM architecture
Summary: Better defines for ARM architecture
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 523.x (Safari 3)
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-27 11:50 PDT by Mike Hommey
Modified: 2007-08-30 15:39 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.97 KB, patch)
2007-08-27 11:51 PDT, Mike Hommey
ddkilzer: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Hommey 2007-08-27 11:50:58 PDT
I'll attach here a patch from Riku Voipio for better support of the various ARM ABIs.

The rationale is as follows:
- WTF_PLATFORM_MIDDLE_ENDIAN is something oldabi specific.
- For ARM EABI, struct packing rules are the same as on other architectures
- There is also a big-endian ARM port.
Comment 1 Mike Hommey 2007-08-27 11:51:26 PDT
Created attachment 16135 [details]
Patch
Comment 2 David Kilzer (:ddkilzer) 2007-08-29 14:35:54 PDT
Comment on attachment 16135 [details]
Patch

r=me
Comment 3 Mark Rowe (bdash) 2007-08-30 15:39:50 PDT
Landed in r25321.