From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Blandy To: Daniel Berlin Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: add support for GNU V3 C++ ABI Date: Tue, 22 May 2001 13:54:00 -0000 Message-id: References: <20010521174112.6202F5E9CB@zwingli.cygnus.com> <87pud218po.fsf@dynamic-addr-83-177.resnet.rochester.edu> X-SW-Source: 2001-05/msg00416.html Daniel Berlin writes: > Jim Blandy writes: > > This is a first cut at supporting the new V3 C++ ABI. It provides all > > the functions currently abstracted in the cp-abi.h interface, > > including RTTI and virtual function calls. > > > > It doesn't handle virtual base classes, since there is no support for > > that in cp-abi.h; hopefully, that'll be addressed soon. > > > The patch is approved (the part i can approve, anyway. The minsym > stuff isn't mine to approve, but I can at least vouch for it's > correctness. There is no case where a v3 mangled symbol doesn't start > with "_Z". We default to the v2 abi, so we don't need to check for > that ABI and switch.) I can approve the minsym stuff. Too groovy.