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]

sparc build broken...


It comes from the switch of:

sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c

to use __getdirentries instead of getdirentries.

libc.so fails to link:

/home/davem/src/GIT/GLIBC/build-sparcv9/libc_pic.os: In function `__get_clockfreq_via_proc_openprom':
/home/davem/src/GIT/GLIBC/glibc/rt/../sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c:97: undefined reference to `__getdirentries'

Maybe a missing libc_hidden_proto() somewhere?


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