summaryrefslogtreecommitdiffstats
path: root/lib/libc/arm/gen/alloca.S
Commit message (Collapse)AuthorAgeFilesLines
* In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo).ian2014-08-311-0/+1
| | | | | | | | | 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. Reported by: bapt Reviewed by: imp
* 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/+45
Obtained from: NetBSD
OpenPOWER on IntegriCloud