Fix "allocated section `.tdata' not in segment" warning (#565)

This commit is contained in:
tkchia 2022-08-27 07:57:12 +00:00
parent adaaeb7dd0
commit a60b4562c4

View file

@ -389,7 +389,7 @@ SECTIONS {
. = ALIGN(16);
_tdata_end = .;
. = ALIGN(PAGESIZE);
} :Tls
} :Tls :Ram
. = ALIGN(PAGESIZE);
/*END: file content that's loaded by o/s */