summaryrefslogtreecommitdiffstats
path: root/lib/libc/arm/gen/_ctx_start.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
* Fix signalcontext and makecontext.cognet2004-11-051-2/+3
|
* Import the FreeBSD/arm libc bits.cognet2004-05-141-0/+8
Obtained from: NetBSD
OpenPOWER on IntegriCloud