mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-05 03:24:17 -04:00

Previously we used dec(total) as comparison result of code size measurement. However, it's not accurate because dec(total) is the sum of text, data and bss. Now we show text,data instead since those are sections we care about in code size perspective specifically for TF-M. Signed-off-by: Yanray Wang <yanray.wang@arm.com>