Does g++ have option to disable function name commingle. When I compile like:
g++ -S Test.cpp the file Test.s has function name commingled. For example, function name foo becomes like __foo79emskd8. Is there any options which output function name as original instead of commingled name? Thanks in advance. _______________________________________________ help-gplusplus mailing list help-gplusplus@gnu.org http://lists.gnu.org/mailman/listinfo/help-gplusplus