Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r270882, r270930: | ian | 2014-09-09 | 1 | -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 time | kan | 2007-06-27 | 1 | -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. | cognet | 2004-11-09 | 1 | -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. | cognet | 2004-05-14 | 1 | -0/+88 |
Obtained from: NetBSD |