mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
Add TLS sections.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4636 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
624f797905
commit
1090e7a2c6
1 changed files with 2 additions and 0 deletions
2
i386.ld
2
i386.ld
|
|
@ -69,6 +69,8 @@ SECTIONS
|
||||||
/* Adjust the address for the data segment. We want to adjust up to
|
/* Adjust the address for the data segment. We want to adjust up to
|
||||||
the same address within the page on the next page up. */
|
the same address within the page on the next page up. */
|
||||||
. = ALIGN(0x100000) + (. & (0x100000 - 1));
|
. = ALIGN(0x100000) + (. & (0x100000 - 1));
|
||||||
|
.tdata : { *(.tdata .tdata.* .gnu.linkonce.td.*) }
|
||||||
|
.tbss : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }
|
||||||
.data :
|
.data :
|
||||||
{
|
{
|
||||||
*(.data)
|
*(.data)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue