This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: Ping^2 Re: Correct MicroBlaze librt ABI list


On Wed, 18 Jan 2017, Adhemerval Zanella wrote:

> I am not sure if it is suffice to confirm the symbol existence, but
> I could build a microblaze-linux-gnu using 2.18 release branch (with
> minor adjustment on configure to not fail with make 4.*) and these
> symbol indeed are present on librt:
> 
> glibc/build/microblaze-linux-gnu$ objdump -t rt/librt.so | grep clock_

objdump -T (--dynamic-syms) output, showing the symbol versions, would be 
more useful.

If the symbols are indeed part of the librt ABI for MicroBlaze we need a 
more complicated fix to ensure they are present in that library with 
current sources.  I suspect the cause of the symbols being present would 
have been the Versions.def issue fixed by 
<https://sourceware.org/ml/libc-alpha/2014-02/msg00598.html>.

-- 
Joseph S. Myers
joseph@codesourcery.com


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