Commit 9904592e by Zack Weinberg

Doc update for -maix-struct-return patch

From-SVN: r47574
parent 82ff672e
...@@ -441,6 +441,7 @@ in the following sections. ...@@ -441,6 +441,7 @@ in the following sections.
-mno-relocatable -mrelocatable-lib -mno-relocatable-lib @gol -mno-relocatable -mrelocatable-lib -mno-relocatable-lib @gol
-mtoc -mno-toc -mlittle -mlittle-endian -mbig -mbig-endian @gol -mtoc -mno-toc -mlittle -mlittle-endian -mbig -mbig-endian @gol
-mcall-aix -mcall-sysv -mcall-netbsd @gol -mcall-aix -mcall-sysv -mcall-netbsd @gol
-maix-struct-return -msvr4-struct-return
-mabi=altivec @gol -mabi=altivec @gol
-mprototype -mno-prototype @gol -mprototype -mno-prototype @gol
-msim -mmvme -mads -myellowknife -memb -msdata @gol -msim -mmvme -mads -myellowknife -memb -msdata @gol
...@@ -6959,6 +6960,15 @@ Linux-based GNU system. ...@@ -6959,6 +6960,15 @@ Linux-based GNU system.
On System V.4 and embedded PowerPC systems compile code for the On System V.4 and embedded PowerPC systems compile code for the
NetBSD operating system. NetBSD operating system.
@item -maix-struct-return
@opindex maix-struct-return
Return all structures in memory (as specified by the AIX ABI)@.
@item -msvr4-struct-return
@opindex msvr4-struct-return
Return structures smaller than 8 bytes in registers (as specified by the
SVR4 ABI)@.
@item -mabi=altivec @item -mabi=altivec
@opindex mabi=altivec @opindex mabi=altivec
Extend the current ABI with AltiVec ABI extensions. This does not Extend the current ABI with AltiVec ABI extensions. This does not
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment