aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/sparc
AgeCommit message (Expand)Author
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer
2020-10-02aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy
2020-09-11Update sparc libm-test-ulpsAdhemerval Zanella
2020-06-22sparc: Use sqrt{f} builtinAdhemerval Zanella
2020-05-06semaphore: consolidate arch headers into a generic oneVineet Gupta
2020-04-08Update sparc libm-test-ulpsAdhemerval Zanella
2020-03-30sparc: Move __fenv_{ld,st}fsr to fenv-private.hAdhemerval Zanella
2020-03-19math: Remove inline math testsAdhemerval Zanella
2020-03-02elf: Add elf/check-wx-segment, a test for the presence of WX segmentsFlorian Weimer
2020-02-18Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer
2020-02-14linux: Consolidate INLINE_SYSCALLAdhemerval Zanella
2020-02-10nptl: add missing pthread-offsets.hAndreas Schwab
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-11Always use wordsize-64 version of s_trunc.c.Stefan Liebler
2019-12-11Always use wordsize-64 version of s_ceil.c.Stefan Liebler
2019-12-11Always use wordsize-64 version of s_floor.c.Stefan Liebler
2019-12-02elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Florian Weimer
2019-11-27sparc: Use atomic compiler builtins on sparcAdhemerval Zanella
2019-11-27Remove 32 bit sparc v7 supportAdhemerval Zanella
2019-11-26nptl: Add default pthread-offsets.hAdhemerval Zanella
2019-11-26nptl: Add default pthreadtypes-arch.hAdhemerval Zanella
2019-11-26nptl: Add struct_rwlock.hAdhemerval Zanella
2019-11-26nptl: Add struct_mutex.hAdhemerval Zanella
2019-11-26nptl: Remove rwlock elision definitionsAdhemerval Zanella
2019-11-26nptl: Add tests for internal pthread_rwlock_t offsetsAdhemerval Zanella
2019-11-26nptl: Cleanup mutex internal offset testsAdhemerval Zanella
2019-10-31nptl: Replace non cancellable pause/nanosleep with futexAdhemerval Zanella
2019-10-27time: Introduce function to check correctness of nanoseconds valueLukasz Majewski
2019-10-09sparc: Assume GOTDATA support in the toolchainFlorian Weimer
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis
2019-09-07Fix three GNU license URLs, along with trailing-newline issues.Paul Eggert
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-23Fix spellings of contributor names in comments and docPaul Eggert
2019-08-13Declare most TS 18661-1 interfaces for C2X.Joseph Myers
2019-07-12nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe
2019-03-22Refactor hp-timing rtld usageAdhemerval Zanella
2019-03-13Fix output of LD_SHOW_AUXV=1.Stefan Liebler
2019-02-26Break further lines before not after operators.Joseph Myers
2019-02-18Fix SPARC64 handling of R_SPARC_H34 (bug 24231).Joseph Myers
2019-02-14nptl: Reinstate pthread_timedjoin_np as a cancellation point (BZ#24215)Adhemerval Zanella
2019-01-07soft-fp: Properly check _FP_W_TYPE_SIZE [BZ #24066]H.J. Lu
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-11-13Fix sparc64 build with GCC 9.Joseph Myers
2018-10-18Regenerate sparc ulps.David S. Miller
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers