arm-trusted-firmware/lib/stdlib
Antonio Nino Diaz 191a008865 Compile stdlib C files individually
All C files of stdlib were included into std.c, which was the file
that the Makefile actually compiled. This is a poor way of compiling
all the files and, while it may work fine most times, it's
discouraged.

In this particular case, each C file included its own headers, which
were later included into std.c. For example, this caused problems
because a duplicated typedef of u_short in both subr_prf.c and
types.h. While that may require an issue on its own, this kind of
problems are avoided if all C files are as independent as possible.

Change-Id: I9a7833fd2933003f19a5d7db921ed8542ea2d04a
2016-02-26 14:41:53 +00:00
..
abort.c Rationalize console log output 2014-08-12 16:51:18 +01:00
assert.c Rationalize console log output 2014-08-12 16:51:18 +01:00
exit.c stdlib: add missing features to build PolarSSL 2015-01-28 18:26:59 +00:00
mem.c Fix memmove and memcpy 2014-01-30 17:55: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
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
subr_prf.c Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00