This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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]

Re: Exporting new libgomp functions


Amittai Aviram <amittai.aviram@yale.edu> writes:

>> What does readelf -s libgomp.so show you about the symbol foo?
>
> It does not occur in either lib32/libgomp.so or lib64/libgomp.so

Are you 100% sure that your new object file is getting linked into
libgomp.so?  The symbol should be in .symtab even if it is hidden by the
version script.

Ian


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