This is the mail archive of the gcc@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]

Re: Virtual table contents


>>>>> "Mike" == Mike Stump <mrs@windriver.com> writes:

>> Date: Mon, 18 Dec 2000 14:23:55 -0600
>> To: gcc@gcc.gnu.org
>> From: Eugene Kuznetsov<divx@euro.ru>

>> Is there an universal way ( i.e. the way that would be acceptable
>> for all compilers since egcs 2.91 and higher ) to tell compiler NOT
>> to use these two positions and to start function pointers
>> immediately from 1st position? Or such a way only for some specific
>> versions of compilers?

> No.

Well, there's __attribute__ ((com_interface)).  And the new ABI will always
start from the 1st position (the RTTI stuff will be at negative offsets).

Jason

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