summaryrefslogtreecommitdiff
path: root/devdocs/gcc~13/fr30-options.html
blob: 23ed38f6fd5121b376195de9157a46ef6e2d1ab9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div class="subsection-level-extent" id="FR30-Options"> <div class="nav-panel"> <p> Next: <a href="ft32-options" accesskey="n" rel="next">FT32 Options</a>, Previous: <a href="ebpf-options" accesskey="p" rel="prev">eBPF Options</a>, Up: <a href="submodel-options" accesskey="u" rel="up">Machine-Dependent Options</a> [<a href="index#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="indices" title="Index" rel="index">Index</a>]</p> </div>  <h1 class="subsection" id="FR30-Options-1"><span>3.19.14 FR30 Options<a class="copiable-link" href="#FR30-Options-1"> ¶</a></span></h1>  <p>These options are defined specifically for the FR30 port. </p> <dl class="table"> <dt>
<span><code class="code">-msmall-model</code><a class="copiable-link" href="#index-msmall-model"> ¶</a></span>
</dt> <dd>
<p>Use the small address space model. This can produce smaller code, but it does assume that all symbolic values and addresses fit into a 20-bit range. </p> </dd> <dt>
<span><code class="code">-mno-lsim</code><a class="copiable-link" href="#index-mno-lsim"> ¶</a></span>
</dt> <dd>
<p>Assume that runtime support has been provided and so there is no need to include the simulator library (<samp class="file">libsim.a</samp>) on the linker command line. </p> </dd> </dl> </div><div class="_attribution">
  <p class="_attribution-p">
    &copy; Free Software Foundation<br>Licensed under the GNU Free Documentation License, Version 1.3.<br>
    <a href="https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/FR30-Options.html" class="_attribution-link">https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/FR30-Options.html</a>
  </p>
</div>