[Bug translator/14524] pragma for pre-1.8 embedded-c mangling scheme
smakarov at redhat dot com
sourceware-bugzilla@sourceware.org
Tue Aug 28 14:17:00 GMT 2012
http://sourceware.org/bugzilla/show_bug.cgi?id=14524
Serguei Makarov <smakarov at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |smakarov at redhat dot com
Resolution| |FIXED
--- Comment #1 from Serguei Makarov <smakarov at redhat dot com> 2012-08-28 14:17:30 UTC ---
Added and documented the desired /* unmangled */ pragma. As an (incidental)
bonus, having /* unmangled */ doesn't disable the new access macros, so we can
use both syntaxes in one function:
function foo:long (bar:long) %{ /* unmangled */
THIS->retvalue = THIS->bar + STAP_ARG_bar;
%}
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Systemtap
mailing list