This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch azanella/ifunc-c in repository glibc.
discards dcf2f38b1b sparc: Remove ifunc assembly macros discards 2a2ee29c6c sparc32: nearbyint discards ca25f85081 sparc32: s_rint discards 080eec99fb sparc32: llrint{f} discards d144f22aac sparc32: fabs{f} discards 8e9ab2313b sparc32: s_copysign discards 28f041d8df sparc: Remove gmp-sysdep_routines discards cd41d28006 sparc: add_n discards 8340ab1682 sparc: submul_1 discards a08ce09135 sparc: addmul discards cfa0e9e462 sparc: sub_n ifunc discards 598c5d9fb1 sparc: mul_1 ifunc discards 31f6e2d22d sparc: refactor rint{f} selector to C discards 9dc9031f81 sparc: refactor lrint{f} selector to C discards 0b725be34d sparc: refactor nearbyint{f} selector to C discards 3388209644 sparc: refactor finite{f} selector to C discards 6313c70b88 sparc: refactor isinf{f} selector to C discards 5a6a0b7079 sparc: refactor isnan{f} selector to C discards e2d602b3f7 sparc: refactor signbit{f} selector to C discards 7a3142629b sparc: trunc ifunc selector fix discards 6090ab95ec sparc: fma{f} ifunc selector fix discards 10bbfc1ff3 sparc: floor{f} ifunc selector fix discards d634262fb9 sparc: ceil ifunc resolver fixes discards db2c7ceb6b Add sparc_libm_ifunc_redirected and sparc_libm_ifunc_hidden_def new d134c44324 Add sparc_libm_ifunc_redirected and sparc_libm_ifunc_hidden_def new 8f2a297f3e sparc: ceil ifunc resolver fixes new 2a235f0acb sparc: floor{f} ifunc selector fix new 29bbe4370d sparc: fma{f} ifunc selector fix new be92adeb9c sparc: trunc ifunc selector fix new 5d3fee1e0f sparc: refactor signbit{f} selector to C new 6658fa7842 sparc: refactor isnan{f} selector to C new 9562bbdd9e sparc: refactor isinf{f} selector to C new fd702d13c7 sparc: refactor finite{f} selector to C new 81cfaafdc8 sparc: refactor nearbyint{f} selector to C new c674413e74 sparc: refactor lrint{f} selector to C new 6ea983d708 sparc: refactor rint{f} selector to C new be44778436 sparc: mul_1 ifunc new 5b7dbbda51 sparc: sub_n ifunc new f48d0533d2 sparc: addmul new 9296aed0f1 sparc: submul_1 new 2bb7f02038 sparc: add_n new 64aee01c00 sparc: Remove gmp-sysdep_routines new ce377921ff sparc32: s_copysign new 8ce9523f05 sparc32: fabs{f} new 762a7405ac sparc32: llrint{f} new 00187aa857 sparc32: s_rint new a8ec7aea93 sparc32: nearbyint new 9e8bca9658 sparc: Remove ifunc assembly macros
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (dcf2f38b1b) \ N -- N -- N refs/heads/azanella/ifunc-c (9e8bca9658)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 24 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: sysdeps/sparc/sparc-ifunc.h | 4 ++-- .../sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.c | 2 +- sysdeps/sparc/sparc64/fpu/multiarch/s_finite.c | 17 ++++++++++++----- sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.c | 13 ++++++++----- sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.c | 17 ++++++++++++----- sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.c | 12 +++++++----- sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.c | 17 ++++++++++++----- sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.c | 12 +++++++----- sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.c | 2 +- 9 files changed, 62 insertions(+), 34 deletions(-)