mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-04 19:16:58 -04:00

It makes sense to display code size changes if a file has been removed in our library. With this commit we track old objects as well. If a file is not present in the new Git revision, we display -old_size in the new_size column. The size change is marked as `Removed` to indicate the file has been removed. Signed-off-by: Yanray Wang <yanray.wang@arm.com>