aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/sparc/sparc32
AgeCommit message (Expand)AuthorFilesLines
2017-12-01sparc: Fix sparv9 multiarch buildAdhemerval Zanella1-1/+1
2017-12-01sparc: refactor cpu_relax to CAdhemerval Zanella2-1/+1
2017-12-01sparc: refactor sparc32 nearbyint{f} selector to CAdhemerval Zanella7-32/+75
2017-12-01sparc: refactor sparc32 rint{f} selector to CAdhemerval Zanella7-30/+74
2017-12-01sparc: refactor sparc32 llrint{f} selector to CAdhemerval Zanella7-33/+73
2017-12-01sparc: refactor sparc32 fabs{f} selector to CAdhemerval Zanella7-30/+74
2017-12-01sparc: refactor sparc32 copysign selector to CAdhemerval Zanella7-36/+91
2017-11-30Remove SPARC lllrint aliases.Joseph Myers2-6/+0
2017-11-30Use libm_alias_float for sparc.Joseph Myers13-13/+26
2017-11-29Use libm_alias_double for sparc.Joseph Myers13-58/+26
2017-11-29Fix missing sparcv9 --disable-multi-arch fabsl compat symbol (bug 22229).Joseph Myers1-0/+4
2017-11-29sparc: Assume VIS3 supportAdhemerval Zanella10-50/+27
2017-11-28sparc: Implement memset/bzero ifunc selection in CAdhemerval Zanella5-5/+33
2017-11-28sparc: Implement memcpy/mempcpy ifunc selection in CAdhemerval Zanella5-5/+37
2017-10-13Fix TLS relocations against local symbols on powerpc32, sparc32 and sparc64James Clarke1-0/+1
2017-10-13Use libm_alias_ldouble for SPARC fabsl.Joseph Myers1-1/+2
2017-10-04Use libm_alias_double for dbl-64 fma.Joseph Myers1-4/+0
2017-10-04Restore sparc32 copysignl, fabsl, fmal compat symbols (bug 22229).Joseph Myers6-1/+35
2017-09-13Define and use libm_alias_double.Joseph Myers2-1/+5
2017-08-21Remove SPARC sqrt wrappers (bug 21973).Joseph Myers9-332/+0
2017-08-21Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers6-0/+6
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra1-0/+1
2017-06-07Make LD_HWCAP_MASK usable for static binariesSiddhesh Poyarekar1-1/+1
2017-06-07tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_maskSiddhesh Poyarekar1-1/+3
2017-06-06Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler2-0/+6
2017-05-23Remove useless comment from sysdeps/sparc/sparc32/dl-machine.hSiddhesh Poyarekar1-2/+0
2017-05-12Remove useless SPARC signbit aliases.Joseph Myers1-2/+0
2017-04-06sparc: Fix .udiv plt on libcAdhemerval Zanella4-0/+9
2017-02-03sparc: Remove optimized math routines which cause testsuite failures.David S. Miller14-421/+0
2017-01-04Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes9-3/+4
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers122-122/+122
2016-12-01Add missing hidden_def (__sigsetjmp).Joseph Myers1-0/+1
2016-11-04Define wordsize.h macros everywhereSteve Ellcey1-0/+3
2016-09-20Remove remnants of .og patternsFlorian Weimer1-2/+0
2016-09-15nptl: Consolidate sem_init implementationsAdhemerval Zanella2-86/+0
2016-09-15nptl: Remove sparc sem_waitAdhemerval Zanella2-94/+0
2016-09-15nptl: Consolidate sem_open implementationsAdhemerval Zanella2-301/+0
2016-09-01Make common fdim implementation generic.Paul E. Murphy4-1/+7
2016-08-29sparcv9: Restore fdiml@GLIBC_2.1Paul E. Murphy1-1/+1
2016-08-05sparc32/sparcv9: add a VIS3 version of fdimAurelien Jarno5-1/+114
2016-08-05sparc: remove fdim sparc specific implementationsAurelien Jarno9-251/+2
2016-08-05sparc: build with -mvis on sparc32/sparcv9 and sparc64Aurelien Jarno1-1/+1
2016-08-02Fix sNaN handling in nearbyint on 32-bit sparc.David S. Miller4-10/+10
2016-08-02sparc: remove ceil, floor, trunc sparc specific implementationsAurelien Jarno23-1160/+3
2016-07-01SPARC: fix nearbyint on sNaN inputAurelien Jarno4-0/+4
2016-01-25Define __sqrtl_finite on sparc 32-bit with correct symbol version.David S. Miller2-1/+8
2016-01-24Fix missing __sqrtl_finite symbol in libm on sparc 32-bit.David S. Miller2-2/+28
2016-01-15New pthread_barrier algorithm to fulfill barrier destruction requirements.Torvald Riegel2-97/+2
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers143-143/+143
2015-10-19Convert 231 sysdeps function definitions to prototype style.Joseph Myers3-8/+3