diff options
author | Mark Mitchell <mark@codesourcery.com> | 2001-04-26 20:13:47 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2001-04-26 20:13:47 +0000 |
commit | 9cc03fabc2fae764f2d2ca0bff25b1d34b8e96b6 (patch) | |
tree | 6b7cd775545bc62c05a2c82f86ecdd76d70c615b | |
parent | a86414f3625a551945d5cdf7f770d74d7404afa3 (diff) | |
download | gcc-9cc03fabc2fae764f2d2ca0bff25b1d34b8e96b6.zip gcc-9cc03fabc2fae764f2d2ca0bff25b1d34b8e96b6.tar.gz gcc-9cc03fabc2fae764f2d2ca0bff25b1d34b8e96b6.tar.bz2 |
BADNAMES: Remove EGCS reference.
* docs/html/17_intro/BADNAMES: Remove EGCS reference.
Indicate obsolete nature of thelist for G++ 3.0.
From-SVN: r41611
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/17_intro/BADNAMES | 7 |
2 files changed, 11 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 164d00f..3b2019c0 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2001-04-26 Mark Mitchell <mark@codesourcery.com> + + * docs/html/17_intro/BADNAMES: Remove EGCS reference. + Indicate obsolete nature of thelist for G++ 3.0. + 2001-04-26 Alexandre Oliva <aoliva@redhat.com> * acinclude.m4 (GLIBCPP_ENABLE_THREADS): Obtain diff --git a/libstdc++-v3/docs/html/17_intro/BADNAMES b/libstdc++-v3/docs/html/17_intro/BADNAMES index 3e9557b..0a1d7a4 100644 --- a/libstdc++-v3/docs/html/17_intro/BADNAMES +++ b/libstdc++-v3/docs/html/17_intro/BADNAMES @@ -25,7 +25,12 @@ _G MS adds: _T -For egcs: +For GCC: + + [Note that this list is out of date. It applies to the old + name-mangling; in G++ 3.0 and higher a different name-mangling is + used. In addition, many of the bugs relating to G++ interpreting + these names as operators have been fixed.] The full set of __* identifiers (combined from gcc/cp/lex.c and gcc/cplus-dem.c) that are either old or new, but are definitely |