diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-04 14:27:05 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-04 14:27:05 +0000 |
commit | e9e7c1989c0f0001e08c7e4d38dbf056c38c903a (patch) | |
tree | 3aed7df9ebad172362dfb81f93a401e9fe8a3e6b /gcc/common.opt | |
parent | f36b9f698c8252215fb3002964d453d572d12004 (diff) | |
download | gcc-e9e7c1989c0f0001e08c7e4d38dbf056c38c903a.tar.gz |
2007-09-04 Emmanuel Thome <Emmanuel.Thome@inria.fr>
PR c++/14178
* common.opt: Mention ABI version 2 in comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128085 138bc75d-0d04-0410-961f-82ee72b054a4
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 27b2b63803c..57ec1f27cc6 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= |