diff options
author | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-11-01 07:28:53 +0000 |
---|---|---|
committer | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-11-01 07:28:53 +0000 |
commit | e4f4c49b3482f148af2ee403588b16cae2e8c093 (patch) | |
tree | e4953e20d7654ecdfef3902adb9e18b9be135e08 /gcc | |
parent | d91ef9b080d6973de3f2a6851855a03b54743d52 (diff) | |
download | gcc-e4f4c49b3482f148af2ee403588b16cae2e8c093.tar.gz |
2006-10-31 Andrew Pinski <pinskia@gmail.com>
* doc/invoke.texi (-fkeep-inline-functions): Change "GNU C"
to "GNU C89".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118372 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6332e06d05c..e39026c77cb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +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> * target.h (targetm.cxx.use_atexit_for_cxa_atexit): New target diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 4bb7ce63807..a77f9f2dc43 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 |