aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/doc/README.sgi
diff options
context:
space:
mode:
authorMatthias Klose <doko@gcc.gnu.org>2012-12-01 21:32:56 +0000
committerMatthias Klose <doko@gcc.gnu.org>2012-12-01 21:32:56 +0000
commit1e2f2f74c0dcb772b8184fba8b3665703e4d027d (patch)
tree83ace3f0691c7281d1fbb321faa32860d6095ba1 /boehm-gc/doc/README.sgi
parent4e638f718c43d7525f7d833b52e9702e5b6dc0ed (diff)
Import boehm-gc snapshot, taken fromboehm
https://github.com/ivmai/bdwgc 9178e2b8f10eab0ac54c504c85022d0ea8ded36b git-svn-id: https://gcc.gnu.org/svn/gcc/branches/boehm@194030 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/doc/README.sgi')
-rw-r--r--boehm-gc/doc/README.sgi3
1 files changed, 1 insertions, 2 deletions
diff --git a/boehm-gc/doc/README.sgi b/boehm-gc/doc/README.sgi
index 7bdb50a4ef9..d9e989388ff 100644
--- a/boehm-gc/doc/README.sgi
+++ b/boehm-gc/doc/README.sgi
@@ -15,7 +15,7 @@ Pthreads support is provided. This requires that:
1) You compile the collector with -DGC_IRIX_THREADS specified in the Makefile.
-2) You have the latest pthreads patches installed.
+2) You have the latest pthreads patches installed.
(Though the collector makes only documented pthread calls,
it relies on signal/threads interactions working just right in ways
@@ -38,4 +38,3 @@ performance with the collector. (Increasing the heap size may help.)
6) The collector should not be compiled with -DREDIRECT_MALLOC. This
confuses some library calls made by the pthreads implementation, which
expect the standard malloc.
-