aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/arm
AgeCommit message (Expand)AuthorFilesLines
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella1-0/+4
2022-10-20sysdeps: arm: Fix preconfigure script for ARMv8/v9 targets [BZ #29698]Felix Riemann2-2/+2
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer1-2/+0
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer5-44/+70
2022-10-07arm: Enable USE_ATOMIC_COMPILER_BUILTINS (BZ #24774)Adhemerval Zanella1-1/+1
2022-09-26Use atomic_exchange_release/acquireWilco Dijkstra1-1/+1
2022-08-12arm: Remove nested functionf rom relocate_pc24Adhemerval Zanella1-10/+13
2022-08-04arm: Remove RELA supportAdhemerval Zanella2-106/+1
2022-06-10Add bounds check to __libc_ifunc_impl_listWilco Dijkstra1-2/+2
2022-06-05grep: egrep -> grep -E, fgrep -> grep -FSam James2-2/+2
2022-05-30arm: Remove _dl_skip_args usageAdhemerval Zanella1-39/+0
2022-05-23Revert "[ARM][BZ #17711] Fix extern protected data handling"Fangrui Song2-28/+3
2022-05-17rtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args constSzabolcs Nagy1-4/+0
2022-04-26elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOCFangrui Song2-8/+0
2022-04-04Remove -z combreloc and HAVE_Z_COMBRELOCFangrui Song1-16/+2
2022-02-10elf: Remove prelink supportAdhemerval Zanella1-4/+0
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert114-114/+114
2021-12-28elf: Add _dl_find_object functionFlorian Weimer1-0/+25
2021-12-28malloc: Remove memusage.hAdhemerval Zanella1-20/+0
2021-12-28Remove atomic-machine.h atomic typedefsAdhemerval Zanella1-17/+0
2021-12-28elf: Add _dl_audit_pltexitAdhemerval Zanella2-1/+3
2021-12-17Remove ununsed tcb-offsetAdhemerval Zanella3-17/+0
2021-12-09Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer1-6/+0
2021-12-09nptl: Introduce <tcb-access.h> for THREAD_* accessorsFlorian Weimer1-9/+1
2021-12-03nptl: Increase default TCB alignment to 32Florian Weimer1-3/+0
2021-11-01arm: Use have-mtls-dialect-gnu2 to check for ARM TLS descriptors supportAdhemerval Zanella1-6/+1
2021-11-01arm: Use internal symbol for _dl_argv on _dl_start_userAdhemerval Zanella1-1/+1
2021-10-14elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella2-9/+33
2021-10-12elf: Fix elf_get_dynamic_info definitionAdhemerval Zanella1-0/+1
2021-10-07elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song1-15/+19
2021-09-16elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev1-1/+0
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