]> sourceware.org Git - glibc.git/commit
ldbl-128: Use mathx_hidden_def inplace of hidden_def
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Thu, 4 May 2017 17:47:27 +0000 (14:47 -0300)
committerTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
Thu, 4 May 2017 17:47:27 +0000 (14:47 -0300)
commit593bf7189a82b9b2874d41c71cb2109482a9f201
tree6a1b514c390699f658e9b182345c1a03dbe45e14
parent4c3992fc459322a7c712700ba3244fcb125163d7
ldbl-128: Use mathx_hidden_def inplace of hidden_def

This provides a extra macro expansion before invoking
the hidden_def macro.  This is necessary to build the
ldbl-128 files as float128 correctly.

* sysdeps/generic/math_private.h:
(mathx_hidden_def): New macro.
* sysdeps/ieee754/ldbl-128/s_finitel.c: Replace hidden_def with
the above.
* sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
* sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
ChangeLog
sysdeps/generic/math_private.h
sysdeps/ieee754/ldbl-128/s_finitel.c
sysdeps/ieee754/ldbl-128/s_isinfl.c
sysdeps/ieee754/ldbl-128/s_isnanl.c
This page took 0.043293 seconds and 5 git commands to generate.