mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-09 03:10:27 +00:00
Fix "allocated section `.tdata' not in segment" warning (#565)
This commit is contained in:
parent
adaaeb7dd0
commit
a60b4562c4
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ SECTIONS {
|
||||||
. = ALIGN(16);
|
. = ALIGN(16);
|
||||||
_tdata_end = .;
|
_tdata_end = .;
|
||||||
. = ALIGN(PAGESIZE);
|
. = ALIGN(PAGESIZE);
|
||||||
} :Tls
|
} :Tls :Ram
|
||||||
. = ALIGN(PAGESIZE);
|
. = ALIGN(PAGESIZE);
|
||||||
|
|
||||||
/*END: file content that's loaded by o/s */
|
/*END: file content that's loaded by o/s */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue