master
Avoid .align 0. Clang's integrated assembler actually honors this directive and the resulting byte-alignment triggers unaligned access.
_C_LABEL() and _ASM_LABEL() are no longer useful in the "everything is ELF" world. Eliminate use of them in amd64, arm64, armv7, i386, macppc, mips64, and sparc64 code.
Use a consistent comment to explain why 32bit archs set their second return register to -1 in the syscall error path ("for lseek").
Use internal names for __errno, _memcpy, memset, and {,_}{set,long}jmp Eliminate pointless use of PIC_SYM() Split out DEFS.h from SYS.h like some other archs
ARGH, forgot tags.
Delete superfluous/duplicated #includes