arm32: kaslr: Bugfix of BSS size calculation when enabled kaslr
hulk inclusion
category: bugfix
bugzilla: 55083
CVE: NA
------------------------------------------------------------------------
Gcc flag '-fvisibility=hidden' specifies the visibility attribute for external linkage entities in object files.
You can also selectively set visibility attributes for entities by using pairs of the #pragma GCC visibility push
and #pragma GCC visibility pop compiler directives throughout your source program.when we include the hidden.h,
__bss_start and __bss_end went from global symbol to local symbol,so we need to modify the regular expression to
accommodate this change.
Fixes: 27fdadbf34d2 ("[Backport] ARM: 9056/1: decompressor: fix BSS size calculation for LLVM ld.lld")
Signed-off-by:
Gaosheng Cui <cuigaosheng1@huawei.com>
Reviewed-by:
Xiu Jianfeng <xiujianfeng@huawei.com>
Signed-off-by:
Zheng Zengkai <zhengzengkai@huawei.com>
Loading
Please sign in to comment