aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/sparc
AgeCommit message (Expand)AuthorFilesLines
2017-09-13Define and use libm_alias_double.Joseph Myers2-1/+5
2017-09-01Obsolete pow10 functions.Joseph Myers1-30/+0
2017-08-31Simplify HUGE_VAL definitions.Joseph Myers1-47/+0
2017-08-31gmon: Remove internal_function attributeFlorian Weimer1-2/+2
2017-08-21Remove SPARC sqrt wrappers (bug 21973).Joseph Myers11-430/+0
2017-08-21Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers8-0/+8
2017-07-19Update sparc ulpsAdhemerval Zanella1-80/+88
2017-06-20Remove bits/string.h.Zack Weinberg1-31/+0
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra2-0/+2
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 Liebler3-0/+9
2017-05-23Remove useless comment from sysdeps/sparc/sparc32/dl-machine.hSiddhesh Poyarekar1-2/+0
2017-05-12Remove useless SPARC signbit aliases.Joseph Myers5-10/+0
2017-05-09Move shared pthread definitions to common headersAdhemerval Zanella2-241/+79
2017-05-02sparc: handle R_SPARC_DISP64 and R_SPARC_REGISTER relocsVladimir Mezentsev1-0/+6
2017-04-06sparc: Fix .udiv plt on libcAdhemerval Zanella4-0/+9
2017-03-18Fix sparc64 bits/setjmp.h namespace (bug 21261).Joseph Myers1-3/+4
2017-03-14Remove _dl_platform_stringAndreas Schwab1-3/+0
2017-02-03sparc: Remove optimized math routines which cause testsuite failures.David S. Miller27-721/+1
2017-01-10New pthread rwlock that is more scalable.Torvald Riegel1-14/+14
2017-01-04Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes11-3/+4
2017-01-02Fix pthread_cond_t on sparc for new condvar.Torvald Riegel1-8/+21
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers314-314/+314
2016-12-27Fix typos in the spelling of "implementation"Dmitry V. Levin1-1/+1
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers1-22/+0
2016-12-01Add missing hidden_def (__sigsetjmp).Joseph Myers1-0/+1
2016-12-01Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers1-12/+0
2016-11-24Remove cached PID/TID in cloneAdhemerval Zanella1-1/+0
2016-11-24Refactor float_t, double_t information into bits/flt-eval-method.h.Joseph Myers1-4/+0
2016-11-07nptl: Document the reason why __kind in pthread_mutex_t is part of the ABIFlorian Weimer1-1/+1
2016-11-04Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers1-0/+1
2016-11-04Define wordsize.h macros everywhereSteve Ellcey2-0/+6
2016-10-28crypt: Use internal names for the SHA-2 block functionsFlorian Weimer2-14/+18
2016-09-20Remove remnants of .og patternsFlorian Weimer2-3/+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-07Add femode_t functions: sparc.Joseph Myers2-0/+64
2016-09-07Add femode_t functions.Joseph Myers1-0/+8
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-16Add fesetexcept: sparc.Joseph Myers1-0/+31
2016-08-05sparc32/sparcv9: add a VIS3 version of fdimAurelien Jarno5-1/+114
2016-08-05sparc: remove fdim sparc specific implementationsAurelien Jarno11-314/+2
2016-08-05sparc: build with -mvis on sparc32/sparcv9 and sparc64Aurelien Jarno2-1/+3
2016-08-03sparc64: add a VIS3 version of ceil, floor and truncAurelien Jarno13-1/+340
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 Jarno46-2245/+10
2016-07-01SPARC: fix nearbyint on sNaN inputAurelien Jarno8-0/+8