This is the mail archive of the gcc-patches@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: [Patch, libgfortran] PR 27740 Symbol versioning


On Fri, Apr 20, 2007 at 01:44:12PM -0700, Steve Kargl wrote:
> on x86_64-*-freebsd.   What I can't determine is if symbol 
> version is actually used. :-\  There is no mention of gfortran.map
> is the log file.  I can find libgomp.map, libssp.map, and libgcc.map,
> but no gfortran.map.  So, I guess I've done something wrong.

Run say
readelf -Ws .libs/libgfortran.so | sed -n '/ UND \| LOCAL /d;/^Symbol table.*\.dynsym/,/^[[:blank:]]*$/p'
and look if the exported symbols have symbol version attached
(@@symver_name after symbol names).

	Jakub


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