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.26.9000-899-g5b7bd97


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  5b7bd9756c8cee01903ac5dd36c965032e5c8477 (commit)
      from  ef9ecfa63c85ae5bb558933e710bf2b0a8234f13 (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=5b7bd9756c8cee01903ac5dd36c965032e5c8477

commit 5b7bd9756c8cee01903ac5dd36c965032e5c8477
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Dec 1 15:43:45 2017 -0200

    sparc: Fix sparv9 multiarch build
    
    Fix build caused by 5b4e5e78690c4938de312a8b176f4b14eb7bea4a.
    
    	* sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.c: Fix build
    	due redirect macro.

diff --git a/ChangeLog b/ChangeLog
index 95f4f03..27d267c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-12-01  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
+
+	* sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.c: Fix build
+	due redirect macro.
+
 2017-12-01  Andreas Schwab  <schwab@linux-m68k.org>
 
 	* intl/Makefile ($(objpfx)plural.c): Add $(make-target-directory).
diff --git a/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.c b/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.c
index 947ecc5..fe9b93c 100644
--- a/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.c
+++ b/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.c
@@ -18,8 +18,8 @@
 
 #define __copysign __redirect_copysign
 #include <math.h>
-#undef __copysign
 #include <math_ldbl_opt.h>
+#undef __copysign
 #include <libm-alias-double.h>
 #include <sparc-ifunc.h>
 

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

Summary of changes:
 ChangeLog                                          |    5 +++++
 .../sparc32/sparcv9/fpu/multiarch/s_copysign.c     |    2 +-
 2 files changed, 6 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]