This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/14524] pragma for pre-1.8 embedded-c mangling scheme
- From: "smakarov at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Tue, 28 Aug 2012 14:17:30 +0000
- Subject: [Bug translator/14524] pragma for pre-1.8 embedded-c mangling scheme
- Auto-submitted: auto-generated
- References: <bug-14524-6586@http.sourceware.org/bugzilla/>
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.