glibc/sysdeps
Joseph Myers 706688aaef FIx ldbl-128ibm frexpl for 32-bit systems (bug 16619, bug 16740).
This patch fixes bugs in ldbl-128ibm frexpl for 32-bit systems shown
up by warnings:

../sysdeps/ieee754/ldbl-128ibm/s_frexpl.c:82:4: warning: left shift count >= width of type
../sysdeps/ieee754/ldbl-128ibm/s_frexpl.c:129:5: warning: left shift count >= width of type

This did in fact show up in test-ldouble.out (alongside all the other
problems there ... maybe we should again consider running the libm
tests at finer granularity from the makefiles) as already covered by
the testsuite after the previous patch that fixed these bugs for
64-bit systems.  The fix is simply using 1LL instead of 1L when
shifting by 52.

Tested for powerpc32 (soft float).

	[BZ #16619]
	[BZ #16740]
	* sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
	instead of 1L << 52.
2014-11-26 13:54:55 +00:00
..
aarch64 Remove IS_IN_rtld 2014-11-24 11:41:48 +05:30
alpha Remove IS_IN_rtld 2014-11-24 11:41:48 +05:30
arm Remove NOT_IN_libc 2014-11-24 15:03:45 +05:30
generic Remove NOT_IN_libc 2014-11-24 15:03:45 +05:30
gnu Remove NOT_IN_libc 2014-11-24 15:03:45 +05:30
hppa Don't use INTDEF/INTUSE with _dl_init (bug 14132). 2014-11-04 23:26:39 +00:00
i386 Remove NOT_IN_libc 2014-11-24 15:03:45 +05:30
ia64 Remove NOT_IN_libc 2014-11-24 15:03:45 +05:30
ieee754 FIx ldbl-128ibm frexpl for 32-bit systems (bug 16619, bug 16740). 2014-11-26 13:54:55 +00:00
init_array Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
m68k Remove IS_IN_rtld 2014-11-24 11:41:48 +05:30
mach Remove IS_IN_rtld 2014-11-24 11:41:48 +05:30
microblaze microblaze: 64b atomic operations are not supported. 2014-11-21 14:09:21 +01:00
mips Add arch-specific configuration for C11 atomics support. 2014-11-20 11:57:38 +01:00
nptl Remove NOT_IN_libc 2014-11-24 15:03:45 +05:30
posix Remove NOT_IN_libc 2014-11-24 15:03:45 +05:30
powerpc powerpc: Fix missing barriers in atomic_exchange_and_add_{acq,rel} 2014-11-26 07:06:28 -05:00
pthread Restore subdir conditional for tst-timer dependency. 2014-07-03 18:52:51 -07:00
s390 Remove NOT_IN_libc 2014-11-24 15:03:45 +05:30
sh Remove IS_IN_rtld 2014-11-24 11:41:48 +05:30
sparc Remove NOT_IN_libc 2014-11-24 15:03:45 +05:30
tile Add arch-specific configuration for C11 atomics support. 2014-11-20 11:57:38 +01:00
unix Define CLOCK_TAI on Linux (bug 17608) 2014-11-24 17:28:41 +01:00
wordsize-32 Remove NOT_IN_libc 2014-11-24 15:03:45 +05:30
wordsize-64 Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
x86 Run tst-ld-sse-use.sh with bash. 2014-09-29 23:24:37 +00:00
x86_64 sysdeps/x86_64/start.S doesn't have a .size elf directive for _start. 2014-11-24 16:26:58 -08:00