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 17/01/2017 20:50, Joseph Myers wrote:
> Ping^2.  This patch 
> <https://sourceware.org/ml/libc-alpha/2017-01/msg00094.html> is still 
> pending review.  Can someone confirm these functions have indeed been 
> absent from MicroBlaze librt all along?
> 

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_
000062a8 g     F .text  00000030              clock_gettime
00006308 g     F .text  00000030              clock_getcpuclockid
00006278 g     F .text  00000030              clock_getres
00000000       F *UND*  00000000              __clock_nanosleep@@GLIBC_PRIVATE
00000000       F *UND*  00000000              __clock_getres@@GLIBC_PRIVATE
00000000       F *UND*  00000000              __clock_gettime@@GLIBC_PRIVATE
00006338 g     F .text  00000030              clock_nanosleep
000062d8 g     F .text  00000030              clock_settime
00000000       F *UND*  00000000              __clock_getcpuclockid@@GLIBC_PRIVATE
00000000       F *UND*  00000000              __clock_settime@@GLIBC_PRIVATE


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