]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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)
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

index 4f48773d438bfedd1c37cb627f3bfd4801bf4f60..8a1fb46b6d01d980fc0a67cf670af82fc9b00bc1 100644 (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.