From a60b4562c43619629c6f2eca1e7b9908c5b5d2b8 Mon Sep 17 00:00:00 2001 From: tkchia Date: Sat, 27 Aug 2022 07:57:12 +0000 Subject: [PATCH] Fix "allocated section `.tdata' not in segment" warning (#565) --- ape/ape.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ape/ape.lds b/ape/ape.lds index 814b8510a..007027fd6 100644 --- a/ape/ape.lds +++ b/ape/ape.lds @@ -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 */