about summary refs log tree commit diff
path: root/sysdeps/sparc
Commit message (Expand)AuthorAgeFilesLines
* sparc: Assume GOTDATA support in the toolchainFlorian Weimer2019-10-092-65/+2
* Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis2019-10-012-6/+10
* Fix three GNU license URLs, along with trailing-newline issues.Paul Eggert2019-09-071-2/+2
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07317-317/+317
* Fix spellings of contributor names in comments and docPaul Eggert2019-08-2310-10/+10
* Declare most TS 18661-1 interfaces for C2X.Joseph Myers2019-08-131-1/+1
* nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe2019-07-122-7/+10
* Refactor hp-timing rtld usageAdhemerval Zanella2019-03-222-4/+0
* Fix output of LD_SHOW_AUXV=1.Stefan Liebler2019-03-131-2/+2
* Break further lines before not after operators.Joseph Myers2019-02-261-22/+22
* Fix SPARC64 handling of R_SPARC_H34 (bug 24231).Joseph Myers2019-02-181-0/+1
* nptl: Reinstate pthread_timedjoin_np as a cancellation point (BZ#24215)Adhemerval Zanella2019-02-142-41/+0
* soft-fp: Properly check _FP_W_TYPE_SIZE [BZ #24066]H.J. Lu2019-01-078-8/+8
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01318-318/+318
* Fix sparc64 build with GCC 9.Joseph Myers2018-11-131-1/+2
* Regenerate sparc ulps.David S. Miller2018-10-181-44/+44
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-272-0/+2
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-202-0/+2
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-172-0/+2
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-144-0/+4
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-142-0/+2
* [BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov2018-08-312-2/+2
* Split fenv_private.h out of math_private.h more consistently.Joseph Myers2018-08-282-10/+5
* Mark _init and _fini as hidden [BZ #23145]H.J. Lu2018-06-081-0/+2
* Remove sysdeps/sparc/sparc64/soft-fp directory.Joseph Myers2018-05-2534-121/+38
* Remove sysdeps/sparc/sparc32/soft-fp directory.Joseph Myers2018-05-2533-38/+15
* nptl: Remove __ASSUME_PRIVATE_FUTEXH.J. Lu2018-05-171-3/+0
* Update SPARC libm-test-ulps.Adhemerval Zanella2018-04-051-0/+6
* elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki2018-04-042-2/+2
* Remove powerpc, sparc fdim inlines (bug 22987).Joseph Myers2018-03-201-57/+0
* Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra2018-03-151-80/+0
* hurd: add gscope supportSamuel Thibault2018-03-111-0/+1
* Update sparc ulpsAdhemerval Zanella2018-02-221-0/+2
* sparc: Check PIC instead of SHARED in start.S [BZ #22638]H.J. Lu2018-02-052-4/+4
* Update sparc ULPs.Patrick McGehearty2018-01-261-26/+26
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01321-321/+321
* Update SPARC divrem generation to match output.Joseph Myers2017-12-156-11/+13
* sparc: M7 optimized memset/bzeroPatrick McGehearty2017-12-146-2/+345
* sparc: M7 optimized memcpy/mempcpy/memmovePatrick McGehearty2017-12-1412-2/+1072
* sparc: assembly version of memmove for ultra1+Jose E. Marchesi2017-12-144-0/+191
* sparc: support the ADP hw capabilityJose E. Marchesi2017-12-143-3/+4
* Sparc ulp update.David S. Miller2017-12-061-0/+6
* sparc: Remove ununsed ifunc assembly macrosAdhemerval Zanella2017-12-011-142/+10
* sparc: Fix sparv9 multiarch buildAdhemerval Zanella2017-12-011-1/+1
* sparc: refactor cpu_relax to CAdhemerval Zanella2017-12-014-68/+39
* sparc: refactor sparc32 nearbyint{f} selector to CAdhemerval Zanella2017-12-017-32/+75
* sparc: refactor sparc32 rint{f} selector to CAdhemerval Zanella2017-12-017-30/+74
* sparc: refactor sparc32 llrint{f} selector to CAdhemerval Zanella2017-12-017-33/+73
* sparc: refactor sparc32 fabs{f} selector to CAdhemerval Zanella2017-12-017-30/+74
* sparc: refactor sparc32 copysign selector to CAdhemerval Zanella2017-12-017-36/+91