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.17-279-gdc60cb1


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  dc60cb110b75b9dd2a205ad530880a23bf60557c (commit)
      from  60f5a8b534207734cdbc75dd3ad26b804036609c (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=dc60cb110b75b9dd2a205ad530880a23bf60557c

commit dc60cb110b75b9dd2a205ad530880a23bf60557c
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Mon Feb 25 14:51:57 2013 +0530

    Remove commented code

diff --git a/ChangeLog b/ChangeLog
index 026c49e..a1217b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
+	* sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
+	code.
+
 	* sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
 	up changes with default code.
 	* sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
diff --git a/sysdeps/ieee754/dbl-64/slowexp.c b/sysdeps/ieee754/dbl-64/slowexp.c
index 34ca327..4899af7 100644
--- a/sysdeps/ieee754/dbl-64/slowexp.c
+++ b/sysdeps/ieee754/dbl-64/slowexp.c
@@ -41,13 +41,7 @@ double
 SECTION
 __slowexp(double x) {
   double w,z,res,eps=3.0e-26;
-#if 0
-  double y;
-#endif
   int p;
-#if 0
-  int orig,i;
-#endif
   mp_no mpx, mpy, mpz,mpw,mpeps,mpcor;
 
   p=6;

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

Summary of changes:
 ChangeLog                        |    3 +++
 sysdeps/ieee754/dbl-64/slowexp.c |    6 ------
 2 files changed, 3 insertions(+), 6 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]