Re: GCC 3.x and -fvtable-thunks

2005-12-23 Thread Nathan Sidwell
John Daniels wrote: Hi, It appears GCC 3.x no longer supports the -fvtable-thunks option. Is gcc 3.x using thunks by default for its vtable format? Also, can the _G_USING_THUNKS macro no longer used to determine if thunks are being used? the updated C++ ABI always uses thunks. http://www.codes

GCC 3.x and -fvtable-thunks

2005-12-22 Thread John Daniels
Hi, It appears GCC 3.x no longer supports the -fvtable-thunks option. Is gcc 3.x using thunks by default for its vtable format? Also, can the _G_USING_THUNKS macro no longer used to determine if thunks are being used? Thanks, John __ Ya