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: Put libunwind.a in libgcc_s.so: versioning of _Unwind_*() symbols


>>>>> On Wed, 21 Apr 2004 09:34:17 -0700, "H. J. Lu" <hjl@lucon.org> said:

  HJ> The ideal solution is to do what Solaris does. That is linker
  HJ> and dynamic linker work together to support moving a definition
  HJ> from one DSO to another, transparently. But it is not an option
  HJ> today.

  HJ> Given that we should provide 100% backward binary compatibility,
  HJ> which was the problem to begin with, our choices are very
  HJ> limited.

No, the ideal solution is for GCC to be C++ ABI-compliant.

	--david


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