This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Reprise: Naked Dllmain in boehm-gc
- From: Tom Tromey <tromey at redhat dot com>
- To: Ranjit Mathew <rmathew at hotmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: 17 Feb 2003 17:01:14 -0700
- Subject: Re: Reprise: Naked Dllmain in boehm-gc
- References: <3E513CE5.A56DDA6B@hotmail.com>
- Reply-to: tromey at redhat dot com
>>>>> "Ranjit" == Ranjit Mathew <rmathew@hotmail.com> writes:
Ranjit> In the new GC release being considered for import, is this function
Ranjit> escaped by, say, GC_DLL which gets defined only for shared builds?
I haven't looked yet.
Ranjit> If not, we definitely should as it otherwise breaks the case mentioned
Ranjit> above as well as "gcj -shared".
Sounds reasonable to me. Could you write a patch against current cvs?
If it is still needed post-import I will check it in, provided Hans
doesn't object.
Tom