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>
1 file changed