freebsd-dev/lib/libc/arm/sys
Ian Lepore f2e71517e0 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.

Reported by:	bapt
Reviewed by:	imp
2014-08-31 17:21:51 +00:00
..
__vdso_gettc.c Rework the __vdso_* symbols attributes to only make the symbols weak, 2013-01-30 12:48:16 +00:00
brk.S In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo). 2014-08-31 17:21:51 +00:00
cerror.S In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo). 2014-08-31 17:21:51 +00:00
fork.S
Makefile.inc Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT. 2014-04-05 17:54:43 +00:00
Ovfork.S In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo). 2014-08-31 17:21:51 +00:00
pipe.S In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo). 2014-08-31 17:21:51 +00:00
ptrace.S In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo). 2014-08-31 17:21:51 +00:00
sbrk.S In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo). 2014-08-31 17:21:51 +00:00
shmat.S
sigreturn.S
syscall.S