This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] [MinGW]: Don't add dll[im/ex]port attributes to libgcj, unless dll build


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]