aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/arm
AgeCommit message (Expand)AuthorFilesLines
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar12-12/+0
2021-08-18arm: Simplify elf_machine_{load_address,dynamic}Fangrui Song1-37/+10
2021-08-18Remove sysdeps/*/tls-macros.hFangrui Song1-72/+0
2021-05-21nptl: Remove remaining code from libpthreadFlorian Weimer2-4/+0
2021-04-21nptl: Move __pthread_unwind_next into libcFlorian Weimer3-50/+0
2021-04-21elf: Remove lazy tlsdesc relocation related codeSzabolcs Nagy1-1/+0
2021-04-08arm: update libm test ulpsSzabolcs Nagy1-25/+25
2021-04-01Update arm libm-tests-ulpsAdhemerval Zanella1-1/+3
2021-03-05Update arm libm-test-ulpsAdhemerval Zanella1-1/+3
2021-03-01nptl: Use <unwind-link.h> for accessing the libgcc_s unwinderFlorian Weimer2-28/+27
2021-03-01Implement _Unwind_Resume in libc on top of <unwind-link.h>Florian Weimer4-15/+88
2021-03-01arm: Implement backtrace on top of <unwind-link.h>Florian Weimer1-57/+20
2021-03-01Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer1-0/+35
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer1-17/+5
2021-01-18Update arm libm-test-ulps.Joseph Myers1-11/+12
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert111-111/+111
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer1-2/+0
2020-10-02aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy1-0/+3
2020-07-16arm: remove string/tst-memmove-overflow XFAILAurelien Jarno1-5/+0
2020-07-08Rewrite abi-note.S in C.Szabolcs Nagy1-8/+0
2020-07-08arm: CVE-2020-6096: Fix multiarch memcpy for negative length [BZ #25620]Alexander Anisimov1-11/+11
2020-07-08arm: CVE-2020-6096: fix memcpy and memmove for negative length [BZ #25620]Evgeny Eremin2-28/+20
2020-06-22arm: Use sqrt{f} builtinAdhemerval Zanella3-92/+9
2020-05-13arm: XFAIL string/tst-memmove-overflow due to bug 25620Florian Weimer1-0/+5
2020-05-06semaphore: consolidate arch headers into a generic oneVineet Gupta1-34/+0
2020-04-24Remove most gmp-mparam.h headers.Joseph Myers1-36/+0
2020-04-08Update arm libm-test-ulpsAdhemerval Zanella1-27/+28
2020-03-19math: Remove inline math testsAdhemerval Zanella1-552/+0
2020-03-06arm: Fix softp-fp Implies (BZ #25635)Adhemerval Zanella2-0/+2
2020-02-18Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer1-0/+20
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra2-2/+4
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers114-114/+114
2019-12-02elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Florian Weimer1-2/+4
2019-11-26nptl: Add default pthread-offsets.hAdhemerval Zanella1-7/+0
2019-11-26nptl: Add default pthreadtypes-arch.hAdhemerval Zanella1-36/+0
2019-11-26nptl: Add struct_rwlock.hAdhemerval Zanella1-26/+0
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-4/+0
2019-11-25arm: Fix armv7 selection after 'Split BE/LE abilist'Adhemerval Zanella5-0/+5
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis3-11/+16
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert115-115/+115
2019-08-29arm: Split BE/LE abilistAdhemerval Zanella7-2/+160
2019-08-13Declare most TS 18661-1 interfaces for C2X.Joseph Myers1-1/+1
2019-02-26Break further lines before not after operators.Joseph Myers1-2/+2
2019-02-05arm: Use "nr" constraint for Systemtap probes [BZ #24164]Florian Weimer1-0/+22
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers114-114/+114
2018-11-12Fix armv7 build with GCC 9.Joseph Myers1-1/+2
2018-09-05Add new exp and exp2 implementationsSzabolcs Nagy1-44/+44