re PR c++/14391 (-fno-weak vs. __GXX_WEAK__)

2005-05-01  Mark Mitchell  <mark@codesourcery.com>

        PR C++/14391
        * c-cppbuiltin.c (c_cpp_builtins): Do not define __GXX_WEAK__ to 1
        if !flag_weak.
        * doc/cpp.texi (__DEPRECATED): Document.
        (__EXCEPTIONS): Likewise.
        (__GXX_WEAK__): Likewise.

From-SVN: r99082
This commit is contained in:
Andrew Pinski 2005-05-01 15:20:44 -07:00
parent aee7846e90
commit 05d475bf21

View File

@ -1,5 +1,6 @@
2005-05-01 Mark Mitchell <mark@codesourcery.com>
PR C++/14391
* c-cppbuiltin.c (c_cpp_builtins): Do not define __GXX_WEAK__ to 1
if !flag_weak.
* doc/cpp.texi (__DEPRECATED): Document.