Changeset babc55d in clfs-embedded for BOOK/cross-tools/arm/abi.xml
- Timestamp:
- Oct 8, 2013, 3:40:27 PM (11 years ago)
- Branches:
- master
- Children:
- 62fdf1a
- Parents:
- 9de8668
- git-author:
- Andrew Bradford <andrew@…> (10/01/13 18:40:39)
- git-committer:
- Andrew Bradford <andrew@…> (10/08/13 15:40:27)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/abi.xml
r9de8668 rbabc55d 41 41 <?dbfo table-width="3in" ?> 42 42 43 <tgroup cols=" 3">43 <tgroup cols="2"> 44 44 45 <colspec colnum="1" colwidth="1.5in" colname="ABI to Select"/> 46 <colspec colnum="2" colwidth="1.5in" colname="Variable Value"/> 47 <colspec colnum="3" colwidth="2in" colname="Note"/> 45 <colspec colnum="1" colwidth="1.5in" colname="ABI"/> 46 <colspec colnum="2" colwidth="2in" colname="Note"/> 48 47 49 48 <thead> 50 49 <row> 51 50 <entry>ABI</entry> 52 <entry>CLFS_ABI=Value</entry>53 51 <entry>Note</entry> 54 52 </row> … … 58 56 <row> 59 57 <entry>aapcs-linux</entry> 60 <entry>aapcs-linux</entry>61 58 <entry>Recommended for EABI. Standard Linux 32 bit (int) enums</entry> 62 59 </row> 63 60 <row> 64 <entry>apcs-gnu</entry>65 61 <entry>apcs-gnu</entry> 66 62 <entry>Recommended for OABI</entry> … … 68 64 <row> 69 65 <entry>atpcs</entry> 70 <entry>atpcs</entry>71 66 <entry>Thumb ABI</entry> 72 67 </row> 73 68 <row> 74 69 <entry>aapcs</entry> 75 <entry>aapcs</entry>76 70 <entry>EABI w/ variable size enums</entry> 77 71 </row> 78 72 <row> 79 <entry>iwmmxt</entry>80 73 <entry>iwmmxt</entry> 81 74 <entry>Supports Intel XScale MMX extensions</entry>
Note:
See TracChangeset
for help on using the changeset viewer.