Bug 11764 - probe("probe").mark("mark") in a ppc libfoo.so fails
Summary: probe("probe").mark("mark") in a ppc libfoo.so fails
Status: RESOLVED DUPLICATE of bug 11916
Alias: None
Product: systemtap
Classification: Unclassified
Component: translator (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-29 00:41 UTC by Stan Cox
Modified: 2010-09-21 21:27 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stan Cox 2010-06-29 00:41:28 UTC
Shared user space static probes fail on ppc because instead of statically
resolving the reference like x86 does, ppc generates a dynamic relocation.
03900ce4 R_PPC_RELATIVE    *ABS*+0x03900ce4

Run RUNTESTFLAGS='sdt_misc.exp -v' make installcheck and check libsdt_uprobe.so
Comment 1 Stan Cox 2010-09-21 21:27:48 UTC
Part of sdt v3.


*** This bug has been marked as a duplicate of 11916 ***