glibc/sysdeps
Mike Frysinger c9d6789ebe byteswap.h: fix gcc ver test for __builtin_bswap{32,64}
The __builtin_bswap* functions were introduced in gcc-4.3, not gcc-4.2.
Fix the __GNUC_PREREQ tests to reflect this.

Otherwise trying to compile code with gcc-4.2 falls down:
In file included from /usr/include/endian.h:60,
                 from /usr/include/ctype.h:40,
/usr/include/bits/byteswap.h: In function 'unsigned int __bswap_32(unsigned int)':
/usr/include/bits/byteswap.h:46: error: '__builtin_bswap32' was not declared in this scope
/usr/include/bits/byteswap.h: In function 'long long unsigned int __bswap_64(long long unsigned int)':
/usr/include/bits/byteswap.h:110: error: '__builtin_bswap64' was not declared in this scope

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-12-03 14:54:31 -05:00
..
generic Fix strict-aliasing warnings from unwind-dw2-fde.c. 2012-11-27 00:01:10 +00:00
gnu Move _G_config.h with Linuxism to linux/ directory. 2012-09-28 15:45:07 -07:00
i386 Fix powl inaccuracy for x86_64 and x86 (bug 13881). 2012-11-28 13:40:54 +00:00
ieee754 Use hex float 64-bit values in ldbl-96 asinl (bug 14803). 2012-11-28 21:46:16 +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 Fix type-punning warning in powerpc64 gmon-start. 2012-11-30 13:48:39 -08:00
pthread aio_notify: fix _POSIX_REALTIME_SIGNALS check 2012-10-29 19:35:09 +01:00
s390 S/390: Add hwcap value for transactional execution. 2012-11-08 09:53:00 +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 clock_getcpuclockid: delete unused HAS_CPUCLOCK 2012-11-29 19:31:40 -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