Go to file
Alan Modra da13146da1 PowerPC floating point little-endian [10 of 15]
http://sourceware.org/ml/libc-alpha/2013-07/msg00201.html

These two functions oddly test x+1>0 when a double x is >= 0.0, and
similarly when x is negative.  I don't see the point of that since the
test should always be true.  I also don't see any need to convert x+1
to integer rather than simply using xr+1.  Note that the standard
allows these functions to return any value when the input is outside
the range of long long, but it's not too hard to prevent xr+1
overflowing so that's what I've done.

(With rounding mode FE_UPWARD, x+1 can be a lot more than what you
might naively expect, but perhaps that situation was covered by the
x - xrf < 1.0 test.)

	* sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
	* sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
2013-10-04 10:35:10 +09:30
argp Fix typos. 2013-08-29 09:11:45 +02:00
assert
benchtests Add benchmark inputs for sincos 2013-09-19 16:55:27 +05:30
bits Replace generic bits/socket.h with 4.4 file. 2013-08-27 10:33:15 -07:00
catgets Use (void) in no-arguments function definitions. 2013-06-08 00:22:23 +00:00
conf
conform conformtest: Clean up expectations for POSIX for sched.h. 2013-09-25 00:51:42 +00:00
crypt Fix typos. 2013-08-21 19:48:48 +02:00
csu BZ #15754: CVE-2013-4788 2013-09-23 00:52:09 -04:00
ctype
debug Fix typos. 2013-08-29 09:11:45 +02:00
dirent
dlfcn Remove --disable-versioning. 2013-09-04 15:25:42 +00:00
elf Add AArch64 relocation definitions. 2013-09-30 12:38:10 +01:00
gmon Avoid use of "register" as optimization hint. 2013-06-07 22:24:35 +00:00
gnulib
grp
gshadow
hesiod Link extra-libs consistently with libc and ld.so. 2013-05-31 16:16:33 +00:00
hurd Remove --disable-versioning. 2013-09-04 15:25:42 +00:00
iconv Fix typos. 2013-08-30 18:08:59 +02:00
iconvdata Fix typos. 2013-08-30 18:08:59 +02:00
include Make __ffs hidden 2013-09-20 21:25:31 +02:00
inet Coordinate IPv6 definitions for Linux and glibc 2013-09-06 01:02:30 -04:00
intl Use (void) in no-arguments function definitions. 2013-06-08 00:22:23 +00:00
io Make stub lxstat64 call xstat64, like stub lxstat calls xstat. 2013-08-26 15:11:47 -07:00
libidn Fix typos. 2013-08-29 09:11:45 +02:00
libio Fix memory leaks in libio on allocation failure 2013-09-09 22:52:25 +10:00
locale Hardcode locale archive page size as 4096. 2013-10-03 22:00:05 +00:00
localedata Fix ayc_PE.UTF-8 and lzh_TW.UTF-8 build issues 2013-09-28 20:32:16 -04:00
login CVE-2013-2207, BZ #15755: Disable pt_chown. 2013-07-21 15:39:55 -04:00
mach Remove trailing whitespace from mach/*.sub. 2013-06-10 22:47:08 +00:00
malloc malloc: Add pvalloc test. 2013-10-02 10:45:40 +01:00
manual BZ #431 Fix manual of strncat/wcsncat. 2013-10-03 19:54:23 +02:00
math PowerPC floating point little-endian [4 of 15] 2013-10-04 10:32:48 +09:30
misc Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type. 2013-06-28 16:50:48 -05:00
nis Fix typos. 2013-08-30 18:08:59 +02:00
nptl Fix PI mutex check in pthread_cond_broadcast and pthread_cond_signal 2013-10-01 20:35:28 +05:30
nptl_db Link extra-libs consistently with libc and ld.so. 2013-05-31 16:16:33 +00:00
nscd Properly cache the result from looking up the nss database config 2013-09-30 10:29:13 +02:00
nss Use proper #include for xdecrypt declarations. 2013-08-26 15:04:02 -07:00
po Update Chinese (traditional) translations. 2013-09-06 15:26:43 -04:00
ports PowerPC floating point little-endian [1 of 15] 2013-10-04 10:31:41 +09:30
posix glob: silence -Wattribute warnings 2013-10-01 13:50:29 -06:00
pwd
resolv Remove --disable-versioning. 2013-09-04 15:25:42 +00:00
resource Fix stub setrlimit implementation. 2013-05-06 14:58:00 -07:00
rt Fix symbol definitions for __clock_* functions 2013-06-11 11:11:11 +05:30
scripts Sort sysd-rules-patterns by descending pattern length. 2013-06-17 09:55:49 -07:00
setjmp Remove trailing whitespace. 2013-06-05 20:44:03 +00:00
shadow
signal
socket Clean up __libc_sa_len helper. 2013-08-27 10:34:16 -07:00
soft-fp Implement fma in soft-fp. 2013-07-02 14:55:32 +00:00
stdio-common PowerPC floating point little-endian [1 of 15] 2013-10-04 10:31:41 +09:30
stdlib Fix buffer overrun in strtod_l 2013-09-19 16:52:04 +04:00
streams Fix typos. 2013-08-30 18:08:59 +02:00
string Check for integer overflow in cache size computation in strcoll 2013-09-23 11:29:53 +05:30
sunrpc sunrpc/rpc/types.h: fix OS X and FreeBSD build problems 2013-09-11 18:37:21 -04:00
sysdeps PowerPC floating point little-endian [10 of 15] 2013-10-04 10:35:10 +09:30
sysvipc
termios
time Use (void) in no-arguments function definitions. 2013-06-08 00:22:23 +00:00
timezone
wcsmbs Avoid use of "register" as optimization hint. 2013-06-07 22:24:35 +00:00
wctype
.gitattributes
.gitignore
abi-tags
aclocal.m4
BUGS
CANCEL-FCT-WAIVE
CANCEL-FILE-WAIVE
ChangeLog PowerPC floating point little-endian [10 of 15] 2013-10-04 10:35:10 +09:30
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9
ChangeLog.10
ChangeLog.11
ChangeLog.12
ChangeLog.13
ChangeLog.14
ChangeLog.15
ChangeLog.16
ChangeLog.17
config.h.in MIPS: IEEE 754-2008 NaN encoding support 2013-09-18 21:33:50 +01:00
config.make.in Remove --disable-versioning. 2013-09-04 15:25:42 +00:00
configure Remove --disable-versioning. 2013-09-04 15:25:42 +00:00
configure.in Remove --disable-versioning. 2013-09-04 15:25:42 +00:00
CONFORMANCE
COPYING Update to latest versions of GPL-2.0 and LGPL-2.1 2013-09-09 12:52:48 +10:00
COPYING.LIB Update to latest versions of GPL-2.0 and LGPL-2.1 2013-09-09 12:52:48 +10:00
cppflags-iterator.mk
extra-lib.mk Remove --disable-versioning. 2013-09-04 15:25:42 +00:00
extra-modules.mk
INSTALL Update pt_chown sections of the manual 2013-09-10 14:11:39 +10:00
libc-abis
LICENSES
Makeconfig
Makefile Fix erroneous (and circular) implied pattern rule for linkobj/libc.so. 2013-10-03 10:38:14 -07:00
Makefile.in Add target bench-clean 2013-04-16 14:07:21 +05:30
Makerules Fix erroneous (and circular) implied pattern rule for linkobj/libc.so. 2013-10-03 10:38:14 -07:00
NAMESPACE
NEWS 2013-09-26 Steve Ellcey <sellcey@mips.com> 2013-10-03 12:55:36 -07:00
o-iterator.mk
PROJECTS
README
Rules Move bench target to benchtests 2013-04-12 15:01:44 +05:30
shlib-versions
test-skeleton.c
version.h Open development for 2.19. 2013-08-12 13:43:14 -07:00
Versions.def hppa: add fanotify_mark 2013-09-02 23:22:24 -04:00
WUR-REPORT

This directory contains the sources of the GNU C Library.
See the file "version.h" for what release version you have.

The GNU C Library is the standard system C library for all GNU systems,
and is an important part of what makes up a GNU system.  It provides the
system API for all programs written in C and C-compatible languages such
as C++ and Objective C; the runtime facilities of other programming
languages use the C library to access the underlying operating system.

In GNU/Linux systems, the C library works with the Linux kernel to
implement the operating system behavior seen by user applications.
In GNU/Hurd systems, it works with a microkernel and Hurd servers.

The GNU C Library implements much of the POSIX.1 functionality in the
GNU/Hurd system, using configurations i[4567]86-*-gnu.  The current
GNU/Hurd support requires out-of-tree patches that will eventually be
incorporated into an official GNU C Library release.

When working with Linux kernels, this version of the GNU C Library
requires Linux kernel version 2.6.16 or later.

Also note that the shared version of the libgcc_s library must be
installed for the pthread library to work correctly.

The GNU C Library supports these configurations for using Linux kernels:

	i[4567]86-*-linux-gnu
	x86_64-*-linux-gnu	Can build either x86_64 or x32
	powerpc-*-linux-gnu	Hardware floating point required
	powerpc64-*-linux-gnu
	s390-*-linux-gnu
	s390x-*-linux-gnu
	sh[34]-*-linux-gnu
	sparc*-*-linux-gnu
	sparc64*-*-linux-gnu

The code for other CPU configurations supported by volunteers outside of
the core glibc maintenance effort is contained in the `ports' add-on,
located in the `ports' subdirectory of the source tree.

	aarch64*-*-linux-gnu
	alpha*-*-linux-gnu
	am33*-*-linux-gnu	Not currently functional
	arm-*-linux-gnueabi
	hppa-*-linux-gnu	Not currently functional without patches.
	ia64-*-linux-gnu
	m68k-*-linux-gnu
	mips-*-linux-gnu
	mips64-*-linux-gnu
	powerpc-*-linux-gnu	Software floating point (--without-fp)
	tilegx-*-linux-gnu
	tilepro-*-linux-gnu

If you are interested in doing a port, please contact the glibc
maintainers; see http://www.gnu.org/software/libc/ for more
information.

See the file INSTALL to find out how to configure, build, and install
the GNU C Library.  You might also consider reading the WWW pages for
the C library at http://www.gnu.org/software/libc/.

The GNU C Library is (almost) completely documented by the Texinfo manual
found in the `manual/' subdirectory.  The manual is still being updated
and contains some known errors and omissions; we regret that we do not
have the resources to work on the manual as much as we would like.  For
corrections to the manual, please file a bug in the `manual' component,
following the bug-reporting instructions below.  Please be sure to check
the manual in the current development sources to see if your problem has
already been corrected.

Please see http://www.gnu.org/software/libc/bugs.html for bug reporting
information.  We are now using the Bugzilla system to track all bug reports.
This web page gives detailed information on how to report bugs properly.

The GNU C Library is free software.  See the file COPYING.LIB for copying
conditions, and LICENSES for notices about a few contributions that require
these additional notices to be distributed.  License copyright years may be
listed using range notation, e.g., 2000-2013, indicating that every year in
the range, inclusive, is a copyrightable year that would otherwise be listed
individually.