re PR c++/14391 (-fno-weak vs. __GXX_WEAK__)
authorAndrew Pinski <pinskia@gcc.gnu.org>
Sun, 1 May 2005 22:20:44 +0000 (15:20 -0700)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sun, 1 May 2005 22:20:44 +0000 (15:20 -0700)
commit05d475bf2143469ea3472ad5d31f646c6cb53e52
tree27f82d43d030f5cde00febf48a7ff409f74ae541
parentaee7846e9060634b4aa75155423a5dffcc616db8
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
gcc/ChangeLog