diff options
Diffstat (limited to 'i386.ld')
-rw-r--r-- | i386.ld | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -69,6 +69,8 @@ SECTIONS /* Adjust the address for the data segment. We want to adjust up to the same address within the page on the next page up. */ . = ALIGN(0x100000) + (. & (0x100000 - 1)); + .tdata : { *(.tdata .tdata.* .gnu.linkonce.td.*) } + .tbss : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) } .data : { *(.data) |