+2016-03-21 Dylan Alex Simon <dylan-sourceware@dylex.net>
+
+ [BZ #19822]
+ * math/Makefile ($(inst_libdir)/libm.so): Write output to $@.tmp and
+ move it to the final $@ location.
+
2016-03-15 Andreas Schwab <schwab@suse.de>
[BZ #19257]
17905, 18420, 18421, 18480, 18589, 18743, 18778, 18781, 18787, 18796,
18870, 18887, 18921, 18928, 18969, 18985, 19003, 19018, 19058, 19174,
- 19178, 19590, 19682.
+ 19178, 19590, 19682, 19822.
* The LD_POINTER_GUARD environment variable can no longer be used to
disable the pointer guard feature. It is always enabled.
cat $<; \
echo 'GROUP ( $(slibdir)/libm.so$(libm.so-version) ' \
'AS_NEEDED ( $(libdir)/libmvec_nonshared.a $(slibdir)/libmvec.so$(libmvec.so-version) ) )' \
- ) > $@
+ ) > $@.new
+ mv -f $@.new $@
endif
# Rules for the test suite.