From: Andrew Pinski Date: Wed, 1 Nov 2006 07:28:53 +0000 (-0800) Subject: invoke.texi (-fkeep-inline-functions): Change "GNU C" to "GNU C89". X-Git-Tag: releases/gcc-4.3.0~8679 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a574196f549f74d931ad501885b3df0272b483a;p=thirdparty%2Fgcc.git invoke.texi (-fkeep-inline-functions): Change "GNU C" to "GNU C89". 2006-10-31 Andrew Pinski * doc/invoke.texi (-fkeep-inline-functions): Change "GNU C" to "GNU C89". From-SVN: r118372 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6332e06d05c5..e39026c77cb4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-10-31 Andrew Pinski + + * doc/invoke.texi (-fkeep-inline-functions): Change "GNU C" + to "GNU C89". + 2006-11-01 Danny Smith * target.h (targetm.cxx.use_atexit_for_cxa_atexit): New target diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 4bb7ce638079..a77f9f2dc432 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -4711,7 +4711,7 @@ release to an another. In C, emit @code{static} functions that are declared @code{inline} into the object file, even if the function has been inlined into all of its callers. This switch does not affect functions using the -@code{extern inline} extension in GNU C@. In C++, emit any and all +@code{extern inline} extension in GNU C89@. In C++, emit any and all inline functions into the object file. @item -fkeep-static-consts