From: Janis Johnson Date: Thu, 12 Sep 2002 16:46:12 +0000 (+0000) Subject: [multiple changes] X-Git-Tag: releases/gcc-3.2.1~290 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=986394ac189c34bd5a33408687b56527d649a729;p=thirdparty%2Fgcc.git [multiple changes] 2002-09-12 Janis Johnson * doc/compat.texi: New file with new chapter, Binary Compatibility. and this, which should have been added yesterday: 2002-09-11 Janis Johnson * Makefile.in (TEXI_GCC_FILES): Add compat.texi. * doc/gcc.texi (Top): Add new chapter, Binary Compatibility, and include its file, compat.texi. * 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: r57069 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d1ca4b3180be..e87c06a8f6f4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-09-12 Janis Johnson + + * doc/compat.texi: New file with new chapter, Binary Compatibility. + 2002-09-12 Jason Merrill * calls.c (store_one_arg): Use size_in_bytes to determine the @@ -21,6 +25,29 @@ Wed Apr 24 13:48:25 CEST 2002 Jan Hubicka * loop.c (canonicalize_condition): Use gen_int_mode. +2002-09-11 Janis Johnson + + * Makefile.in (TEXI_GCC_FILES): Add compat.texi. + * doc/gcc.texi (Top): Add new chapter, Binary Compatibility, and + include its file, compat.texi. + * 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. + 2002-09-08 Alan Modra * reload.c (find_reloads

): Pass operand_mode to