help-gplusplus
[Top][All Lists]
Advanced

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

function name commingle


From: David Alasiga
Subject: function name commingle
Date: Tue, 28 Mar 2006 14:19:31 GMT

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]