]> git.ipfire.org Git - thirdparty/glibc.git/commit
Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Fri, 14 Feb 2020 22:41:11 +0000 (16:41 -0600)
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Thu, 30 Apr 2020 13:52:08 +0000 (08:52 -0500)
commite2239af353b053b9c645e396b13bce8688f9d615
treeb4bcb6aa914181703a211dcf3cf6a7aa52107670
parent86005fdbf40d6fc84d84c824d75c656e7c1398e3
Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI

Improve the commentary to aid future developers who will stumble
upon this novel, yet not always perfect, mechanism to support
alternative formats for long double.

Likewise, rename __LONG_DOUBLE_USES_FLOAT128 to
__LDOUBLE_REDIRECTS_TO_FLOAT128_ABI now that development work
has settled down.  The command used was

git grep -l __LONG_DOUBLE_USES_FLOAT128 ':!./ChangeLog*' | \
  xargs sed -i 's/__LONG_DOUBLE_USES_FLOAT128/__LDOUBLE_REDIRECTS_TO_FLOAT128_ABI/g'

Reviewed-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
37 files changed:
argp/argp.h
bits/long-double.h
elf/tst-addr1.c
include/math.h
include/monetary.h
include/printf.h
include/stdio.h
include/stdlib.h
include/sys/cdefs.h
include/wchar.h
libio/bits/stdio-ldbl.h
libio/stdio.h
math/complex.h
math/math.h
math/test-ldouble.h
misc/err.h
misc/error.h
misc/sys/cdefs.h
misc/sys/syslog.h
stdio-common/printf.h
stdio-common/tst-vfprintf-user-type.c
stdlib/bits/stdlib-ldbl.h
stdlib/monetary.h
stdlib/stdlib.h
sysdeps/ieee754/ldbl-128/bits/long-double.h
sysdeps/ieee754/ldbl-128ibm-compat/bits/long-double.h
sysdeps/ieee754/ldbl-128ibm-compat/math_ldbl.h
sysdeps/ieee754/ldbl-128ibm/bits/iscanonical.h
sysdeps/ieee754/ldbl-128ibm/ieee754.h
sysdeps/ieee754/ldbl-128ibm/include/bits/iscanonical.h
sysdeps/ieee754/ldbl-96/bits/long-double.h
sysdeps/ieee754/ldbl-opt/bits/long-double.h
sysdeps/mips/ieee754/bits/long-double.h
sysdeps/unix/sysv/linux/sparc/sparc32/bits/long-double.h
sysdeps/unix/sysv/linux/sparc/sparc64/bits/long-double.h
wcsmbs/bits/wchar-ldbl.h
wcsmbs/wchar.h