glibc/sysdeps
Anton Blanchard 471a1672d4 PowerPC: Rename __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
In order for the __kernel_get_tbfreq vDSO call to work the
INTERNAL_VSYSCALL_NCS macro needed to be updated to prevent it from
assuming an integer return type (since the timebase frequency is a 64-bit
value) by specifying the type of the return type as a macro parameter.  The
macro then specifically declares the return value as a 'register' (or
implied pair) of the denoted type.  The compiler is then informed that this
register (or implied pair) is to be used for the return value.
2013-01-18 07:44:38 -06:00
..
generic Use __extension__ with long long in installed headers. 2013-01-10 20:19:45 +00:00
gnu Sync netinet/tcp.h with upstream Linux kernel. 2013-01-09 23:04:32 -08:00
i386 Fix application of the exception mask 2013-01-18 14:16:25 +05:30
ieee754 Simplify calculation of 2^-m in __mpexp 2013-01-18 11:18:13 +05:30
mach Fix copyright notice corruption from update-copyright bug. 2013-01-02 19:28:45 +00:00
posix Fix copyright notice corruption from update-copyright bug. 2013-01-02 19:28:45 +00:00
powerpc Adapt installed powerpc headers better for soft-float / no-FPRs. 2013-01-17 02:08:51 +00:00
pthread Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
s390 Remove __GLIBC_HAVE_LONG_LONG. 2013-01-11 21:13:25 +00:00
sh Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sparc Update sparc ULPs. 2013-01-17 20:45:04 -08:00
unix PowerPC: Rename __kernel_vdso_get_tbfreq to __kernel_get_tbfreq. 2013-01-18 07:44:38 -06:00
wordsize-32 Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
wordsize-64 Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
x86 Remove __GLIBC_HAVE_LONG_LONG. 2013-01-11 21:13:25 +00:00
x86_64 Fix cacos real-part inaccuracy for result real part near 0 (bug 15023). 2013-01-17 20:25:51 +00:00