]> git.ipfire.org Git - thirdparty/glibc.git/commit
RFC: powerpc64le: Enable support for IEEE long double gabriel/powerpc-ieee128-printscan
authorGabriel F. T. Gomes <gabrielftg@linux.ibm.com>
Thu, 11 Jul 2019 14:48:28 +0000 (11:48 -0300)
committerGabriel F. T. Gomes <gabrielftg@linux.ibm.com>
Fri, 13 Dec 2019 22:06:02 +0000 (19:06 -0300)
commit39a7b82283cab9dbfc119d8411d26d55a65f5eb4
tree74a7c8d739205d232fbf6d113d8ab3001d0fcb16
parentb851fea5c875acdca549103493d0439e91360d7e
RFC: powerpc64le: Enable support for IEEE long double

Not for glibc-2.31 - Do not commit!

No changes since v3.

Changes since v2:

  - Added definition of LDBL_IBM128_COMPAT_VERSION and
    LDBL_IBM128_VERSION (moved from a previous commit).

Changes since v1:

  - Use __LONG_DOUBLE_USES_FLOAT128 directly.

-- 8< --
On platforms where long double may have two different formats, i.e.: the
same format as double (64-bits) or something else (128-bits), building
with -mlong-double-128 is the default and function calls in the user
program match the name of the function in Glibc.  When building with
-mlong-double-64, Glibc installed headers redirect such calls to the
appropriate function.

This patch adds similar redirections to be used by user code builds in
IEEE long double mode (-mabi=ieeelongdouble).  It also skips some uses
of libc_hidden_proto in internal headers, because they also produce
redirections, causing a redirection conflict.

PS: Missing NEWS entry.
18 files changed:
argp/argp.h
libio/bits/stdio-ldbl.h
libio/stdio.h
misc/bits/syslog-ldbl.h
misc/err.h
misc/error.h
misc/sys/cdefs.h
misc/sys/syslog.h
stdio-common/printf.h
stdlib/bits/stdlib-ldbl.h
stdlib/monetary.h
stdlib/stdlib.h
sysdeps/powerpc/powerpc64/le/Implies-before
sysdeps/unix/sysv/linux/powerpc/powerpc64/le/ldbl-128ibm-compat-abi.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libc.abilist
sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libm.abilist
wcsmbs/bits/wchar-ldbl.h
wcsmbs/wchar.h