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

📄 v850-options.html

📁 gcc手册
💻 HTML
字号:
<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="V850%20Options">V850 Options</a>,

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

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

<hr><br>

</div>



<h4 class="section">Options</h4>



   <p><code>as</code> supports the following additional command-line options

for the V850 processor family:



     <dl>



     <br><dt><code>-wsigned_overflow</code>

     <dd>Causes warnings to be produced when signed immediate values overflow the

space available for then within their opcodes.  By default this option

is disabled as it is possible to receive spurious warnings due to using

exact bit patterns as immediate constants.



     <br><dt><code>-wunsigned_overflow</code>

     <dd>Causes warnings to be produced when unsigned immediate values overflow

the space available for then within their opcodes.  By default this

option is disabled as it is possible to receive spurious warnings due to

using exact bit patterns as immediate constants.



     <br><dt><code>-mv850</code>

     <dd>Specifies that the assembled code should be marked as being targeted at

the V850 processor.  This allows the linker to detect attempts to link

such code with code assembled for other processors.



     <br><dt><code>-mv850e</code>

     <dd>Specifies that the assembled code should be marked as being targeted at

the V850E processor.  This allows the linker to detect attempts to link

such code with code assembled for other processors.



     <br><dt><code>-mv850any</code>

     <dd>Specifies that the assembled code should be marked as being targeted at

the V850 processor but support instructions that are specific to the

extended variants of the process.  This allows the production of

binaries that contain target specific code, but which are also intended

to be used in a generic fashion.  For example libgcc.a contains generic

routines used by the code produced by GCC for all versions of the v850

architecture, together with support routines only used by the V850E

architecture.



   </dl>



   </body></html>



⌨️ 快捷键说明

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