Bug 15093

Summary: Better defines for ARM architecture
Product: WebKit Reporter: Mike Hommey <mh+webkit>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ddkilzer
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Other   
OS: Linux   
Attachments:
Description Flags
Patch ddkilzer: review+

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.