- Timestamp:
- Jan 25, 2011, 1:08:04 AM (14 years ago)
- Branches:
- master
- Children:
- 964fe7d
- Parents:
- 70b9341
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/abi.xml
r70b9341 r23b90d8 31 31 <colspec colnum="1" colwidth="1.5in" colname="ABI to Select"/> 32 32 <colspec colnum="2" colwidth="1.5in" colname="Variable Value"/> 33 <colspec colnum="3" colwidth="2in" colname="Note"/> 33 34 34 35 <thead> … … 36 37 <entry>ABI</entry> 37 38 <entry>BUILD=Value</entry> 39 <entry>Note</entry> 38 40 </row> 39 41 </thead> … … 43 45 <entry>apcs-gnu</entry> 44 46 <entry>-mabi=apcs-gnu</entry> 47 <entry>Legacy ABI, arm4 and older</entry> 45 48 </row> 46 49 <row> 47 50 <entry>atpcs</entry> 48 51 <entry>-mabi=atpcs</entry> 52 <entry>Thumb ABI</entry> 49 53 </row> 50 54 <row> 51 55 <entry>aapcs</entry> 52 56 <entry>-mabi=aapcs</entry> 57 <entry>EABI w/ variable size enums</entry> 53 58 </row> 54 59 <row> 55 60 <entry>aapcs-linux</entry> 56 61 <entry>-mabi=aapcs-linux</entry> 62 <entry>EABI w/ standard Linux 32 bit (int) enums</entry> 57 63 </row> 58 64 <row> 59 65 <entry>iwmmxt</entry> 60 66 <entry>-mabi=iwmmxt</entry> 67 <entry>Supports Intel XScale MMX extensions</entry> 61 68 </row> 62 69 </tbody>
Note:
See TracChangeset
for help on using the changeset viewer.