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

📄 l.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="L">L</a>,

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

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

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

<hr><br>

</div>



<h3 class="section">Include Local Labels: <code>-L</code></h3>



   <p>Labels beginning with <code>L</code> (upper case only) are called <dfn>local

labels</dfn>. See <a href="Symbol-Names.html#Symbol%20Names">Symbol Names</a>.  Normally you do not see such labels when

debugging, because they are intended for the use of programs (like

compilers) that compose assembler programs, not for your notice. 

Normally both <code>as</code> and <code>ld</code> discard such labels, so you do not

normally debug with them.



   <p>This option tells <code>as</code> to retain those <code>L...</code> symbols

in the object file.  Usually if you do this you also tell the linker

<code>ld</code> to preserve symbols whose names begin with <code>L</code>.



   <p>By default, a local label is any label beginning with <code>L</code>, but each

target is allowed to redefine the local label prefix. 

On the HPPA local labels begin with <code>L$</code>.



   </body></html>



⌨️ 快捷键说明

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