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.22-682-g8d079ae


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  8d079ae0cdaab119f95382d6423fa4936e07ae97 (commit)
      from  c4d17461e062e730fca4076dd47a2733b3914c51 (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=8d079ae0cdaab119f95382d6423fa4936e07ae97

commit 8d079ae0cdaab119f95382d6423fa4936e07ae97
Author: Paul Pluzhnikov <ppluzhnikov@google.com>
Date:   Mon Jan 18 14:36:28 2016 -0800

    [BZ #19451]
    * math/Makefile (libm-vec-tests): Move libraries after wrappers.o to fix
    "make check" link failure on Ubuntu.

diff --git a/ChangeLog b/ChangeLog
index d42bb6d..2f33c8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+	[BZ #19451]
+	* math/Makefile (libm-vec-tests): Move libraries after wrappers.o
+
 2016-01-15  Stefan Liebler  <stli@linux.vnet.ibm.com>
 
 	[BZ #19486]
diff --git a/math/Makefile b/math/Makefile
index 8bedef7..222ee6b 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -295,8 +295,8 @@ $(objpfx)libieee.a: $(objpfx)ieee-math.o
 
 $(addprefix $(objpfx),$(filter-out $(tests-static) $(libm-vec-tests),$(tests))): $(libm)
 $(addprefix $(objpfx),$(tests-static)): $(objpfx)libm.a
-$(addprefix $(objpfx), $(libm-vec-tests)): $(objpfx)%: $(libm) $(libmvec) \
-					   $(objpfx)%-wrappers.o
+$(addprefix $(objpfx), $(libm-vec-tests)): $(objpfx)%: $(objpfx)%-wrappers.o $(libm) \
+					   $(libmvec)
 
 gmp-objs = $(patsubst %,$(common-objpfx)stdlib/%.o,\
 		      add_n sub_n cmp addmul_1 mul_1 mul_n divmod_1 \

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

Summary of changes:
 ChangeLog     |    5 +++++
 math/Makefile |    4 ++--
 2 files changed, 7 insertions(+), 2 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]