Searched hist:"9 b40b6e6ecdf1d37041fd0586155ad95d0b02b73" (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/arch/arm/ |
| H A D | arm.mk | 9b40b6e6ecdf1d37041fd0586155ad95d0b02b73 Mon Sep 25 04:18:20 UTC 2017 Jerome Forissier <jerome.forissier@linaro.org> arm: build user-mode assembler files with -g
$(platform-aflags-generic) is used only in $(core-platform-aflags), not in $(ta_arm32-platform-aflags) or $(ta_arm64-platform-aflags). As a result, only the TEE core is built with -g. The user-mode libraries are not. Fix this so that symbolize.py can correctly find file and line information when it encounters an assembler file in a call stack.
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
|