⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 0195-0195.html

📁 linux-unix130.linux.and.unix.ebooks130 linux and unix ebookslinuxLearning Linux - Collection of 12 E
💻 HTML
字号:
<HTML>



<HEAD>

<TITLE>Linux Complete Command Reference:User Commands:EarthWeb Inc.-</TITLE>

</HEAD>

<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<SCRIPT>
<!--
function displayWindow(url, width, height) {
        var Win = window.open(url,"displayWindow",'width=' + width +
',height=' + height + ',resizable=1,scrollbars=yes');
}
//-->
</SCRIPT>
</HEAD>

 -->




<!-- ISBN=0672311046 //-->

<!-- TITLE=Linux Complete Command Reference//-->

<!-- AUTHOR=Red Hat//-->

<!-- PUBLISHER=Macmillan Computer Publishing//-->

<!-- IMPRINT=Sams//-->

<!-- CHAPTER=01 //-->

<!-- PAGES=0001-0736 //-->

<!-- UNASSIGNED1 //-->

<!-- UNASSIGNED2 //-->



<P><CENTER>

<a href="0193-0194.html">Previous</A> | <a href="../ewtoc.html">Table of Contents</A> | <a href="0196-0197.html">Next</A></CENTER></P>







<A NAME="PAGENUM-195"><P>Page 195</P></A>





<TABLE>



<TR><TD>

_mminimum_fp_blocks

</TD><TD>

Do not include extra scratch space in floating-point data blocks. This results in smaller

code, but slower execution, since scratch space must be allocated dynamically.

</TD></TR><TR><TD>

_mfp_arg_in_fpregs

</TD><TD>

Use a calling sequence incompatible with the IBM calling convention in which

floating-point arguments are passed in floating-point registers. Note that

varargs.h and stdargs.h will not work with floating-point operands if this option is specified.

</TD></TR><TR><TD>

_mfp_arg_in_gregs

</TD><TD>

Use the normal calling convention for floating-point arguments. This is the default.

</TD></TR><TR><TD>

_mhc_struct_return

</TD><TD>

Return structures of more than one word in memory, rather than in a register. This

provides compatibility with the MetaWare HighC (hc) compiler. Use

_fpcc_struct_return for compatibility with the Portable C Compiler (PCC).

</TD></TR><TR><TD>

_mnohc_struct_return

</TD><TD>

Return some structures of more than one word in registers, when convenient. This is

the default. For compatibility with the IBM-supplied compilers, use either

_fpcc_struct_return or _mhc_struct_return.

</TD></TR></TABLE>



<P>These _m options are defined for the MIPS family of computers:

</P>



<TABLE>



<TR><TD>

_mcpu=cpu-type

</TD><TD>

Assume the defaults for the machine type

cpu-type when scheduling instructions. The default

cpu-type is default, which picks the longest cycles times for any of the machines, in order

that the code run at reasonable rates on all MIPS CPUs. Other choices for

cpu-type are r2000, r3000, r4000,and r6000. While picking a specific

cpu-type will schedule things appropriately for

that particular chip, the compiler will not generate any code that does not meet level 1 of the

MIPS ISA (instruction set architecture) with-out the

_mips2 or _mips3 switches being used.

</TD></TR><TR><TD>

_mips2

</TD><TD>

Issue instructions from level 2 of the MIPS ISA (branch likely, square root instructions).

 The _mcpu=r4000 or _mcpu=r6000 switch must be used in conjunction with

_mips2.

</TD></TR><TR><TD>

_mips3

</TD><TD>

Issue instructions from level 3 of the MIPS ISA (64-bit instructions). The

_mcpu=r4000 switch must be used in conjunction with

_mips2.

</TD></TR><TR><TD>

_mint64, _mlong64

</TD><TD>

These options don't work at present.

</TD></TR><TR><TD>

mlonglong128

</TD><TD>

</TD></TR><TR><TD>

_mmips_as

</TD><TD>

Generate code for the MIPS assembler, and invoke

mips_tfile to add normal debug information. This is the default for all platforms except for the OSF/1 reference platform, using

the OSF/rose object format. If any of the _ggdb,

_gstabs, or _gstabs+ switches are used, the

mips_tfile program will encapsulate the stabs within MIPS ECOFF.

</TD></TR><TR><TD>

_mgas

</TD><TD>

Generate code for the GNU assembler. This is the default on the OSF/1 reference

platform, using the OSF/rose object format.

</TD></TR><TR><TD>

_mrnames, _mno_rnames

</TD><TD>

,CT

he _mrnames switch says to output code using the MIPS software names for the

registers, instead of the hardware names (for example,

a0 instead of $4). The GNU assembler does not support the

_mrnames switch, and the MIPS assembler will be instructed to run the MIPS

C preprocessor over the source file. The

_mno_rnames switch is default.

</TD></TR><TR><TD>

_mgpopt, _mno_gpopt

</TD><TD>

The _mgpopt switch says to write all of the data declarations before the instructions in the

text section, to all the MIPS assembler to generate one-word memory references instead of

using two words for short global or static data items. This is on by default if optimization is selected.

</TD></TR><TR><TD>

_mstats, _mno_stats

</TD><TD>

For each noninline function processed, the

_mstats switch causes the compiler to emit one

line to the standard error file to print statistics about the program (number of registers saved,

stack size, and so on).

</TD></TR><TR><TD>

_mmemcpy, _mno_memcpy

</TD><TD>

The _mmemcpy switch makes all block moves call the appropriate string function

(memcpy or bcopy) instead of possibly generating inline code.

</TD></TR><TR><TD>

_mmips_tfile

</TD><TD>

The _mno_mips_tfile switch causes the compiler to not post-process the object file with the

</TD></TR><TR><TD>

_mno_mips_tfile

</TD><TD>

mips_tfile program, after the MIPS assembler has generated it to add debug support. If

mips_tfile is not run, then no local variables will be available to the debugger. In addition,

stage2 and stage3 objects will have the temporary filenames passed to the assembler embedded in

the object file, which means the objects will not compare the same.

</TD></TR><TR><TD>

_msoft_float

</TD><TD>

Generate output containing library calls for floating point.

</TD></TR></TABLE>









<P><CENTER>

<a href="0193-0194.html">Previous</A> | <a href="../ewtoc.html">Table of Contents</A> | <a href="0196-0197.html">Next</A></CENTER></P>







</td>
</tr>
</table>

<!-- begin footer information -->







</body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -