aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/arm/sys/brk.S
Commit message (Expand)AuthorAgeFilesLines
* Reimplement brk() and sbrk() to avoid the use of _end.Mark Johnston2018-06-041-95/+0
* Annotate arm userspace assembler sources stating their tolerance toKonstantin Belousov2015-09-291-0/+2
* Use the GOT_* macros to help simplify the code, these work with both picAndrew Turner2015-05-111-13/+5
* In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo).Ian Lepore2014-08-311-0/+1
* Use built-in _end symbol insteadof 'end' for consistency with otherAlexander Kabaev2007-05-191-2/+2
* Use the RET macro.Olivier Houchard2004-11-091-1/+1
* Import the FreeBSD/arm libc bits.Olivier Houchard2004-05-141-0/+100