Bug 759072 - qpid and qmf libraries which are providing stable API should use ELF visibility option
Summary: qpid and qmf libraries which are providing stable API should use ELF visibili...
Keywords:
Status: NEW
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: qpid-cpp
Version: 2.0
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: ---
: ---
Assignee: messaging-bugs
QA Contact: MRG Quality Engineering
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-12-01 11:25 UTC by Frantisek Reznicek
Modified: 2021-03-16 12:46 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Target Upstream Version:


Attachments (Terms of Use)

Description Frantisek Reznicek 2011-12-01 11:25:40 UTC
Description of problem:

qpid and qmf libraries which are providing stable API should use ELF visibility option for better recognition which symbols are part of stable API.

See [1] for more details
[1] http://www.technovelty.org/code/symbol-visibility.html


Version-Release number of selected component (if applicable):
all untill qpid-0.12

How reproducible:
100%

Steps to Reproduce:
1. readelf --all --wide <lib> | c++filt | less
2. see Visibility column in symbol table, you will see DEFAULT always
  
Actual results:
ELF visibility not used.

Expected results:
ELF visibility should be used.


Additional info:


Note You need to log in before you can comment on or make changes to this bug.