Changeset 1b5a1d8 in clfs-embedded for BOOK/cross-tools/arm/abi.xml


Ignore:
Timestamp:
Jan 29, 2011, 9:36:40 AM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
de0af72
Parents:
ab3543d
git-author:
Andrew Bradford <bradfa@…> (01/24/11 17:08:04)
git-committer:
Joe Ciccone <jciccone@…> (01/29/11 09:36:40)
Message:

Added notes to ARM ABI Variable table

The listing of ARM ABI variables can be intimidating because there's
5 choices and no information on which should be chosen.
I attempted to make short notes to help inform people about which
ABI would be a good choice.
Good info about ARM ABIs found at:
http://wiki.debian.org/ArmEabiPort

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/arm/abi.xml

    rab3543d r1b5a1d8  
    3131      <colspec colnum="1" colwidth="1.5in" colname="ABI to Select"/>
    3232      <colspec colnum="2" colwidth="1.5in" colname="Variable Value"/>
     33      <colspec colnum="3" colwidth="2in" colname="Note"/>
    3334
    3435      <thead>
     
    3637          <entry>ABI</entry>
    3738          <entry>BUILD=Value</entry>
     39          <entry>Note</entry>
    3840        </row>
    3941      </thead>
     
    4345          <entry>apcs-gnu</entry>
    4446          <entry>-mabi=apcs-gnu</entry>
     47          <entry>Legacy ABI, arm4 and older</entry>
    4548        </row>
    4649        <row>
    4750          <entry>atpcs</entry>
    4851          <entry>-mabi=atpcs</entry>
     52          <entry>Thumb ABI</entry>
    4953        </row>
    5054        <row>
    5155          <entry>aapcs</entry>
    5256          <entry>-mabi=aapcs</entry>
     57          <entry>EABI w/ variable size enums</entry>
    5358        </row>
    5459        <row>
    5560          <entry>aapcs-linux</entry>
    5661          <entry>-mabi=aapcs-linux</entry>
     62          <entry>EABI w/ standard Linux 32 bit (int) enums</entry>
    5763        </row>
    5864        <row>
    5965          <entry>iwmmxt</entry>
    6066          <entry>-mabi=iwmmxt</entry>
     67          <entry>Supports Intel XScale MMX extensions</entry>
    6168        </row>
    6269      </tbody>
Note: See TracChangeset for help on using the changeset viewer.