options-i860.html

来自「gcc手册」· HTML 代码 · 共 52 行

HTML
52
字号
<html lang="en">

<head>

<title>Using as</title>

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

<meta name="description" content="Using as">

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

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

</head>

<body>

<div class="node">

<p>

Node:<a name="Options-i860">Options-i860</a>,

Next:<a rel="next" accesskey="n" href="Directives-i860.html#Directives-i860">Directives-i860</a>,

Previous:<a rel="previous" accesskey="p" href="Notes-i860.html#Notes-i860">Notes-i860</a>,

Up:<a rel="up" accesskey="u" href="i860-Dependent.html#i860-Dependent">i860-Dependent</a>

<hr><br>

</div>



<h4 class="section">i860 Command-line Options</h4>



<h5 class="subsection">SVR4 compatibility options</h5>



     <dl>

<dt><code>-V</code>

     <dd>Print assembler version. 

<br><dt><code>-Qy</code>

     <dd>Ignored. 

<br><dt><code>-Qn</code>

     <dd>Ignored. 

</dl>



<h5 class="subsection">Other options</h5>



     <dl>

<dt><code>-EL</code>

     <dd>Select little endian output (this is the default). 

<br><dt><code>-EB</code>

     <dd>Select big endian output. Note that the i860 always reads instructions

as little endian data, so this option only effects data and not

instructions. 

<br><dt><code>-mwarn-expand</code>

     <dd>Emit a warning message if any pseudo-instruction expansions occurred. 

For example, a <code>or</code> instruction with an immediate larger than 16-bits

will be expanded into two instructions. This is a very undesirable feature to

rely on, so this flag can help detect any code where it happens. One

use of it, for instance, has been to find and eliminate any place

where <code>gcc</code> may emit these pseudo-instructions. 

</dl>



   </body></html>



⌨️ 快捷键说明

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