This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/14524] pragma for pre-1.8 embedded-c mangling scheme


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]