]> git.proxmox.com Git - qemu.git/commitdiff
Add TLS sections.
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 31 May 2008 16:21:33 +0000 (16:21 +0000)
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 31 May 2008 16:21:33 +0000 (16:21 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4636 c046a42c-6fe2-441c-8c8c-71466251a162

i386.ld

diff --git a/i386.ld b/i386.ld
index d41c62695ef416d56d25397318020c061a3b1cba..9f4cb5b136caabd5d409e0b2d1ea3047e7d6a02c 100644 (file)
--- a/i386.ld
+++ b/i386.ld
@@ -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)