Historic C++ ABI question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Given these definitions

struct base
{
  int a;
  int b;
};

struct plus : base
{
  virtual ~plus();
};

is there a historic C++ ABI which puts the vtable at offset 8 in struct plus (after the fields from struct base)? This must have been before the Itanium C++ ABI.

Thanks,
Florian



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux