glibc/sysdeps
Anton Blanchard dafbd378a2 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.
(cherry picked from commit 471a1672d4)
2013-07-25 11:56:14 -05:00
..
generic Backport fixes for BZ #15006 from master. 2013-05-22 16:33:03 -04:00
gnu Sync netinet/tcp.h with upstream Linux kernel. 2013-01-09 23:09:43 -08:00
i386 Fix powl inaccuracy for x86_64 and x86 (bug 13881). 2012-11-28 13:40:54 +00:00
ieee754 Include stdlib.h in sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c. 2012-12-05 20:03:45 +00:00
mach Hurd: fixes for ptsname and ptsname_r 2012-11-20 00:49:11 +01:00
posix Return EAI_SYSTEM if we're out of file descriptors 2012-11-19 13:02:48 +05:30
powerpc Define _SYS_AUXV_H to 1 not empty in sysdeps/powerpc/sysdep.h. 2012-12-04 21:45:01 +00:00
pthread aio_notify: fix _POSIX_REALTIME_SIGNALS check 2012-10-29 19:35:09 +01:00
s390 S/390: Update libm-test-ulps. 2012-12-21 06:24:27 +01:00
sh sysdeps/sh/dl-machine.h: Define ELF_MACHINE_RUNTIME_FIXUP_PARAMS. 2012-11-20 19:29:23 +01:00
sparc Update sparc ULPs for recently added pow tests. 2012-11-28 17:42:09 -08:00
unix PowerPC: Rename __kernel_vdso_get_tbfreq to __kernel_get_tbfreq. 2013-07-25 11:56:14 -05: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 byteswap.h: fix gcc ver test for __builtin_bswap{32,64} 2012-12-03 14:54:31 -05:00
x86_64 Fix powl inaccuracy for x86_64 and x86 (bug 13881). 2012-11-28 13:40:54 +00:00