IA-64... and GCC 3
Peter R. Torpman
peter.torpman at ericsson.com
Fri Jul 13 19:12:45 UTC 2001
Hi!
I'm using GCC 3 now and earlier we used the following for defining
a virtual function table for use when calling functions in C++ from C.
struct myVtbl {
short offset_0__;
short pad_0__;
void ( *method_0__)(void);
short offset_MethodA;
short pad_MethodA;
void (*MethodA)(int a, int b);
};
It works with GCC 2, but with GCC 3 it
does not work since they say that the IA-64 ABI
is used...
I'm on Solaris 7 if that helps....
Do you have any idea of how I should write this code now?
Best Regards,
/ Peter
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Peter R Torpman.vcf
Type: text/x-vcard
Size: 431 bytes
Desc: not available
URL: <http://sourcerytools.com/pipermail/cxx-abi-dev/attachments/20010713/d3c8e463/attachment.vcf>
More information about the cxx-abi-dev
mailing list