summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2017-03-10 19:04:46 +0300
committerIvan Maidanski <ivmai@mail.ru>2017-03-10 19:04:46 +0300
commitd9f5b1eb63d7967a37641ca06a66919fb553ac38 (patch)
tree1d1efb6476972d4a2f3af9371bcab4740725fe45 /doc
parentd471b30fb9d688352ca23a565fc1efc6e6c35f38 (diff)
downloadbdwgc-d9f5b1eb63d7967a37641ca06a66919fb553ac38.tar.gz
Remove notes that K&R C compiler is unsupported
* README.QUICK: Remove a note that ANSI C compiler is required/assumed (not a K&R C compiler). * doc/README.cords: Likewise. * doc/README.macros (GC_GCJ_SUPPORT): Likewise. * include/gc_backptr.h: Likewise. * pcr_interface.c [PCR]: Likewise. * tools/if_not_there.c: Likewise.
Diffstat (limited to 'doc')
-rw-r--r--doc/README.cords3
-rw-r--r--doc/README.macros1
2 files changed, 0 insertions, 4 deletions
diff --git a/doc/README.cords b/doc/README.cords
index f64dd2e8..b574deda 100644
--- a/doc/README.cords
+++ b/doc/README.cords
@@ -40,9 +40,6 @@ almost a screen. It does not understand tabs, which will show
up as highlighted "I"s. Use the UNIX "expand" program first.)
To build the editor, type "make cord/de" in the gc directory.
-This package assumes an ANSI C compiler such as gcc. It will
-not compile with an old-style K&R compiler.
-
Note that CORD_printf iand friends use C functions with variable numbers
of arguments in non-standard-conforming ways. This code is known to
break on some platforms, notably PowerPC. It should be possible to
diff --git a/doc/README.macros b/doc/README.macros
index 1b3c2499..86533f24 100644
--- a/doc/README.macros
+++ b/doc/README.macros
@@ -354,7 +354,6 @@ CHECKSUMS Reports on erroneously clear dirty bits, and unexpectedly
GC_GCJ_SUPPORT Includes support for gcj (and possibly other systems
that include a pointer to a type descriptor in each allocated object).
- Building this way requires an ANSI C compiler.
USE_I686_PREFETCH Causes the collector to issue Pentium III style
prefetch instructions. No effect except on X86 Linux platforms.