From: Emmanuel Thome Date: Tue, 4 Sep 2007 14:27:05 +0000 (+0000) Subject: re PR c++/14178 (doc bug: -fabi-version=2 is now default (not 1)) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=99a8d35b472257755bec10a9698aaae999754421;p=gcc.git re PR c++/14178 (doc bug: -fabi-version=2 is now default (not 1)) 2007-09-04 Emmanuel Thome PR c++/14178 * common.opt: Mention ABI version 2 in comment. From-SVN: r128085 --- 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 + + PR c++/14178 + * common.opt: Mention ABI version 2 in comment. + 2007-09-04 Jan Hubicka * 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=