diff options
author | Andrew Pinski <pinskia@gcc.gnu.org> | 2005-05-01 15:20:44 -0700 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2005-05-01 15:20:44 -0700 |
commit | 05d475bf2143469ea3472ad5d31f646c6cb53e52 (patch) | |
tree | 27f82d43d030f5cde00febf48a7ff409f74ae541 /gcc | |
parent | aee7846e9060634b4aa75155423a5dffcc616db8 (diff) | |
download | gcc-05d475bf2143469ea3472ad5d31f646c6cb53e52.zip gcc-05d475bf2143469ea3472ad5d31f646c6cb53e52.tar.gz gcc-05d475bf2143469ea3472ad5d31f646c6cb53e52.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4f48773..8a1fb46 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. |