diff options
author | Emmanuel Thome <Emmanuel.Thome@inria.fr> | 2007-09-04 14:27:05 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2007-09-04 14:27:05 +0000 |
commit | 99a8d35b472257755bec10a9698aaae999754421 (patch) | |
tree | 3aed7df9ebad172362dfb81f93a401e9fe8a3e6b /gcc/common.opt | |
parent | 8a33f10034d5c598395edc4ff0ae56e2bde7577e (diff) | |
download | gcc-99a8d35b472257755bec10a9698aaae999754421.zip gcc-99a8d35b472257755bec10a9698aaae999754421.tar.gz gcc-99a8d35b472257755bec10a9698aaae999754421.tar.bz2 |
re PR c++/14178 (doc bug: -fabi-version=2 is now default (not 1))
2007-09-04 Emmanuel Thome <Emmanuel.Thome@inria.fr>
PR c++/14178
* common.opt: Mention ABI version 2 in comment.
From-SVN: r128085
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index 27b2b63..57ec1f2 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -251,6 +251,8 @@ Common Separate ; ; 1: The version of the ABI first used in G++ 3.2. ; +; 2: The version of the ABI first used in G++ 3.4. +; ; Additional positive integers will be assigned as new versions of ; the ABI become the default version of the ABI. fabi-version= |