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 | |
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')
-rw-r--r-- | gcc/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/common.opt | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e37aa54cae3..2a9310c644e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-09-04 Emmanuel Thome <Emmanuel.Thome@inria.fr> + + PR c++/14178 + * common.opt: Mention ABI version 2 in comment. + 2007-09-04 Jan Hubicka <jh@suse.cz> * optabs.c (debug_optab_libfunc): Update; make available to gdb. @@ -22,7 +27,8 @@ gen_extend_conv_libfunc): New. (init_one_libfunc): Revamp for hashtables. (set_conv_libfunc): Likewise. - (init_optabs): Initialize hashtable; use lazy initialization where possible. + (init_optabs): Initialize hashtable; use lazy initialization where + possible. * optabs.h (optab_handlers): Move out of GGC. (optab, convert_optab): Move out of GGC; add lazy gen info. (code_to_optab, convert_optab_table, optab_table): Move out of GGC. 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= |