summaryrefslogtreecommitdiffstats
path: root/lib/libc/arm/string/memcpy_xscale.S
Commit message (Collapse)AuthorAgeFilesLines
* Annotate arm userspace assembler sources stating their tolerance tokib2015-09-291-0/+2
| | | | | | | the non-executable stack. Reviewed by: andrew Sponsored by: The FreeBSD Foundation
* Switch to the ARM unified assembly language as the clang integrated as onlyandrew2014-11-291-18/+20
| | | | | | | supports it. Binutils supports it when the ".syntax unified" directive is set. Sponsored by: ABT Systems Ltd
* 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
* Always use bx for returning on Xscale.cognet2004-09-231-76/+76
| | | | Obtained from: NetBSD
* Import the FreeBSD/arm libc bits.cognet2004-05-141-0/+1783
Obtained from: NetBSD
OpenPOWER on IntegriCloud