summaryrefslogtreecommitdiff
path: root/devdocs/gcc~13/fr30-options.html
diff options
context:
space:
mode:
Diffstat (limited to 'devdocs/gcc~13/fr30-options.html')
-rw-r--r--devdocs/gcc~13/fr30-options.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/devdocs/gcc~13/fr30-options.html b/devdocs/gcc~13/fr30-options.html
new file mode 100644
index 00000000..23ed38f6
--- /dev/null
+++ b/devdocs/gcc~13/fr30-options.html
@@ -0,0 +1,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>