This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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]

linking/ELF question


I have an object file (.o) and have no access to the source. I would
like to link this file into a shared library. However, the symbol I
after does not show up in the shared library. I suspect the reason is
that readelf tells me that the symbol is hidden like so:

14: 0000000000000000   516 FUNC    GLOBAL HIDDEN    3 theSymbol

Can I somehow change the attribute or force ld to ignore the "HIDDEN"
attribute such that I will get the symbol in the glbal section in the
shared library I am trying to create?

Thanks,
Robert



-- 
Robert Schweikert <Robert.Schweikert@abaqus.com>
ABAQUS


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