]> git.ipfire.org Git - thirdparty/gcc.git/commit
Makefile.in (TEXI_GCC_FILES): Add compat.texi.
authorJanis Johnson <janis@gcc.gnu.org>
Wed, 11 Sep 2002 16:40:29 +0000 (16:40 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Wed, 11 Sep 2002 16:40:29 +0000 (16:40 +0000)
commit685e966329537f12847623aea3ff7f901f090864
tree4a4ce3f7def50505531d52642bdfbfd72c48b4e8
parented3bd43853de69df2b35408dd5e89149f836a340
Makefile.in (TEXI_GCC_FILES): Add compat.texi.

2002-09-11  Janis Johnson  <janis187@us.ibm.com>

* Makefile.in (TEXI_GCC_FILES): Add compat.texi.
* doc/gcc.texi (Top): Add new chapter, Binary Compatibility, and
include its file, compat.texi.
* doc/compat.texi: New file with new chapter, Binary Compatibility.
* doc/trouble.texi (Interoperation): Update information about C++ ABI
issues.
* doc/invoke.texi (-fshort-wchar): Move to Code Generation Options.
(-fpcc-struct-return, -freg-struct-return, -fshort-enums,
-fshort-double, -fshort-wchar, -fpack-struct, -fleading-underscore):
Warn that these options can break ABI compatibility.
(Many places): Fix overfull hboxes.

* doc/extend.texi: Fix a broken link; fix overfull hboxes.
* doc/install.texi: Fix a typo, some formatting directives, and
overfull hboxes.
* doc/c-tree.texi: Fix overfull hboxes.
* doc/cppopts.texi: Ditto.
* doc/makefile.texi: Ditto.
* doc/rtl.texi: Ditto.
* doc/standards.texi: Ditto.
* doc/tm.texi: Ditto.

From-SVN: r57033
12 files changed:
gcc/Makefile.in
gcc/doc/c-tree.texi
gcc/doc/cppopts.texi
gcc/doc/extend.texi
gcc/doc/gcc.texi
gcc/doc/install.texi
gcc/doc/invoke.texi
gcc/doc/makefile.texi
gcc/doc/rtl.texi
gcc/doc/standards.texi
gcc/doc/tm.texi
gcc/doc/trouble.texi