mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 02:40:06 +00:00
179dcdb7af
Fix the ifdef clause that was being used in the opposite way, setting a wrong value of the carry bit. This is also correcting 2 memory accesses that were mistakenly referring to r0 while they were supposed to mean the immediate value 0. [BZ #22142] * stdio-common/tst-printf.c (fp_test): Add tests for DBL_MAX and -DBL_MAX. (do_test): Likewise. * stdio-common/tst-printf.sh: Likewise. * sysdeps/powerpc/powerpc64/power7/add_n.S: Invert the initial ifdef clause in order to set the carry bit right. Replace r0 by 0 without changing the behavior. |
||
---|---|---|
.. | ||
fpu | ||
multiarch | ||
add_n.S | ||
bcopy.c | ||
Implies | ||
Makefile | ||
memchr.S | ||
memcmp.S | ||
memcpy.S | ||
memmove.S | ||
mempcpy.S | ||
memrchr.S | ||
memset.S | ||
rawmemchr.S | ||
stpncpy.S | ||
strcasecmp_l.S | ||
strcasecmp.S | ||
strchr.S | ||
strchrnul.S | ||
strcmp.S | ||
strlen.S | ||
strncmp.S | ||
strncpy.S | ||
strnlen.S | ||
strrchr.S | ||
strstr-ppc64.c | ||
strstr.S | ||
sub_n.S |