aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/compat.texi
AgeCommit message (Collapse)AuthorFilesLines
2021-09-13Merged current trunk to branch.Thomas Koenig1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
From-SVN: r279813
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
From-SVN: r267494
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
From-SVN: r256169
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
From-SVN: r243994
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
From-SVN: r232055
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
From-SVN: r219188
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
From-SVN: r206289
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
From-SVN: r195098
2004-09-17compat.texi, [...]: Use @option around options.Kazu Hirata1-1/+1
* doc/compat.texi, doc/cpp.texi, doc/cppopts.texi, doc/extend.texi, doc/install.texi, doc/invoke.texi, doc/sourcebuild.texi, doc/tm.texi, doc/tree-ssa.texi, doc/trouble.texi: Use @option around options. From-SVN: r87635
2004-01-18c-tree.texi, [...]: Use @smallexample instead of @example.Joseph Myers1-3/+3
* doc/c-tree.texi, doc/compat.texi, doc/cpp.texi, doc/cppopts.texi, doc/extend.texi, doc/install.texi, doc/interface.texi, doc/invoke.texi, doc/libgcc.texi, doc/md.texi, doc/objc.texi, doc/rtl.texi, doc/tm.texi, doc/trouble.texi: Use @smallexample instead of @example. From-SVN: r76075
2002-10-11compat.texi: Add info about C++ libraries.Janis Johnson1-0/+41
2002-10-11 Janis Johnson <janis187@us.ibm.com> * doc/compat.texi: Add info about C++ libraries. From-SVN: r58074
2002-09-03Makefile.in (TEXI_GCC_FILES): Add compat.texi.Janis Johnson1-0/+115
2002-09-03 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. From-SVN: r56774