This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Many Failures In libjava Testsuite!
- From: Kelley Cook <kcook at gcc dot gnu dot org>
- To: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org, mckinlay at redhat dot com, Nathanael Nerode <neroden at gcc dot gnu dot org>
- Date: Tue, 30 Nov 2004 13:32:13 -0500
- Subject: Re: Many Failures In libjava Testsuite!
- Hop-count: 1
- References: <coeq1l$s24$1@sea.gmane.org> <41AB0AE3.2020406@gmail.com> <41ABC1F2.4050707@redhat.com>
Bryce,
This patch combines both of our ideas and looks pretty clean.
Benefits:
The exportable gc_config.h will only contain THREAD_LOCAL_ALLOC, but
could easily be extended contain more with a simple extension to the grep.
The internal autoheadered configuration file will be named
gc_int_config.h which should stop another library from accidently
including boehm-gc's config.h instead of its own.
The new stampfile logic was duplicated from automakes own stampfile logic.
It's been bootstrapped, but not yet regression tested on i686-pc-linux.
If those pass, OK to install?
KC