about summary refs log tree commit diff
path: root/sysdeps/sparc/sparc32
Commit message (Expand)AuthorAgeFilesLines
* Prepare for radical source tree reorganization. zack/build-layout-experimentZack Weinberg2017-06-08214-12270/+0
* Make LD_HWCAP_MASK usable for static binariesSiddhesh Poyarekar2017-06-071-1/+1
* tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_maskSiddhesh Poyarekar2017-06-071-1/+3
* Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler2017-06-062-0/+6
* Remove useless comment from sysdeps/sparc/sparc32/dl-machine.hSiddhesh Poyarekar2017-05-231-2/+0
* Remove useless SPARC signbit aliases.Joseph Myers2017-05-121-2/+0
* sparc: Fix .udiv plt on libcAdhemerval Zanella2017-04-064-0/+9
* sparc: Remove optimized math routines which cause testsuite failures.David S. Miller2017-02-0314-421/+0
* Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes2017-01-049-3/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01122-122/+122
* Add missing hidden_def (__sigsetjmp).Joseph Myers2016-12-011-0/+1
* Define wordsize.h macros everywhereSteve Ellcey2016-11-041-0/+3
* Remove remnants of .og patternsFlorian Weimer2016-09-201-2/+0
* nptl: Consolidate sem_init implementationsAdhemerval Zanella2016-09-152-86/+0
* nptl: Remove sparc sem_waitAdhemerval Zanella2016-09-152-94/+0
* nptl: Consolidate sem_open implementationsAdhemerval Zanella2016-09-152-301/+0
* Make common fdim implementation generic.Paul E. Murphy2016-09-014-1/+7
* sparcv9: Restore fdiml@GLIBC_2.1Paul E. Murphy2016-08-291-1/+1
* sparc32/sparcv9: add a VIS3 version of fdimAurelien Jarno2016-08-055-1/+114
* sparc: remove fdim sparc specific implementationsAurelien Jarno2016-08-059-251/+2
* sparc: build with -mvis on sparc32/sparcv9 and sparc64Aurelien Jarno2016-08-051-1/+1
* Fix sNaN handling in nearbyint on 32-bit sparc.David S. Miller2016-08-024-10/+10
* sparc: remove ceil, floor, trunc sparc specific implementationsAurelien Jarno2016-08-0223-1160/+3
* SPARC: fix nearbyint on sNaN inputAurelien Jarno2016-07-014-0/+4
* Define __sqrtl_finite on sparc 32-bit with correct symbol version.David S. Miller2016-01-252-1/+8
* Fix missing __sqrtl_finite symbol in libm on sparc 32-bit.David S. Miller2016-01-242-2/+28
* New pthread_barrier algorithm to fulfill barrier destruction requirements.Torvald Riegel2016-01-152-97/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-04143-143/+143
* Convert 231 sysdeps function definitions to prototype style.Joseph Myers2015-10-193-8/+3
* Move bits/atomic.h to atomic-machine.h (bug 14912).Joseph Myers2015-09-112-3/+3
* Fix non-v9 32-bit sparc build.Brett Neumeier2015-08-311-0/+1
* Fix sparc build.David S. Miller2015-07-152-1/+6
* Add and use new glibc-internal futex API.Torvald Riegel2015-07-106-149/+22
* Clean up BUSY_WAIT_NOP and atomic_delay.Torvald Riegel2015-06-301-0/+3
* Fix mq_notify pthread_barrier_* namespace (bug 18544).Joseph Myers2015-06-171-1/+2
* Fix sem_* tdelete, tfind, tsearch, twalk namespace (bug 18536).Joseph Myers2015-06-171-2/+3
* Split timed-wait functions out of nptl/lowlevellock.c.Roland McGrath2015-05-262-0/+2
* BZ#18434: Fix sem_post EOVERFLOW check for [!__HAVE_64B_ATOMICS].Roland McGrath2015-05-191-4/+4
* Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPYH.J. Lu2015-03-051-1/+1
* Fix two bugs in sparc atomics.David S. Miller2015-01-311-7/+8
* Fix sparc semaphore implementation after recent changes.David S. Miller2015-01-3114-370/+735
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-02142-142/+142
* Fix soft-fp build warning on sparc about strict aliasing.David S. Miller2014-12-191-6/+11
* Remove IS_IN_libmSiddhesh Poyarekar2014-11-242-2/+2
* Remove IS_IN_libpthreadSiddhesh Poyarekar2014-11-241-1/+1
* Add arch-specific configuration for C11 atomics support.Torvald Riegel2014-11-202-0/+6
* Don't use INTDEF/INTUSE with _dl_init (bug 14132).Joseph Myers2014-11-041-1/+1
* Fix SPARC atomic_write_barrier.Torvald Riegel2014-10-312-3/+3
* soft-fp: Refactor exception handling for comparisons.Joseph Myers2014-10-098-24/+8
* soft-fp: Remove FP_CLEAR_EXCEPTIONS.Joseph Myers2014-10-094-12/+4