Home
last modified time | relevance | path

Searched hist:"18 f4fe3d4f6a747717c08979287d370e47a975bc" (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/arch/arm/kernel/
H A Dkern.ld.S18f4fe3d4f6a747717c08979287d370e47a975bc Tue Feb 27 11:46:06 UTC 2018 Jens Wiklander <jens.wiklander@linaro.org> core: arm: kern.ld.S: stop using PROVIDE()

Stop using the PROVIDE() keyword in the linker script. The current usage
causes problems like:
out/arm-plat-vexpress/core/kern.ld:168: undefined symbol
`__asan_map_end' referenced in expression
make: *** [out/arm-plat-vexpress/core/tee.elf] Error 1

when compiled with certain flags and compilers.

Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>