libc/newlib/libc/sys/arm
Christophe Lyon 8a7536e91d [ARM] Make _kill() a noreturn function.
AngelSWI_Reason_ReportException does not return accoring to the ARM
documentation, so it is valid to mark _kill() as noreturn.  This way,
the compiler does not warn about _exit() returning a value despite
being noreturn.

2018-10-01  Christophe Lyon  <christophe.lyon@linaro.org>

	* libgloss/arm/_exit.c (_exit): Declare _kill() as noreturn.
	* libgloss/arm/_exit.c (_kill): Likewise. Remove the return
	statements.
	* newlib/libc/sys/arm/syscalls.c (_kill): Likewise..
2018-10-08 14:35:43 +01:00
..
sys Add definitions for NBBY to arm and rtems targets 2015-12-07 16:31:00 +01:00
access.c Move ARM access.c from machine to sys 2017-05-25 12:34:53 -04:00
aclocal.m4
aeabi_atexit.c add forward declaration to __cxa_atexit to aeabi_atexit, to prevent warnings 2018-02-16 12:16:07 +01:00
arm.h Make macro checks ARMv8-M baseline proof 2016-01-28 11:26:37 +01:00
configure Add --disable-newlib-fno-builtin to allow compilation without -fno-builtin for smaller and faster code. 2018-08-31 15:40:42 -04:00
configure.in
crt0.S Make macro checks ARMv8-M baseline proof 2016-01-28 11:26:37 +01:00
libcfunc.c
Makefile.am Move ARM access.c from machine to sys 2017-05-25 12:34:53 -04:00
Makefile.in Move ARM access.c from machine to sys 2017-05-25 12:34:53 -04:00
swi.h Make macro checks ARMv8-M baseline proof 2016-01-28 11:26:37 +01:00
syscalls.c [ARM] Make _kill() a noreturn function. 2018-10-08 14:35:43 +01:00
trap.S