summaryrefslogtreecommitdiffstats
path: root/lib/libc/arm/sys/sbrk.S
Commit message (Collapse)AuthorAgeFilesLines
* MFC r270882, r270930:ian2014-09-091-0/+1
| | | | | | | | | | | | | In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo). The EABI unwind info requires a .fnend for every .fnstart, and newer binutils will complain about seeing two .fnstart in a row. This change allows newer tools to compile our code. Do not generate unwind info in asm functions if _STANDALONE is defined. The .fnend op causes the assembler to emit RELOC references to unwind support functions that don't exist in libstand. Approved by: re(gjb)
* Fix sbrk.S to use _end symbol the same way brk.s was fixed some timekan2007-06-271-2/+2
| | | | | | | ago. sbrk.S should have gotten the same change then but was forgotten. Approved by: re (bmah) PR: kern/114049
* Use the RET macro.cognet2004-11-091-1/+1
| | | | | For setjmp() and longjmp(), put the signal mask where it's supposed to be, instead of in the space reserved for fp regs.
* Import the FreeBSD/arm libc bits.cognet2004-05-141-0/+88
Obtained from: NetBSD
OpenPOWER on IntegriCloud