]> sourceware.org Git - glibc.git/commit
Fix strfmon_l: Use specified locale for number formatting [BZ #19633]
authorStefan Liebler <stli@linux.vnet.ibm.com>
Thu, 14 Apr 2016 10:21:53 +0000 (12:21 +0200)
committerStefan Liebler <stli@linux.vnet.ibm.com>
Thu, 14 Apr 2016 10:21:53 +0000 (12:21 +0200)
commitb1b8f5d89d06a994773e22ad4b7fe1036b37f8ab
tree462a3241092ec8f32f36c5f9fe388161ac4a068a
parent8a727af925be63aa6ea0f5f90e16751fd541626b
Fix strfmon_l: Use specified locale for number formatting [BZ #19633]

The commit 985fc132f23dbb83de76c5af9e783ef1b5900148
"strfmon_l: Use specified locale for number formatting [BZ #19633]"
introduced an elf/check-abi-libc testfailure due to __printf_fp_l
on architectures which use sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h.

This patch uses libc_hidden_def instead of ldbl_hidden_def.
The ldbl_strong_alias is removed due to the rename of ___printf_fp_l
to __printf_fp_l.

ChangeLog:

* stdio-common/printf_fp.c (__printf_fp_l):
Rename ___printf_fp_l to __printf_fp_l and
remove strong alias. Use libc_hidden_def instead
of ldbl_hidden_def macro.
ChangeLog
stdio-common/printf_fp.c
This page took 0.039971 seconds and 5 git commands to generate.