[Bug translator/1155] inline functions

guanglei at cn dot ibm dot com sourceware-bugzilla@sourceware.org
Wed Aug 9 03:01:00 GMT 2006


------- Additional Comments From guanglei at cn dot ibm dot com  2006-08-09 03:01 -------
I tried i386/gcc 4.1.1/FC5 and ppc64/gcc 3.4.5/RHEL4 with latest
SystemTap/elfutils, both failed to resove the target symbol.

On i386/gcc 4.1.1, GCC compiles away the loc info of all the arguments of
context_switch(), so SystemTap failed to resolve the target symbol.

On ppc64/gcc 3.4.5, although GCC only compiles away the loc info of $rq, but the
loc info of $prev and $next exists. But when I tried to retrieve $prev/$next of
context_switch(), SystemTap still failed to resolve them.

I checked the gcc bug 23551, still not fixed. :-(

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=1155

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Systemtap mailing list