aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/sparc
AgeCommit message (Expand)AuthorFilesLines
2021-05-21nptl: Remove remaining code from libpthreadFlorian Weimer2-9/+0
2021-04-23nptl: Move pthread_spin_trylock into libcFlorian Weimer2-4/+20
2021-04-23nptl: Move pthread_spin_lock into libcFlorian Weimer2-4/+16
2021-04-23nptl: Move pthread_spin_init, Move pthread_spin_unlock into libcFlorian Weimer1-3/+11
2021-04-02Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]Paul Zimmermann1-34/+34
2021-03-30Update sparc libm-tests-ulpsAdhemerval Zanella1-1/+3
2021-03-05Update sparc libm-test-ulpsAdhemerval Zanella1-16/+18
2021-03-01sparc: Implement backtrace on top <unwind-link.h>Florian Weimer1-51/+15
2021-03-01Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer1-0/+28
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer2-20/+4
2021-01-28Update sparc libm-test-ulpsAdhemerval Zanella1-11/+12
2021-01-07Remove dbl-64/wordsize-64 (part 2)Wilco Dijkstra1-1/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert309-309/+309
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer1-2/+0
2020-10-02aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy2-0/+6
2020-09-11Update sparc libm-test-ulpsAdhemerval Zanella1-1/+1
2020-06-22sparc: Use sqrt{f} builtinAdhemerval Zanella2-34/+4
2020-05-06semaphore: consolidate arch headers into a generic oneVineet Gupta1-40/+0
2020-04-08Update sparc libm-test-ulpsAdhemerval Zanella1-27/+28
2020-03-30sparc: Move __fenv_{ld,st}fsr to fenv-private.hAdhemerval Zanella18-9/+25
2020-03-19math: Remove inline math testsAdhemerval Zanella1-837/+0
2020-03-02elf: Add elf/check-wx-segment, a test for the presence of WX segmentsFlorian Weimer1-0/+9
2020-02-18Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer1-0/+20
2020-02-14linux: Consolidate INLINE_SYSCALLAdhemerval Zanella2-2/+2
2020-02-10nptl: add missing pthread-offsets.hAndreas Schwab1-0/+13
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra2-2/+4
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers310-310/+310
2019-12-11Always use wordsize-64 version of s_trunc.c.Stefan Liebler2-2/+2
2019-12-11Always use wordsize-64 version of s_ceil.c.Stefan Liebler2-2/+2
2019-12-11Always use wordsize-64 version of s_floor.c.Stefan Liebler2-2/+2
2019-12-02elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Florian Weimer2-4/+8
2019-11-27sparc: Use atomic compiler builtins on sparcAdhemerval Zanella15-902/+166
2019-11-27Remove 32 bit sparc v7 supportAdhemerval Zanella24-2702/+410
2019-11-26nptl: Add default pthread-offsets.hAdhemerval Zanella1-13/+0
2019-11-26nptl: Add default pthreadtypes-arch.hAdhemerval Zanella1-45/+0
2019-11-26nptl: Add struct_rwlock.hAdhemerval Zanella2-27/+58
2019-11-26nptl: Add struct_mutex.hAdhemerval Zanella1-7/+0
2019-11-26nptl: Remove rwlock elision definitionsAdhemerval Zanella1-2/+0
2019-11-26nptl: Add tests for internal pthread_rwlock_t offsetsAdhemerval Zanella1-0/+6
2019-11-26nptl: Cleanup mutex internal offset testsAdhemerval Zanella1-8/+0
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-09sparc: Assume GOTDATA support in the toolchainFlorian Weimer2-65/+2
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis2-6/+10
2019-09-07Fix three GNU license URLs, along with trailing-newline issues.Paul Eggert1-2/+2
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert317-317/+317
2019-08-23Fix spellings of contributor names in comments and docPaul Eggert10-10/+10
2019-08-13Declare most TS 18661-1 interfaces for C2X.Joseph Myers1-1/+1
2019-07-12nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe2-7/+10
2019-03-22Refactor hp-timing rtld usageAdhemerval Zanella2-4/+0