[glibc/f16] - Define x86_64 feraiseexcept inline only under __USE_EXTERN_INLINES. (#769993)

Jeffrey Law law at fedoraproject.org
Fri Dec 23 05:28:34 UTC 2011


commit 43ae7c11646217eeadca45dc4271123f1164e321
Author: Jeff Law <law at redhat.com>
Date:   Fri Dec 23 05:28:18 2011 +0000

     - Define x86_64 feraiseexcept inline only under __USE_EXTERN_INLINES.
     (#769993)

 glibc-rh769993.patch |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)
---
diff --git a/glibc-rh769993.patch b/glibc-rh769993.patch
new file mode 100644
index 0000000..3127999
--- /dev/null
+++ b/glibc-rh769993.patch
@@ -0,0 +1,24 @@
+commit d2daaa1eb6deaa17f6c9bc110cf7d927d8dcd767
+Author: Rafael Ávila de Espíndola <rafael.espindola at gmail.com>
+Date:   Wed Dec 21 13:27:09 2011 -0800
+
+    Define x86_64 feraiseexcept inline only under __USE_EXTERN_INLINES.
+
+2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola at gmail.com>
+
+	* sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
+	under [__USE_EXTERN_INLINES].
+
+diff --git a/sysdeps/x86_64/fpu/bits/fenv.h b/sysdeps/x86_64/fpu/bits/fenv.h
+index 4af1643..d73859c 100644
+--- a/sysdeps/x86_64/fpu/bits/fenv.h
++++ b/sysdeps/x86_64/fpu/bits/fenv.h
+@@ -97,7 +97,7 @@ fenv_t;
+ #endif
+ 
+ 
+-#ifdef __OPTIMIZE__
++#ifdef __USE_EXTERN_INLINES
+ __BEGIN_DECLS
+ 
+ /* Optimized versions.  */


More information about the scm-commits mailing list