mirrored from git://gcc.gnu.org/git/gcc.git
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
os_defines.h (_GLIBCXX_THREAD_ATEXIT_WIN32): Define.
2014-08-19 Yaakov Selkowitz <[email protected]> Kai Tietz <[email protected]> * config/os/mingw32-w64/os_defines.h (_GLIBCXX_THREAD_ATEXIT_WIN32): Define. * config/os/newlib/os_defines.h (_GLIBCXX_THREAD_ATEXIT_WIN32): Ditto. * libsupc++/atexit_thread.cc [_GLIBCXX_THREAD_ATEXIT_WIN32]: #include <windows.h>. (struct elt): Add dll member. (run): Decrement dll refcount. (__cxxabiv1::__cxa_thread_atexit): Increment dll refcount. Co-Authored-By: Kai Tietz <[email protected]> From-SVN: r214163
- Loading branch information
1 parent
25efdb9
commit 1ed3ba0
Showing
4 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
2014-08-19 Yaakov Selkowitz <[email protected]> | ||
Kai Tietz <[email protected]> | ||
|
||
* config/os/mingw32-w64/os_defines.h (_GLIBCXX_THREAD_ATEXIT_WIN32): | ||
Define. | ||
* config/os/newlib/os_defines.h (_GLIBCXX_THREAD_ATEXIT_WIN32): | ||
Ditto. | ||
* libsupc++/atexit_thread.cc [_GLIBCXX_THREAD_ATEXIT_WIN32]: | ||
#include <windows.h>. | ||
(struct elt): Add dll member. | ||
(run): Decrement dll refcount. | ||
(__cxxabiv1::__cxa_thread_atexit): Increment dll refcount. | ||
|
||
2014-08-15 Jonathan Wakely <[email protected]> | ||
|
||
PR libstdc++/62154 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters