arm-trusted-firmware/lib/stdlib
Antonio Nino Diaz 1e09ff9344 Remove dead loops in assert() in C and ASM
The desired behaviour is to call `plat_panic_handler()`, and to use
`no_ret` to do so from ASM.

Change-Id: I88b2feefa6e6c8f9bf057fd51ee0d2e9fb551e4f
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
2017-03-31 09:54:22 +01:00
..
abort.c Rationalize console log output 2014-08-12 16:51:18 +01:00
assert.c Remove dead loops in assert() in C and ASM 2017-03-31 09:54:22 +01:00
exit.c stdlib: add missing features to build PolarSSL 2015-01-28 18:26:59 +00:00
mem.c stdlib: Fix signedness issue in memcmp() 2016-12-13 11:16:31 +00:00
printf.c Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00
putchar.c Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00
puts.c Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00
sscanf.c stdlib: add missing features to build PolarSSL 2015-01-28 18:26:59 +00:00
stdlib.mk stdlib: Import timingsafe_bcmp() from FreeBSD 2017-01-24 14:42:12 +00:00
strchr.c Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00
strcmp.c stdlib: add missing features to build PolarSSL 2015-01-28 18:26:59 +00:00
strlen.c Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00
strncmp.c Add IO abstraction framework 2014-02-17 18:51:43 +00:00
strnlen.c Add strnlen() to local C library 2017-01-24 10:28:41 +00:00
subr_prf.c Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00
timingsafe_bcmp.c stdlib: Import timingsafe_bcmp() from FreeBSD 2017-01-24 14:42:12 +00:00