From dc115e1cdc369c31296b8287959758fb77f33aaa Mon Sep 17 00:00:00 2001 From: Tulio Magno Quites Machado Filho Date: Mon, 30 Apr 2018 11:45:42 -0300 Subject: Replace hidden_def with libm_hidden_def in math libm_hidden_def expand the parameters and do not require an extra layer of macros. These were the last 3 files in math/ still using hidden_def(). * math/w_exp_compat.c: Replace hidden_def with libm_hidden_def.. * math/w_expl_compat.c: Likewise. * math/w_exp_template.c: Likewise. Remove hidden_def_x. Signed-off-by: Tulio Magno Quites Machado Filho --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 881cd27..180cca4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-04-30 Tulio Magno Quites Machado Filho + + * math/w_exp_compat.c: Replace hidden_def with libm_hidden_def.. + * math/w_expl_compat.c: Likewise. + * math/w_exp_template.c: Likewise. Remove hidden_def_x. + 2018-04-30 Raymond Nicholson * manual/startup.texi (Aborting a Program): Remove inappropriate joke. -- cgit v1.1