This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.18-655-g2377648


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  237764876709dfbd81ae9fc9f91ef7e496a3eb08 (commit)
      from  51942fcadbb637e579b50bcbdcd5c853c50bff4c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=237764876709dfbd81ae9fc9f91ef7e496a3eb08

commit 237764876709dfbd81ae9fc9f91ef7e496a3eb08
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Dec 18 15:17:39 2013 +0000

    Update powerpc-nofpu localplt.data for fegetround hidden_proto / hidden_def.
    
    My recent changes that added libm_hidden_proto / libm_hidden_def for
    fegetround had the side effect of removing the need for a
    localplt.data entry for fegetround for powerpc-nofpu.  This patch
    removes that entry.  Tested powerpc-nofpu.
    
    	* sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
    	Don't expect fegetround reference in libm.so.

diff --git a/ChangeLog b/ChangeLog
index a3bed28..39d5a1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-12-18  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
+	Don't expect fegetround reference in libm.so.
+
 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
 
 	* sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data
index b87936c..6332a00 100644
--- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data
+++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data
@@ -37,5 +37,4 @@ libm.so: __signbitf
 libm.so: __signbitl
 libm.so: copysignl ?
 libm.so: fabsl
-libm.so: fegetround
 libm.so: matherr

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                          |    5 +++++
 .../powerpc/powerpc32/nofpu/nptl/localplt.data     |    1 -
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]