summaryrefslogtreecommitdiff
path: root/lib/libc/arch/arm/sys/brk.S
AgeCommit message (Expand)Author
2022-12-08_C_LABEL() and _ASM_LABEL() are no longer useful in the "everythingPhilip Guenther
2022-05-24Address the clang 13 "changed binding to STB_WEAK" warning on arm (32bit):Philip Guenther
2021-10-25Make brk() and sbrk() weak again as intended.Jeremie Courreges-Anglas
2017-11-21Avoid .align 0. Clang's integrated assembler actually honors this directiveMark Kettenis
2016-08-06Use internal names for __errno, _memcpy, memset, and {,_}{set,long}jmpPhilip Guenther
2016-05-30Consistently reference '_end' instead of 'end' in the brk/sbrk implementationPhilip Guenther
2015-09-10Adds hidden _libc_FOO aliases for the system call stubs.Philip Guenther
2015-08-26Hide many (194!) symbols that nothing should be using.Philip Guenther
2012-08-22Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccPascal Stumpf
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@Jonathan Gray
2004-02-12Update from netbsd, prodded by miod@Dale Rahn
2004-02-07Do not generate text relocations in PIC code.Dale Rahn
2004-02-01arm libc support. From NetBSD. currently supports softfloat.Dale Rahn