You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

80 lines
4.1 KiB
HTML

<html lang="en">
<head>
<title>Miscellaneous Docs - GNU Compiler Collection (GCC) Internals</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="GNU Compiler Collection (GCC) Internals">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Documentation.html#Documentation" title="Documentation">
<link rel="prev" href="Man-Page-Generation.html#Man-Page-Generation" title="Man Page Generation">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 1988-2015 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with the
Invariant Sections being ``Funding Free Software'', the Front-Cover
Texts being (a) (see below), and with the Back-Cover Texts being (b)
(see below). A copy of the license is included in the section entitled
``GNU Free Documentation License''.
(a) The FSF's Front-Cover Text is:
A GNU Manual
(b) The FSF's Back-Cover Text is:
You have freedom to copy and modify this GNU Manual, like GNU
software. Copies published by the Free Software Foundation raise
funds for GNU development.-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<a name="Miscellaneous-Docs"></a>
<p>
Previous:&nbsp;<a rel="previous" accesskey="p" href="Man-Page-Generation.html#Man-Page-Generation">Man Page Generation</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Documentation.html#Documentation">Documentation</a>
<hr>
</div>
<h5 class="subsubsection">6.3.7.3 Miscellaneous Documentation</h5>
<p>In addition to the formal documentation that is installed by GCC,
there are several other text files in the <samp><span class="file">gcc</span></samp> subdirectory
with miscellaneous documentation:
<dl>
<dt><samp><span class="file">ABOUT-GCC-NLS</span></samp><dd>Notes on GCC's Native Language Support. FIXME: this should be part of
this manual rather than a separate file.
<br><dt><samp><span class="file">ABOUT-NLS</span></samp><dd>Notes on the Free Translation Project.
<br><dt><samp><span class="file">COPYING</span></samp><dt><samp><span class="file">COPYING3</span></samp><dd>The GNU General Public License, Versions 2 and 3.
<br><dt><samp><span class="file">COPYING.LIB</span></samp><dt><samp><span class="file">COPYING3.LIB</span></samp><dd>The GNU Lesser General Public License, Versions 2.1 and 3.
<br><dt><samp><span class="file">*ChangeLog*</span></samp><dt><samp><span class="file">*/ChangeLog*</span></samp><dd>Change log files for various parts of GCC.
<br><dt><samp><span class="file">LANGUAGES</span></samp><dd>Details of a few changes to the GCC front-end interface. FIXME: the
information in this file should be part of general documentation of
the front-end interface in this manual.
<br><dt><samp><span class="file">ONEWS</span></samp><dd>Information about new features in old versions of GCC. (For recent
versions, the information is on the GCC web site.)
<br><dt><samp><span class="file">README.Portability</span></samp><dd>Information about portability issues when writing code in GCC. FIXME:
why isn't this part of this manual or of the GCC Coding Conventions?
</dl>
<p>FIXME: document such files in subdirectories, at least <samp><span class="file">config</span></samp>,
<samp><span class="file">c</span></samp>, <samp><span class="file">cp</span></samp>, <samp><span class="file">objc</span></samp>, <samp><span class="file">testsuite</span></samp>.
</body></html>