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: [PATCH roland/bz14743] BZ#14743: Move clock_* symbols from librt to libc.


> yeah, the tests no longer crash after that
> 
> configure define HAVE_IFUNC to 1, and libc_cv_asm_gnu_indirect_function=yes, but 
> ia64 doesn't have ifunc support.

OK.  This is Working As Advertised.  Machines that don't actually support
IFUNC should have a sysdeps/.../configure that does:
libc_cv_asm_gnu_indirect_function=no
...which is what I said in the original posting.

If you want to work on souping up an automatic configure test, more power
to you.  But that still won't tell you whether the dynamic linker support
is actually implemented.


Thanks,
Roland


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