Commit 4a574196 by Andrew Pinski Committed by Andrew Pinski

invoke.texi (-fkeep-inline-functions): Change "GNU C" to "GNU C89".

2006-10-31  Andrew Pinski  <pinskia@gmail.com>

        * doc/invoke.texi (-fkeep-inline-functions): Change "GNU C"
        to "GNU C89".

From-SVN: r118372
parent 97388150
2006-10-31 Andrew Pinski <pinskia@gmail.com>
* doc/invoke.texi (-fkeep-inline-functions): Change "GNU C"
to "GNU C89".
2006-11-01 Danny Smith <dannysmith@users.sourceforge.net> 2006-11-01 Danny Smith <dannysmith@users.sourceforge.net>
* target.h (targetm.cxx.use_atexit_for_cxa_atexit): New target * target.h (targetm.cxx.use_atexit_for_cxa_atexit): New target
......
...@@ -4711,7 +4711,7 @@ release to an another. ...@@ -4711,7 +4711,7 @@ release to an another.
In C, emit @code{static} functions that are declared @code{inline} In C, emit @code{static} functions that are declared @code{inline}
into the object file, even if the function has been inlined into all into the object file, even if the function has been inlined into all
of its callers. This switch does not affect functions using the 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. inline functions into the object file.
@item -fkeep-static-consts @item -fkeep-static-consts
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment