commit | eea20fcb0bf86cb82e6d0860644b6d185c316236 | [log] [tgz] |
---|---|---|
author | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | Thu Aug 16 15:42:44 2018 +0100 |
committer | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | Wed Aug 22 10:26:05 2018 +0100 |
tree | 251ed2d6ebe98576eaa9e1871f3aef753552125b | |
parent | 00086e38e3b1f028cf3c73e405860c4a18b64bad [diff] |
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>