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: ARM va_list


On Wed, 14 Jan 2009, Paul Brook wrote:

> > I guess it's hard to call this a regression, but the sooner we fix
> > this ABI breakage, the less pain we'll have, and this is an
> > ARM-specific fix.  Is an ARM maintainers willing to grant
> > dispensation?
> 
> Are we planning on breaking the libstdc++ ABI any time soon (i.e. gcc4.5)?

No symbol exported by libstdc++ includes the mangling of va_list.  This 
affects the C++ ABI for objects exporting interfaces involving va_list, 
but libstdc++ is not such an object.

This does however need a release note for gcc-4.4/changes.html noting the 
ABI change (see the GCC 3.4 release notes for previous such notes for 
several targets).

-- 
Joseph S. Myers
joseph@codesourcery.com


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