glibc/sysdeps
Chris Metcalf 017678433c Suppress incorrect link warnings for NSS symbols
When glibc is built with --enable-static-nss, the warning that
using NSS symbols requires the nss shared objects to be present
is no longer true, as those symbols are built into libc.  Suppress
the warning for those symbols by providing a new macro
(nss_interface_function) for the NSS functions that is defined as
static_link_warning in the normal case, and empty for static NSS.
2012-10-30 14:14:33 -04:00
..
generic Fix strtod handling of underflow (bug 14047). 2012-10-30 13:51:27 +00:00
gnu Move _G_config.h with Linuxism to linux/ directory. 2012-09-28 15:45:07 -07:00
i386 Fix strtod handling of underflow (bug 14047). 2012-10-30 13:51:27 +00:00
ieee754 Fix fma missing underflows and bad results for some subnormal results (bugs 14152, 14783). 2012-10-30 13:54:50 +00:00
mach Hurd: fix fdatasync/fsync if the fd does not support file_sync 2012-10-29 19:35:56 +01:00
posix Suppress incorrect link warnings for NSS symbols 2012-10-30 14:14:33 -04:00
powerpc Add missing magic to GLIBC_PROVIDES. 2012-10-09 15:41:30 -07:00
pthread aio_notify: fix _POSIX_REALTIME_SIGNALS check 2012-10-29 19:35:09 +01:00
s390 Add missing magic to GLIBC_PROVIDES. 2012-10-09 15:41:30 -07:00
sh Fix strtod handling of underflow (bug 14047). 2012-10-30 13:51:27 +00:00
sparc Add IFUNC test lists for memcpy/mempcpy/memset on sparc. 2012-10-25 16:34:26 -07:00
unix Remove redundant defines of __O_LARGEFILE 2012-10-27 13:49:30 +02:00
wordsize-32 Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
wordsize-64 Don't set TIMEOUTFACTOR in sysdeps/wordsize-64/Makefile. 2012-09-18 15:45:57 +00:00
x86 Use __uint64_t in x86 __bswap_64 2012-10-12 09:21:47 -07:00
x86_64 Fix strtod handling of underflow (bug 14047). 2012-10-30 13:51:27 +00:00