aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/m68k
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert118-118/+118
2021-12-28malloc: Remove memusage.hAdhemerval Zanella1-21/+0
2021-12-28Remove atomic-machine.h atomic typedefsAdhemerval Zanella2-59/+0
2021-12-28elf: Add _dl_audit_pltexitAdhemerval Zanella1-1/+1
2021-12-17Remove ununsed tcb-offsetAdhemerval Zanella3-33/+0
2021-12-09Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer1-7/+2
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-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/+11
2021-09-16elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev1-1/+0
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar42-46/+0
2021-08-18Remove sysdeps/*/tls-macros.hFangrui Song1-68/+0
2021-04-06m68: Fix build after 9acda61d94acAdhemerval Zanella1-1/+0
2021-03-01m68k: Implement backtrace on top of <unwind-link.h>Florian Weimer1-64/+18
2021-03-01Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer2-0/+61
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer1-9/+4
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert119-119/+119
2020-12-21m68k: fix clobbering a5 in setjmp() [BZ #24202]Sergei Trofimovich1-0/+1
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-06-22m68k: Use sqrt{f} builtin for coldfireAdhemerval Zanella3-53/+4
2020-06-19New exp10f version without SVID compat wrapperAdhemerval Zanella1-0/+5
2020-03-19math: Remove inline math testsAdhemerval Zanella2-652/+0
2020-03-19m68k: Remove mathinline.hAdhemerval Zanella15-378/+238
2020-02-18Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer1-0/+20
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella1-3/+2
2020-02-14Add a generic scalb implementationTulio Magno Quites Machado Filho2-2/+2
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra47-49/+58
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers121-121/+121
2019-11-26nptl: Add default pthread-offsets.hAdhemerval Zanella1-3/+0
2019-11-26nptl: Add struct_rwlock.hAdhemerval Zanella1-17/+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/+2
2019-11-26nptl: Cleanup mutex internal offset testsAdhemerval Zanella1-4/+0
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis3-8/+12
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert121-121/+121
2019-08-13Declare most TS 18661-1 interfaces for C2X.Joseph Myers1-1/+1
2019-02-27wcsmbs: optimize wcpcpyAdhemerval Zanella1-36/+0
2019-02-26Add and move fall-through comments in system-specific code.Joseph Myers2-0/+17
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers122-122/+122
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy1-0/+1
2018-11-21Remove the error handling wrapper from log2Szabolcs Nagy1-0/+1
2018-11-21Remove the error handling wrapper from logSzabolcs Nagy1-0/+1
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy2-0/+2
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers1-0/+1
2018-09-19Add new pow implementationSzabolcs Nagy1-0/+1
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers1-0/+1
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers5-0/+5