forked from gcc-mirror/gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR boehm-gc/29068: * boehm.cc (_Jv_GCAttachThread): Disable on Solaris. (_Jv_GCDetachThread): Likewise. boehm-gc PR boehm-gc/29068. * misc.c (GC_init_inner): Don't use GC_get_thread_stack_base on Solaris. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116948 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information
tromey
committed
Sep 14, 2006
1 parent
0686811
commit 2095043
Showing
4 changed files
with
16 additions
and
3 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,9 @@ | ||
2006-09-14 Tom Tromey <[email protected]> | ||
|
||
PR boehm-gc/29068. | ||
* misc.c (GC_init_inner): Don't use GC_get_thread_stack_base on | ||
Solaris. | ||
|
||
2006-08-21 Bryce McKinlay <[email protected]> | ||
|
||
PR libgcj/13212: | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
2006-09-14 Tom Tromey <[email protected]> | ||
|
||
PR boehm-gc/29068: | ||
* boehm.cc (_Jv_GCAttachThread): Disable on Solaris. | ||
(_Jv_GCDetachThread): Likewise. | ||
|
||
2006-09-14 Andreas Schwab <[email protected]> | ||
|
||
* posix-threads.cc: Include "posix.h". | ||
|
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