https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82717

palmer at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2017-10-25
                 CC|                            |palmer at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |palmer at gcc dot 
gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from palmer at gcc dot gnu.org ---
Thanks Alex -- you're correct that this is a documentation/code mismatch.  I
just talked to Andrew and we think it's best to change the documentation.  How
does this sound:

"""
@item -mabi=@var{ABI-string}
@opindex mabi
Specify integer and floating-point calling convention.  The default for this
argument is system dependent, users who want a specific calling convention
should specify one explicitly.  The valid calling conventions are: ilp32,
ilp32f, ilp32d, lp64, lp64f, and lp64d.
"""

Reply via email to