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

📄 script-format.html

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

<head>

<title>Untitled</title>

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

<meta name="description" content="Untitled">

<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="Script%20Format">Script Format</a>,

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

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

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

<hr><br>

</div>



<h3 class="section">Linker Script Format</h3>



   <p>Linker scripts are text files.



   <p>You write a linker script as a series of commands.  Each command is

either a keyword, possibly followed by arguments, or an assignment to a

symbol.  You may separate commands using semicolons.  Whitespace is

generally ignored.



   <p>Strings such as file or format names can normally be entered directly. 

If the file name contains a character such as a comma which would

otherwise serve to separate file names, you may put the file name in

double quotes.  There is no way to use a double quote character in a

file name.



   <p>You may include comments in linker scripts just as in C, delimited by

<code>/*</code> and <code>*/</code>.  As in C, comments are syntactically equivalent

to whitespace.



   </body></html>



⌨️ 快捷键说明

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