This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] [MinGW]: Don't add dll[im/ex]port attributes to libgcj, unless dll build
- From: Tom Tromey <tromey at redhat dot com>
- To: gnustuff at thisiscool dot com
- Cc: java-patches at gcc dot gnu dot org, Danny Smith <dannysmith at users dot sourceforge dot net>, aph at redhat dot com
- Date: 17 Nov 2003 14:56:30 -0700
- Subject: Re: [PATCH] [MinGW]: Don't add dll[im/ex]port attributes to libgcj, unless dll build
- References: <NIXVPJD98275KGKFVUPJE004KHQO2Z1W.3fb1e0c7@p733>
- Reply-to: tromey at redhat dot com
>>>>> "Mohan" == Mohan Embar <gnustuff@thisiscool.com> writes:
Mohan> - The correct (but not necessarily most expedient) approach
Mohan> would be to build the intelligence of which symbols to export
Mohan> into the compiler, which would presumably be more
Mohan> parsimonious about this than with the brute-force
Mohan> approach.
This looks like yet another problem that will be helped along by the
BC ABI. With the new ABI, we won't need to export anything beyond
the classes themselves.
Tom