commit | 9e726bf77389baafb97169f5a2bcddca21d5eb0d | [log] [tgz] |
---|---|---|
author | Yang Kun <ikspress@outlook.com> | Sat May 17 15:51:17 2025 +0800 |
committer | LIU Hao <lh_mouse@126.com> | Mon May 26 13:43:58 2025 +0800 |
tree | 922349c589d7ee588b24a69bce476f8e50f410ac | |
parent | efeb99b10f3945f557a046502d2d78163dbb1877 [diff] |
crt: Make .CRT section read only .CRT section is combined into .rdata which doesn't have shared attribute but read only. If we declare it with shared, it will causes LNK4254 warning. Also remove the read and write attribute in .tls as this is default. Signed-off-by: Yang Kun <ikspress@outlook.com> Signed-off-by: LIU Hao <lh_mouse@126.com>