about summary refs log tree commit diff
path: root/sysdeps/ia64/fpu/libc_libm_error.c
Commit message (Collapse)AuthorAgeFilesLines
* ia64: relocate out of ports/ subdirMike Frysinger2014-02-161-0/+14
|
* Remove IA-64 supportUlrich Drepper2012-01-071-14/+0
|
* Update.Ulrich Drepper2004-05-031-0/+1
| | | | | | | | | | | | | | | | | 2004-04-23 Jakub Jelinek <jakub@redhat.com> * sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Add libc_hidden_proto. Define to __GI___libm_error_support for assembly going into libc.so. * sysdeps/ia64/fpu/libc_libm_error.c (__libm_error_support): Add libc_hidden_def. * include/libc-symbols.h (HIDDEN_BUILTIN_JUMPTARGET): Define. * sysdeps/ia64/bcopy.S (bcopy): Use it for jump to memmove. * sysdeps/unix/sysv/linux/ia64/sysdep.S (__syscall_error): Access gprel errno if RTLD_PRIVATE_ERRNO or __thread __libc_errno/errno if USE___THREAD.
* Update.Ulrich Drepper2001-02-191-0/+13
2001-02-19 Ulrich Drepper <drepper@redhat.com> * sysdeps/ia64/fpu/Makefile (libm-sysdep-routines): Add libm_error, libm_frexp4, libm_frexp4f, libm_frexp4l, and all the functions also in libc. (routines): Replace libm_error with libc_libm_error. * sysdeps/ia64/fpu/Dist: Add libc_libm_error.c. * sysdeps/ia64/fpu/libc_libm_error.c: New file.