]> sourceware.org Git - glibc.git/commit
Remove redundant ldbl-64-128 files.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 6 Oct 2017 15:02:12 +0000 (15:02 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 6 Oct 2017 15:02:12 +0000 (15:02 +0000)
commit6dff1983695fe0a5dc80e41edfa4b0dac9fecac2
tree29aee7333eb52e36b9b605b884533fe5ccaccbec
parent5a907168918805bbe3088dc4ab051e3e78ad7459
Remove redundant ldbl-64-128 files.

Various source files in ldbl-64-128 are redundant, because they wrap
files that no longer provide public symbols that need special
versioning (those symbols having moved to separate errno-setting
wrappers), or, in the case of w_scalblnl.c, because the type-generic
template now does everything required (it deals with symbol versioning
for use in libm, and this file is never built for libc anyway - the
compat scalbln* symbols in libc, as opposed to scalbn*, are only for
i386 and m68k and are aliases to the corresponding scalbn* symbols).
This patch removes those redundant files.

Tested with build-many-glibcs.py (for all ldbl-64-128 configurations)
that installed stripped shared libraries are unchanged by this patch.

* sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: Remove file.
* sysdeps/ieee754/ldbl-64-128/s_log1pl.c: Likewise.
* sysdeps/ieee754/ldbl-64-128/s_scalblnl.c: Likewise.
* sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
* sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
ChangeLog
sysdeps/ieee754/ldbl-64-128/e_ilogbl.c [deleted file]
sysdeps/ieee754/ldbl-64-128/s_log1pl.c [deleted file]
sysdeps/ieee754/ldbl-64-128/s_scalblnl.c [deleted file]
sysdeps/ieee754/ldbl-64-128/s_scalbnl.c [deleted file]
sysdeps/ieee754/ldbl-64-128/w_scalblnl.c [deleted file]
This page took 0.043648 seconds and 5 git commands to generate.