[PowerPC64] Don't define __GI_ variant of isnan for static lib
authorAlan Modra <amodra@gmail.com>
Mon, 23 Oct 2017 06:57:30 +0000 (17:27 +1030)
committerAlan Modra <amodra@gmail.com>
Tue, 31 Oct 2017 01:57:19 +0000 (12:27 +1030)
commite9b8e1941990553b122f0ef0cde2c290d57d7682
treef27241f5f6b37f87dce2c44dc0dc5c6811a2404e
parentb61afe8c813e80aa7766c325023743fef4464807
[PowerPC64] Don't define __GI_ variant of isnan for static lib

It seems to me that libc.a should not contain any of the __GI_
symbols, and certainly --enable-multi-arch ought to not add to the
list.  At the end of this patch series we have the following in both
--enable-multi-arch and --disable-multi-arch libc.a:
0000000000000000 T __GI___readdir64
0000000000000000 T __GI___fxstatat64
0000000000000000 T __GI_getrlimit
0000000000000000 T __GI___getrlimit

* sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S (hidden_def):
Redefine only when SHARED.
ChangeLog
sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S