libc: armclang: Implement compiler printf symbols
armclang replaces calls to printf by calls to one of the symbols
__0printf, __1printf or __2printf. This patch adds new functions with
these names that internally call printf so that the Trusted Firmware can
be compiled with this compiler.

Change-Id: I06a0e3e5001232fe5b2577615666ddd66e81eef0
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
1 parent 39b6cc6 commit 8422a8406b7d2d8e01c113e24eca167854981dfe
@Antonio Nino Diaz Antonio Nino Diaz authored on 16 Aug 2018
Showing 3 changed files
View
Makefile
View
lib/aarch32/armclang_printf.S 0 → 100644
View
lib/aarch64/armclang_printf.S 0 → 100644