This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gc.h
- To: Tony Kimball <alk at pobox dot com>
- Subject: Re: gc.h
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Tue, 19 Jun 2001 01:55:20 -0400 (EDT)
- cc: java at gcc dot gnu dot org
On Mon, 18 Jun 2001, Tony Kimball wrote:
> I'd like to suggest that the various instances of gc.h in the boehm-gc
> directory be renamed unambiguously. Changes in the include paths
> (which are difficult to manage because they live inside the dark
> autoconf jungle) result in confusing compile failures.
It's fixed on the trunk, by this patch:
2001-05-21 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
Imported version version 6.0alpha7.
* README, README.Mac, README.OS2, README.QUICK, README.alpha,
README.amiga, README.debugging, README.dj, README.hp, README.linux,
README.rs6000, README.sgi, README.solaris2, README.uts,
README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
hpux_irix_threads.c, makefile.depend, nursery.c,
solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
files.
Jeff