From 1a19b8894f93878f99025096ec1d3b6af7db6f78 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 24 Sep 2015 21:48:22 +0000 Subject: Use LOAD_PIC_REG in i386 atanh. sysdeps/i386/fpu/e_atanh.S, unlike all other functions in that directory, loads the PIC register with its own code using _GLOBAL_OFFSET_TABLE_, rather than with the LOAD_PIC_REG macro. I see no good reason for the difference; this patch makes it use the common macro. Tested for x86. * sysdeps/i386/fpu/e_atanh.S (__ieee754_atanh) [PIC]: Use LOAD_PIC_REG. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dbe8c77d3b..851dfc0918 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2015-09-24 Joseph Myers + * sysdeps/i386/fpu/e_atanh.S (__ieee754_atanh) [PIC]: Use + LOAD_PIC_REG. + * sysdeps/i386/fpu/i386-math-asm.h (DEFINE_LDBL_MIN): New macro. (FLT_CHECK_FORCE_UFLOW): Likewise. (DBL_CHECK_FORCE_UFLOW): Likewise. -- cgit 1.4.1