aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/sparc/sparc32
AgeCommit message (Expand)AuthorFilesLines
2022-04-04Remove -z combreloc and HAVE_Z_COMBRELOCFangrui Song1-14/+2
2022-04-04sparc: Remove s_abs implementationsAdhemerval Zanella4-60/+2
2022-02-23sparc: Remove bzero optimizationAdhemerval Zanella5-26/+15
2022-02-10elf: Remove prelink supportAdhemerval Zanella1-49/+3
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert109-109/+109
2021-12-28elf: Add _dl_audit_pltexitAdhemerval Zanella1-1/+1
2021-12-03nptl: Increase default TCB alignment to 32Florian Weimer1-3/+0
2021-10-14elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella1-4/+2
2021-10-07elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song1-8/+10
2021-09-22Add narrowing fma functionsJoseph Myers1-0/+6
2021-09-15Redirect fma calls to __fma in libmJoseph Myers2-0/+2
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar64-105/+0
2021-08-18Remove sysdeps/*/tls-macros.hFangrui Song1-66/+0
2021-04-23nptl: Move pthread_spin_trylock into libcFlorian Weimer1-2/+10
2021-04-23nptl: Move pthread_spin_lock into libcFlorian Weimer1-2/+8
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer1-10/+2
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert109-109/+109
2020-10-02aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy1-0/+3
2020-06-22sparc: Use sqrt{f} builtinAdhemerval Zanella1-34/+0
2020-02-14linux: Consolidate INLINE_SYSCALLAdhemerval Zanella1-1/+1
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra1-1/+2
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers110-110/+110
2019-12-02elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Florian Weimer1-2/+4
2019-11-27sparc: Use atomic compiler builtins on sparcAdhemerval Zanella10-763/+59
2019-11-27Remove 32 bit sparc v7 supportAdhemerval Zanella23-2685/+407
2019-10-31nptl: Replace non cancellable pause/nanosleep with futexAdhemerval Zanella2-43/+0
2019-10-27time: Introduce function to check correctness of nanoseconds valueLukasz Majewski1-1/+2
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis1-2/+2
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert118-118/+118
2019-07-12nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe2-7/+10
2019-03-22Refactor hp-timing rtld usageAdhemerval Zanella1-2/+0
2019-02-14nptl: Reinstate pthread_timedjoin_np as a cancellation point (BZ#24215)Adhemerval Zanella2-41/+0
2019-01-07soft-fp: Properly check _FP_W_TYPE_SIZE [BZ #24066]H.J. Lu4-4/+4
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers118-118/+118
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers2-0/+2
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers2-0/+2
2018-08-31[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov1-1/+1
2018-05-25Remove sysdeps/sparc/sparc32/soft-fp directory.Joseph Myers33-38/+15
2018-04-04elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki1-1/+1
2018-02-05sparc: Check PIC instead of SHARED in start.S [BZ #22638]H.J. Lu1-2/+2
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers119-119/+119
2017-12-15Update SPARC divrem generation to match output.Joseph Myers6-11/+13
2017-12-14sparc: M7 optimized memset/bzeroPatrick McGehearty2-1/+3
2017-12-14sparc: M7 optimized memcpy/mempcpy/memmovePatrick McGehearty4-1/+9
2017-12-14sparc: assembly version of memmove for ultra1+Jose E. Marchesi2-0/+3
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