Changeset babc55d in clfs-embedded


Ignore:
Timestamp:
Oct 8, 2013, 8:40:27 AM (10 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
62fdf1a
Parents:
9de8668
git-author:
Andrew Bradford <andrew@…> (10/01/13 11:40:39)
git-committer:
Andrew Bradford <andrew@…> (10/08/13 08:40:27)
Message:

arm/abi: Reduce table to 2 columns

Columns 1 and 2 were the same and thus duplicate information that is not
needed and may even confuse. Remove column 2.

File:
1 edited

Legend:

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

    r9de8668 rbabc55d  
    4141    <?dbfo table-width="3in" ?>
    4242
    43     <tgroup cols="3">
     43    <tgroup cols="2">
    4444
    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"/>
    4847
    4948      <thead>
    5049        <row>
    5150          <entry>ABI</entry>
    52           <entry>CLFS_ABI=Value</entry>
    5351          <entry>Note</entry>
    5452        </row>
     
    5856        <row>
    5957          <entry>aapcs-linux</entry>
    60           <entry>aapcs-linux</entry>
    6158          <entry>Recommended for EABI. Standard Linux 32 bit (int) enums</entry>
    6259        </row>
    6360        <row>
    64           <entry>apcs-gnu</entry>
    6561          <entry>apcs-gnu</entry>
    6662          <entry>Recommended for OABI</entry>
     
    6864        <row>
    6965          <entry>atpcs</entry>
    70           <entry>atpcs</entry>
    7166          <entry>Thumb ABI</entry>
    7267        </row>
    7368        <row>
    7469          <entry>aapcs</entry>
    75           <entry>aapcs</entry>
    7670          <entry>EABI w/ variable size enums</entry>
    7771        </row>
    7872        <row>
    79           <entry>iwmmxt</entry>
    8073          <entry>iwmmxt</entry>
    8174          <entry>Supports Intel XScale MMX extensions</entry>
Note: See TracChangeset for help on using the changeset viewer.