I have a C ++ file that only has the template methods of the template class. I tried to compile this with the -S option.
It creates a .s file, but there is no build code in it - for example:
.section ".text",
.file "eac_slist.C"
.xstabs ".stab.index","V=9.0;DBG_GEN=5.0.8;dm;cd;backend;ptf;ptx;ptk;ptr/vobs/eam;s;;P;R=5.8<<Sun C++ 5.8 2005/10/13 (ccfe)>>;A=2",60,0,0,0
.xstabs ".stab.index","/vobs/ossrc_3pp/freeware/studio11/SUNWspro/prod/bin/CC -I. -S -xs eac_slist.C",52,0,0,0
Can anyone help with this?
source
share