Bug 131417
Summary: | opreport does not use preferred symbol names | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ulrich Drepper <drepper> | ||||
Component: | oprofile | Assignee: | William Cohen <wcohen> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | |||||
Severity: | low | Docs Contact: | |||||
Priority: | low | ||||||
Version: | rawhide | ||||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | 0.8.1-8 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2004-09-22 18:18:34 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Ulrich Drepper
2004-09-01 06:29:30 UTC
I can see what you are talking about. As a example from an x86_64 glibc $ nm /lib64/tls/libc-2.3.3.so|grep strcpy 0000003b1326ea60 t __GI_strcpy 0000003b1326ea60 T strcpy 0000003b13273ac0 T __strcpy_small Created attachment 103957 [details]
patch to select more appropriate symbol name
A first pass at selecting a more appropriate symbol name from the multiple
choices available in a shared library.
This patch should apply cleanly to to the OProfile 0.8.1 sources. Yes, that patch seems to work beautifully. Please apply. I submitted the patch upstream and revised it based on the comments. The patch is checked into the upstream oprofile. The same patch has been applied to the 0.8.1 code in the current Red Hat RPM. |