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/1155] inline functions


------- 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.


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