This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: JVMTI stack tracing patch breaks C++ ABI
- From: Tom Tromey <tromey at redhat dot com>
- To: David Daney <ddaney at avtrex dot com>
- Cc: Keith Seitz <keiths at redhat dot com>, java at gcc dot gnu dot org
- Date: Thu, 20 Sep 2007 10:03:40 -0600
- Subject: Re: JVMTI stack tracing patch breaks C++ ABI
- References: <46F18FC6.3050203@redhat.com> <46F19512.6010006@avtrex.com>
- Reply-to: tromey at redhat dot com
>>>>> "David" == David Daney <ddaney@avtrex.com> writes:
David> I don't think so. There is no C++ ABI compatibility across GCC
David> releases. This should be fine as is.
Yes, that's right. We generally preserve the C++ ABI in a given
release (4.2.x, say), but not across major releases. In fact I don't
think we've ever had two major releases that preserved the C++ ABI.
Tom