summary refs log tree commit diff
path: root/sysdeps/sparc/sparc32
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01109-109/+109
* elf: Add _dl_audit_pltexitAdhemerval Zanella2021-12-281-1/+1
* nptl: Increase default TCB alignment to 32Florian Weimer2021-12-031-3/+0
* elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella2021-10-141-4/+2
* elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song2021-10-071-8/+10
* Add narrowing fma functionsJoseph Myers2021-09-221-0/+6
* Redirect fma calls to __fma in libmJoseph Myers2021-09-152-0/+2
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0364-105/+0
* Remove sysdeps/*/tls-macros.hFangrui Song2021-08-181-66/+0
* nptl: Move pthread_spin_trylock into libcFlorian Weimer2021-04-231-2/+10
* nptl: Move pthread_spin_lock into libcFlorian Weimer2021-04-231-2/+8
* Reduce the statically linked startup code [BZ #23323]Florian Weimer2021-02-251-10/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02109-109/+109
* aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy2020-10-021-0/+3
* sparc: Use sqrt{f} builtinAdhemerval Zanella2020-06-221-34/+0
* linux: Consolidate INLINE_SYSCALLAdhemerval Zanella2020-02-141-1/+1
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-031-1/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01110-110/+110
* elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Florian Weimer2019-12-021-2/+4
* sparc: Use atomic compiler builtins on sparcAdhemerval Zanella2019-11-2710-763/+59
* Remove 32 bit sparc v7 supportAdhemerval Zanella2019-11-2723-2685/+407
* nptl: Replace non cancellable pause/nanosleep with futexAdhemerval Zanella2019-10-312-43/+0
* time: Introduce function to check correctness of nanoseconds valueLukasz Majewski2019-10-271-1/+2
* Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis2019-10-011-2/+2
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07118-118/+118
* nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe2019-07-122-7/+10
* Refactor hp-timing rtld usageAdhemerval Zanella2019-03-221-2/+0
* 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-074-4/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01118-118/+118
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-272-0/+2
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-142-0/+2
* [BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov2018-08-311-1/+1
* Remove sysdeps/sparc/sparc32/soft-fp directory.Joseph Myers2018-05-2533-38/+15
* elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki2018-04-041-1/+1
* sparc: Check PIC instead of SHARED in start.S [BZ #22638]H.J. Lu2018-02-051-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01119-119/+119
* Update SPARC divrem generation to match output.Joseph Myers2017-12-156-11/+13
* sparc: M7 optimized memset/bzeroPatrick McGehearty2017-12-142-1/+3
* sparc: M7 optimized memcpy/mempcpy/memmovePatrick McGehearty2017-12-144-1/+9
* sparc: assembly version of memmove for ultra1+Jose E. Marchesi2017-12-142-0/+3
* sparc: Fix sparv9 multiarch buildAdhemerval Zanella2017-12-011-1/+1
* sparc: refactor cpu_relax to CAdhemerval Zanella2017-12-012-1/+1
* 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
* Remove SPARC lllrint aliases.Joseph Myers2017-11-302-6/+0
* Use libm_alias_float for sparc.Joseph Myers2017-11-3013-13/+26