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

📄 s-390-and-zseries-options.html

📁 gcc手册
💻 HTML
字号:
<html lang="en">

<head>

<title>Using the GNU Compiler Collection (GCC)</title>

<meta http-equiv="Content-Type" content="text/html">

<meta name="description" content="Using the GNU Compiler Collection (GCC)">

<meta name="generator" content="makeinfo 4.3">

<link href="http://www.gnu.org/software/texinfo/" rel="generator-home">

<!--

Copyright &copy; 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,

1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.



   <p>Permission is granted to copy, distribute and/or modify this document

under the terms of the GNU Free Documentation License, Version 1.2 or

any later version published by the Free Software Foundation; with the

Invariant Sections being "GNU General Public License" and "Funding

Free Software", the Front-Cover texts being (a) (see below), and with

the Back-Cover Texts being (b) (see below).  A copy of the license is

included in the section entitled "GNU Free Documentation License".



   <p>(a) The FSF's Front-Cover Text is:



   <p>A GNU Manual



   <p>(b) The FSF's Back-Cover Text is:



   <p>You have freedom to copy and modify this GNU Manual, like GNU

     software.  Copies published by the Free Software Foundation raise

     funds for GNU development.-->

</head>

<body>

<div class="node">

<p>

Node:<a name="S%2f390%20and%20zSeries%20Options">S/390 and zSeries Options</a>,

Next:<a rel="next" accesskey="n" href="CRIS-Options.html#CRIS%20Options">CRIS Options</a>,

Previous:<a rel="previous" accesskey="p" href="D30V-Options.html#D30V%20Options">D30V Options</a>,

Up:<a rel="up" accesskey="u" href="Submodel-Options.html#Submodel%20Options">Submodel Options</a>

<hr><br>

</div>



<h4 class="subsection">S/390 and zSeries Options</h4>



   <p>These are the <code>-m</code> options defined for the S/390 and zSeries architecture.



     <dl>

<dt><code>-mhard-float</code>

     <dd><dt><code>-msoft-float</code>

     <dd>Use (do not use) the hardware floating-point instructions and registers

for floating-point operations.  When <code>-msoft-float</code> is specified,

functions in <code>libgcc.a</code> will be used to perform floating-point

operations.  When <code>-mhard-float</code> is specified, the compiler

generates IEEE floating-point instructions.  This is the default.



     <br><dt><code>-mbackchain</code>

     <dd><dt><code>-mno-backchain</code>

     <dd>Generate (or do not generate) code which maintains an explicit

backchain within the stack frame that points to the caller's frame. 

This is currently needed to allow debugging.  The default is to

generate the backchain.



     <br><dt><code>-msmall-exec</code>

     <dd><dt><code>-mno-small-exec</code>

     <dd>Generate (or do not generate) code using the <code>bras</code> instruction

to do subroutine calls. 

This only works reliably if the total executable size does not

exceed 64k.  The default is to use the <code>basr</code> instruction instead,

which does not have this limitation.



     <br><dt><code>-m64</code>

     <dd><dt><code>-m31</code>

     <dd>When <code>-m31</code> is specified, generate code compliant to the

Linux for S/390 ABI.  When <code>-m64</code> is specified, generate

code compliant to the Linux for zSeries ABI.  This allows GCC in

particular to generate 64-bit instructions.  For the <code>s390</code>

targets, the default is <code>-m31</code>, while the <code>s390x</code>

targets default to <code>-m64</code>.



     <br><dt><code>-mmvcle</code>

     <dd><dt><code>-mno-mvcle</code>

     <dd>Generate (or do not generate) code using the <code>mvcle</code> instruction

to perform block moves.  When <code>-mno-mvcle</code> is specified,

use a <code>mvc</code> loop instead.  This is the default.



     <br><dt><code>-mdebug</code>

     <dd><dt><code>-mno-debug</code>

     <dd>Print (or do not print) additional debug information when compiling. 

The default is to not print debug information.



   </dl>



   </body></html>



⌨️ 快捷键说明

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