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.19-881-ge44c8b0


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  e44c8b0eb7339787fbc6b1d4a2d1bd5046bc103f (commit)
      from  508ce3acd95e0782bc81e1f1eb84c43fa6978cfc (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=e44c8b0eb7339787fbc6b1d4a2d1bd5046bc103f

commit e44c8b0eb7339787fbc6b1d4a2d1bd5046bc103f
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Wed Aug 13 18:46:41 2014 +0530

    Fix comment error that Jakub pointed out but I forgot to fix

diff --git a/ChangeLog b/ChangeLog
index 4508b54..3c54cee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
+	* sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
+
 	[BZ #17262]
 	* sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
 	and __x86_64__ when disabling x87 inline functions.
diff --git a/sysdeps/x86/fpu/bits/mathinline.h b/sysdeps/x86/fpu/bits/mathinline.h
index ee88b66..9554827 100644
--- a/sysdeps/x86/fpu/bits/mathinline.h
+++ b/sysdeps/x86/fpu/bits/mathinline.h
@@ -385,7 +385,7 @@ __END_NAMESPACE_C99
 #endif
 
 /* Disable x87 inlines when -fpmath=sse is passed and also when we're building
-   on x86_64.  Older gcc (gcc-3.2 for example) does not set __SSE2_MATH__
+   on x86_64.  Older gcc (gcc-3.2 for example) does not define __SSE2_MATH__
    for x86_64.  */
 #if !defined __SSE2_MATH__ && !defined __x86_64__
 # if ((!defined __NO_MATH_INLINES || defined __LIBC_INTERNAL_MATH_INLINES) \

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

Summary of changes:
 ChangeLog                         |    2 ++
 sysdeps/x86/fpu/bits/mathinline.h |    2 +-
 2 files changed, 3 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]