This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: enable linkonce support for Darwin


Matt Austern wrote:

Yet another revision... This patch is very similar to the previous version (see http://gcc.gnu.org/ml/gcc-patches/2004-02/msg01221.html), so I'm not going to give a long explanation. I made two changes that Mark Mitchell requested: I documented that the ABI requires TARGET_EXPLICIT_INSTANTIATIONS_ONE_ONLY to be defined to 1, and I took care of a corner case in use_thunk (cp/method.c) that I'd missed: thunks that aren't public, and thus that shouldn't be given comdat linkage.

Thanks! I have no further comments, so you're just waiting for someone to sign off on the Darwin bits now. :-)


--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com


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