about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.vnet.ibm.com>2016-04-14 12:21:53 +0200
committerStefan Liebler <stli@linux.vnet.ibm.com>2016-04-14 12:21:53 +0200
commitb1b8f5d89d06a994773e22ad4b7fe1036b37f8ab (patch)
tree462a3241092ec8f32f36c5f9fe388161ac4a068a /ChangeLog
parent8a727af925be63aa6ea0f5f90e16751fd541626b (diff)
downloadglibc-b1b8f5d89d06a994773e22ad4b7fe1036b37f8ab.tar.gz
glibc-b1b8f5d89d06a994773e22ad4b7fe1036b37f8ab.tar.xz
glibc-b1b8f5d89d06a994773e22ad4b7fe1036b37f8ab.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9038209f4..09dd2d0c25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-04-14  Stefan Liebler  <stli@linux.vnet.ibm.com>
+
+	* 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.
+
 2016-04-14  Florian Weimer  <fweimer@redhat.com>
 
 	Remove malloc hooks from fork handler.  They are no longer needed