From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Berlin To: Jim Blandy Cc: Subject: Re: HP aC++ ABI? Date: Tue, 24 Apr 2001 11:55:00 -0000 Message-id: References: <20010424164759.131115E9CB@zwingli.cygnus.com> X-SW-Source: 2001-04/msg00178.html On Tue, 24 Apr 2001, Jim Blandy wrote: > > Does anyone know where can I find a description of the > class/baseclass/vtable layout rules used by the HP aC++ compiler? > I've looked around on HP's web site, and found documentation on their > C ABI, but nothing on the C++ ABI. If you look at the new-abi vtable layout examples, they compare it to the hp layout. Should be enough to fix stuff. >